The NetBSD Project

CVS log for pkgsrc/devel/p5-Net-Netmask/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-Net-Netmask

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.34 / (download) - annotate - [select for diffs], Thu Jul 6 09:39:44 2023 UTC (9 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, HEAD
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

*: recursive bump for perl 5.38

Revision 1.33 / (download) - annotate - [select for diffs], Tue Jun 6 12:41:00 2023 UTC (10 months, 1 week ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html

Revision 1.32 / (download) - annotate - [select for diffs], Tue Jun 28 11:32:57 2022 UTC (21 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 (colored)

*: recursive bump for perl 5.36

Revision 1.31 / (download) - annotate - [select for diffs], Mon Jul 5 13:26:55 2021 UTC (2 years, 9 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.30: +2 -3 lines
Diff to previous 1.30 (colored)

Update to 2.0001

Upstream changes:
2.0001 2021-03-29
 - BUGFIX: Return a netmask length of 0 whenever parsing an invalid
   digit.
 - Add "safe_new()" method to make it more clear what new2() does. Note
   that this executes the same code as new2().

2.0000 2021-03-29

 - SECURITY: IPv4 addresses with leading zeros are no longer allowed.
   They will return a parse error like any invalid IP address.
 - SECURITY: 10.0.0, 10.0, and 10 address portions now by default return
   a parse error.  This can be overriden by calling new() like:
     Net::Netmask->new2('10/8', shortnet => 1);     # or new()
   or
     Net::Netmask->new2('10', '8', shortnet => 1);  # or new()

   There is also a package-level variable that can change the default
   when "shortnet" isn't used passed into the constructor. Usage:
     local $Net::Netmask::SHORTNET_DEFAULT = 1;
     Net::Netmask->new('10', '8');  # or new2()

Revision 1.30 / (download) - annotate - [select for diffs], Mon May 24 19:51:16 2021 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

*: recursive bump for perl 5.34

Revision 1.29 / (download) - annotate - [select for diffs], Mon Aug 31 18:08:35 2020 UTC (3 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.28 / (download) - annotate - [select for diffs], Sun Aug 11 13:20:03 2019 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.27 / (download) - annotate - [select for diffs], Wed Aug 22 09:44:26 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.26: +2 -1 lines
Diff to previous 1.26 (colored)

Recursive bump for perl5-5.28.0

Revision 1.26 / (download) - annotate - [select for diffs], Sun Jul 29 06:28:52 2018 UTC (5 years, 8 months ago) by wen
Branch: MAIN
Changes since 1.25: +3 -2 lines
Diff to previous 1.25 (colored)

Update to 1.9104
Add missing RUN_DEPENDS

Upstream changes:
1.9104 2018-06-27

 - IPv6 support is now GA!

1.9104 2018-06-26

 - DEV release only
 - IPv6 support
 - Add Code of Conduct

Revision 1.25 / (download) - annotate - [select for diffs], Tue Jun 19 03:15:02 2018 UTC (5 years, 9 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.24: +4 -3 lines
Diff to previous 1.24 (colored)

Update to 1.9103

Upstream changes:
1.9103 2018-06-18
 - Use ASCII-like regex matching (Github #4)
 - Convert tests to Test2
 - Pass perlcritic tests
 - Pass Kwalitee tests
 - Add contributor information
 - Add protocol() method (just a stub today that will always return
   'IPv4')

1.9102 2018-06-18
 - DEV release only
 - Contains most changes that made it to 1.9103.

1.9101 2018-06-02

 - fix precision issue on long-double platforms (BAYMAX)
 - Convert to use Dist::Zilla
 - Formatting changes

1.9100 2018-06-02

 - DEV release only
 - fix precision issue on long-double platforms (BAYMAX)
 - Convert to dist.zilla
 - Minor formatting changes

Revision 1.24 / (download) - annotate - [select for diffs], Mon Jun 5 14:23:23 2017 UTC (6 years, 10 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Recursive revbump from lang/perl5 5.26.0

Revision 1.23 / (download) - annotate - [select for diffs], Wed Jun 8 19:23:19 2016 UTC (7 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Bump PKGREVISION for perl-5.24.

Revision 1.22 / (download) - annotate - [select for diffs], Fri Jun 12 10:49:34 2015 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.21 / (download) - annotate - [select for diffs], Sat May 23 02:56:34 2015 UTC (8 years, 10 months ago) by mef
Branch: MAIN
Changes since 1.20: +3 -2 lines
Diff to previous 1.20 (colored)

Update to 1.9022
----------------
1.9022 2015-05-05
 - Changes from adamherzog: minor cleanups plus
 - A bunch of addtional tests
 - A couple of small code fixes

Revision 1.20 / (download) - annotate - [select for diffs], Fri Apr 10 01:34:01 2015 UTC (9 years ago) by mef
Branch: MAIN
Changes since 1.19: +2 -3 lines
Diff to previous 1.19 (colored)

Update 1.9016 to 1.9021
-----------------------
1.9021 2014-07-17

 - Spelling fix in documentation.

1.9019 2013-10-01

 - Rename $b to $bits so that netmask can be sorted.  Change mostly
   from https://rt.cpan.org/Ticket/Display.html?id=76939

1.9018 2013-09-26

 - Minor MANIFEST fix.

1.9017 2013-09-20

 - Add network split() function.
 - Re-arrange the distribution a bit.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Oct 9 14:06:23 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.18: +1 -3 lines
Diff to previous 1.18 (colored)

Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.18 / (download) - annotate - [select for diffs], Thu May 29 23:36:09 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.17 / (download) - annotate - [select for diffs], Fri May 31 12:40:35 2013 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Oct 31 11:18:40 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.15: +1 -2 lines
Diff to previous 1.15 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Oct 3 21:55:24 2012 UTC (11 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Jan 26 19:38:09 2012 UTC (12 years, 2 months ago) by rhaen
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.13: +2 -3 lines
Diff to previous 1.13 (colored)

Updated to 1.9016

Changes:

= 2011/03/22 1.9016

Fix bug #46996: warnings issued for bad input.
Fix bug #43348: use POSIX::floor() instead of int()
Rewrite netmask.t to use Test::More

Revision 1.13 / (download) - annotate - [select for diffs], Sun Aug 14 12:26:24 2011 UTC (12 years, 8 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Revision bump after updating perl5 to 5.14.1.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Aug 21 16:34:10 2010 UTC (13 years, 7 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!

Revision 1.11 / (download) - annotate - [select for diffs], Sun Oct 19 19:17:57 2008 UTC (15 years, 6 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:24 2008 UTC (15 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Add DESTDIR support.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Dec 8 14:41:11 2006 UTC (17 years, 4 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.8: +2 -3 lines
Diff to previous 1.8 (colored)

Update p5-Net-Netmask to 1.9015.

from CHANGELOG:
= 2006/11/30 1.9015

Fix bug # 22662 reported by grjones at gmail: cidrs2inverse
wouldn't notice /32-sized leftovers.

= 2006/10/13 1.9014

Fix bug # 22085 reported by grjones at gmail: cidrs2inverse
wouldn't notice /32-sized holes.

= 2006/09/06 1.9013

Added the nextblock() method as suggested by Robert Drake <rdrake at stayonline.net>

Bugfix: it couldn't parse 10/8 or 127/8

Revision 1.8 / (download) - annotate - [select for diffs], Sat Aug 6 06:19:12 2005 UTC (18 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Jul 13 18:01:27 2005 UTC (18 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:33 2005 UTC (19 years ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.5: +1 -2 lines
Diff to previous 1.5 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Dec 20 11:31:01 2004 UTC (19 years, 4 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Nov 27 10:39:51 2004 UTC (19 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Update to 1.9011 (addresses PR 28429):

= 2004/05/31 1.9011

Some speed improvements from Todd R. Eigenschink

= 2004/04/12 1.9009

Fix to netmasks.t for compatability with older perls

= 2004/04/06 1.9008

Added cidrs2inverse() which will find the gaps in a list of blocks.

Based on a request from Howard Jones the tag() method was added.
It allows you to store your own data in a Net::Netmask object.
(Of course, you could have anyway as long as you didn't use the
keys 'IBASE' or 'BITS')

Long ago, Alexandros M Manoussakis reported a bug that findAllNetblock
would often return the same block multiple times.  Fixed.

Based on requests from Alexandros M Manoussakis and Lamprecht
Andreas the undefined behavior for overlapping blocks with
cidrs2contiglists is no longer.  Such blocks will be in the same
sublist.

Based on a requests from Tom Rudnick and Anthony Pardini new function
was added:  cidrs2cidrs().  cidrs2cidrs will condense a set of
netblocks by combining blocks together that make up larger blocks.

Anthony Pardini, Frank Tegtmeyer and George Walker pointed me to
a bug with the contains() method.  Fixed.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Apr 25 03:32:31 2004 UTC (19 years, 11 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.2: +4 -2 lines
Diff to previous 1.2 (colored)

Bl3ify and enable pkgviews installation.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 9 01:51:11 2004 UTC (20 years, 3 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

change from CATEGORIES net to devel.

while this module does relate to network address manipulation, it's
really a development package with which to build applications, so
devel is more appropriate.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Jan 9 01:46:19 2004 UTC (20 years, 3 months ago) by grant
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

import p5-Net-Netmask from pkgsrc-wip, initially by Charlie Allom,
wich some cleanup by me.

Net::Netmask parses and understands IPv4 CIDR blocks. It's built with an
object-oriented interface. Nearly all functions are methods that operate
on a Net::Netmask object.

There are methods that provide the nearly all bits of information about
a network block that you might want.

There are also functions to put a network block into a table and then
later lookup network blocks by IP address in that table. There are
functions to turn a IP address range into a list of CIDR blocks. There
are functions to turn a list of CIDR blocks into a list of IP addresses.

There is a function for sorting by text IP address.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jan 9 01:46:19 2004 UTC (20 years, 3 months ago) by grant
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>