FreshPorts -- The Place For Ports Sat, 17 May 2008 8:16 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
db 1.14,1 databases on this many watch lists=9 search for ports that depend on this port
Manipulate db(3)'s btree(3) and hash(3) databases - NetBSD port
Maintained by: edwin@mavetju.org search for ports maintained by this maintainer
Port Added: unknown


db allows manipulation of btree(3) and hash(3) (db(3)) databases.

WWW: http://cvsweb.netbsd.org/bsdweb.cgi/src/usr.bin/db/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon

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


Configuration Options
     No options to configure

Master Sites:
http://www.mavetju.org/download/
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: 18

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
25 Jun 2007 05:21:58
Original commit files touched by this commit  1.14,1
edwin search for other commits by this committer
Go back to 1.14 which seems to work better that 1.15:

    $ db hash name.hash.db josk
    db: Error reading key `josk': Invalid argument
    $ db hash name.hash.db joska
    db: Error reading key `joska': Invalid argument
    $ db btree name.btree.db josk
    db: Unknown key `josk'
    $ db btree name.btree.db joska
    db: Unknown key `joska'

It seems to happen due to the new design of db_get() in db.c, which
I will try to decypher later on.
21 Jun 2007 02:22:08
Original commit files touched by this commit  1.15
edwin search for other commits by this committer
update to version 1.15
08 Nov 2005 21:45:49
Original commit files touched by this commit  1.11_1
edwin search for other commits by this committer
Add SHA256 checksums to the distinfo files.
18 Mar 2004 02:27:55
Original commit files touched by this commit  1.11_1
trevor search for other commits by this committer
Add size data.

Approved by:    maintainers
06 Feb 2004 13:12:53
Original commit files touched by this commit  1.11_1
trevor search for other commits by this committer
Use PLIST_FILES (bento-tested, marcus-reviewed).
02 Jan 2004 23:45:47
Original commit files touched by this commit  1.11_1
edwin search for other commits by this committer
Remove options for -X, which is not possible on FreeBSD system.

Submitted by:   edwin@mavetju.org
02 Jan 2004 21:53:41
Original commit files touched by this commit  1.11
edwin search for other commits by this committer
FreeBSD port of the NetBSD db(1) command.

        manipulate db(3)'s btree(3) and hash(3) databases

Submitted by:   edwin@mavetju.org
22 Aug 2002 20:34:32
Original commit files touched by this commit  2.7.7_1
ade search for other commits by this committer
BerkeleyDB cleanup - stage 3
Version 2 of Berkeley DB has been repo-copied to databases/db2, for
naming consistency with the other ports.  Fix dependencies accordingly.
22 Aug 2002 02:12:18
Original commit files touched by this commit  2.7.7_1
ade search for other commits by this committer
Take over maintainership of this one, too.  Previous maintainer bounces.

  josh@ican.net
    SMTP error from remote mailer after RCPT TO:<josh@ican.net>:
    host smtp.primus.ca [216.254.136.21]: 550 Unknown local part josh in
<josh@ican.net>
14 Aug 2002 09:50:33
Original commit files touched by this commit  2.7.7_1
alane search for other commits by this committer
Bumped portrevision for previous commit (sorry, it's late, I forgot), since
it affects what is installed, although the pkg-plist doesn't change.
14 Aug 2002 09:48:43
Original commit files touched by this commit  2.7.7
alane search for other commits by this committer
Fix failure to build package due to apparent source tarball change. No idea
how long it's been broken. Maintainer email address bounces. Committing
w/o timeout because of package failure and upcoming 4.7 release.

PR:     41656
14 May 2002 03:46:00
Original commit files touched by this commit  2.7.7
pat search for other commits by this committer
Download site directory structure changed

PR:             37979
Submitted by:   Alan Eldridge <ports@geeksrus.net>
Approved by:    maintainer mail bounce
20 Nov 2001 23:29:38
files touched by this commit
lioux search for other commits by this committer
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the
later case    
22 Jun 2001 22:03:35
files touched by this commit
olgeni search for other commits by this committer
Remove MANUAL_PACKAGE_BUILD, the port packages just fine.    
08 Oct 2000 02:08:27
files touched by this commit
asami search for other commits by this committer
Convert category databases to new layout.  
16 Jun 2000 23:52:41
files touched by this commit
asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
16 Jun 2000 12:38:51
files touched by this commit
sobomax search for other commits by this committer
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with  
ldconfig in PLIST need personal consideration.    
06 Jun 2000 17:15:18
files touched by this commit
sobomax search for other commits by this committer
Add support for building db2 shared library.    

Number of commits found: 18

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.447 seconds.