[Midnightbsd-cvs] mports [18512] trunk/net: move (finally) IO::Socket::INET6 perl port
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Mar 31 21:02:32 EDT 2015
Revision: 18512
http://svnweb.midnightbsd.org/mports/?rev=18512
Author: laffer1
Date: 2015-03-31 21:02:32 -0400 (Tue, 31 Mar 2015)
Log Message:
-----------
move (finally) IO::Socket::INET6 perl port
Modified Paths:
--------------
trunk/net/Makefile
Added Paths:
-----------
trunk/net/p5-IO-Socket-INET6/
trunk/net/p5-IO-Socket-INET6/Makefile
trunk/net/p5-IO-Socket-INET6/distinfo
trunk/net/p5-IO-Socket-INET6/pkg-descr
trunk/net/p5-IO-Socket-INET6/pkg-plist
Removed Paths:
-------------
trunk/net/p5-IO-INET6/
Modified: trunk/net/Makefile
===================================================================
--- trunk/net/Makefile 2015-04-01 01:00:07 UTC (rev 18511)
+++ trunk/net/Makefile 2015-04-01 01:02:32 UTC (rev 18512)
@@ -63,7 +63,7 @@
SUBDIR += openslp
SUBDIR += ortp
SUBDIR += p5-Geo-IP
-SUBDIR += p5-IO-INET6
+SUBDIR += p5-IO-Socket-INET6
SUBDIR += p5-IO-Socket-IP
SUBDIR += p5-IP-Country
SUBDIR += p5-Net
Added: trunk/net/p5-IO-Socket-INET6/Makefile
===================================================================
--- trunk/net/p5-IO-Socket-INET6/Makefile (rev 0)
+++ trunk/net/p5-IO-Socket-INET6/Makefile 2015-04-01 01:02:32 UTC (rev 18512)
@@ -0,0 +1,23 @@
+# $MidnightBSD$
+
+PORTNAME= IO-Socket-INET6
+PORTVERSION= 2.72
+CATEGORIES= net perl5 ipv6
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:SHLOMIF
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Perl module with object interface to AF_INET6 domain sockets
+
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Socket6>=0.12:${PORTSDIR}/net/p5-Socket6
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+USES= perl5
+USE_PERL5= configure
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/net/p5-IO-Socket-INET6/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/p5-IO-Socket-INET6/distinfo
===================================================================
--- trunk/net/p5-IO-Socket-INET6/distinfo (rev 0)
+++ trunk/net/p5-IO-Socket-INET6/distinfo 2015-04-01 01:02:32 UTC (rev 18512)
@@ -0,0 +1,2 @@
+SHA256 (IO-Socket-INET6-2.72.tar.gz) = 85e020fa179284125fc1d08e60a9022af3ec1271077fe14b133c1785cdbf1ebb
+SIZE (IO-Socket-INET6-2.72.tar.gz) = 27615
Property changes on: trunk/net/p5-IO-Socket-INET6/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/p5-IO-Socket-INET6/pkg-descr
===================================================================
--- trunk/net/p5-IO-Socket-INET6/pkg-descr (rev 0)
+++ trunk/net/p5-IO-Socket-INET6/pkg-descr 2015-04-01 01:02:32 UTC (rev 18512)
@@ -0,0 +1,7 @@
+IO::Socket::INET6 provides an object interface to creating and using sockets
+in the AF_INET6 domain. It is built upon the IO::Socket interface and
+inherits all the methods defined by IO::Socket. As a consequence, this module
+is protocol independent, it can run both IPv6 & IPv4, when DNS names are
+passed.
+
+WWW: http://search.cpan.org/dist/IO-Socket-INET6/
Property changes on: trunk/net/p5-IO-Socket-INET6/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/p5-IO-Socket-INET6/pkg-plist
===================================================================
--- trunk/net/p5-IO-Socket-INET6/pkg-plist (rev 0)
+++ trunk/net/p5-IO-Socket-INET6/pkg-plist 2015-04-01 01:02:32 UTC (rev 18512)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/IO/Socket/INET6.pm
+%%PERL5_MAN3%%/IO::Socket::INET6.3.gz
Property changes on: trunk/net/p5-IO-Socket-INET6/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list