svn commit: r453127 - in head/net: . p5-IPv6-Address
Kurt Jaeger
pi at FreeBSD.org
Sun Oct 29 17:54:48 UTC 2017
Author: pi
Date: Sun Oct 29 17:54:47 2017
New Revision: 453127
URL: https://svnweb.freebsd.org/changeset/ports/453127
Log:
New port: net/p5-IPv6-Address
IPv6 Address Manipulation Library
WWW: http://search.cpan.org/dist/IPv6-Address/
Added:
head/net/p5-IPv6-Address/
head/net/p5-IPv6-Address/Makefile (contents, props changed)
head/net/p5-IPv6-Address/distinfo (contents, props changed)
head/net/p5-IPv6-Address/pkg-descr (contents, props changed)
head/net/p5-IPv6-Address/pkg-plist (contents, props changed)
Modified:
head/net/Makefile
Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile Sun Oct 29 16:10:24 2017 (r453126)
+++ head/net/Makefile Sun Oct 29 17:54:47 2017 (r453127)
@@ -577,6 +577,7 @@
SUBDIR += p5-IP-Anonymous
SUBDIR += p5-IP-Country
SUBDIR += p5-IPC-Session
+ SUBDIR += p5-IPv6-Address
SUBDIR += p5-JavaScript-RPC
SUBDIR += p5-Kafka
SUBDIR += p5-MaxMind-DB-Common
Added: head/net/p5-IPv6-Address/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/p5-IPv6-Address/Makefile Sun Oct 29 17:54:47 2017 (r453127)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= IPv6-Address
+PORTVERSION= 0.208
+CATEGORIES= net perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:ADUITSIS
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= perl at FreeBSD.org
+COMMENT= IPv6 Address Manipulation Library
+
+LICENSE= ART20
+
+USES= perl5
+USE_PERL5= modbuildtiny
+
+.include <bsd.port.mk>
Added: head/net/p5-IPv6-Address/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/p5-IPv6-Address/distinfo Sun Oct 29 17:54:47 2017 (r453127)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1509299266
+SHA256 (IPv6-Address-0.208.tar.gz) = 5252600c9c9d2a0721f892415e0de7bacf5527d0975ceea40cc301d1bad9db39
+SIZE (IPv6-Address-0.208.tar.gz) = 18146
Added: head/net/p5-IPv6-Address/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/p5-IPv6-Address/pkg-descr Sun Oct 29 17:54:47 2017 (r453127)
@@ -0,0 +1,3 @@
+IPv6 Address Manipulation Library
+
+WWW: http://search.cpan.org/dist/IPv6-Address/
Added: head/net/p5-IPv6-Address/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/p5-IPv6-Address/pkg-plist Sun Oct 29 17:54:47 2017 (r453127)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/IPv6/Address.pm
+%%PERL5_MAN3%%/IPv6::Address.3.gz
More information about the svn-ports-head
mailing list