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.29 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.29 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.29 19 Apr 2021 08:00:13 |
Tobias Kortkamp (tobik) |
Clean up all commented PORTREVISION and PORTEPOCH lines
No revision bump tool that we have cleans them up or deals with
them, so we end up with duplicated lines. Instead of implementing
that just clean up the 51 ports that do this.
PORTREVISION and PORTEPOCH can be set to 0 explicitly instead if
you need a reminder or placeholder. |
0.29 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.29 09 Oct 2019 12:17:15 |
bapt |
Drop the ipv6 virtual category for n* category as it is not relevant anymore |
0.29 30 Sep 2018 08:46:28 |
ume |
Update to 0.29. |
0.28 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.28 11 Jul 2016 11:37:06 |
ume |
Updated to 0.28.
No functional change. |
0.27 22 Mar 2016 16:23:24 |
ume |
Update to 0.27. |
0.26 17 Mar 2016 11:35:35 |
ume |
Update to 0.26. |
0.25_2 02 Mar 2015 23:42:00 |
bapt |
Remove Author from pkg-descr and white space fixes |
0.25_2 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.25_1 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.25_1 30 Dec 2013 16:12:16 |
ume |
Update LICENSE. |
0.25_1 09 Dec 2013 08:43:59 |
ume |
Don't install perllocal.pod. |
0.25 08 Dec 2013 17:51:50 |
ume |
Update to 0.25. |
0.24 08 Dec 2013 00:34:54 |
ume |
Update to 0.24. |
0.23 04 Oct 2013 15:56:11 |
ume |
- add LICENCE.
- remove CFLAGS from CONFIGURE_ENV to make portlint happy. |
0.23 04 Oct 2013 12:41:25 |
ume |
enable stage. |
0.23 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.23 06 Sep 2013 16:11:30 |
az |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
0.23 21 Jun 2011 15:43:48 |
ume |
Pass CC and CFLAGS to CONFIGURE_ENV to intend to make clang happy. |
0.23 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.23 02 Nov 2008 01:06:01 |
ume |
Update to 0.23. |
0.22 18 Aug 2008 01:43:13 |
ume |
Update to 0.22. |
0.21 17 Aug 2008 00:17:31 |
ume |
Update to 0.21. |
0.20 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.20 16 Feb 2008 11:23:27 |
ume |
Update to 0.20. |
0.19 05 Jul 2007 17:24:36 |
ume |
Make it buildable again on 7-current after KAME IPsec removal.
Since __FreeBSD_version was not bumped at that time, we use
nearest version to distinguish it. Since the macros which
Socket6 looking for are same with KAME's one, it is enough.
PR: ports/114299 |
0.19 13 Jun 2006 16:17:15 |
ume |
- whitespace fix
- a bit more informative comment
- standard cpan www string and me in author string
Submitted by: sat |
0.19 08 Nov 2005 16:19:56 |
ume |
add SHA256. |
0.19 28 Aug 2005 06:51:37 |
ume |
Update to 0.19. |
0.18 02 Apr 2005 09:03:39 |
ume |
update to 0.18. |
0.17 04 Feb 2005 12:50:16 |
ume |
use PLIST_FILES. |
0.17 25 Mar 2004 04:23:21 |
ume |
Update to 0.17. |
0.16 21 Feb 2004 14:53:30 |
ume |
Update to 0.16. |
0.14 04 Feb 2004 13:57:19 |
ume |
SIZEfy |
0.14 05 Jan 2004 04:45:03 |
ume |
Update to 0.14. |
0.13 04 Jan 2004 14:04:02 |
ume |
Update to 0.13. |
0.10 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.10 20 Feb 2003 20:10:05 |
ume |
De-pkg-comment. |
28 May 2001 16:55:29 |
ume |
Update to 0.10. It actually changes nothing in FreeBSD. |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
26 Jan 2001 19:30:55 |
ume |
Update to 0.08. |
08 Oct 2000 07:19:09 |
asami |
Convert category net to new layout. |
18 Jul 2000 08:33:32 |
ume |
Fix pkg/COMMENT |
17 Jun 2000 03:37:15 |
will |
Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX. Add
some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many
miscellaneous modifications. I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS. |
03 Jun 2000 16:44:08 |
ume |
Update to 0.07 |
24 May 2000 20:52:02 |
ume |
This Perl5 module supports getaddrinfo() and getnameinfo() to intend to enable
protocol independent programing. If your environment supports IPv6, IPv6
related defines such as AF_INET6 are included. |