aboutsummaryrefslogtreecommitdiffstats
path: root/databases/dbtool
Commit message (Collapse)AuthorAgeFilesLines
* Bump pcre library dependency due to 8.30 updatemm2012-02-141-2/+2
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Track dependencies after databases/gdbm updategabor2011-09-121-1/+2
|
* - Add licensesylvio2011-05-201-0/+2
|
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Update my mail address to FreeBSDsylvio2009-11-281-1/+1
| | | | Approved by: miwi (mentor)
* - Update to 1.7.araujo2009-07-016-65/+17
| | | | | | | - Pass maintainer to submitter. PR: ports/136074 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
* - Update download locationpav2009-02-011-1/+1
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Fix mastersite.jmelo2007-02-161-1/+1
| | | | | PR: ports/109190 Submitted by: Thomas Abthorpe <thomas@goodking.ca>
* In preparation to deprecate shells/bash2:bsam2006-12-231-2/+2
| | | | | - change RUN_DEPENDS: shells/bash2 -> shells/bash; - bump PORTREVISION.
* Fix build with gcc41arved2006-12-212-0/+28
|
* Remove USE_REINPLACE from all categories starting with Dedwin2006-05-051-1/+0
|
* - Add SHA256pav2005-11-241-0/+1
|
* Update WWW.tobez2004-06-111-1/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* SIZEify.trevor2004-01-291-0/+1
|
* databases/dbtool: upgrading to 1.6 and fixing on -CURRENT.edwin2003-03-306-3/+89
| | | | | PR: ports/50213 Submitted by: Thierry Thomas <thierry@pompo.net>
* De-pkg-comment.knu2003-02-212-1/+1
|
* URL fixes.naddy2003-02-061-1/+1
| | | | | PR: 47848, 47853, 47855 Submitted by: tadalunch@s5.xrea.com
* chase gdbm lib versionijliao2003-01-031-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* ${PERL} -> ${REINPLACE_CMD}dwcjr2002-09-021-2/+3
| | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net
* Fix typo that would have meant this port would not have compiledade2002-08-231-1/+1
| | | | if db3 support had been selected.
* upgrade to 1.5ijliao2002-06-132-2/+2
| | | | | PR: 39224 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* upgrade to 1.4ijliao2002-04-172-5/+5
| | | | drop maintainership
* Back out the db3 port update because some of these dependent ports hadknu2001-08-011-2/+2
| | | | | | | | | | been broken by the incompatibility between db3.2 and db3.3. I am unconditionally bumping the PORTREVISION's to eliminate possible troubles that should not happen before the coming release. Sorry for inconvenience. I'll try to check compatibility hard before committing next time.
* Reflect databases/db3's shlib version bump from 2 to 3.knu2001-07-251-1/+2
|
* add dbtoolijliao2001-04-305-0/+57
Store and retrieve data in a key/value format in a hash database ps. thanks Jos Backus <josb@cncdsl.com> for his help on make this port