summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-04-12 06:44:16 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-04-12 06:44:16 +0000
commit5f22cbcb1b17098735e6682fc9c1f4dce3778bfb (patch)
tree36d695371dbde85a0f77e7656dd391ea1889e269 /databases
parentUpgrade, 2.7b2 -> 2.7b4. Also make it conform to Motif standard here. (diff)
GNU dbm.
Submitted by: "Brent J. Nordquist" <nordquist@platinum.com>
Notes
Notes: svn path=/head/; revision=2971
Diffstat (limited to 'databases')
-rw-r--r--databases/gdbm/Makefile25
-rw-r--r--databases/gdbm/distinfo1
-rw-r--r--databases/gdbm/pkg-comment1
-rw-r--r--databases/gdbm/pkg-descr6
-rw-r--r--databases/gdbm/pkg-plist4
5 files changed, 37 insertions, 0 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile
new file mode 100644
index 000000000000..e1b9cdb7e974
--- /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 000000000000..ad9e33199ffc
--- /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 000000000000..996cb359b230
--- /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 000000000000..cdc5468674ea
--- /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 000000000000..c821913a50db
--- /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