FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 8:12 AM BST
Port details
dbh 4.6.2 databases on this many watch lists=36 search for ports that depend on this port
Disk Based Hashtables
Maintained by: culot@FreeBSD.org search for ports maintained by this maintainer
Port Added: 09 Aug 2002 16:22:57
License: not specified in port


A DBH is a convenient way to associate keys composed by characters to data
records. Any kind of digital information can go into the data record, such
as text, graphic information, database structures, you name it. The idea
behind using a DBH is to get rid of what is known as an index file in the
database world. In the DBH world, the index is built into the file format.

WWW: http://dbh.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/pkg-config
Required To Run: devel/pkg-config
There are no ports dependent upon this port

To install the port: cd /usr/ports/databases/dbh/ && make install clean
To add the package: pkg_add -r dbh


Configuration Options
===> The following configuration options are available for dbh-4.6.2:
     GTKDOC=off (default) "Enable GTK html documentation"
===> Use 'make config' to modify these settings

Master Sites:
http://svn.foo-projects.org/svn/xffm/RELEASES/tarballs/
http://heanet.dl.sourceforge.net/project/dbh/dbh/4.6.2/
http://sunet.dl.sourceforge.net/project/dbh/dbh/4.6.2/
http://iweb.dl.sourceforge.net/project/dbh/dbh/4.6.2/
http://switch.dl.sourceforge.net/project/dbh/dbh/4.6.2/
http://surfnet.dl.sourceforge.net/project/dbh/dbh/4.6.2/
http://kent.dl.sourceforge.net/project/dbh/dbh/4.6.2/
http://freefr.dl.sourceforge.net/project/dbh/dbh/4.6.2/
http://voxel.dl.sourceforge.net/project/dbh/dbh/4.6.2/
http://jaist.dl.sourceforge.net/project/dbh/dbh/4.6.2/
http://osdn.dl.sourceforge.net/project/dbh/dbh/4.6.2/
http://nchc.dl.sourceforge.net/project/dbh/dbh/4.6.2/
http://ncu.dl.sourceforge.net/project/dbh/dbh/4.6.2/
http://transact.dl.sourceforge.net/project/dbh/dbh/4.6.2/
http://softlayer.dl.sourceforge.net/project/dbh/dbh/4.6.2/
http://internode.dl.sourceforge.net/project/dbh/dbh/4.6.2/
http://ufpr.dl.sourceforge.net/project/dbh/dbh/4.6.2/
http://waix.dl.sourceforge.net/project/dbh/dbh/4.6.2/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 28

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
10 Nov 2011 05:38:32
Original commit files touched by this commit  4.6.2
linimon search for other commits by this committer
Mark broken on powerpc as well as sparc64.  (In fact, on all the tier-2s.)

Hat:            portmgr
11 Aug 2011 19:20:17
Original commit files touched by this commit  4.6.2
  Sanity Test Failure
kwm search for other commits by this committer
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
21 Apr 2011 12:15:57
Original commit files touched by this commit  4.6.2
culot search for other commits by this committer
- Update to 4.6.2
20 Mar 2011 12:54:45
Original commit files touched by this commit  4.6.1
miwi search for other commits by this committer
- Get Rid MD5 support
20 Oct 2010 05:53:20
Original commit files touched by this commit  4.6.1
culot search for other commits by this committer
Update my MAINTAINER address to culot@FreeBSD.org.

Approved by:    sahil@ (mentor)
17 Sep 2010 09:18:44
Original commit files touched by this commit  4.6.1
linimon search for other commits by this committer
Mark as broken on sparc64: fails to compile.

Hat:            portmgr
05 Sep 2010 22:18:46
Original commit files touched by this commit  4.6.1
sahil search for other commits by this committer
- Update to 4.6.1

