5c11 FreshPorts -- databases/dbh10
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
dbh10 1.0.24_1 databases on this many watch lists=0 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: 05 Nov 2006 07:06:10
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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/pkgconf
  2. devel/libtool
There are no ports dependent upon this port

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


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/dbh/dbh/1.0.24/
  3. http://freefr.dl.sourceforge.net/project/dbh/dbh/1.0.24/
  4. http://garr.dl.sourceforge.net/project/dbh/dbh/1.0.24/
  5. http://heanet.dl.sourceforge.net/project/dbh/dbh/1.0.24/
  6. http://hivelocity.dl.sourceforge.net/project/dbh/dbh/1.0.24/
  7. http://ignum.dl.sourceforge.net/project/dbh/dbh/1.0.24/
  8. http://internode.dl.sourceforge.net/project/dbh/dbh/1.0.24/
  9. http://iweb.dl.sourceforge.net/project/dbh/dbh/1.0.24/
  10. http://jaist.dl.sourceforge.net/project/dbh/dbh/1.0.24/
  11. http://kaz.dl.sourceforge.net/project/dbh/dbh/1.0.24/
  12. http://kent.dl.sourceforge.net/project/dbh/dbh/1.0.24/
  13. http://master.dl.sourceforge.net/project/dbh/dbh/1.0.24/
  14. http://nchc.dl.sourceforge.net/project/dbh/dbh/1.0.24/
  15. http://ncu.dl.sourceforge.net/project/dbh/dbh/1.0.24/
  16. http://netcologne.dl.sourceforge.net/project/dbh/dbh/1.0.24/
  17. http://sunet.dl.sourceforge.net/project/dbh/dbh/1.0.24/
  18. http://superb-dca3.dl.sourceforge.net/project/dbh/dbh/1.0.24/
  19. http://switch.dl.sourceforge.net/project/dbh/dbh/1.0.24/
  20. http://tenet.dl.sourceforge.net/project/dbh/dbh/1.0.24/
  21. http://ufpr.dl.sourceforge.net/project/dbh/dbh/1.0.24/
  22. http://waix.dl.sourceforge.net/project/dbh/dbh/1.0.24/

Number of commits found: 11

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
23 Apr 2013 07:08:33
Original commit files touched by this commit  1.0.24_1
bapt search for other commits by this committer
Convert databases to USES=pkgconfig
19 Mar 2013 13:04:31
Original commit files touched by this commit  1.0.24_1
eadler search for other commits by this committer
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
26 Jul 2012 05:40:24
Original commit files touched by this commit  1.0.24_1
bapt search for other commits by this committer
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
23 Jul 2012 01:33:56
Original commit files touched by this commit  1.0.24_1
dougb search for other commits by this committer
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
11 Aug 2011 19:20:17
Original commit files touched by this commit  1.0.24_1
  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>
20 Mar 2011 12:54:45
Original commit files touched by this commit  1.0.24_1
miwi search for other commits by this committer
- Get Rid MD5 support
04 Dec 2010 07:34:27
Original commit files touched by this commit  1.0.24_1
ade search for other commits by this committer
Sync to new bsd.autotools.mk
22 Aug 2009 00:18:43
Original commit files touched by this commit  1.0.24_1
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with D
02 Aug 2009 19:36:34
Original commit files touched by this commit  1.0.24_1
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
28 Jan 2007 09:07:47
Original commit files touched by this commit  1.0.24_1
kris search for other commits by this committer
Use libtool port instead of included one to avoid objformat a.out botch
05 Nov 2006 05:55:19
Original commit files touched by this commit  1.0.24_1
alepulver search for other commits by this committer
- Add CONFLICTS with databases/dbh and avoid duplicate LATEST_LINK.

Number of commits found: 11

2847
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15
linux-firefoxMay 15
linux-seamonkeyMay 15

3 vulnerabilities affecting 19 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 24516
Broken 217
Deprecated 472
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 28
Expired 132
Set to expire 510
Interactive 33
new 24 hours 3
new 48 hours7
new 7 days22
new fortnight74
new month205

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0