diff options
author | asami <asami@FreeBSD.org> | 1996-04-12 06:44:16 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-04-12 06:44:16 +0000 |
commit | 25eb929ac1dfb9022e5b2b1481aaf6abda456e57 (patch) | |
tree | 643c1770ab9ccb6bfc67c014600fa2aa9cfc6357 /databases | |
parent | 7520acee2391fdda7eb1308f94cf83f78c2c6016 (diff) | |
download | FreeBSD-ports-25eb929ac1dfb9022e5b2b1481aaf6abda456e57.zip FreeBSD-ports-25eb929ac1dfb9022e5b2b1481aaf6abda456e57.tar.gz |
GNU dbm.
Submitted by: "Brent J. Nordquist" <nordquist@platinum.com>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gdbm/Makefile | 25 | ||||
-rw-r--r-- | databases/gdbm/distinfo | 1 | ||||
-rw-r--r-- | databases/gdbm/pkg-comment | 1 | ||||
-rw-r--r-- | databases/gdbm/pkg-descr | 6 | ||||
-rw-r--r-- | databases/gdbm/pkg-plist | 4 |
5 files changed, 37 insertions, 0 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile new file mode 100644 index 0000000..e1b9cdb --- /dev/null +++ b/databases/gdbm/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: gdbm +# Version required: 1.7.3 +# Date created: 8 Apr 1996 +# Whom: Brent J. Nordquist <nordquist@platinum.com> +# +# $Id$ +# + +DISTNAME= gdbm-1.7.3 +CATEGORIES+= databases +MASTER_SITES= ftp://gatekeeper.dec.com/pub/GNU/ \ + ftp://prep.ai.mit.edu/pub/gnu/ + +MAINTAINER= nordquist@platinum.com + +GNU_CONFIGURE= yes + +MAKE_FLAGS= CFLAGS="${CFLAGS}" LDFLAGS=-s -f + +post-install: +.if !defined(NOMANCOMPRESS) + gzip -9nf ${PREFIX}/man/man3/gdbm.3 +.endif + +.include <bsd.port.mk> diff --git a/databases/gdbm/distinfo b/databases/gdbm/distinfo new file mode 100644 index 0000000..ad9e331 --- /dev/null +++ b/databases/gdbm/distinfo @@ -0,0 +1 @@ +MD5 (gdbm-1.7.3.tar.gz) = d7fe897b181e2d2295a8d47afa0ac150 diff --git a/databases/gdbm/pkg-comment b/databases/gdbm/pkg-comment new file mode 100644 index 0000000..996cb35 --- /dev/null +++ b/databases/gdbm/pkg-comment @@ -0,0 +1 @@ +The GNU database manager. diff --git a/databases/gdbm/pkg-descr b/databases/gdbm/pkg-descr new file mode 100644 index 0000000..cdc5468 --- /dev/null +++ b/databases/gdbm/pkg-descr @@ -0,0 +1,6 @@ +GNU `dbm' is a library of functions implementing a hashed database +on a disk file. The software was written by Philip A. Nelson. + +Port to FreeBSD 2.1 by +Brent J. Nordquist (nordquist@platinum.com) +Mon Apr 8 06:27:31 1996 diff --git a/databases/gdbm/pkg-plist b/databases/gdbm/pkg-plist new file mode 100644 index 0000000..c821913 --- /dev/null +++ b/databases/gdbm/pkg-plist @@ -0,0 +1,4 @@ +include/gdbm.h +info/gdbm.info +lib/libgdbm.a +man/man3/gdbm.3.gz |