summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2009-03-07 15:54:51 +0000
committerseb <seb@pkgsrc.org>2009-03-07 15:54:51 +0000
commit653105e4edc96e90a4a146becbebab52d33cdfd8 (patch)
tree456f321c359e976a338e1f196f446ea6f1a48fa5 /net
parenta6e2843fa7ff70d7a343415bef04ba38d5aa5097 (diff)
downloadpkgsrc-653105e4edc96e90a4a146becbebab52d33cdfd8.tar.gz
Remove the net/p5-INET6 package, no packages in pkgsrc use it anymore.
Please note that the package net/p5-IO-Socket-INET6 provides exactly the same Perl 5 module, namely IO::Socket::INET6. Make the MAINTAINER of the now defunct package net/p5-INET6 the MAINTAINER of net/p5-IO-Socket-INET6. Approved by net/p5-INET6's MAINTAINER.
Diffstat (limited to 'net')
-rw-r--r--net/Makefile3
-rw-r--r--net/p5-INET6/DESCR3
-rw-r--r--net/p5-INET6/Makefile22
-rw-r--r--net/p5-INET6/distinfo5
-rw-r--r--net/p5-IO-Socket-INET6/Makefile4
5 files changed, 3 insertions, 34 deletions
diff --git a/net/Makefile b/net/Makefile
index 3d2fe4e4be2..667dc8d764c 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.768 2009/03/05 23:52:50 roy Exp $
+# $NetBSD: Makefile,v 1.769 2009/03/07 15:54:51 seb Exp $
#
COMMENT= Networking tools
@@ -307,7 +307,6 @@ SUBDIR+= p5-DNS-ZoneParse
SUBDIR+= p5-Data-Stream-Bulk
SUBDIR+= p5-Geo-IP
SUBDIR+= p5-Geo-IPfree
-SUBDIR+= p5-INET6
SUBDIR+= p5-IO-Interface
SUBDIR+= p5-IO-Socket-INET6
SUBDIR+= p5-IO-Socket-Multicast
diff --git a/net/p5-INET6/DESCR b/net/p5-INET6/DESCR
deleted file mode 100644
index c725812a56d..00000000000
--- a/net/p5-INET6/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-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.
diff --git a/net/p5-INET6/Makefile b/net/p5-INET6/Makefile
deleted file mode 100644
index e11d63722ba..00000000000
--- a/net/p5-INET6/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.13 2008/10/19 19:18:31 he Exp $
-#
-
-DISTNAME= IO-Socket-INET6-2.56
-PKGNAME= p5-INET6-2.56
-PKGREVISION= 1
-CATEGORIES= net perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
-
-MAINTAINER= adrianp@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/IO-Socket-INET6/
-COMMENT= Object interface for AF_INET and AF_INET6 domain sockets
-
-USE_LANGUAGES= # empty
-PKG_DESTDIR_SUPPORT= user-destdir
-
-DEPENDS+= p5-Socket6>=0.12:../../net/p5-Socket6
-
-PERL5_PACKLIST= auto/IO/Socket/INET6/.packlist
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/net/p5-INET6/distinfo b/net/p5-INET6/distinfo
deleted file mode 100644
index 6e48d4a012b..00000000000
--- a/net/p5-INET6/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.4 2008/10/12 18:44:01 seb Exp $
-
-SHA1 (IO-Socket-INET6-2.56.tar.gz) = 90e0f7d481278cbe837e14bac89deddcb90b5bab
-RMD160 (IO-Socket-INET6-2.56.tar.gz) = 8f5c3e09597f003475f4bbfa709b3980057e5df8
-Size (IO-Socket-INET6-2.56.tar.gz) = 12282 bytes
diff --git a/net/p5-IO-Socket-INET6/Makefile b/net/p5-IO-Socket-INET6/Makefile
index e591d18c71c..dad58e3f0d0 100644
--- a/net/p5-IO-Socket-INET6/Makefile
+++ b/net/p5-IO-Socket-INET6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/11/05 15:20:39 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2009/03/07 15:54:51 seb Exp $
#
DISTNAME= IO-Socket-INET6-2.56
@@ -6,7 +6,7 @@ PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
-MAINTAINER= pkgsrc-users@NetBSD.org
+MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/IO-Socket-INET6/
COMMENT= Perl object interface for AF_INET|AF_INET6 domain sockets