Initial import of p5-IO-Socket-INET6 2.56

This is a replacement for p5-IO-INET6 as the upstream cpan package    
has been renamed.

IO::Socket::INET6 provides an object interface to creating and using
sockets in either AF_INET or AF_INET6 domains. It is built upon the
IO::Socket interface and inherits all the methods defined by IO::Socket.

ok sturm@
This commit is contained in:
bluhm 2009-01-01 14:42:30 +00:00
parent 2ec1ee6032
commit d25b8cc5c2
5 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/01/01 14:42:30 bluhm Exp $
COMMENT = object interface for AF_INET and AF_INET6 domain sockets
DISTNAME = IO-Socket-INET6-2.56
CATEGORIES = net
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = cpan
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = :p5-Socket6->=0.12:net/p5-Socket6
REGRESS_DEPENDS = ::devel/p5-Test-Pod-Coverage ::devel/p5-Test-Pod
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (IO-Socket-INET6-2.56.tar.gz) = JOMddXJHiT9ReOaQvpsAbw==
RMD160 (IO-Socket-INET6-2.56.tar.gz) = j1w+CVl/ADR19Lv6cJs5gAV+Xfg=
SHA1 (IO-Socket-INET6-2.56.tar.gz) = kOD31IEnjL6DfhS6yJ3t3LkLW6s=
SHA256 (IO-Socket-INET6-2.56.tar.gz) = DgavZcRhG4vWnZ+cKSLig0kEV8Tp3sH3N8aCmo1E5pA=
SIZE (IO-Socket-INET6-2.56.tar.gz) = 12282

View File

@ -0,0 +1,9 @@
$OpenBSD: patch-t_pod-coverage_t,v 1.1.1.1 2009/01/01 14:42:30 bluhm Exp $
--- t/pod-coverage.t.orig Mon Oct 6 15:36:55 2008
+++ t/pod-coverage.t Fri Nov 21 21:19:20 2008
@@ -3,4 +3,5 @@
use Test::More;
eval "use Test::Pod::Coverage 1.04";
plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
+plan skip_all => "Coverage for IO::Socket::INET6 is 13.8%, with 100 naked subroutines";
all_pod_coverage_ok();

View File

@ -0,0 +1,3 @@
IO::Socket::INET6 provides an object interface to creating and using
sockets in either AF_INET or AF_INET6 domains. It is built upon the
IO::Socket interface and inherits all the methods defined by IO::Socket.

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/01/01 14:42:30 bluhm Exp $
${P5SITE}/IO/
${P5SITE}/IO/Socket/
${P5SITE}/IO/Socket/INET6.pm
@man man/man3p/IO::Socket::INET6.3p