mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Import of Berkely DB 2.0
Submitted by: Josh Tiefenbach <josh@ican.net>
This commit is contained in:
parent
b0acadf4e5
commit
94d43d362a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6913
60 changed files with 912 additions and 0 deletions
27
databases/db/Makefile
Normal file
27
databases/db/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# ports collection makefile for: Berkeley DB
|
||||
# Version required: v2.1.0
|
||||
# Date created: 12 Jun 1997
|
||||
# Whom: Josh Tiefenbach <josh@ican.net>
|
||||
#
|
||||
# $Id:$
|
||||
#
|
||||
|
||||
DISTNAME= db-2.1.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.bostic.com/db/packages/
|
||||
|
||||
MAINTAINER= josh@ican.net
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
--enable-dump185
|
||||
|
||||
MAN1= db_archive.1 db_checkpoint.1 db_deadlock.1 db_dump.1 db_load.1 \
|
||||
db_recover.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
|
||||
|
||||
.include <bsd.port.mk>
|
1
databases/db/distinfo
Normal file
1
databases/db/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (db-2.1.0.tar.gz) = ccb4d29151db3b8db9bff483366c2b35
|
1
databases/db/pkg-comment
Normal file
1
databases/db/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Version 2.0.6 of the Berkeley DB package
|
5
databases/db/pkg-descr
Normal file
5
databases/db/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Version 2.0.6 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.
|
||||
|
||||
For more information, refer to http://www.bostic.com/db/index.html
|
42
databases/db/pkg-plist
Normal file
42
databases/db/pkg-plist
Normal file
|
@ -0,0 +1,42 @@
|
|||
include/db.h
|
||||
include/db_185.h
|
||||
lib/libdb.a
|
||||
bin/db_archive
|
||||
bin/db_checkpoint
|
||||
bin/db_deadlock
|
||||
bin/db_dump
|
||||
bin/db_load
|
||||
bin/db_recover
|
||||
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_lock.0
|
||||
man/cat3/db_log.0
|
||||
man/cat3/db_mpool.0
|
||||
man/cat3/db_open.0
|
||||
man/cat3/db_txn.0
|
||||
man/cat1/db_archive.0
|
||||
man/cat1/db_checkpoint.0
|
||||
man/cat1/db_deadlock.0
|
||||
man/cat1/db_dump.0
|
||||
man/cat1/db_load.0
|
||||
man/cat1/db_recover.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_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/man1/db_archive.1.gz
|
||||
man/man1/db_checkpoint.1.gz
|
||||
man/man1/db_deadlock.1.gz
|
||||
man/man1/db_dump.1.gz
|
||||
man/man1/db_load.1.gz
|
||||
man/man1/db_recover.1.gz
|
27
databases/db2/Makefile
Normal file
27
databases/db2/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# ports collection makefile for: Berkeley DB
|
||||
# Version required: v2.1.0
|
||||
# Date created: 12 Jun 1997
|
||||
# Whom: Josh Tiefenbach <josh@ican.net>
|
||||
#
|
||||
# $Id:$
|
||||
#
|
||||
|
||||
DISTNAME= db-2.1.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.bostic.com/db/packages/
|
||||
|
||||
MAINTAINER= josh@ican.net
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
--enable-dump185
|
||||
|
||||
MAN1= db_archive.1 db_checkpoint.1 db_deadlock.1 db_dump.1 db_load.1 \
|
||||
db_recover.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
|
||||
|
||||
.include <bsd.port.mk>
|
1
databases/db2/distinfo
Normal file
1
databases/db2/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (db-2.1.0.tar.gz) = ccb4d29151db3b8db9bff483366c2b35
|
1
databases/db2/pkg-comment
Normal file
1
databases/db2/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Version 2.0.6 of the Berkeley DB package
|
5
databases/db2/pkg-descr
Normal file
5
databases/db2/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Version 2.0.6 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.
|
||||
|
||||
For more information, refer to http://www.bostic.com/db/index.html
|
42
databases/db2/pkg-plist
Normal file
42
databases/db2/pkg-plist
Normal file
|
@ -0,0 +1,42 @@
|
|||
include/db.h
|
||||
include/db_185.h
|
||||
lib/libdb.a
|
||||
bin/db_archive
|
||||
bin/db_checkpoint
|
||||
bin/db_deadlock
|
||||
bin/db_dump
|
||||
bin/db_load
|
||||
bin/db_recover
|
||||
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_lock.0
|
||||
man/cat3/db_log.0
|
||||
man/cat3/db_mpool.0
|
||||
man/cat3/db_open.0
|
||||
man/cat3/db_txn.0
|
||||
man/cat1/db_archive.0
|
||||
man/cat1/db_checkpoint.0
|
||||
man/cat1/db_deadlock.0
|
||||
man/cat1/db_dump.0
|
||||
man/cat1/db_load.0
|
||||
man/cat1/db_recover.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_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/man1/db_archive.1.gz
|
||||
man/man1/db_checkpoint.1.gz
|
||||
man/man1/db_deadlock.1.gz
|
||||
man/man1/db_dump.1.gz
|
||||
man/man1/db_load.1.gz
|
||||
man/man1/db_recover.1.gz
|
27
databases/db3/Makefile
Normal file
27
databases/db3/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# ports collection makefile for: Berkeley DB
|
||||
# Version required: v2.1.0
|
||||
# Date created: 12 Jun 1997
|
||||
# Whom: Josh Tiefenbach <josh@ican.net>
|
||||
#
|
||||
# $Id:$
|
||||
#
|
||||
|
||||
DISTNAME= db-2.1.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.bostic.com/db/packages/
|
||||
|
||||
MAINTAINER= josh@ican.net
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
--enable-dump185
|
||||
|
||||
MAN1= db_archive.1 db_checkpoint.1 db_deadlock.1 db_dump.1 db_load.1 \
|
||||
db_recover.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
|
||||
|
||||
.include <bsd.port.mk>
|
1
databases/db3/distinfo
Normal file
1
databases/db3/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (db-2.1.0.tar.gz) = ccb4d29151db3b8db9bff483366c2b35
|
1
databases/db3/pkg-comment
Normal file
1
databases/db3/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Version 2.0.6 of the Berkeley DB package
|
5
databases/db3/pkg-descr
Normal file
5
databases/db3/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Version 2.0.6 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.
|
||||
|
||||
For more information, refer to http://www.bostic.com/db/index.html
|
42
databases/db3/pkg-plist
Normal file
42
databases/db3/pkg-plist
Normal file
|
@ -0,0 +1,42 @@
|
|||
include/db.h
|
||||
include/db_185.h
|
||||
lib/libdb.a
|
||||
bin/db_archive
|
||||
bin/db_checkpoint
|
||||
bin/db_deadlock
|
||||
bin/db_dump
|
||||
bin/db_load
|
||||
bin/db_recover
|
||||
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_lock.0
|
||||
man/cat3/db_log.0
|
||||
man/cat3/db_mpool.0
|
||||
man/cat3/db_open.0
|
||||
man/cat3/db_txn.0
|
||||
man/cat1/db_archive.0
|
||||
man/cat1/db_checkpoint.0
|
||||
man/cat1/db_deadlock.0
|
||||
man/cat1/db_dump.0
|
||||
man/cat1/db_load.0
|
||||
man/cat1/db_recover.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_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/man1/db_archive.1.gz
|
||||
man/man1/db_checkpoint.1.gz
|
||||
man/man1/db_deadlock.1.gz
|
||||
man/man1/db_dump.1.gz
|
||||
man/man1/db_load.1.gz
|
||||
man/man1/db_recover.1.gz
|
27
databases/db33/Makefile
Normal file
27
databases/db33/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# ports collection makefile for: Berkeley DB
|
||||
# Version required: v2.1.0
|
||||
# Date created: 12 Jun 1997
|
||||
# Whom: Josh Tiefenbach <josh@ican.net>
|
||||
#
|
||||
# $Id:$
|
||||
#
|
||||
|
||||
DISTNAME= db-2.1.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.bostic.com/db/packages/
|
||||
|
||||
MAINTAINER= josh@ican.net
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
--enable-dump185
|
||||
|
||||
MAN1= db_archive.1 db_checkpoint.1 db_deadlock.1 db_dump.1 db_load.1 \
|
||||
db_recover.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
|
||||
|
||||
.include <bsd.port.mk>
|
1
databases/db33/distinfo
Normal file
1
databases/db33/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (db-2.1.0.tar.gz) = ccb4d29151db3b8db9bff483366c2b35
|
1
databases/db33/pkg-comment
Normal file
1
databases/db33/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Version 2.0.6 of the Berkeley DB package
|
5
databases/db33/pkg-descr
Normal file
5
databases/db33/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Version 2.0.6 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.
|
||||
|
||||
For more information, refer to http://www.bostic.com/db/index.html
|
42
databases/db33/pkg-plist
Normal file
42
databases/db33/pkg-plist
Normal file
|
@ -0,0 +1,42 @@
|
|||
include/db.h
|
||||
include/db_185.h
|
||||
lib/libdb.a
|
||||
bin/db_archive
|
||||
bin/db_checkpoint
|
||||
bin/db_deadlock
|
||||
bin/db_dump
|
||||
bin/db_load
|
||||
bin/db_recover
|
||||
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_lock.0
|
||||
man/cat3/db_log.0
|
||||
man/cat3/db_mpool.0
|
||||
man/cat3/db_open.0
|
||||
man/cat3/db_txn.0
|
||||
man/cat1/db_archive.0
|
||||
man/cat1/db_checkpoint.0
|
||||
man/cat1/db_deadlock.0
|
||||
man/cat1/db_dump.0
|
||||
man/cat1/db_load.0
|
||||
man/cat1/db_recover.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_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/man1/db_archive.1.gz
|
||||
man/man1/db_checkpoint.1.gz
|
||||
man/man1/db_deadlock.1.gz
|
||||
man/man1/db_dump.1.gz
|
||||
man/man1/db_load.1.gz
|
||||
man/man1/db_recover.1.gz
|
27
databases/db4/Makefile
Normal file
27
databases/db4/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# ports collection makefile for: Berkeley DB
|
||||
# Version required: v2.1.0
|
||||
# Date created: 12 Jun 1997
|
||||
# Whom: Josh Tiefenbach <josh@ican.net>
|
||||
#
|
||||
# $Id:$
|
||||
#
|
||||
|
||||
DISTNAME= db-2.1.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.bostic.com/db/packages/
|
||||
|
||||
MAINTAINER= josh@ican.net
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
--enable-dump185
|
||||
|
||||
MAN1= db_archive.1 db_checkpoint.1 db_deadlock.1 db_dump.1 db_load.1 \
|
||||
db_recover.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
|
||||
|
||||
.include <bsd.port.mk>
|
1
databases/db4/distinfo
Normal file
1
databases/db4/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (db-2.1.0.tar.gz) = ccb4d29151db3b8db9bff483366c2b35
|
1
databases/db4/pkg-comment
Normal file
1
databases/db4/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Version 2.0.6 of the Berkeley DB package
|
5
databases/db4/pkg-descr
Normal file
5
databases/db4/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Version 2.0.6 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.
|
||||
|
||||
For more information, refer to http://www.bostic.com/db/index.html
|
42
databases/db4/pkg-plist
Normal file
42
databases/db4/pkg-plist
Normal file
|
@ -0,0 +1,42 @@
|
|||
include/db.h
|
||||
include/db_185.h
|
||||
lib/libdb.a
|
||||
bin/db_archive
|
||||
bin/db_checkpoint
|
||||
bin/db_deadlock
|
||||
bin/db_dump
|
||||
bin/db_load
|
||||
bin/db_recover
|
||||
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_lock.0
|
||||
man/cat3/db_log.0
|
||||
man/cat3/db_mpool.0
|
||||
man/cat3/db_open.0
|
||||
man/cat3/db_txn.0
|
||||
man/cat1/db_archive.0
|
||||
man/cat1/db_checkpoint.0
|
||||
man/cat1/db_deadlock.0
|
||||
man/cat1/db_dump.0
|
||||
man/cat1/db_load.0
|
||||
man/cat1/db_recover.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_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/man1/db_archive.1.gz
|
||||
man/man1/db_checkpoint.1.gz
|
||||
man/man1/db_deadlock.1.gz
|
||||
man/man1/db_dump.1.gz
|
||||
man/man1/db_load.1.gz
|
||||
man/man1/db_recover.1.gz
|
27
databases/db41/Makefile
Normal file
27
databases/db41/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# ports collection makefile for: Berkeley DB
|
||||
# Version required: v2.1.0
|
||||
# Date created: 12 Jun 1997
|
||||
# Whom: Josh Tiefenbach <josh@ican.net>
|
||||
#
|
||||
# $Id:$
|
||||
#
|
||||
|
||||
DISTNAME= db-2.1.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.bostic.com/db/packages/
|
||||
|
||||
MAINTAINER= josh@ican.net
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
--enable-dump185
|
||||
|
||||
MAN1= db_archive.1 db_checkpoint.1 db_deadlock.1 db_dump.1 db_load.1 \
|
||||
db_recover.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
|
||||
|
||||
.include <bsd.port.mk>
|
1
databases/db41/distinfo
Normal file
1
databases/db41/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (db-2.1.0.tar.gz) = ccb4d29151db3b8db9bff483366c2b35
|
1
databases/db41/pkg-comment
Normal file
1
databases/db41/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Version 2.0.6 of the Berkeley DB package
|
5
databases/db41/pkg-descr
Normal file
5
databases/db41/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Version 2.0.6 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.
|
||||
|
||||
For more information, refer to http://www.bostic.com/db/index.html
|
42
databases/db41/pkg-plist
Normal file
42
databases/db41/pkg-plist
Normal file
|
@ -0,0 +1,42 @@
|
|||
include/db.h
|
||||
include/db_185.h
|
||||
lib/libdb.a
|
||||
bin/db_archive
|
||||
bin/db_checkpoint
|
||||
bin/db_deadlock
|
||||
bin/db_dump
|
||||
bin/db_load
|
||||
bin/db_recover
|
||||
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_lock.0
|
||||
man/cat3/db_log.0
|
||||
man/cat3/db_mpool.0
|
||||
man/cat3/db_open.0
|
||||
man/cat3/db_txn.0
|
||||
man/cat1/db_archive.0
|
||||
man/cat1/db_checkpoint.0
|
||||
man/cat1/db_deadlock.0
|
||||
man/cat1/db_dump.0
|
||||
man/cat1/db_load.0
|
||||
man/cat1/db_recover.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_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/man1/db_archive.1.gz
|
||||
man/man1/db_checkpoint.1.gz
|
||||
man/man1/db_deadlock.1.gz
|
||||
man/man1/db_dump.1.gz
|
||||
man/man1/db_load.1.gz
|
||||
man/man1/db_recover.1.gz
|
27
databases/db42/Makefile
Normal file
27
databases/db42/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# ports collection makefile for: Berkeley DB
|
||||
# Version required: v2.1.0
|
||||
# Date created: 12 Jun 1997
|
||||
# Whom: Josh Tiefenbach <josh@ican.net>
|
||||
#
|
||||
# $Id:$
|
||||
#
|
||||
|
||||
DISTNAME= db-2.1.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.bostic.com/db/packages/
|
||||
|
||||
MAINTAINER= josh@ican.net
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
--enable-dump185
|
||||
|
||||
MAN1= db_archive.1 db_checkpoint.1 db_deadlock.1 db_dump.1 db_load.1 \
|
||||
db_recover.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
|
||||
|
||||
.include <bsd.port.mk>
|
1
databases/db42/distinfo
Normal file
1
databases/db42/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (db-2.1.0.tar.gz) = ccb4d29151db3b8db9bff483366c2b35
|
1
databases/db42/pkg-comment
Normal file
1
databases/db42/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Version 2.0.6 of the Berkeley DB package
|
5
databases/db42/pkg-descr
Normal file
5
databases/db42/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Version 2.0.6 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.
|
||||
|
||||
For more information, refer to http://www.bostic.com/db/index.html
|
42
databases/db42/pkg-plist
Normal file
42
databases/db42/pkg-plist
Normal file
|
@ -0,0 +1,42 @@
|
|||
include/db.h
|
||||
include/db_185.h
|
||||
lib/libdb.a
|
||||
bin/db_archive
|
||||
bin/db_checkpoint
|
||||
bin/db_deadlock
|
||||
bin/db_dump
|
||||
bin/db_load
|
||||
bin/db_recover
|
||||
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_lock.0
|
||||
man/cat3/db_log.0
|
||||
man/cat3/db_mpool.0
|
||||
man/cat3/db_open.0
|
||||
man/cat3/db_txn.0
|
||||
man/cat1/db_archive.0
|
||||
man/cat1/db_checkpoint.0
|
||||
man/cat1/db_deadlock.0
|
||||
man/cat1/db_dump.0
|
||||
man/cat1/db_load.0
|
||||
man/cat1/db_recover.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_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/man1/db_archive.1.gz
|
||||
man/man1/db_checkpoint.1.gz
|
||||
man/man1/db_deadlock.1.gz
|
||||
man/man1/db_dump.1.gz
|
||||
man/man1/db_load.1.gz
|
||||
man/man1/db_recover.1.gz
|
27
databases/db43/Makefile
Normal file
27
databases/db43/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# ports collection makefile for: Berkeley DB
|
||||
# Version required: v2.1.0
|
||||
# Date created: 12 Jun 1997
|
||||
# Whom: Josh Tiefenbach <josh@ican.net>
|
||||
#
|
||||
# $Id:$
|
||||
#
|
||||
|
||||
DISTNAME= db-2.1.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.bostic.com/db/packages/
|
||||
|
||||
MAINTAINER= josh@ican.net
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
--enable-dump185
|
||||
|
||||
MAN1= db_archive.1 db_checkpoint.1 db_deadlock.1 db_dump.1 db_load.1 \
|
||||
db_recover.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
|
||||
|
||||
.include <bsd.port.mk>
|
1
databases/db43/distinfo
Normal file
1
databases/db43/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (db-2.1.0.tar.gz) = ccb4d29151db3b8db9bff483366c2b35
|
1
databases/db43/pkg-comment
Normal file
1
databases/db43/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Version 2.0.6 of the Berkeley DB package
|
5
databases/db43/pkg-descr
Normal file
5
databases/db43/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Version 2.0.6 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.
|
||||
|
||||
For more information, refer to http://www.bostic.com/db/index.html
|
42
databases/db43/pkg-plist
Normal file
42
databases/db43/pkg-plist
Normal file
|
@ -0,0 +1,42 @@
|
|||
include/db.h
|
||||
include/db_185.h
|
||||
lib/libdb.a
|
||||
bin/db_archive
|
||||
bin/db_checkpoint
|
||||
bin/db_deadlock
|
||||
bin/db_dump
|
||||
bin/db_load
|
||||
bin/db_recover
|
||||
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_lock.0
|
||||
man/cat3/db_log.0
|
||||
man/cat3/db_mpool.0
|
||||
man/cat3/db_open.0
|
||||
man/cat3/db_txn.0
|
||||
man/cat1/db_archive.0
|
||||
man/cat1/db_checkpoint.0
|
||||
man/cat1/db_deadlock.0
|
||||
man/cat1/db_dump.0
|
||||
man/cat1/db_load.0
|
||||
man/cat1/db_recover.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_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/man1/db_archive.1.gz
|
||||
man/man1/db_checkpoint.1.gz
|
||||
man/man1/db_deadlock.1.gz
|
||||
man/man1/db_dump.1.gz
|
||||
man/man1/db_load.1.gz
|
||||
man/man1/db_recover.1.gz
|
27
databases/db44/Makefile
Normal file
27
databases/db44/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# ports collection makefile for: Berkeley DB
|
||||
# Version required: v2.1.0
|
||||
# Date created: 12 Jun 1997
|
||||
# Whom: Josh Tiefenbach <josh@ican.net>
|
||||
#
|
||||
# $Id:$
|
||||
#
|
||||
|
||||
DISTNAME= db-2.1.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.bostic.com/db/packages/
|
||||
|
||||
MAINTAINER= josh@ican.net
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
--enable-dump185
|
||||
|
||||
MAN1= db_archive.1 db_checkpoint.1 db_deadlock.1 db_dump.1 db_load.1 \
|
||||
db_recover.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
|
||||
|
||||
.include <bsd.port.mk>
|
1
databases/db44/distinfo
Normal file
1
databases/db44/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (db-2.1.0.tar.gz) = ccb4d29151db3b8db9bff483366c2b35
|
1
databases/db44/pkg-comment
Normal file
1
databases/db44/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Version 2.0.6 of the Berkeley DB package
|
5
databases/db44/pkg-descr
Normal file
5
databases/db44/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Version 2.0.6 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.
|
||||
|
||||
For more information, refer to http://www.bostic.com/db/index.html
|
42
databases/db44/pkg-plist
Normal file
42
databases/db44/pkg-plist
Normal file
|
@ -0,0 +1,42 @@
|
|||
include/db.h
|
||||
include/db_185.h
|
||||
lib/libdb.a
|
||||
bin/db_archive
|
||||
bin/db_checkpoint
|
||||
bin/db_deadlock
|
||||
bin/db_dump
|
||||
bin/db_load
|
||||
bin/db_recover
|
||||
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_lock.0
|
||||
man/cat3/db_log.0
|
||||
man/cat3/db_mpool.0
|
||||
man/cat3/db_open.0
|
||||
man/cat3/db_txn.0
|
||||
man/cat1/db_archive.0
|
||||
man/cat1/db_checkpoint.0
|
||||
man/cat1/db_deadlock.0
|
||||
man/cat1/db_dump.0
|
||||
man/cat1/db_load.0
|
||||
man/cat1/db_recover.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_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/man1/db_archive.1.gz
|
||||
man/man1/db_checkpoint.1.gz
|
||||
man/man1/db_deadlock.1.gz
|
||||
man/man1/db_dump.1.gz
|
||||
man/man1/db_load.1.gz
|
||||
man/man1/db_recover.1.gz
|
27
databases/db45/Makefile
Normal file
27
databases/db45/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# ports collection makefile for: Berkeley DB
|
||||
# Version required: v2.1.0
|
||||
# Date created: 12 Jun 1997
|
||||
# Whom: Josh Tiefenbach <josh@ican.net>
|
||||
#
|
||||
# $Id:$
|
||||
#
|
||||
|
||||
DISTNAME= db-2.1.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.bostic.com/db/packages/
|
||||
|
||||
MAINTAINER= josh@ican.net
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
--enable-dump185
|
||||
|
||||
MAN1= db_archive.1 db_checkpoint.1 db_deadlock.1 db_dump.1 db_load.1 \
|
||||
db_recover.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
|
||||
|
||||
.include <bsd.port.mk>
|
1
databases/db45/distinfo
Normal file
1
databases/db45/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (db-2.1.0.tar.gz) = ccb4d29151db3b8db9bff483366c2b35
|
1
databases/db45/pkg-comment
Normal file
1
databases/db45/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Version 2.0.6 of the Berkeley DB package
|
5
databases/db45/pkg-descr
Normal file
5
databases/db45/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Version 2.0.6 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.
|
||||
|
||||
For more information, refer to http://www.bostic.com/db/index.html
|
42
databases/db45/pkg-plist
Normal file
42
databases/db45/pkg-plist
Normal file
|
@ -0,0 +1,42 @@
|
|||
include/db.h
|
||||
include/db_185.h
|
||||
lib/libdb.a
|
||||
bin/db_archive
|
||||
bin/db_checkpoint
|
||||
bin/db_deadlock
|
||||
bin/db_dump
|
||||
bin/db_load
|
||||
bin/db_recover
|
||||
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_lock.0
|
||||
man/cat3/db_log.0
|
||||
man/cat3/db_mpool.0
|
||||
man/cat3/db_open.0
|
||||
man/cat3/db_txn.0
|
||||
man/cat1/db_archive.0
|
||||
man/cat1/db_checkpoint.0
|
||||
man/cat1/db_deadlock.0
|
||||
man/cat1/db_dump.0
|
||||
man/cat1/db_load.0
|
||||
man/cat1/db_recover.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_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/man1/db_archive.1.gz
|
||||
man/man1/db_checkpoint.1.gz
|
||||
man/man1/db_deadlock.1.gz
|
||||
man/man1/db_dump.1.gz
|
||||
man/man1/db_load.1.gz
|
||||
man/man1/db_recover.1.gz
|
27
databases/db46/Makefile
Normal file
27
databases/db46/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# ports collection makefile for: Berkeley DB
|
||||
# Version required: v2.1.0
|
||||
# Date created: 12 Jun 1997
|
||||
# Whom: Josh Tiefenbach <josh@ican.net>
|
||||
#
|
||||
# $Id:$
|
||||
#
|
||||
|
||||
DISTNAME= db-2.1.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.bostic.com/db/packages/
|
||||
|
||||
MAINTAINER= josh@ican.net
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
--enable-dump185
|
||||
|
||||
MAN1= db_archive.1 db_checkpoint.1 db_deadlock.1 db_dump.1 db_load.1 \
|
||||
db_recover.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
|
||||
|
||||
.include <bsd.port.mk>
|
1
databases/db46/distinfo
Normal file
1
databases/db46/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (db-2.1.0.tar.gz) = ccb4d29151db3b8db9bff483366c2b35
|
1
databases/db46/pkg-comment
Normal file
1
databases/db46/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Version 2.0.6 of the Berkeley DB package
|
5
databases/db46/pkg-descr
Normal file
5
databases/db46/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Version 2.0.6 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.
|
||||
|
||||
For more information, refer to http://www.bostic.com/db/index.html
|
42
databases/db46/pkg-plist
Normal file
42
databases/db46/pkg-plist
Normal file
|
@ -0,0 +1,42 @@
|
|||
include/db.h
|
||||
include/db_185.h
|
||||
lib/libdb.a
|
||||
bin/db_archive
|
||||
bin/db_checkpoint
|
||||
bin/db_deadlock
|
||||
bin/db_dump
|
||||
bin/db_load
|
||||
bin/db_recover
|
||||
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_lock.0
|
||||
man/cat3/db_log.0
|
||||
man/cat3/db_mpool.0
|
||||
man/cat3/db_open.0
|
||||
man/cat3/db_txn.0
|
||||
man/cat1/db_archive.0
|
||||
man/cat1/db_checkpoint.0
|
||||
man/cat1/db_deadlock.0
|
||||
man/cat1/db_dump.0
|
||||
man/cat1/db_load.0
|
||||
man/cat1/db_recover.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_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/man1/db_archive.1.gz
|
||||
man/man1/db_checkpoint.1.gz
|
||||
man/man1/db_deadlock.1.gz
|
||||
man/man1/db_dump.1.gz
|
||||
man/man1/db_load.1.gz
|
||||
man/man1/db_recover.1.gz
|
27
databases/db47/Makefile
Normal file
27
databases/db47/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# ports collection makefile for: Berkeley DB
|
||||
# Version required: v2.1.0
|
||||
# Date created: 12 Jun 1997
|
||||
# Whom: Josh Tiefenbach <josh@ican.net>
|
||||
#
|
||||
# $Id:$
|
||||
#
|
||||
|
||||
DISTNAME= db-2.1.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.bostic.com/db/packages/
|
||||
|
||||
MAINTAINER= josh@ican.net
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --enable-compat185 \
|
||||
--enable-dump185
|
||||
|
||||
MAN1= db_archive.1 db_checkpoint.1 db_deadlock.1 db_dump.1 db_load.1 \
|
||||
db_recover.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
|
||||
|
||||
.include <bsd.port.mk>
|
1
databases/db47/distinfo
Normal file
1
databases/db47/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (db-2.1.0.tar.gz) = ccb4d29151db3b8db9bff483366c2b35
|
1
databases/db47/pkg-comment
Normal file
1
databases/db47/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Version 2.0.6 of the Berkeley DB package
|
5
databases/db47/pkg-descr
Normal file
5
databases/db47/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Version 2.0.6 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.
|
||||
|
||||
For more information, refer to http://www.bostic.com/db/index.html
|
42
databases/db47/pkg-plist
Normal file
42
databases/db47/pkg-plist
Normal file
|
@ -0,0 +1,42 @@
|
|||
include/db.h
|
||||
include/db_185.h
|
||||
lib/libdb.a
|
||||
bin/db_archive
|
||||
bin/db_checkpoint
|
||||
bin/db_deadlock
|
||||
bin/db_dump
|
||||
bin/db_load
|
||||
bin/db_recover
|
||||
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_lock.0
|
||||
man/cat3/db_log.0
|
||||
man/cat3/db_mpool.0
|
||||
man/cat3/db_open.0
|
||||
man/cat3/db_txn.0
|
||||
man/cat1/db_archive.0
|
||||
man/cat1/db_checkpoint.0
|
||||
man/cat1/db_deadlock.0
|
||||
man/cat1/db_dump.0
|
||||
man/cat1/db_load.0
|
||||
man/cat1/db_recover.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_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/man1/db_archive.1.gz
|
||||
man/man1/db_checkpoint.1.gz
|
||||
man/man1/db_deadlock.1.gz
|
||||
man/man1/db_dump.1.gz
|
||||
man/man1/db_load.1.gz
|
||||
man/man1/db_recover.1.gz
|
Loading…
Add table
Reference in a new issue