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.18 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.18 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.18 30 May 2021 19:59:24 |
Po-Chuan Hsieh (sunpoet) |
textproc/p5-String-Format: Add NO_ARCH
Approved by: portmgr (blanket) |
1.18 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.18 05 May 2020 03:35:01 |
wen |
- Update to 1.18
- Pass maintainership to submitter
- Add LICENSE_FILE
PR: 245801
Submitted by: svysh.fbsd@gmail.com
Approved by: maintainer(timeout, > 14 days) |
1.17_1 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 |
1.17_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 ) |
1.17 22 Jan 2014 11:47:22 |
mat |
* Convert to staging
* Add license
* pet portlint
Sponsored by: Absolight |
1.17 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.17 11 Sep 2013 07:41:00 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
1.17 21 Feb 2013 17:04:42 |
pclin |
- Update to 1.17
- Add LICENSE (GPLv2)
PR: ports/175496
Approved by: swills (mentor) |
1.16 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
1.16 15 Dec 2009 21:09:09 |
pgollucci |
- Update to 1.16
PR: ports/141564
Approved by: maintainer
Submitted by: myself (pgollucci@) |
1.14 19 May 2008 13:12:08 |
araujo |
- Include some ports in perl5 category.
PR: ports/123530
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: flz (portmgr) |
1.14 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) |
1.14 23 Jan 2006 19:07:01 |
erwin |
- Update to 1.14
- Add SHA256
PR: 92214
Submitted by: Matt Mills <matt_mills@btopenworld.com> (maintainer) |
1.13 02 Jun 2005 09:03:58 |
barner |
Add p5-String-Format 1.13,
perl module for sprintf-like string
formatting capability.
PR: 79195
Submitted by: Matt Mills <matt_mills@btopenworld.com> |