[csw-devel] SF.net SVN: gar:[3983] csw/mgar/pkg/xfce
wbonnet at users.sourceforge.net
wbonnet at users.sourceforge.net
Thu Mar 26 21:37:30 CET 2009
Revision: 3983
http://gar.svn.sourceforge.net/gar/?rev=3983&view=rev
Author: wbonnet
Date: 2009-03-26 20:37:30 +0000 (Thu, 26 Mar 2009)
Log Message:
-----------
Add to GAR v2
Added Paths:
-----------
csw/mgar/pkg/xfce/dbh/
csw/mgar/pkg/xfce/dbh/Makefile
csw/mgar/pkg/xfce/dbh/branches/
csw/mgar/pkg/xfce/dbh/tags/
csw/mgar/pkg/xfce/dbh/trunk/
csw/mgar/pkg/xfce/dbh/trunk/Makefile
csw/mgar/pkg/xfce/dbh/trunk/checksums
csw/mgar/pkg/xfce/dbh/trunk/files/
Added: csw/mgar/pkg/xfce/dbh/Makefile
===================================================================
--- csw/mgar/pkg/xfce/dbh/Makefile (rev 0)
+++ csw/mgar/pkg/xfce/dbh/Makefile 2009-03-26 20:37:30 UTC (rev 3983)
@@ -0,0 +1,19 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+ @echo "You are in the pkg/ directory."
+
+%:
+ $(MAKE) -C trunk $*
+
+paranoid-%:
+ @for i in $(filter-out CVS/,$(wildcard */)) ; do \
+ $(MAKE) -C $$i $* || exit 2; \
+ done
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+ @for i in $(filter-out CVS/,$(wildcard */)) ; do \
+ $(MAKE) -C $$i $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG); \
+ done
Property changes on: csw/mgar/pkg/xfce/dbh/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/xfce/dbh/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xfce/dbh/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/xfce/dbh/trunk/Makefile 2009-03-26 20:37:30 UTC (rev 3983)
@@ -0,0 +1,29 @@
+GARNAME = dbh
+GARVERSION = 1.0.24
+CATEGORIES = xfce
+XFCE_VERSION = 4.2.3.2
+
+DESCRIPTION = Disk based hash tables
+define BLURB
+ Disk based hash tables
+endef
+
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz
+
+#DISTFILES += $(call admfiles,CSWdbh, )
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+# Package description
+CATALOGNAME = dbh
+PACKAGES = CSWdbh
+
+# Defines dependencies
+REQUIRED_PKGS_CSWdbh =
+
+TEST_SCRIPTS =
+
+include gar/category.mk
+
Added: csw/mgar/pkg/xfce/dbh/trunk/checksums
===================================================================
--- csw/mgar/pkg/xfce/dbh/trunk/checksums (rev 0)
+++ csw/mgar/pkg/xfce/dbh/trunk/checksums 2009-03-26 20:37:30 UTC (rev 3983)
@@ -0,0 +1,2 @@
+42e122a321089f2429986d0d161ed92a download/dbh-1.0.24.tar.gz
+42e122a321089f2429986d0d161ed92a download/dbh-1.0.24.tar.gz
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