Commit graph

22 commits

Author SHA1 Message Date
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
nia
314d0da6b3 Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
wen
c7346de2a6 Update to 0.96
Update DEPENDS

Upstream changes:
0.96 2018-10-06
        * Requirement on Math::BigInt changed to add version

0.95 2018-10-06
        * "from_bigint" method added
        * Documentation updated to reflect the current RFCs
        * Tests of "to_bigint", rfc compliance; fix broken string test
        * Any valid ipv6 value can now be output as mixed ipv6 and ipv4

0.94 2018-10-06     Ben Bullock <bkb@cpan.org>
        * Pod error fixed
        * EXPORTS_OK corrected

0.93 2018-10-05     Ben Bullock <bkb@cpan.org>
        * Remove README and use generated one
        * Fix bad links in documentation

0.92 2018-10-05     Ben Bullock <bkb@cpan.org>
        * Documentation expanded with working examples
        * UTF-8 in Makefile.PL marked
        * to_* routines exported on demand
        * Repetition in error messages removed
2018-10-20 14:10:02 +00:00
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wiz
01eed93911 p5-Net-IPv6Addr: update to 0.91.
0.91 2017-10-06	    Ben Bullock <bkb@cpan.org>

	* Documentation (esp. SEE ALSO, BUGS)
        * Better validation of IPv4 addresses in ipv6_chkip
2017-10-09 07:35:50 +00:00
wiz
5f96a99eb8 p5-Net-IPv6Addr: update to 0.9.
0.9 2017-09-30      Ben Bullock <bkb@cpan.org>

	* in_network / in_network_of_size bug fix

0.8 2017-09-30      Ben Bullock <bkb@cpan.org>

	* Export some functions
	* Documentation corrected
2017-10-01 06:21:36 +00:00
wiz
d69a2da16a p5-Net-IPv6Addr: update to 0.7.
0.7 2017-08-26      Ben Bullock <bkb@cpan.org>

	* Documentation rewrite

0.6 2017-08-25      Ben Bullock <bkb@cpan.org>

	* Changed format of ChangeLog to follow CPAN::Changes::Spec,
	  which means it will be displayed nicely by MetaCPAN.

0.5 2017-08-24      Ben Bullock <bkb@cpan.org>

	* Add licence information to POD documentation

0.4 2017-08-24      Ben Bullock <bkb@cpan.org>

	* Add contributors and licence information
	* Add documentation
	* Remove RFCs from distro

0.3 2017-08-24      Ben Bullock <bkb@cpan.org>

	* Add meta files to distribution
	* in_network altered
	* Documentation updates
2017-09-17 20:44:40 +00:00
ryoon
543e538acd Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
mef
144c741f5e Add HOMEPAGE. Swap Paragraph 2 and 3 to follow Makefile-example. 2015-02-20 15:56:23 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
7eeb51b534 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.
2014-05-29 23:35:13 +00:00
wiz
d2ca14a3f1 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.
2013-05-31 12:39:57 +00:00
asau
e059e7e469 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
obache
3b0f2f4d0e Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
seb
c3f1e700ad 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!
2010-08-21 16:32:42 +00:00
adrianp
2ae6078ec7 Give up MAINTAINER 2009-07-17 18:00:13 +00:00
he
b021813da0 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=...").
2008-10-19 19:17:40 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
adrianp
caae554397 Net::IPv6Addr provides functions for parsing IPv6 addresses in all
formats described by RFC1884.  If Math::Base85 is installed, formats
described in RFC1924 are also valid.  It will generate "IP6.INT."
strings (as described in RFC1886) if you are inclined to play with
DNS records.
2005-08-13 08:05:43 +00:00