The FreeBSD Ports Archive
FreeBSD databases : gdbm4>
The GNU database manager
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.
This library exists in the FreeBSD base collection, but the GNU
version has added functionality that is sometimes useful.
http://www.gnu.org/software/gdbm/gdbm.html
|
gdbm history
v. 1.37
date: 2007/03/31 19:56:18; author: gabor; state: Exp; lines: +0 -2
- Remove DESTDIR support from my ports as it is useless now. New implementation
is coming.
v. 1.36
date: 2007/02/01 02:41:22; author: kris; state: Exp; lines: +1 -0
Use libtool port instead of included version to avoid objformat a.out botch
v. 1.35
date: 2006/12/08 13:46:26; author: gabor; state: Exp; lines: +1 -1
Change my e-mail address.
Approved by: erwin (mentor)
v. 1.34
date: 2006/10/31 22:01:36; author: pav; state: Exp; lines: +2 -1
- Install files owned by root:wheel instead of bin:bin
PR: ports/103270
Submitted by: "Dr. Markus Waldeck"
Approved by: maintainer timeout (14 days)
v. 1.33
date: 2006/08/08 08:11:08; author: erwin; state: Exp; lines: +7 -0
- Eliminate a patch
- Respect DESTDIR
PR: 101567
Submitted by: gabor (maintainer)
v. 1.32
date: 2006/02/23 10:35:02; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.31
date: 2005/12/04 23:35:12; author: edwin; state: Exp; lines: +0 -5
Remove install-info from Makefile, it's automatically done when INFO is defined
v. 1.30
date: 2005/12/02 16:17:12; author: garga; state: Exp; lines: +1 -1
- Add SHA256 checksum
- Pass maintainership to submitter
PR: ports/89842
Submitted by: Gabor Kovesdan
v. 1.29
date: 2005/12/02 02:05:37; author: linimon; state: Exp; lines: +1 -1
Reset maintainer per his request. We hope to see him back soon.
v. 1.28
date: 2005/11/15 06:48:18; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.27
date: 2005/04/12 03:25:01; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.26
date: 2005/04/11 08:01:34; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.25
date: 2004/10/13 00:36:54; author: leeym; state: Exp; lines: +1 -0
- utilize INFO
PR: 71339
Submitted by: leeym
Approved by: maintainer
v. 1.24
date: 2004/07/09 17:42:01; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.23
date: 2004/03/14 06:16:07; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.22
date: 2004/02/04 05:19:01; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.21
date: 2003/02/21 11:14:59; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.20
date: 2003/02/15 11:24:06; author: leeym; state: Exp; lines: +2 -1
make readme fix
PR: 48228
Submitted by: Cyrille Lefevre
v. 1.19
date: 2003/01/22 17:01:13; author: yar; state: Exp; lines: +14 -0
Add an option, WITH_COMPAT, to install the UNIX dbm/ndbm
compatibility files--libgdbm_compat and the header files.
PR: ports/47363
Approved by: Cyrille Lefevre (MAINTAINER)
v. 1.18
date: 2003/01/03 08:16:54; author: ijliao; state: Exp; lines: +4 -5
upgrade to 1.8.3
PR: 44222
Submitted by: Ports Fury
Approved by: maintainer
v. 1.17
date: 2002/01/17 23:13:36; author: dwcjr; state: Exp; lines: +2 -2
Update maintainer's email address
Update a few MASTER_SITES
PR: 34012
Submitted by: maintainer
v. 1.16
date: 2001/09/12 23:20:29; author: lioux; state: Exp; lines: +4 -1
honor PREFIX
PR: 30387
Submitted by: MAINTAINER
v. 1.15
date: 2001/08/30 03:58:32; author: lioux; state: Exp; lines: +2 -2
Update MAINTAINER email: clefevre@redirect.to -> clefevre@citeweb.net
Approved by: MAINTAINER
v. 1.14
date: 2001/06/16 13:58:38; author: roam; state: Exp; lines: +2 -2
Change maintainer's email address:
clefevre@citeweb.net -> clefevre@redirect.to
PR: 27867 (followup)
Submitted by: maintainer
v. 1.13
date: 2001/02/26 04:24:43; author: steve; state: Exp; lines: +5 -3
Tweak post-install target and the wording in pkg-descr.
PR: 24563
Submitted by: Cyrille Lefevre
Approved by: old maintainer
v. 1.12
date: 2000/06/16 21:50:32; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.11
date: 2000/06/16 10:37:46; author: sobomax; state: Exp; lines: +3 -1
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.10
date: 2000/04/08 22:48:26; author: mharo; state: Exp; lines: +3 -3
update with the new PORTNAME/PORTVERSION variables
v. 1.9
date: 1999/08/25 05:21:10; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.8
date: 1999/06/06 16:48:48; author: steve; state: Exp; lines: +8 -9
Update to version 1.8.0 and set USE_LIBTOOL=yes.
PR: 11811
Submitted by: Chris Piazza
v. 1.7
date: 1999/06/05 22:28:14; author: mharo; state: Exp; lines: +1 -4
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
v. 1.6
date: 1999/01/17 04:01:49; author: fenner; state: Exp; lines: +2 -1
Most of the GNU master sites moved gdbm into a subdirectory last month.
Found by: distfile checker
v. 1.5
date: 1998/02/15 17:00:57; author: steve; state: Exp; lines: +7 -1
Fix to properly install info files.
PR: 5740
Submitted by: Igor Vinokurov
v. 1.4
date: 1997/01/28 08:11:23; author: asami; state: Exp; lines: +3 -3
Change Brent J. Nordquist's e-mail address.
Submitted by: "Brent J. Nordquist"
v. 1.3
date: 1996/11/18 10:19:15; author: asami; state: Exp; lines: +2 -3
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.2
date: 1996/11/17 03:18:20; author: obrien; state: Exp; lines: +3 -8
CAT_E_GORIES+= -> CAT_E_GORIES=
Perl ports now use MASTER_SITE_PERL_CPAN
Misc cleanup
v. 1.1
date: 1996/04/12 06:44:15; author: asami; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1996/04/12 06:44:15; author: asami; state: Exp; lines: +0 -0
GNU dbm.
Submitted by: "Brent J. Nordquist"
=============================================================================
|
| |

|