Received: by mail.netbsd.org (Postfix, from userid 605) id 5807B84E00; Thu, 21 Mar 2019 10:20:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D0D7A84CDF for ; Thu, 21 Mar 2019 10:20:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 6NG71mT05z5V for ; Thu, 21 Mar 2019 10:20:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 47E1984CD3 for ; Thu, 21 Mar 2019 10:20:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 357D1FB16; Thu, 21 Mar 2019 10:20:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1553163620133800" MIME-Version: 1.0 Date: Thu, 21 Mar 2019 10:20:20 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/net/p5-Net-Works To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20190321102020.357D1FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1553163620133800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Thu Mar 21 10:20:20 UTC 2019 Added Files: pkgsrc/net/p5-Net-Works: DESCR Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/net/p5-Net-Works/DESCR \ pkgsrc/net/p5-Net-Works/Makefile pkgsrc/net/p5-Net-Works/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1553163620133800 Content-Disposition: inline Content-Length: 2044 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/net/p5-Net-Works/DESCR diff -u /dev/null pkgsrc/net/p5-Net-Works/DESCR:1.1 --- /dev/null Thu Mar 21 10:20:20 2019 +++ pkgsrc/net/p5-Net-Works/DESCR Thu Mar 21 10:20:20 2019 @@ -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. Index: pkgsrc/net/p5-Net-Works/Makefile diff -u /dev/null pkgsrc/net/p5-Net-Works/Makefile:1.1 --- /dev/null Thu Mar 21 10:20:20 2019 +++ pkgsrc/net/p5-Net-Works/Makefile Thu Mar 21 10:20:20 2019 @@ -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 +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" Index: pkgsrc/net/p5-Net-Works/distinfo diff -u /dev/null pkgsrc/net/p5-Net-Works/distinfo:1.1 --- /dev/null Thu Mar 21 10:20:20 2019 +++ pkgsrc/net/p5-Net-Works/distinfo Thu Mar 21 10:20:20 2019 @@ -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 --_----------=_1553163620133800--