PR:             ports/150217
Submitted by:   Frederic Culot <frederic@culot.org> (maintainer)
21 Aug 2010 00:28:52
Original commit files touched by this commit  4.6.0
sahil search for other commits by this committer
- Update to 4.6.0
- Add another MASTER_SITE
- Introduce OPTION to install GTK html docs
- Pass maintainership to submitter

PR:             ports/149835
Submitted by:   Frederic Culot <frederic@culot.org>
05 Nov 2006 05:54:17
Original commit files touched by this commit  4.5.0
alepulver search for other commits by this committer
- Add CONFLICTS with databases/dbh10.
31 Oct 2006 05:37:31
Original commit files touched by this commit  4.5.0
ijliao search for other commits by this committer
* upgrade dbh to 4.5.0
* keep old dbh 1.0 as dbh10
* reassign XFCE dependent to dbh10

Approved by: oliver (maintainer of XFCE4)
14 Aug 2006 22:55:18
Original commit files touched by this commit  1.0.24_1
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
23 Feb 2006 10:40:45
Original commit files touched by this commit  1.0.24_1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
24 Nov 2005 01:23:57
Original commit files touched by this commit  1.0.24
pav search for other commits by this committer
- Add SHA256
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.0.24
ade search for other commits by this committer
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.
15 Mar 2005 17:02:57
Original commit files touched by this commit  1.0.24
ahze search for other commits by this committer
- Update to 1.0.24

PR:             ports/78873
Submitted by:   Ports Fury
14 Nov 2004 09:27:26
Original commit files touched by this commit  1.0.20
krion search for other commits by this committer
Update to version 1.0.20

PR:             ports/73900
Submitted by:   Ports Fury
06 Apr 2004 07:50:32
Original commit files touched by this commit  1.0.18
ijliao search for other commits by this committer
upgrade to 1.0.18
14 Mar 2004 06:17:56
Original commit files touched by this commit  1.0.17
ade search for other commits by this committer
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.
29 Jan 2004 07:24:56
Original commit files touched by this commit  1.0.17
trevor search for other commits by this committer
SIZEify.
28 Oct 2003 21:34:30
Original commit files touched by this commit  1.0.17
krion search for other commits by this committer
- Update to version 1.0.17

PR:             58622
Submitted by:   Ports Fury
27 Aug 2003 07:00:52
Original commit files touched by this commit  1.0.15
demon search for other commits by this committer
Update to version 1.0.15.
30 Jul 2003 18:48:41
Original commit files touched by this commit  1.0.14_1
krion search for other commits by this committer
* Do not install useless .la file
* Utilize USE_GNOME

PR:             55053
Submitted by:   Ports Fury
Approved by:    fjoe (mentor) (implicit)
28 Mar 2003 09:46:52
Original commit files touched by this commit  1.0.14
kevlo search for other commits by this committer
Update to 1.0.14

PR: 50208
Submitted by: Marcus vA <marcus@sysfault.org>
20 Feb 2003 17:00:26
Original commit files touched by this commit  1.0.11_1
knu search for other commits by this committer
De-pkg-comment.
16 Feb 2003 00:33:48
Original commit files touched by this commit  1.0.11_1
arved search for other commits by this committer
Fix Fetch.

PR:             47998
Submitted by:    Sergey A. Osokin <osa@FreeBSD.org.ru>
08 Nov 2002 22:01:31
Original commit files touched by this commit  1.0.11_1
naddy search for other commits by this committer
Do not install useless .la file.

PR:             44484
Submitted by:   Ports Fury
15 Aug 2002 05:24:56
Original commit files touched by this commit  1.0.11
ijliao search for other commits by this committer
upgrade to 1.0.11
09 Aug 2002 16:22:37
Original commit files touched by this commit  1.0.10
ijliao search for other commits by this committer
add dbh 1.0
Disk Based Hashtables

Number of commits found: 28

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23670
Broken 193
Deprecated 147
Ignore 735
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 15
new 48 hours32
new 7 days60
new fortnight181
new month254

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.201 seconds.