Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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.02 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.02 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.02 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.02 02 Feb 2020 11:07:56 |
sunpoet |
Update to 1.02
Changes: https://metacpan.org/changes/distribution/CDB_File
PR: 243654
Submitted by: Jon Nistor <nistor@snickers.org> (maintainer) |
0.99 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.99 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.99 27 Jun 2017 17:06:04 |
ultima |
* Updated to 0.99
PR: 220117
Submitted by: <nistor@snickers.org> (maintainer)
Reviewed by: lifanov (mentor)
Approved by: lifanov (mentor)
Differential Revision: https://reviews.freebsd.org/D11374 |
0.98_1 18 Jun 2017 18:09:17 |
dbn |
qa: add check for NO_ARCH
If NO_ARCH is set then check that no FreeBSD elf(5) files are in $STAGEDIR.
If an elf(5) file is bundles as part of the package, but is not meant to be
run directly (i.e. the elf(5) file is a payload, and not compiled) then
those files can be added to NO_ARCH_IGNORE to avoid the check from failing,
Changes to ports:
- Ports that have NO_ARCH set, but actually compile files have had NO_ARCH
removed.
- Ports that have elf(5) payloads have had those files added to
NO_ARCH_IGNORE.
- R-cran ports that do not set USES=cran:compiles have NO_ARCH set,
PR: 218976
Reviewed by: antoine, mat
Approved by: portmgr |
0.98 12 Jul 2015 16:08:47 |
sunpoet |
- Update to 0.98
- Add LICENSE
- Add NO_ARCH
Changes: http://search.cpan.org/dist/CDB_File/CHANGES
PR: 201481
Submitted by: Jon Nistor <nistor@snickers.org> (maintainer) |
0.97_2 29 May 2015 14:29:59 |
amdmi3 |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2 |
0.97_1 26 Nov 2014 13:08:38 |
mat |
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 ) |
0.97 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
0.97 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
0.97 29 Jan 2014 17:18:46 |
az |
- add stage support
Approved by: portmgr (blanket infrastructure) |
0.97 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
0.97 10 Sep 2013 11:32:20 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
0.97 09 Sep 2012 01:48:15 |
swills |
- Update to 0.97
PR: ports/171051
Approved by: maintainer timeout (nistor@snickers.org, >2 weeks) |
0.96 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.96 03 Mar 2009 15:44:10 |
skv |
Update to 0.96
Changes: http://cpansearch.perl.org/src/MSERGEANT/CDB_File-0.96/CHANGES
PR: ports/132284
Submitted by: skv
Approved by: maintainer |
0.95 17 Apr 2008 14:30:31 |
araujo |
- 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) |
0.95 29 Jul 2006 06:11:39 |
itetcu |
Update to 0.95
PR: ports/100971
Submitted by: Jin-Shan Tseng
Approved by: maintainer |
0.94 22 Jan 2006 08:23:41 |
edwin |
SHA256ify
Approved by: krion@ |
0.94 01 Aug 2005 18:55:19 |
lawrance |
Update to 0.94
PR: ports/84433
Submitted by: Andrej Zverev <az@inec.ru>
Approved by: Jon Nistor <nistor@snickers.org> (maintainer) |
0.93 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.93 02 Sep 2003 14:10:04 |
mat |
Update to 0.93
Cleanup Makefile
use %%SITE_PERL%%
Add WWW
PR: 51575
Submitted by: me
Approved by: maintainer timeout (+2 month) |
0.92 07 Mar 2003 02:54:37 |
ade |
Remove pkg-comment where COMMENT is already defined in the Makefile
Approved by: portmgr (implicitly) |
0.92 17 Feb 2003 22:12:39 |
seanc |
Update to 0.9.2
PR: ports/48383
Submitted by: Jon Nistor <nistor@snickers.org> |
0.91 30 Mar 2002 04:07:38 |
petef |
Update to 0.91.
PR: 35437
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
Approved by: maintainer timeout |
04 Aug 2001 09:41:40 |
ijliao |
add p5-CDB_File Perl5 interface to the CDB package |