From owner-freebsd-ports Mon Jan 22 15:20:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1299037B6C3 for ; Mon, 22 Jan 2001 15:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MNK2310422; Mon, 22 Jan 2001 15:20:02 -0800 (PST) (envelope-from gnats) Received: from racine.cybercable.fr (racine.cybercable.fr [212.198.0.201]) by hub.freebsd.org (Postfix) with SMTP id 96A2037B6BF for ; Mon, 22 Jan 2001 15:13:58 -0800 (PST) Received: (qmail 30041560 invoked from network); 22 Jan 2001 23:13:53 -0000 Received: from s011.dhcp212-229.cybercable.fr (HELO gits.dyndns.org) ([212.198.229.11]) (envelope-sender ) by racine.cybercable.fr (qmail-ldap-1.03) with SMTP for ; 22 Jan 2001 23:13:53 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.1/8.11.1) id f0MNDpr32064; Tue, 23 Jan 2001 00:13:51 +0100 (CET) (envelope-from root) Message-Id: <200101222313.f0MNDpr32064@gits.dyndns.org> Date: Tue, 23 Jan 2001 00:13:51 +0100 (CET) From: Cyrille Lefevre Reply-To: clefevre@citeweb.net To: FreeBSD-gnats-submit@freebsd.org Cc: bjn@visi.com X-Send-Pr-Version: 3.2 Subject: ports/24563: Updated port: databases/gdbm - 1.8.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24563 >Category: ports >Synopsis: Updated port: databases/gdbm - 1.8.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 22 15:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.2-STABLE i386 >Organization: ACME >Environment: FreeBSD gits 4.2-STABLE FreeBSD 4.2-STABLE #5: Thu Jan 18 00:14:29 CET 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: Makefile post-install is almost the same. pkg-descr updated. WWW added. >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/gdbm/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 2000/06/16 21:50:32 1.12 +++ Makefile 2001/01/22 23:05:41 @@ -18,7 +18,9 @@ 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 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/databases/gdbm/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- pkg-descr 1997/01/28 08:11:19 1.2 +++ pkg-descr 2000/10/12 22:32:45 @@ -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 -Mon Apr 8 06:27:31 1996 +This library exist in the FreeBSD base collection, but the GNU +versions have added functionality that is sometimes useful. + +WWW: http://www.gnu.org/software/gdbm/gdbm.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message