aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBM-Deep
Commit message (Collapse)AuthorAgeFilesLines
* - Change MAINTAINER addressThomas Abthorpe2013-01-091-6/+2
| | | | | | | | - Trim headers while I am here - Clean up some trailing whitespace Notes: svn path=/head/; revision=310162
* - Remove MAN3 entry for man page that isn't included any moreSteve Wills2012-08-291-1/+1
| | | | | | | | | Pointed out by: matthew Pointy hat to: swills Approved by: janos.mohacsi@bsd.hu (maintainer, implicit) Notes: svn path=/head/; revision=303304
* - Update to 2.0008Steve Wills2012-08-272-3/+3
| | | | | | | | PR: ports/170958 Approved by: Mohacsi Janos <janos.mohacsi@bsd.hu> (maintainer) Notes: svn path=/head/; revision=303252
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+7
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-7/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Update to 2.0004Sunpoet Po-Chuan Hsieh2012-02-282-14/+17
| | | | | | | | | | Changes: http://search.cpan.org/dist/DBM-Deep/Changes PR: ports/165288 Submitted by: sunpoet (myself) Approved by: Mohacsi Janos <janos.mohacsi@bsd.hu> (maintainer) Notes: svn path=/head/; revision=292375
* - Add BUILD_DEPENDS to silence build warningsSteve Wills2012-02-011-7/+11
| | | | | | | | | | | | - Don't use unecessary += for DEPENDS - Add TEST_DEPENDS to enable testing PR: ports/164486 Submitted by: swills (myself) Approved by: Mohacsi Janos <janos.mohacsi@bsd.hu> (maintainer) Notes: svn path=/head/; revision=290237
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-2/+3
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 2.0002Wen Heping2010-09-062-4/+4
| | | | | | | | | PR: ports/150314 Submitted by: Wen Heping(myself) Approved by: maintainer Notes: svn path=/head/; revision=260630
* - Update to 1.0024Dmitry Marakasov2010-06-042-4/+4
| | | | | | | | PR: 147417 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) Notes: svn path=/head/; revision=255711
* - Update to 1.0020Sylvio Cesar Teixeira2010-05-303-10/+47
| | | | | | | | PR: ports/147212 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) Notes: svn path=/head/; revision=255359
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-10/+1
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* - Update to 1.0014Martin Wilke2009-05-092-4/+4
| | | | | | | | PR: 134302 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) Notes: svn path=/head/; revision=233500
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* - Update to 1.0004Martin Wilke2007-10-053-5/+14
| | | | | | | | PR: 116788 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Notes: svn path=/head/; revision=200941
* - Update from v0.96 to v0.983Aaron Dalton2006-06-094-4/+11
| | | | | | | | | | | | - Update plist PR: ports/98189 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit) Notes: svn path=/head/; revision=164924
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109
* Update to 0.96.Anton Berezin2005-11-052-3/+3
| | | | | | | | | | | | | Changes: -supports passing an optional filehandle to the constructor -optional autobless flag to preserve and restore blessed hashes -various bug fixes PR: 88519 Submitted by: maintainer Notes: svn path=/head/; revision=147369
* Add p5-DBM-Deep 0.94, a pure perl persistent multi-level hash/array DBM.Mathieu Arnold2004-10-124-0/+44
PR: ports/70210 Submitted by: Janos.Mohacsi@bsd.hu Notes: svn path=/head/; revision=118933