From 0e662a0bf5a346b84af9f8700a51f7e6615bdfe7 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 10 Dec 1998 15:35:15 +0000 Subject: Add sdbm, a reimplementation of the classic ndbm library. Good for `small' applications that cannot use DB 1.85. --- databases/sdbm/Makefile | 27 +++++++++++++++++++++++++++ databases/sdbm/files/md5 | 3 +++ databases/sdbm/pkg/COMMENT | 1 + databases/sdbm/pkg/DESCR | 11 +++++++++++ databases/sdbm/pkg/PLIST | 4 ++++ 5 files changed, 46 insertions(+) create mode 100644 databases/sdbm/Makefile create mode 100644 databases/sdbm/files/md5 create mode 100644 databases/sdbm/pkg/COMMENT create mode 100644 databases/sdbm/pkg/DESCR create mode 100644 databases/sdbm/pkg/PLIST (limited to 'databases/sdbm') diff --git a/databases/sdbm/Makefile b/databases/sdbm/Makefile new file mode 100644 index 00000000000..434a8e9ffbc --- /dev/null +++ b/databases/sdbm/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 1998/12/10 15:35:15 tv Exp $ +# + +DISTNAME= sdbm +# this is the Dec. 1990 release with some race condition fixes from an +# unknown outside source: +PKGNAME= sdbm-90.12.1 +NO_WRKSUBDIR= yes +CATEGORIES= databases +MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/libs/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= packages@netbsd.org + +MAKEFILE= makefile +ALL_TARGET= sdbm +MAKE_FLAGS= CFLAGS="${CFLAGS} -DSDBM -DDUFF" + +post-extract: + @cd ${WRKDIR} && ${SH} sdbm.shar >/dev/null + +do-install: + ${INSTALL_DATA} ${WRKSRC}/libsdbm.a ${PREFIX}/lib/ + ${INSTALL_DATA} ${WRKSRC}/sdbm.h ${PREFIX}/include/ + ${INSTALL_MAN} ${WRKSRC}/sdbm.3 ${PREFIX}/man/man3/ + +.include "../../mk/bsd.pkg.mk" diff --git a/databases/sdbm/files/md5 b/databases/sdbm/files/md5 new file mode 100644 index 00000000000..f58cb4737d8 --- /dev/null +++ b/databases/sdbm/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1998/12/10 15:35:16 tv Exp $ + +MD5 (sdbm.tar.Z) = b897b677cc666e298cc1f943e71e6286 diff --git a/databases/sdbm/pkg/COMMENT b/databases/sdbm/pkg/COMMENT new file mode 100644 index 00000000000..6ad7f01a02d --- /dev/null +++ b/databases/sdbm/pkg/COMMENT @@ -0,0 +1 @@ +Substitute DBM, an implementation of the `real' ndbm library diff --git a/databases/sdbm/pkg/DESCR b/databases/sdbm/pkg/DESCR new file mode 100644 index 00000000000..8a043a41a3b --- /dev/null +++ b/databases/sdbm/pkg/DESCR @@ -0,0 +1,11 @@ +The sources accompanying this notice -- sdbm -- constitute the first +public release (Dec. 1990) of a complete clone of the Berkeley UN*X ndbm +library. The sdbm library is meant to clone the proven functionality of +ndbm as closely as possible, including a few improvements. It is +practical, easy to understand, and compatible. The sdbm library is not +derived from any licensed, proprietary or copyrighted software. + +The sdbm programming interface is totally compatible with ndbm and +includes a slight improvement in database initialization. It is also +expected to be binary-compatible under most UN*X versions that support the +ndbm library. diff --git a/databases/sdbm/pkg/PLIST b/databases/sdbm/pkg/PLIST new file mode 100644 index 00000000000..92026fed0d5 --- /dev/null +++ b/databases/sdbm/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1998/12/10 15:35:16 tv Exp $ +include/sdbm.h +lib/libsdbm.a +man/man3/sdbm.3 -- cgit v1.2.3