Revision: 6469 http://gar.svn.sourceforge.net/gar/?rev=6469&view=rev Author: dmichelsen Date: 2009-09-25 07:26:44 +0000 (Fri, 25 Sep 2009)
Log Message: ----------- bdb43: Reinstatiate full bdb43 manifest Added Paths: ----------- csw/mgar/pkg/bdb43/tags/bdb-consolidation-4.3.29,REV=2009.06.26/ csw/mgar/pkg/bdb43/trunk/Makefile csw/mgar/pkg/bdb43/trunk/checksums csw/mgar/pkg/bdb43/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/bdb43/trunk/Makefile Deleted: csw/mgar/pkg/bdb43/trunk/Makefile =================================================================== --- csw/mgar/pkg/bdb43/trunk/Makefile 2009-09-25 07:14:18 UTC (rev 6468) +++ csw/mgar/pkg/bdb43/trunk/Makefile 2009-09-25 07:26:44 UTC (rev 6469) @@ -1,56 +0,0 @@ -GARNAME = db -GARVERSION = 4.3.29 -CATEGORIES = lib - -DESCRIPTION = BerkeleyDB 4.3 libraries and utilities -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 = http://downloads.sleepycat.com/ - -CONFIGURE_SCRIPTS = -BUILD_SCRIPTS = -INSTALL_SCRIPTS = custom -TEST_SCRIPTS = - -ENABLE_CHECK = 0 -ARCHALL = 1 -PACKAGES = CSWbdb43 -SPKG_DESC = BerkeleyDB 4.3 libraries and utilities -CATALOGNAME = berkeleydb43 -REQUIRED_PKGS = CSWbdb - -include gar/category.mk -install-custom: - ginstall -d $(DESTDIR)$(prefix)/bdb43/lib - ginstall -d $(DESTDIR)$(prefix)/bdb43/bin - cd $(DESTDIR)$(prefix)/bdb43/lib && gln -s $(libdir)/db.jar db.jar - cd $(DESTDIR)$(prefix)/bdb43/lib && gln -s $(libdir)/libdb-4.so libdb-4.3.so - cd $(DESTDIR)$(prefix)/bdb43/lib && gln -s $(libdir)/libdb-4.so libdb-4.so - cd $(DESTDIR)$(prefix)/bdb43/lib && gln -s $(libdir)/libdb.so libdb.so - cd $(DESTDIR)$(prefix)/bdb43/lib && gln -s $(libdir)/libdb_cxx-4.so libdb_cxx-4.3.so - cd $(DESTDIR)$(prefix)/bdb43/lib && gln -s $(libdir)/libdb_cxx-4.so libdb_cxx-4.so - cd $(DESTDIR)$(prefix)/bdb43/lib && gln -s $(libdir)/libdb_cxx.so libdb_cxx.so - cd $(DESTDIR)$(prefix)/bdb43/lib && gln -s $(libdir)/libdb_java-4.so libdb_java-4.3.so - cd $(DESTDIR)$(prefix)/bdb43/lib && gln -s $(libdir)/libdb_java-4.so libdb_java-4.3_g.so - cd $(DESTDIR)$(prefix)/bdb43/lib && gln -s $(libdir)/libdb_java-4.so libdb_java-4.so - cd $(DESTDIR)$(prefix)/bdb43/lib && gln -s $(libdir)/libdb_java.so libdb_java.so - cd $(DESTDIR)$(prefix)/bdb43/bin && gln -s $(bindir)/db_archive db_archive - cd $(DESTDIR)$(prefix)/bdb43/bin && gln -s $(bindir)/db_checkpoint db_checkpoint - cd $(DESTDIR)$(prefix)/bdb43/bin && gln -s $(bindir)/db_deadlock db_deadlock - cd $(DESTDIR)$(prefix)/bdb43/bin && gln -s $(bindir)/db_dump db_dump - cd $(DESTDIR)$(prefix)/bdb43/bin && gln -s $(bindir)/db_load db_load - cd $(DESTDIR)$(prefix)/bdb43/bin && gln -s $(bindir)/db_printlog db_printlog - cd $(DESTDIR)$(prefix)/bdb43/bin && gln -s $(bindir)/db_recover db_recover - cd $(DESTDIR)$(prefix)/bdb43/bin && gln -s $(bindir)/db_stat db_stat - cd $(DESTDIR)$(prefix)/bdb43/bin && gln -s $(bindir)/db_upgrade db_upgrade - cd $(DESTDIR)$(prefix)/bdb43/bin && gln -s $(bindir)/db_verify db_verify - cd $(DESTDIR)$(prefix)/bdb43/bin && gln -s $(bindir)/berkeley_db_svc berkeley_db_svc - Copied: csw/mgar/pkg/bdb43/trunk/Makefile (from rev 6465, csw/mgar/pkg/bdb43/trunk/legacy/Makefile) =================================================================== --- csw/mgar/pkg/bdb43/trunk/Makefile (rev 0) +++ csw/mgar/pkg/bdb43/trunk/Makefile 2009-09-25 07:26:44 UTC (rev 6469) @@ -0,0 +1,56 @@ +GARNAME = db +GARVERSION = 4.3.29 +CATEGORIES = lib + +DESCRIPTION = BerkeleyDB 4.3 libraries and utilities +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 = http://downloads.sleepycat.com/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz +DISTFILES += $(call admfiles,CSWbdb43,depend prototype) +DISTFILES += $(call admfiles,CSWbdb43-devel,depend prototype) +DISTFILES += $(call admfiles,CSWbdb43-doc,depend prototype) + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz + +WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)/build_unix + +CONFIGURE_SCRIPTS = dist + +CONFIGURE_ARGS = --prefix $(prefix)/bdb43 +CONFIGURE_ARGS += --disable-cryptography +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) +CONFIGURE_ARGS += --enable-o_direct + +LIBTOOL_LADIR = $(DESTDIR)$(prefix)/bdb43/lib +STRIP_DIRS += $(DESTDIR)$(prefix)/bdb43/bin + +# bdb tests are time consuming +TEST_SCRIPTS = + +include gar/category.mk + +LIBS += -lnsl +export LIBS + +PATH := /usr/j2se/bin:$(PATH) +export PATH + +configure-dist: + @( cd $(WORKSRC) ; $(CONFIGURE_ENV) ../dist/configure $(CONFIGURE_ARGS) ) + @$(MAKECOOKIE) + Copied: csw/mgar/pkg/bdb43/trunk/checksums (from rev 6465, csw/mgar/pkg/bdb43/trunk/legacy/checksums) =================================================================== --- csw/mgar/pkg/bdb43/trunk/checksums (rev 0) +++ csw/mgar/pkg/bdb43/trunk/checksums 2009-09-25 07:26:44 UTC (rev 6469) @@ -0,0 +1,10 @@ +13585a20ce32f113b8e8cdb57f52e3bb download/db-4.3.29.tar.gz +a780ed74216a67b45d5bab030d29d1a8 download/CSWbdb43.gspec +8093298b67861e241b0d2499c9f2ff89 download/CSWbdb43.depend +001de61b8e01758ba15ee19184b36bcf download/CSWbdb43.prototype +d3e8da06077e095478cb493e3928eaaf download/CSWbdb43-devel.gspec +f905a2c20a7c2265a2ed126027a49b85 download/CSWbdb43-devel.depend +102c5de41ee6b1039f92836fc309eb80 download/CSWbdb43-devel.prototype +0539eef14dfa8dc02a162d946ad164b1 download/CSWbdb43-doc.gspec +8c10985a125690e3d6bc877be173e20d download/CSWbdb43-doc.depend +b7e86382632f53bae97051502bb37295 download/CSWbdb43-doc.prototype This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel