[csw-devel] SF.net SVN: gar:[5369] csw/mgar/pkg/bdb4/trunk
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Fri Jun 26 21:18:41 CEST 2009
Revision: 5369
http://gar.svn.sourceforge.net/gar/?rev=5369&view=rev
Author: valholla
Date: 2009-06-26 19:18:41 +0000 (Fri, 26 Jun 2009)
Log Message:
-----------
turn into a meta package
Added Paths:
-----------
csw/mgar/pkg/bdb4/trunk/legacy/
csw/mgar/pkg/bdb4/trunk/legacy/Makefile
csw/mgar/pkg/bdb4/trunk/legacy/checksums
csw/mgar/pkg/bdb4/trunk/legacy/files/
Removed Paths:
-------------
csw/mgar/pkg/bdb4/trunk/Makefile
csw/mgar/pkg/bdb4/trunk/checksums
csw/mgar/pkg/bdb4/trunk/files/
Property Changed:
----------------
csw/mgar/pkg/bdb4/trunk/
Property changes on: csw/mgar/pkg/bdb4/trunk
___________________________________________________________________
Modified: svn:externals
- gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1
+ gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2
Deleted: csw/mgar/pkg/bdb4/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bdb4/trunk/Makefile 2009-06-26 16:48:01 UTC (rev 5368)
+++ csw/mgar/pkg/bdb4/trunk/Makefile 2009-06-26 19:18:41 UTC (rev 5369)
@@ -1,43 +0,0 @@
-GARNAME = db
-GARVERSION = 4.1.25
-CATEGORIES = lib
-
-DESCRIPTION = Provides embedded database support for applications
-define BLURB
- Berkeley DB (libdb) is a programmatic toolkit that provides embedded database
- support for both traditional and client/server applications. It includes
- b+tree, queue, extended linear hashing, fixed, and variable-length record
- access methods, transactions, locking, logging, shared memory caching and
- database recovery. DB supports C, C++, Java, and Perl APIs. It is available
- for a wide variety of UNIX platforms as well as Windows NT and Windows 95
- (MSVC 4, 5 and 6).
-endef
-
-MASTER_SITES = ftp://ftp.sleepycat.com/releases/
-DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
-DISTFILES += CSWbdb4.gspec
-
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
-
-# See http://www.sleepycat.com/update/4.1.25/patch.4.1.25.html
-PATCHFILES += 4.1.25.1.diff 4.1.25.2.diff
-PATCHDIRLEVEL = 0
-
-DEPENDS += lang/tcl
-
-CONFIGURE_SCRIPTS = $(WORKSRC)/dist/configure
-BUILD_SCRIPTS = $(WORKSRC)/dist/Makefile
-INSTALL_SCRIPTS = $(WORKSRC)/dist/Makefile
-TEST_SCRIPTS = $(WORKSRC)/dist/Makefile
-
-NODIRPATHS = --prefix
-CONFIGURE_ARGS = --prefix $(prefix)/bdb4 $(DIRPATHS)
-CONFIGURE_ARGS += --enable-compat185
-CONFIGURE_ARGS += --enable-rpc
-CONFIGURE_ARGS += --enable-cxx
-CONFIGURE_ARGS += --enable-java
-CONFIGURE_ARGS += --enable-tcl
-CONFIGURE_ARGS += --with-tcl=$(libdir)
-
-include gar/category.mk
Deleted: csw/mgar/pkg/bdb4/trunk/checksums
===================================================================
--- csw/mgar/pkg/bdb4/trunk/checksums 2009-06-26 16:48:01 UTC (rev 5368)
+++ csw/mgar/pkg/bdb4/trunk/checksums 2009-06-26 19:18:41 UTC (rev 5369)
@@ -1,4 +0,0 @@
-d82ed75cb53b0daba4a7e959e8a6f86c download/db-4.1.25.tar.gz
-48ef6b9d5e0c5cd3617a1531d0e97637 download/CSWbdb4.gspec
-1e073d12cd89f9345e281ca07368f74b download/4.1.25.1.diff
-5eedc6818783b4b89317d89d2babb6f7 download/4.1.25.2.diff
Copied: csw/mgar/pkg/bdb4/trunk/legacy/Makefile (from rev 5368, csw/mgar/pkg/bdb4/trunk/Makefile)
===================================================================
--- csw/mgar/pkg/bdb4/trunk/legacy/Makefile (rev 0)
+++ csw/mgar/pkg/bdb4/trunk/legacy/Makefile 2009-06-26 19:18:41 UTC (rev 5369)
@@ -0,0 +1,43 @@
+GARNAME = db
+GARVERSION = 4.1.25
+CATEGORIES = lib
+
+DESCRIPTION = Provides embedded database support for applications
+define BLURB
+ Berkeley DB (libdb) is a programmatic toolkit that provides embedded database
+ support for both traditional and client/server applications. It includes
+ b+tree, queue, extended linear hashing, fixed, and variable-length record
+ access methods, transactions, locking, logging, shared memory caching and
+ database recovery. DB supports C, C++, Java, and Perl APIs. It is available
+ for a wide variety of UNIX platforms as well as Windows NT and Windows 95
+ (MSVC 4, 5 and 6).
+endef
+
+MASTER_SITES = ftp://ftp.sleepycat.com/releases/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES += CSWbdb4.gspec
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+# See http://www.sleepycat.com/update/4.1.25/patch.4.1.25.html
+PATCHFILES += 4.1.25.1.diff 4.1.25.2.diff
+PATCHDIRLEVEL = 0
+
+DEPENDS += lang/tcl
+
+CONFIGURE_SCRIPTS = $(WORKSRC)/dist/configure
+BUILD_SCRIPTS = $(WORKSRC)/dist/Makefile
+INSTALL_SCRIPTS = $(WORKSRC)/dist/Makefile
+TEST_SCRIPTS = $(WORKSRC)/dist/Makefile
+
+NODIRPATHS = --prefix
+CONFIGURE_ARGS = --prefix $(prefix)/bdb4 $(DIRPATHS)
+CONFIGURE_ARGS += --enable-compat185
+CONFIGURE_ARGS += --enable-rpc
+CONFIGURE_ARGS += --enable-cxx
+CONFIGURE_ARGS += --enable-java
+CONFIGURE_ARGS += --enable-tcl
+CONFIGURE_ARGS += --with-tcl=$(libdir)
+
+include gar/category.mk
Copied: csw/mgar/pkg/bdb4/trunk/legacy/checksums (from rev 5368, csw/mgar/pkg/bdb4/trunk/checksums)
===================================================================
--- csw/mgar/pkg/bdb4/trunk/legacy/checksums (rev 0)
+++ csw/mgar/pkg/bdb4/trunk/legacy/checksums 2009-06-26 19:18:41 UTC (rev 5369)
@@ -0,0 +1,4 @@
+d82ed75cb53b0daba4a7e959e8a6f86c download/db-4.1.25.tar.gz
+48ef6b9d5e0c5cd3617a1531d0e97637 download/CSWbdb4.gspec
+1e073d12cd89f9345e281ca07368f74b download/4.1.25.1.diff
+5eedc6818783b4b89317d89d2babb6f7 download/4.1.25.2.diff
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