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) |
0.15_1 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 ) |
0.15_1 03 Jun 2022 09:01:01 |
Po-Chuan Hsieh (sunpoet) |
www/p5-CGI-PSGI: Add NO_ARCH |
0.15_1 04 Oct 2021 19:58:01 |
Rene Ladan (rene) |
*: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat: portmgr-secretary |
0.15_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.15_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.15_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 |
0.15_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.15 05 Jan 2014 15:30:10 |
az |
- support stage
Approved by: portmgr (blanket infrastructure) |
0.15 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.15 03 Sep 2013 15:07:52 |
az |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
0.15 19 May 2011 13:34:46 |
kuriyama |
- Upgrade to 0.15. |
0.14 25 Feb 2011 15:17:51 |
kuriyama |
- Upgrade to 0.14. |
0.13 20 Nov 2010 06:50:23 |
kuriyama |
- Upgrade to 0.13. |
0.12 30 Oct 2010 12:58:59 |
kuriyama |
- Upgrade to 0.12. |
0.11 03 May 2010 14:04:01 |
kuriyama |
- Upgrade to 0.11. |
0.10 01 Apr 2010 22:40:21 |
kuriyama |
- Upgrade to 0.10. |
0.09 11 Mar 2010 08:51:51 |
kuriyama |
- Upgrade to 0.09. |
0.07 14 Jan 2010 14:35:10 |
kuriyama |
- Upgrade to 0.07. |
0.06 11 Jan 2010 01:19:45 |
kuriyama |
- Upgrade to 0.06. |
0.04 12 Dec 2009 11:08:33 |
kuriyama |
- Upgrade to 0.04. |
0.03 29 Nov 2009 23:28:08 |
kuriyama |
- Upgrade to 0.03. |
0.02 21 Oct 2009 14:34:24 |
kuriyama |
- Upgrade to 0.02. |
0.01 13 Oct 2009 10:12:43 |
kuriyama |
Enable your CGI.pm aware applications to adapt PSGI protocol.
WWW: http://search.cpan.org/dist/CGI-PSGI/ |