diff options
author | steve <steve@FreeBSD.org> | 2001-02-26 12:24:44 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-02-26 12:24:44 +0800 |
commit | 93eed3da96729b7973ab845a538b67ed047f5a39 (patch) | |
tree | e7607a4c910f5b242c03fad0617680bf7395809e /databases/gdbm/pkg-descr | |
parent | ff9db134bf453a06024532dda466f28a427c2a11 (diff) | |
download | freebsd-ports-gnome-93eed3da96729b7973ab845a538b67ed047f5a39.tar.gz freebsd-ports-gnome-93eed3da96729b7973ab845a538b67ed047f5a39.tar.zst freebsd-ports-gnome-93eed3da96729b7973ab845a538b67ed047f5a39.zip |
Tweak post-install target and the wording in pkg-descr.
PR: 24563
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
Approved by: old maintainer
Diffstat (limited to 'databases/gdbm/pkg-descr')
-rw-r--r-- | databases/gdbm/pkg-descr | 13 |
1 files changed, 8 insertions, 5 deletions
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 |