aboutsummaryrefslogtreecommitdiff
path: root/databases/db46
diff options
context:
space:
mode:
Diffstat (limited to 'databases/db46')
-rw-r--r--databases/db46/Makefile55
-rw-r--r--databases/db46/distinfo1
-rw-r--r--databases/db46/pkg-comment1
-rw-r--r--databases/db46/pkg-descr13
-rw-r--r--databases/db46/pkg-plist57
5 files changed, 0 insertions, 127 deletions
diff --git a/databases/db46/Makefile b/databases/db46/Makefile
deleted file mode 100644
index 32f92108de0d..000000000000
--- a/databases/db46/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-# ports collection makefile for: Berkeley DB
-# Version required: v2.3.16
-# Date created: 26 Jan 1998
-# Whom: Josh Tiefenbach <josh@ican.net>
-#
-# $Id: Makefile,v 1.7 1998/01/26 18:43:20 jfitz Exp $
-#
-
-DISTNAME= db-2.3.16
-CATEGORIES= databases
-MASTER_SITES= http://www.sleepycat.com/db/packages/
-
-MAINTAINER= josh@ican.net
-
-Y2K= http://www.sleepycat.com/faq.html#A8
-
-MANUAL_PACKAGE_BUILD= incompatible with libc version
-WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix
-
-GNU_CONFIGURE= YES
-CONFIGURE_SCRIPT= ../dist/configure
-CONFIGURE_ARGS= --enable-compat185 \
- --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_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}/../documents/${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
- @echo ""
- @echo "Java support for ${PKGNAME} is *not* built by default, and requires that you"
- @echo "have a working copy of the JDK (v1.1) installed."
- @echo ""
- @echo "To build java support, please read:"
- @echo ""
- @echo "${WRKDIR}/${DISTNAME}/java/README"
- @echo ""
- @echo "and follow the directions therein."
-
-.include <bsd.port.mk>
diff --git a/databases/db46/distinfo b/databases/db46/distinfo
deleted file mode 100644
index 7a1bf8ed6a71..000000000000
--- a/databases/db46/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (db-2.3.16.tar.gz) = 7d13cbcc3912d6e5b2b953063ade4894
diff --git a/databases/db46/pkg-comment b/databases/db46/pkg-comment
deleted file mode 100644
index d7a805a7c318..000000000000
--- a/databases/db46/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-the Berkeley DB package, revision 2
diff --git a/databases/db46/pkg-descr b/databases/db46/pkg-descr
deleted file mode 100644
index 106eecafe46a..000000000000
--- a/databases/db46/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-Revesion 2 of the Berkeley DB library. This version uses an incompatible
-underlying database format than revision 1 and a different standard API.
-Utilities are included in the distribution to convert v1.85 databases to v2
-databases, and a backwards compatible API is provided to maintain
-compatibility with programs using the v1.85 interface.
-
-There are minor interface changes in this release which may require that DB
-applications be modified and recompiled. For a complete discussion of
-interface changes, see:
-
-http://www.sleepycat.com/update/
-
-For more information, refer to http://www.sleepycat.com
diff --git a/databases/db46/pkg-plist b/databases/db46/pkg-plist
deleted file mode 100644
index 0c400ab1295b..000000000000
--- a/databases/db46/pkg-plist
+++ /dev/null
@@ -1,57 +0,0 @@
-include/db.h
-include/db_cxx.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_stat
-bin/db_dump185
-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
-man/cat1/db_dump.0
-man/cat1/db_load.0
-man/cat1/db_recover.0
-man/cat1/db_stat.0
-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