pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-Net-Works Add p5-Net-Works version 0.22 from pk...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9202d4fd93b
branches:  trunk
changeset: 321399:d9202d4fd93b
user:      he <he%pkgsrc.org@localhost>
date:      Thu Mar 21 10:20:20 2019 +0000

description:
Add p5-Net-Works version 0.22 from pkgsrc-wip.

This module provides an alternative API to NetAddr::IP that aims to address
the biggest problems with that module's API, as well as adding some additional
features.

diffstat:

 net/p5-Net-Works/DESCR    |   3 +++
 net/p5-Net-Works/Makefile |  23 +++++++++++++++++++++++
 net/p5-Net-Works/distinfo |   6 ++++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 6f678a9fbd22 -r d9202d4fd93b net/p5-Net-Works/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Works/DESCR    Thu Mar 21 10:20:20 2019 +0000
@@ -0,0 +1,3 @@
+This module provides an alternative API to NetAddr::IP that aims to address
+the biggest problems with that module's API, as well as adding some additional
+features.
diff -r 6f678a9fbd22 -r d9202d4fd93b net/p5-Net-Works/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Works/Makefile Thu Mar 21 10:20:20 2019 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2019/03/21 10:20:20 he Exp $
+
+DISTNAME=      Net-Works-0.22
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    net perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/pod/Net::Works
+COMMENT=       Sane APIs for IP addresses and networks
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-List-AllUtils-[0-9]*:../../devel/p5-List-AllUtils
+DEPENDS+=      p5-Moo-[0-9]*:../../devel/p5-Moo
+DEPENDS+=      p5-Sub-Quote-[0-9]*:../../devel/p5-Sub-Quote
+DEPENDS+=      p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
+DEPENDS+=      p5-Math-Int128-[0-9]*:../../math/p5-Math-Int128
+TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
+
+PERL5_PACKLIST=        auto/Net/Works/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6f678a9fbd22 -r d9202d4fd93b net/p5-Net-Works/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Works/distinfo Thu Mar 21 10:20:20 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/03/21 10:20:20 he Exp $
+
+SHA1 (Net-Works-0.22.tar.gz) = 1fcef63b9d8827966532d85bb2b328a079b57d34
+RMD160 (Net-Works-0.22.tar.gz) = 07d325c262470dc7e58e05eefbeae96e750f3d2b
+SHA512 (Net-Works-0.22.tar.gz) = c85be8600ccd9e7cf06365be80909229ea5bc62d909fc8433e23af9abec3c31b4856d546b84d5cc378656800362c5d458061d26bc5927dfc437ae8c27d0d1d3e
+Size (Net-Works-0.22.tar.gz) = 41150 bytes



Home | Main Index | Thread Index | Old Index