Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 2013 15:28:16 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325208 - in head/net: . p5-Net-Works
Message-ID:  <201308221528.r7MFSGoO058263@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Aug 22 15:28:16 2013
New Revision: 325208
URL: http://svnweb.freebsd.org/changeset/ports/325208

Log:
  Add p5-Net-Works 0.06, APIs for IP addresses and networks.
  
  PR:		ports/174360
  Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu>

Added:
  head/net/p5-Net-Works/
  head/net/p5-Net-Works/Makefile   (contents, props changed)
  head/net/p5-Net-Works/distinfo   (contents, props changed)
  head/net/p5-Net-Works/pkg-descr   (contents, props changed)
  head/net/p5-Net-Works/pkg-plist   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Thu Aug 22 15:22:18 2013	(r325207)
+++ head/net/Makefile	Thu Aug 22 15:28:16 2013	(r325208)
@@ -697,6 +697,7 @@
     SUBDIR += p5-Net-Whois-IP
     SUBDIR += p5-Net-Whois-RIPE
     SUBDIR += p5-Net-Whois-Raw
+    SUBDIR += p5-Net-Works
     SUBDIR += p5-Net-Write
     SUBDIR += p5-Net-XWhois
     SUBDIR += p5-Net-Yadis

Added: head/net/p5-Net-Works/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-Net-Works/Makefile	Thu Aug 22 15:28:16 2013	(r325208)
@@ -0,0 +1,29 @@
+# Created by: Kurt Jaeger <fbsd-ports@opsec.eu>
+# $FreeBSD$
+#
+
+PORTNAME=	Net-Works
+PORTVERSION=	0.06
+CATEGORIES=	net perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:DROLSKY
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	fbsd-ports@opsec.eu
+COMMENT=	APIs for IP addresses and networks
+
+LICENSE=	ART20
+
+BUILD_DEPENDS=	p5-List-AllUtils>=0.03:${PORTSDIR}/devel/p5-List-AllUtils \
+		p5-Math-Int128>=0.07:${PORTSDIR}/math/p5-Math-Int128 \
+		p5-namespace-autoclean>=0.13:${PORTSDIR}/devel/p5-namespace-autoclean \
+		p5-MooseX-Types>=0.35:${PORTSDIR}/devel/p5-MooseX-Types
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USES=		perl5
+USE_PERL5=	configure
+
+MAN3=		Net::Works.3 Net::Works::Util.3 Net::Works::Address.3 \
+		Net::Works::Network.3
+
+.include <bsd.port.mk>

Added: head/net/p5-Net-Works/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-Net-Works/distinfo	Thu Aug 22 15:28:16 2013	(r325208)
@@ -0,0 +1,2 @@
+SHA256 (Net-Works-0.06.tar.gz) = e5b8a36d122a2f1c50ffca70f7c5004685a95827610c53e8ad4cbf5ecc976c40
+SIZE (Net-Works-0.06.tar.gz) = 19044

Added: head/net/p5-Net-Works/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-Net-Works/pkg-descr	Thu Aug 22 15:28:16 2013	(r325208)
@@ -0,0 +1,4 @@
+Net-Works provides a APIs for IP addresses and networks
+similar to NetAddr::IP, but claims to be cleaner.
+
+WWW: http://search.cpan.org/dist/Net-Works/

Added: head/net/p5-Net-Works/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-Net-Works/pkg-plist	Thu Aug 22 15:28:16 2013	(r325208)
@@ -0,0 +1,14 @@
+%%SITE_PERL%%/Net/Works.pm
+%%SITE_PERL%%/Net/Works/Address.pm
+%%SITE_PERL%%/Net/Works/Network.pm
+%%SITE_PERL%%/Net/Works/Role/IP.pm
+%%SITE_PERL%%/Net/Works/Types.pm
+%%SITE_PERL%%/Net/Works/Types/Internal.pm
+%%SITE_PERL%%/Net/Works/Util.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Works/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Works
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
+@dirrm %%SITE_PERL%%/Net/Works/Types
+@dirrm %%SITE_PERL%%/Net/Works/Role
+@dirrm %%SITE_PERL%%/Net/Works
+@dirrm %%SITE_PERL%%/Net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308221528.r7MFSGoO058263>