diff options
author | martti <martti@pkgsrc.org> | 2001-12-10 18:11:46 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2001-12-10 18:11:46 +0000 |
commit | e9a6821cc4dca98d362f24feca4bc71c91eb0158 (patch) | |
tree | 389c2430316922427258f3dc0fd5175230d857fc /databases/cdb | |
parent | 5aae894a77155fa94d5fe1f6b11c671f7fa45beb (diff) | |
download | pkgsrc-e9a6821cc4dca98d362f24feca4bc71c91eb0158.tar.gz |
Added cdb-0.75 (provided by Amitai Schlair in pkg/14879)
cdb is a fast, reliable, simple package for creating and reading
constant databases.
cdb is designed to be used in mission-critical applications like
e-mail. Database replacement is safe against system crashes. Readers
don't have to pause during a rewrite.
Diffstat (limited to 'databases/cdb')
-rw-r--r-- | databases/cdb/DESCR | 6 | ||||
-rw-r--r-- | databases/cdb/Makefile | 22 | ||||
-rw-r--r-- | databases/cdb/PLIST | 10 | ||||
-rw-r--r-- | databases/cdb/distinfo | 4 |
4 files changed, 42 insertions, 0 deletions
diff --git a/databases/cdb/DESCR b/databases/cdb/DESCR new file mode 100644 index 00000000000..bc150d7c035 --- /dev/null +++ b/databases/cdb/DESCR @@ -0,0 +1,6 @@ +cdb is a fast, reliable, simple package for creating and reading +constant databases. + +cdb is designed to be used in mission-critical applications like +e-mail. Database replacement is safe against system crashes. Readers +don't have to pause during a rewrite. diff --git a/databases/cdb/Makefile b/databases/cdb/Makefile new file mode 100644 index 00000000000..e7245d70aca --- /dev/null +++ b/databases/cdb/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/12/10 18:11:46 martti Exp $ + +DISTNAME= cdb-0.75 +CATEGORIES= databases +MASTER_SITES= http://cr.yp.to/cdb/ + +MAINTAINER= schmonz+netbsd@schmonz.com +HOMEPAGE= http://cr.yp.to/cdb.html +COMMENT= creates and reads constant databases + +ALL_TARGET= it +INSTALL_TARGET= setup check + +pre-build: + ${ECHO} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc + ${ECHO} ${PREFIX} > ${WRKSRC}/conf-home + +post-install: + ${INSTALL_DATA} ${WRKSRC}/cdb.h ${PREFIX}/include + ${INSTALL_DATA} ${WRKSRC}/cdb.a ${PREFIX}/lib/libcdb.a + +.include "../../mk/bsd.pkg.mk" diff --git a/databases/cdb/PLIST b/databases/cdb/PLIST new file mode 100644 index 00000000000..ec58a773877 --- /dev/null +++ b/databases/cdb/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/12/10 18:11:46 martti Exp $ +bin/cdbdump +bin/cdbget +bin/cdbmake +bin/cdbmake-12 +bin/cdbmake-sv +bin/cdbstats +bin/cdbtest +include/cdb.h +lib/libcdb.a diff --git a/databases/cdb/distinfo b/databases/cdb/distinfo new file mode 100644 index 00000000000..dbf336a2604 --- /dev/null +++ b/databases/cdb/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/12/10 18:11:46 martti Exp $ + +SHA1 (cdb-0.75.tar.gz) = 555749be5b2617e29e44b5326a2536813d62c248 +Size (cdb-0.75.tar.gz) = 54162 bytes |