non port: net-mgmt/p5-Net-CIDR/Makefile |
Number of commits found: 26 |
Tuesday, 11 Mar 2025
|
07:30 Philippe Audeoud (jadawin)
net-mgmt/p5-Net-CIDR: update to 0.23
6b1bb21 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Sunday, 30 May 2021
|
19:55 Po-Chuan Hsieh (sunpoet)
net-mgmt/p5-Net-CIDR: Update to 0.21
Changes: https://metacpan.org/changes/distribution/Net-CIDR
4ac3143 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Monday, 5 Oct 2020
|
17:45 rene
Return jadawin@'s ports to the pool after taking in his commit bit.
With hat: portmgr-secretary
 |
Tuesday, 17 Sep 2019
|
19:21 tobik
Fix some misspelled or duplicated LICENSE_*
 |
Friday, 3 May 2019
|
11:12 pi
net-mgmt/p5-Net-CIDR: upgrade 0.19 -> 0.20
- ipcmp: handle comparison of mixed IPv4 and IPv6-specified
addresses, allowing cidrlookup() to look up IPv6-mapped IPv4 addresses
in IPv4 address ranges, and vice versa.
PR: 237364
Submitted by: John W. O'Brien <john@saltant.com>
Changes: https://metacpan.org/changes/distribution/Net-CIDR
 |
Wednesday, 20 Jun 2018
|
19:21 jadawin
- Update to 0.19
- Add LICENSE stuff and NO_ARCH
- Changelog: https://metacpan.org/changes/distribution/Net-CIDR
PR: 229178
Submitted by: Kai <freebsd_ports@k-worx.org>
 |
Thursday, 19 Feb 2015
|
18:16 jadawin
- Update to 1.18
 |
Wednesday, 26 Nov 2014
|
13:08 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
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
 |
Friday, 27 Dec 2013
|
14:47 jadawin
- support STAGE
 |
Friday, 20 Sep 2013
|
22:24 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt)
 |
Wednesday, 4 Sep 2013
|
03:27 az
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
 |
Friday, 16 Nov 2012
|
14:32 jadawin
- Update to 0.17
- Changelog: http://cpansearch.perl.org/src/MRSAM/Net-CIDR-0.17/Changes
Feature safe: yes
 |
Tuesday, 2 Oct 2012
|
13:40 jadawin
- Update to 0.16
- Changelog: http://cpansearch.perl.org/src/MRSAM/Net-CIDR-0.16/Changes
 |
Friday, 17 Feb 2012
|
13:36 jadawin
- Update to 0.15
- Changelog: http://cpansearch.perl.org/src/MRSAM/Net-CIDR-0.15/Changes
 |
Tuesday, 29 Jun 2010
|
15:21 jadawin
- Update to 0.14
- Changelog: http://cpansearch.perl.org/src/MRSAM/Net-CIDR-0.14/Changes
Feature safe: yes
 |
Friday, 23 Jan 2009
|
08:26 jadawin
- Update to 0.13
- Take maintainership
 |
Monday, 26 May 2008
|
15:32 tabthorpe
- Reassign to perl@
 |
Thursday, 17 Apr 2008
|
14:30 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)
 |
Thursday, 23 Aug 2007
|
04:00 tabthorpe
- change maintainer address on ports I maintain
Approved by: clsung (mentor)
 |
Thursday, 5 Oct 2006
|
14:32 miwi
- Pass maintainership to submitter
PR: ports/104003
Submitted by: thomas@goodking.ca
 |
Tuesday, 20 Sep 2005
|
14:52 leeym
- update to 0.11
 |
Tuesday, 20 Jul 2004
|
09:08 erwin
Update to 0.10
 |
Monday, 23 Feb 2004
|
04:42 wollman
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
 |
Number of commits found: 26 |