non port: databases/p5-DBM-Deep/Makefile |
SVNWeb
|
Number of commits found: 29 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] d076ad9 (Only the first 10 of 718 ports in this commit are shown above. )
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 )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 6 Jan 2020
|
[ 17:09 tcberner ]
databases/p5-DBM-Deep: update to 2.0016
PR: 243129
Submitted by: Janos Mohacsi <jmohacsi@bsd.hu> (maintainer)
|
Thu, 2 Nov 2017
|
[ 16:17 dbaio ]
databases/p5-DBM-Deep: Update to 2.0014
Add LICENSE.
Set architecture neutral.
Changes: http://cpansearch.perl.org/src/RKINYON/DBM-Deep-2.0014/Changes
PR: 223368
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
Approved by: Janos Mohacsi <jmohacsi@bsd.hu> (maintainer)
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 16 Mar 2015
|
[ 20:43 adamw ]
Update to 2.0011.
Changes: https://metacpan.org/changes/distribution/DBM-Deep
PR: 198455
Approved by: maintainer
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above )
|
Wed, 29 Jan 2014
|
[ 17:31 az ] (Only the first 10 of 53 ports in this commit are shown above. )
- add stage support
Approved by: portmgr (blanket infrastructure)
|
Fri, 20 Sep 2013
|
[ 16:13 bapt ] (Only the first 10 of 927 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
|
Tue, 10 Sep 2013
|
[ 13:04 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
|
Mon, 27 May 2013
|
[ 08:11 az ]
- Remove unnecessary depend on PERL_LEVEL < 5.12
PR: ports/178918
Submitted by: az
Approved by: Janos Mohacsi <jmohacsi@bsd.hu> (maintainer)
|
Wed, 9 Jan 2013
|
[ 19:50 tabthorpe ] (Only the first 10 of 66 ports in this commit are shown above. )
- Change MAINTAINER address
- Trim headers while I am here
- Clean up some trailing whitespace
|
Wed, 29 Aug 2012
|
[ 00:47 swills ]
- Remove MAN3 entry for man page that isn't included any more
Pointed out by: matthew
Pointy hat to: swills
Approved by: janos.mohacsi@bsd.hu (maintainer, implicit)
|
Mon, 27 Aug 2012
|
[ 21:44 swills ]
- Update to 2.0008
PR: ports/170958
Approved by: Mohacsi Janos <janos.mohacsi@bsd.hu> (maintainer)
|
Tue, 13 Mar 2012
|
[ 16:15 pgollucci ] (Only the first 10 of 391 ports in this commit are shown above. )
- Revert ports/165605 as requested by portmgr@
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)
|
Thu, 8 Mar 2012
|
[ 18:45 pgollucci ] (Only the first 10 of 403 ports in this commit are shown above. )
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
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
|
Tue, 28 Feb 2012
|
[ 17:05 sunpoet ]
- Update to 2.0004
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)
|
Wed, 1 Feb 2012
|
[ 17:01 swills ]
- Add BUILD_DEPENDS to silence build warnings
- 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)
|
Mon, 6 Sep 2010
|
[ 08:10 wen ]
- Update to 2.0002
PR: ports/150314
Submitted by: Wen Heping(myself)
Approved by: maintainer
|
Fri, 4 Jun 2010
|
[ 10:28 amdmi3 ]
- Update to 1.0024
PR: 147417
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
|
Sun, 30 May 2010
|
[ 23:50 sylvio ]
- Update to 1.0020
PR: ports/147212
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
|
Wed, 22 Jul 2009
|
[ 16:27 pgollucci ] (Only the first 10 of 263 ports in this commit are shown above. )
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav)
|
Sat, 9 May 2009
|
[ 09:18 miwi ]
- Update to 1.0014
PR: 134302
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
|
Thu, 17 Apr 2008
|
[ 14:30 araujo ] (Only the first 10 of 2168 ports in this commit are shown above. )
- Take advantage of CPAN macro from bsd.sites.mk, change
${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)
|
Fri, 5 Oct 2007
|
[ 21:53 miwi ]
- Update to 1.0004
PR: 116788
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
|
Fri, 9 Jun 2006
|
[ 19:20 aaron ]
- Update from v0.96 to v0.983
- Update plist
PR: ports/98189
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)
|
Sat, 5 Nov 2005
|
[ 12:51 tobez ]
Update to 0.96.
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
|
Tue, 12 Oct 2004
|
[ 10:57 mat ]
Add p5-DBM-Deep 0.94, a pure perl persistent multi-level hash/array DBM.
PR: ports/70210
Submitted by: Janos.Mohacsi@bsd.hu
|
Number of commits found: 29 |