summaryrefslogtreecommitdiff
path: root/databases/cdb
diff options
context:
space:
mode:
authormartti <martti>2001-12-10 18:11:46 +0000
committermartti <martti>2001-12-10 18:11:46 +0000
commite6d2153769833ee561d57e8300a31679672a20bb (patch)
tree389c2430316922427258f3dc0fd5175230d857fc /databases/cdb
parent50f28b7acf61b5fc4ea65c42f9c7779356261536 (diff)
downloadpkgsrc-e6d2153769833ee561d57e8300a31679672a20bb.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/DESCR6
-rw-r--r--databases/cdb/Makefile22
-rw-r--r--databases/cdb/PLIST10
-rw-r--r--databases/cdb/distinfo4
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