[csw-devel] SF.net SVN: gar:[3806] csw/mgar/pkg

valholla at users.sourceforge.net valholla at users.sourceforge.net
Wed Mar 18 18:54:19 CET 2009


Revision: 3806
          http://gar.svn.sourceforge.net/gar/?rev=3806&view=rev
Author:   valholla
Date:     2009-03-18 17:54:11 +0000 (Wed, 18 Mar 2009)

Log Message:
-----------
initial checkin

Added Paths:
-----------
    csw/mgar/pkg/libwww/
    csw/mgar/pkg/libwww/Makefile
    csw/mgar/pkg/libwww/branches/
    csw/mgar/pkg/libwww/tags/
    csw/mgar/pkg/libwww/trunk/
    csw/mgar/pkg/libwww/trunk/Makefile
    csw/mgar/pkg/libwww/trunk/checksums
    csw/mgar/pkg/libwww/trunk/files/

Added: csw/mgar/pkg/libwww/Makefile
===================================================================
--- csw/mgar/pkg/libwww/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libwww/Makefile	2009-03-18 17:54:11 UTC (rev 3806)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 

Added: csw/mgar/pkg/libwww/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libwww/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libwww/trunk/Makefile	2009-03-18 17:54:11 UTC (rev 3806)
@@ -0,0 +1,35 @@
+GARNAME = w3c-libwww
+GARVERSION = 5.4.0
+CATEGORIES = lib
+
+DESCRIPTION = A library used for dynamic image creation
+define BLURB
+	GD is an open source code library for the dynamic creation of 
+	images by programmers. GD creates PNG, JPEG and GIF images, 
+	among other formats. GD is commonly used to generate charts, 
+	graphics, thumbnails, and most anything else, on the fly. 
+	While not restricted to use on the web, the most common 
+	applications of GD involve web site development.
+endef
+
+MASTER_SITES = http://www.w3.org/Library/Distribution
+DISTFILES  = $(GARNAME)-$(GARVERSION).tgz
+
+PACKAGES = CSWlibwww
+CATALOGNAME_CSWlibwww = w3c_libwww
+SPKG_DESC_CSWgd = $(DESCRIPTION)
+
+#PATCHFILES = 
+
+#REQUIRED_PKGS_CSWlibwww  = 
+
+# We define upstream file regex so we can be notifed of 
+# new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz
+
+#BUILD64 = 1
+#NO_ISAEXEC = 1
+
+CONFIGURE_ARGS  = $(DIRPATHS)
+
+include gar/category.mk


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list