svn commit: r468948 - in head/net-mgmt: . p5-Net-IP-XS

Kirill Ponomarev krion at FreeBSD.org
Thu May 3 17:34:26 UTC 2018


Author: krion
Date: Thu May  3 17:34:25 2018
New Revision: 468948
URL: https://svnweb.freebsd.org/changeset/ports/468948

Log:
  Add net-mgmt/Net-IP-XS
  
  XS (C) implementation of Net::IP.
  
  PR:		227927
  Submitted by:	jaap at NLnetLabs.nl

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

Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile	Thu May  3 17:23:29 2018	(r468947)
+++ head/net-mgmt/Makefile	Thu May  3 17:34:25 2018	(r468948)
@@ -249,6 +249,7 @@
     SUBDIR += p5-Net-IP-Match-Regexp
     SUBDIR += p5-Net-IP-Match-XS
     SUBDIR += p5-Net-IP-Resolver
+    SUBDIR += p5-Net-IP-XS
     SUBDIR += p5-Net-IPAddress
     SUBDIR += p5-Net-IPv4Addr
     SUBDIR += p5-Net-IPv6Addr

Added: head/net-mgmt/p5-Net-IP-XS/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/p5-Net-IP-XS/Makefile	Thu May  3 17:34:25 2018	(r468948)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	Net-IP-XS
+PORTVERSION=	0.21
+CATEGORIES=	net-mgmt perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:TOMHRR
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	jaap at NLnetLabs.nl
+COMMENT=	XS implementation of Net::IP
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		perl5
+USE_PERL5=	configure
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/IP/XS/XS.so
+
+.include <bsd.port.mk>

Added: head/net-mgmt/p5-Net-IP-XS/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/p5-Net-IP-XS/distinfo	Thu May  3 17:34:25 2018	(r468948)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1525262548
+SHA256 (Net-IP-XS-0.21.tar.gz) = ae9194101adaee050c342475b1ed6674b66cfa1d35fced59d994ae4b34123e78
+SIZE (Net-IP-XS-0.21.tar.gz) = 63962

Added: head/net-mgmt/p5-Net-IP-XS/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/p5-Net-IP-XS/pkg-descr	Thu May  3 17:34:25 2018	(r468948)
@@ -0,0 +1,4 @@
+XS (C) implementation of Net::IP. See Net::IP's documentation (as
+at version 1.25) for the functions and methods that are available.
+
+WWW: http://search.cpan.org/dist/Net-IP-XS/

Added: head/net-mgmt/p5-Net-IP-XS/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/p5-Net-IP-XS/pkg-plist	Thu May  3 17:34:25 2018	(r468948)
@@ -0,0 +1,3 @@
+%%SITE_ARCH%%/Net/IP/XS.pm
+%%SITE_ARCH%%/auto/Net/IP/XS/XS.so
+%%PERL5_MAN3%%/Net::IP::XS.3.gz


More information about the svn-ports-head mailing list