FreshPorts -- The Place For Ports Sat, 17 May 2008 9:49 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
dbh 4.5.0 databases on this many watch lists=41 search for ports that depend on this port
Disk Based Hashtables

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 09 Aug 2002 17:22:57


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
Required To Build: devel/pkg-config
Required To Run: devel/pkg-config

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


Configuration Options
     No options to configure

Master Sites:
http://heanet.dl.sourceforge.net/sourceforge/dbh/
http://nchc.dl.sourceforge.net/sourceforge/dbh/
http://kent.dl.sourceforge.net/sourceforge/dbh/
http://easynews.dl.sourceforge.net/sourceforge/dbh/
http://ufpr.dl.sourceforge.net/sourceforge/dbh/
http://jaist.dl.sourceforge.net/sourceforge/dbh/
http://umn.dl.sourceforge.net/sourceforge/dbh/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2006-04-03
    Affects: users of databases/db*
    Author: swhetzel@gmail.com
    Reason: 
      Most of the ports that depend on Berkeley DB have been updated to use
      Mk/bsd.database.mk. Mk/bsd.database.mk is used to include MySQL, PostgreSQL,
      Berkeley DB, and SQLite in a port.
    
      The Berkeley DB support in Mk/bsd.database.mk is used to return the proper
      db* library name and location of the include and library directories of the
      requested version.
    
      To select a version of Berkeley DB, you can use either WITH_BDB_VER=<version>
      or ${UNIQUENAME}_WITH_BDB_VER=<version> (version is one of 3, 40, 41, 42, 43,
      or 44).
    
      When a port has USE_BDB defined as either 'USE_BDB=41+' or 'USE_BDB=yes', the
      port will use the oldest installed version of Berkeley DB. For example if
      both db41 and db43 are installed, the port would end up compiling with db41.
      If you add -DWITH_BDB_HIGHEST to your make command, the port will use highest
      db* instead. If no Berkeley DB is installed then the port will default to the
      version specified or the default Berkeley DB version (currently db41).
    
      NOTE: If a port was using a different variable to select Berkeley DB or a
      version, you will get an IGNORE message when you build the port. This
      message will tell you what you need to do.
    
      Port Maintainers please review the comments in Mk/bsd.database.mk on what
      variables are available for you use in your own ports.
    
    

Number of commits found: 20

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
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 23: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 08: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 08: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 19: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 06: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 17: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: 20

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-djangoMay 14
py-django-develMay 14
vorbis-toolsMay 11
qemuMay 08
qemu-develMay 08
swfdecMay 07
firefox*May 03
firefox-devel*May 03
firefox10*May 03
firefox15*May 03
flock*May 03
linux-firefox*May 03
linux-firefox-devel*May 03
linux-flock*May 03
linux-seamonkey*May 03

8 vulnerabilities affecting 22 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
Traffic

Calculated hourly:
Port count 18471
Broken 176
Deprecated 58
Ignore 584
Forbidden 4
Restricted 412
No CDROM 126
Vulnerable 52
Expired 33
Set to expire 37
Interactive 76
new 24 hours 6
new 48 hours9
new 7 days19
new fortnight53
new month157

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

Add tab to Netscape 6

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