On Tue, Dec 16, 2014 at 05:36:38PM +0000, [email protected] wrote:
> This is a possible wrong direction p5-IO-Socket-IP should no longer be a
> port, this has been moved into base it's now part of Perl core.
ok to remove the p5-IO-Socket-IP port?
bluhm
Index: net/Makefile
===================================================================
RCS file: /data/mirror/openbsd/cvs/ports/net/Makefile,v
retrieving revision 1.879
diff -u -p -r1.879 Makefile
--- net/Makefile 10 Dec 2014 00:18:52 -0000 1.879
+++ net/Makefile 17 Dec 2014 00:25:46 -0000
@@ -303,7 +303,6 @@
SUBDIR += p5-Geo-IP
SUBDIR += p5-IO-Interface
SUBDIR += p5-IO-Socket-INET6
- SUBDIR += p5-IO-Socket-IP
SUBDIR += p5-IO-Socket-Multicast
SUBDIR += p5-IO-Socket-Socks
SUBDIR += p5-IP-Country
Index: net/p5-IO-Socket-IP/Makefile
===================================================================
RCS file: net/p5-IO-Socket-IP/Makefile
diff -N net/p5-IO-Socket-IP/Makefile
--- net/p5-IO-Socket-IP/Makefile 16 Dec 2014 12:39:11 -0000 1.6
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,18 +0,0 @@
-# $OpenBSD: Makefile,v 1.6 2014/12/16 12:39:11 bluhm Exp $
-
-COMMENT = family-neutral IP socket supporting both IPv4 and IPv6
-
-DISTNAME = IO-Socket-IP-0.34
-
-CATEGORIES = net
-
-MAINTAINER = Giovanni Bechis <[email protected]>
-
-# perl
-PERMIT_PACKAGE_CDROM = Yes
-
-MODULES = cpan
-
-MAKE_ENV = TEST_POD=1
-
-.include <bsd.port.mk>
Index: net/p5-IO-Socket-IP/distinfo
===================================================================
RCS file: net/p5-IO-Socket-IP/distinfo
diff -N net/p5-IO-Socket-IP/distinfo
--- net/p5-IO-Socket-IP/distinfo 16 Dec 2014 12:39:11 -0000 1.6
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,2 +0,0 @@
-SHA256 (IO-Socket-IP-0.34.tar.gz) =
jiWt461GsT3/KTxdsLQQYec8bxYdlrlDWuYBDO2KD1o=
-SIZE (IO-Socket-IP-0.34.tar.gz) = 43563
Index: net/p5-IO-Socket-IP/patches/patch-lib_IO_Socket_IP_pm
===================================================================
RCS file: net/p5-IO-Socket-IP/patches/patch-lib_IO_Socket_IP_pm
diff -N net/p5-IO-Socket-IP/patches/patch-lib_IO_Socket_IP_pm
--- net/p5-IO-Socket-IP/patches/patch-lib_IO_Socket_IP_pm 16 Dec 2014
12:39:11 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
-$OpenBSD: patch-lib_IO_Socket_IP_pm,v 1.1 2014/12/16 12:39:11 bluhm Exp $
---- lib/IO/Socket/IP.pm.orig Wed Dec 3 01:06:55 2014
-+++ lib/IO/Socket/IP.pm Tue Dec 16 01:19:47 2014
-@@ -672,6 +672,7 @@ sub connect
-
- if( !$err ) {
- # All happy
-+ $self->blocking( $was_blocking );
- return 1;
- }
- elsif( not( $err == EINPROGRESS or $err == EWOULDBLOCK ) ) {
Index: net/p5-IO-Socket-IP/pkg/DESCR
===================================================================
RCS file: net/p5-IO-Socket-IP/pkg/DESCR
diff -N net/p5-IO-Socket-IP/pkg/DESCR
--- net/p5-IO-Socket-IP/pkg/DESCR 12 Apr 2013 14:11:26 -0000 1.1.1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,4 +0,0 @@
-IO::Socket::IP provides a protocol-independent way to use IPv4 and
-IPv6 sockets, as a drop-in replacement for IO::Socket::INET. Most
-constructor arguments and methods are provided in a backward-compatible
-way.
Index: net/p5-IO-Socket-IP/pkg/PLIST
===================================================================
RCS file: net/p5-IO-Socket-IP/pkg/PLIST
diff -N net/p5-IO-Socket-IP/pkg/PLIST
--- net/p5-IO-Socket-IP/pkg/PLIST 12 Apr 2013 14:11:26 -0000 1.1.1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,5 +0,0 @@
-@comment $OpenBSD: PLIST,v 1.1.1.1 2013/04/12 14:11:26 giovanni Exp $
-${P5SITE}/IO/
-${P5SITE}/IO/Socket/
-${P5SITE}/IO/Socket/IP.pm
-@man man/man3p/IO::Socket::IP.3p