diff options
author | Steve Price <steve@FreeBSD.org> | 2001-02-26 04:24:44 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-02-26 04:24:44 +0000 |
commit | 242ee733b985ac1c0489345005dd70bf3d845800 (patch) | |
tree | 1fe4ca20afa5b0f39622c13a43ac8f702071ba62 /databases/gdbm | |
parent | 8b977e94cc94f1593038d9cc083b7bd95dd31840 (diff) | |
download | ports-242ee733b985ac1c0489345005dd70bf3d845800.tar.gz ports-242ee733b985ac1c0489345005dd70bf3d845800.zip |
Notes
Diffstat (limited to 'databases/gdbm')
-rw-r--r-- | databases/gdbm/Makefile | 6 | ||||
-rw-r--r-- | databases/gdbm/pkg-descr | 13 |
2 files changed, 12 insertions, 7 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile index c943ff819238..043586562465 100644 --- a/databases/gdbm/Makefile +++ b/databases/gdbm/Makefile @@ -11,14 +11,16 @@ CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gdbm -MAINTAINER= bjn@visi.com +MAINTAINER= clefevre@citeweb.net USE_LIBTOOL= yes INSTALLS_SHLIB= yes MAN3= gdbm.3 +INSTALL_INFO?= install-info + post-install: - @install-info ${PREFIX}/info/gdbm.info ${PREFIX}/info/dir + @${INSTALL_INFO} ${PREFIX}/info/${PORTNAME}.info ${PREFIX}/info/dir .include <bsd.port.mk> diff --git a/databases/gdbm/pkg-descr b/databases/gdbm/pkg-descr index 0f9a2aae3a37..bbb93ea101df 100644 --- a/databases/gdbm/pkg-descr +++ b/databases/gdbm/pkg-descr @@ -1,6 +1,9 @@ -GNU `dbm' is a library of functions implementing a hashed database -on a disk file. The software was written by Philip A. Nelson. +The GNU `dbm' is a library of database functions that use extendible +hashing and works similar to the standard UNIX `dbm' functions. +These routines are provided to a programmer needing to create and +manipulate a hashed database. -Port to FreeBSD 2.1 by -Brent J. Nordquist <bjn@visi.com> -Mon Apr 8 06:27:31 1996 +This library exists in the FreeBSD base collection, but the GNU +version has added functionality that is sometimes useful. + +WWW: http://www.gnu.org/software/gdbm/gdbm.html |