diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-10-17 16:23:42 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-10-17 16:23:42 +0000 |
commit | 3facea0362767bb930a7515b977fd7ee1939c306 (patch) | |
tree | bf0629cf9bdc39f70faea7d3e6b11aa30f66c6d4 /databases/tinycdb | |
parent | c8fc2ceedd67665e6e9af71b6e86e6543d3b00c8 (diff) | |
download | FreeBSD-ports-3facea0362767bb930a7515b977fd7ee1939c306.zip FreeBSD-ports-3facea0362767bb930a7515b977fd7ee1939c306.tar.gz |
add tinycdb 0.72
Analogous to cdb, but faster
Diffstat (limited to 'databases/tinycdb')
-rw-r--r-- | databases/tinycdb/Makefile | 27 | ||||
-rw-r--r-- | databases/tinycdb/distinfo | 1 | ||||
-rw-r--r-- | databases/tinycdb/pkg-comment | 1 | ||||
-rw-r--r-- | databases/tinycdb/pkg-descr | 3 | ||||
-rw-r--r-- | databases/tinycdb/pkg-plist | 3 |
5 files changed, 35 insertions, 0 deletions
diff --git a/databases/tinycdb/Makefile b/databases/tinycdb/Makefile new file mode 100644 index 0000000..98d3d0c --- /dev/null +++ b/databases/tinycdb/Makefile @@ -0,0 +1,27 @@ +# ex:ts=8 +# Ports collection makefile for: tinycdb +# Date created: Oct 17, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= tinycdb +PORTVERSION= 0.72 +CATEGORIES= databases +MASTER_SITES= ftp://ftp.corpit.ru/pub/tinycdb/ + +MAINTAINER= ports@FreeBSD.org + +USE_REINPLACE= yes +USE_GMAKE= yes + +MAN1= cdb.1 +MAN3= cdb.3 +MAN5= cdb.5 + +post-patch: + @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g" \ + -e "s|^CC|#CC|" -e "s|^CFLAGS|#CFLAGS|" ${WRKSRC}/Makefile + +.include <bsd.port.mk> diff --git a/databases/tinycdb/distinfo b/databases/tinycdb/distinfo new file mode 100644 index 0000000..da27e50 --- /dev/null +++ b/databases/tinycdb/distinfo @@ -0,0 +1 @@ +MD5 (tinycdb-0.72.tar.gz) = 2b836b947707d3dd5903a12551e25f8e diff --git a/databases/tinycdb/pkg-comment b/databases/tinycdb/pkg-comment new file mode 100644 index 0000000..a5fe47c --- /dev/null +++ b/databases/tinycdb/pkg-comment @@ -0,0 +1 @@ +Analogous to cdb, but faster diff --git a/databases/tinycdb/pkg-descr b/databases/tinycdb/pkg-descr new file mode 100644 index 0000000..0c253e6 --- /dev/null +++ b/databases/tinycdb/pkg-descr @@ -0,0 +1,3 @@ +It is analogous to cdb from D.J.Berstein, but written completely from scratch, +has some functionality removed and some new added compared to DJB's one, a bit +faster, and much easier to use (only one library needed at link time). diff --git a/databases/tinycdb/pkg-plist b/databases/tinycdb/pkg-plist new file mode 100644 index 0000000..992287b --- /dev/null +++ b/databases/tinycdb/pkg-plist @@ -0,0 +1,3 @@ +bin/cdb +include/cdb.h +lib/libcdb.a |