diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-10-03 14:13:24 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-10-03 14:13:24 +0000 |
commit | 55b5c070e5c985b9b361a087bc0cdcadf0d59a86 (patch) | |
tree | 8e0c50f0cf3a5c0fc737fbec597a47f286887775 /databases/db2 | |
parent | dd2161c1310c6e73e22a30c1d481fc7c29b8f102 (diff) | |
download | ports-55b5c070e5c985b9b361a087bc0cdcadf0d59a86.tar.gz ports-55b5c070e5c985b9b361a087bc0cdcadf0d59a86.zip |
Notes
Diffstat (limited to 'databases/db2')
-rw-r--r-- | databases/db2/Makefile | 28 | ||||
-rw-r--r-- | databases/db2/distinfo | 2 | ||||
-rw-r--r-- | databases/db2/pkg-descr | 6 | ||||
-rw-r--r-- | databases/db2/pkg-plist | 46 |
4 files changed, 70 insertions, 12 deletions
diff --git a/databases/db2/Makefile b/databases/db2/Makefile index c8764c99ac7d..9e73917fcaf3 100644 --- a/databases/db2/Makefile +++ b/databases/db2/Makefile @@ -3,12 +3,12 @@ # Date created: 12 Jun 1997 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id: Makefile,v 1.1.1.1 1997/06/13 17:54:36 jfitz Exp $ +# $Id: Makefile,v 1.2 1997/09/05 20:22:04 jfitz Exp $ # -DISTNAME= db-2.2.6 +DISTNAME= db-2.3.11 CATEGORIES= databases -MASTER_SITES= http://www.bostic.com/db/packages/ +MASTER_SITES= http://www.sleepycat.com/db/packages/ MAINTAINER= josh@ican.net @@ -17,11 +17,27 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix GNU_CONFIGURE= YES CONFIGURE_SCRIPT= ../dist/configure CONFIGURE_ARGS= --enable-compat185 \ - --enable-dump185 + --enable-dump185 --enable-cxx MAN1= db_archive.1 db_checkpoint.1 db_deadlock.1 db_dump.1 db_load.1 \ db_recover.1 db_stat.1 -MAN3= db.3 db_appinit.3 db_cursor.3 db_dbm.3 db_hsearch.3 db_lock.3 \ - db_log.3 db_mpool.3 db_open.3 db_txn.3 +MAN3= db_appinit.3 db_cursor.3 db_dbm.3 db_hsearch.3 db_intro.3 db_lock.3 \ + db_log.3 db_mpool.3 db_open.3 db_txn.3 \ + Db.3 DbEnv.3 DbException.3 DbInfo.3 DbLock.3 DbLockTab.3 DbLog.3 \ + DbLsn.3 DbMpool.3 DbMpoolFile.3 DbTxn.3 DbTxnMgr.3 Dbc.3 Dbt.3 + +post-install: + ${MKDIR} ${PREFIX}/share/doc/db +.for doc in hash.usenix.ps libtp.usenix.ps + ${INSTALL_DATA} ${WRKSRC}/../docs/${doc} ${PREFIX}/share/doc/db + gzip -9 ${PREFIX}/share/doc/db/${doc} +.endfor + ${MKDIR} ${PREFIX}/share/examples/db +.for example in README ex_access.c ex_appinit.c ex_btrec.c ex_lock.c ex_mpool.c ex_tpcb.c ex_tpcb.h + ${INSTALL_DATA} ${WRKSRC}/../examples/${example} ${PREFIX}/share/examples/db +.endfor +.for example in AccessExample.cpp AppinitExample.cpp LockExample.cpp MpoolExample.cpp TpcbExample.cpp + ${INSTALL_DATA} ${WRKSRC}/../examples_cxx/${example} ${PREFIX}/share/examples/db +.endfor .include <bsd.port.mk> diff --git a/databases/db2/distinfo b/databases/db2/distinfo index 42958122b19f..eaddc52a9e34 100644 --- a/databases/db2/distinfo +++ b/databases/db2/distinfo @@ -1 +1 @@ -MD5 (db-2.2.6.tar.gz) = 280cecafe8bc046ebdd537a7bbfe3440 +MD5 (db-2.3.11.tar.gz) = 833edf9bada4c4558067fba2f97a55db diff --git a/databases/db2/pkg-descr b/databases/db2/pkg-descr index 01a4bfe0da75..adc0eae33ba5 100644 --- a/databases/db2/pkg-descr +++ b/databases/db2/pkg-descr @@ -1,5 +1,5 @@ -Version 2.0.6 of the Berkeley DB library. This version uses an incompatible +Version 2.3.11 of the Berkeley DB library. This version uses an incompatible underlying database than v1.85 and a different API. Utilities are included in -the distribution to convert v1.85 databases to v2.0.6. +the distribution to convert v1.85 databases to v2.3.11 -For more information, refer to http://www.bostic.com/db/index.html +For more information, refer to http://www.sleepycat.com diff --git a/databases/db2/pkg-plist b/databases/db2/pkg-plist index 0c25bca13109..703276f2c7b6 100644 --- a/databases/db2/pkg-plist +++ b/databases/db2/pkg-plist @@ -10,16 +10,30 @@ bin/db_load bin/db_recover bin/db_stat bin/db_dump185 -man/cat3/db.0 man/cat3/db_appinit.0 man/cat3/db_cursor.0 man/cat3/db_dbm.0 man/cat3/db_hsearch.0 +man/cat3/db_intro.0 man/cat3/db_lock.0 man/cat3/db_log.0 man/cat3/db_mpool.0 man/cat3/db_open.0 man/cat3/db_txn.0 +man/cat3/Db.0 +man/cat3/DbEnv.0 +man/cat3/DbException.0 +man/cat3/DbInfo.0 +man/cat3/DbLock.0 +man/cat3/DbLockTab.0 +man/cat3/DbLog.0 +man/cat3/DbLsn.0 +man/cat3/DbMpool.0 +man/cat3/DbMpoolFile.0 +man/cat3/DbTxn.0 +man/cat3/DbTxnMgr.0 +man/cat3/Dbc.0 +man/cat3/Dbt.0 man/cat1/db_archive.0 man/cat1/db_checkpoint.0 man/cat1/db_deadlock.0 @@ -27,16 +41,30 @@ man/cat1/db_dump.0 man/cat1/db_load.0 man/cat1/db_recover.0 man/cat1/db_stat.0 -man/man3/db.3.gz man/man3/db_appinit.3.gz man/man3/db_cursor.3.gz man/man3/db_dbm.3.gz man/man3/db_hsearch.3.gz +man/man3/db_intro.3.gz man/man3/db_lock.3.gz man/man3/db_log.3.gz man/man3/db_mpool.3.gz man/man3/db_open.3.gz man/man3/db_txn.3.gz +man/man3/Db.3.gz +man/man3/DbEnv.3.gz +man/man3/DbException.3.gz +man/man3/DbInfo.3.gz +man/man3/DbLock.3.gz +man/man3/DbLockTab.3.gz +man/man3/DbLog.3.gz +man/man3/DbLsn.3.gz +man/man3/DbMpool.3.gz +man/man3/DbMpoolFile.3.gz +man/man3/DbTxn.3.gz +man/man3/DbTxnMgr.3.gz +man/man3/Dbc.3.gz +man/man3/Dbt.3.gz man/man1/db_archive.1.gz man/man1/db_checkpoint.1.gz man/man1/db_deadlock.1.gz @@ -44,3 +72,17 @@ man/man1/db_dump.1.gz man/man1/db_load.1.gz man/man1/db_recover.1.gz man/man1/db_stat.1.gz +share/doc/db/hash.usenix.ps.gz +share/doc/db/libtp.usenix.ps.gz +share/examples/db/ex_access.c +share/examples/db/ex_appinit.c +share/examples/db/ex_btrec.c +share/examples/db/ex_lock.c +share/examples/db/ex_mpool.c +share/examples/db/ex_tpcb.c +share/examples/db/ex_tpcb.h +share/examples/db/AccessExample.cpp +share/examples/db/AppinitExample.cpp +share/examples/db/LockExample.cpp +share/examples/db/MpoolExample.cpp +share/examples/db/TpcbExample.cpp |