Port details |
- db Manipulate db(3)'s btree(3) and hash(3) databases - NetBSD port
- 1.27,2 databases =12 1.27,2Version of this port present on the latest quarterly branch.
- 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
- Port Added: unknown
- Last Update: 2024-01-28 17:04:11
- Commit Hash: 744a0bd
- People watching this port, also watch:: unzip, openssl, sudo, libxml2, wget
- License: BSD4CLAUSE
- WWW:
- http://cvsweb.netbsd.org/bsdweb.cgi/src/usr.bin/db/
- Description:
- db allows manipulation of btree(3) and hash(3) (db(3)) databases.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/databases/db/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/db
- pkg install db
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: db
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1636875813
SHA256 (db-1.27,2/Makefile) = fd19fa7f61662f92826dd7bdb734767f28e82634746363bf84db3a395b4064d9
SIZE (db-1.27,2/Makefile) = 128
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_db
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.27,2 28 Jan 2024 17:04:11 |
Gleb Popov (arrowd) Author: Helge Oldach |
databases/db: Move manpages to share/man
Not bumping PORTREVISION because it ends up in the distinfo.
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.27,2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.27,2 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
1.27,2 14 Nov 2021 08:09:31 |
Mikael Urankar (mikael) |
databases/db: Update to 1.27. |
1.26,2 19 Aug 2021 16:08:37 |
Fernando Apesteguía (fernape) Author: Helge Oldach |
databases/db: update to 1.26 and simplify
ChangeLog: http://cvsweb.netbsd.org/bsdweb.cgi/src/usr.bin/db/db.c
PR: 257930
Reported by: freebsd@oldach.net |
1.16,2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.16,2 08 Feb 2021 11:18:03 |
mat |
Put back PORTEPOCH, it NEVER GOES BACKWARDS.
With hat: portmgr
Pointy hat: nc |
1.16 07 Feb 2021 02:03:25 |
nc |
databases/db: Update to 1.16 |
1.14,2 24 Nov 2016 13:10:32 |
amdmi3 |
- Add LICENSE
- Regenerate patches |
1.14,2 16 Nov 2016 22:55:39 |
rene |
Reset edwin's ports, he has handed in his commit bit.
With hat: portmgr-secretary |
1.14,2 24 Aug 2014 19:25:07 |
antoine |
Allow staging as a regular user |
1.14,2 14 Feb 2014 15:41:18 |
miwi |
- Stage support |
1.14,2 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.14,2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.14,2 31 Jul 2008 11:30:53 |
edwin |
And again backout to revision 1.14 until lukem@netbsd.org fixes it. |
1.16,1 28 Jul 2008 12:03:37 |
edwin |
Update to CVS version 1.16 |
1.14,1 25 Jun 2007 04:21:58 |
edwin |
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. |
1.15 21 Jun 2007 01:22:08 |
edwin |
update to version 1.15 |
1.11_1 08 Nov 2005 21:45:49 |
edwin |
Add SHA256 checksums to the distinfo files. |
1.11_1 18 Mar 2004 02:27:55 |
trevor |
Add size data.
Approved by: maintainers |
1.11_1 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
1.11_1 02 Jan 2004 23:45:47 |
edwin |
Remove options for -X, which is not possible on FreeBSD system.
Submitted by: edwin@mavetju.org |
1.11 02 Jan 2004 21:53:41 |
edwin |
FreeBSD port of the NetBSD db(1) command.
manipulate db(3)'s btree(3) and hash(3) databases
Submitted by: edwin@mavetju.org |
2.7.7_1 22 Aug 2002 19:34:32 |
ade |
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. |
2.7.7_1 22 Aug 2002 01:12:18 |
ade |
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> |
2.7.7_1 14 Aug 2002 08:50:33 |
alane |
Bumped portrevision for previous commit (sorry, it's late, I forgot), since
it affects what is installed, although the pkg-plist doesn't change. |
2.7.7 14 Aug 2002 08:48:43 |
alane |
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 |
2.7.7 14 May 2002 02:46:00 |
pat |
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 |
lioux |
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the
later case |
22 Jun 2001 21:03:35 |
olgeni |
Remove MANUAL_PACKAGE_BUILD, the port packages just fine. |
08 Oct 2000 01:08:27 |
asami |
Convert category databases to new layout. |
16 Jun 2000 22:52:41 |
asami |
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 11:38:51 |
sobomax |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration. |
06 Jun 2000 16:15:18 |
sobomax |
Add support for building db2 shared library. |