pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Remove the net/p5-INET6 package, no packages in pkgsrc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/66c4957748a8
branches: trunk
changeset: 555728:66c4957748a8
user: seb <seb%pkgsrc.org@localhost>
date: Sat Mar 07 15:54:51 2009 +0000
description:
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:
doc/CHANGES-2009 | 3 ++-
net/Makefile | 3 +--
net/p5-INET6/DESCR | 3 ---
net/p5-INET6/Makefile | 22 ----------------------
net/p5-INET6/distinfo | 5 -----
net/p5-IO-Socket-INET6/Makefile | 4 ++--
6 files changed, 5 insertions(+), 35 deletions(-)
diffs (91 lines):
diff -r 133169f3f1f2 -r 66c4957748a8 doc/CHANGES-2009
--- a/doc/CHANGES-2009 Sat Mar 07 15:35:22 2009 +0000
+++ b/doc/CHANGES-2009 Sat Mar 07 15:54:51 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2009,v 1.932 2009/03/07 15:35:22 seb Exp $
+$NetBSD: CHANGES-2009,v 1.933 2009/03/07 15:54:51 seb Exp $
Changes to the packages collection and infrastructure in 2009:
@@ -1261,3 +1261,4 @@
Updated pkgtools/pkg_select to 20080307 [imil 2009-03-07]
Updated net/mrtg to 2.16.2nb2 [seb 2009-03-07]
Updated net/p5-Net-DNS to 0.65nb1 [seb 2009-03-07]
+ Removed net/p5-INET6 [seb 2009-03-07]
diff -r 133169f3f1f2 -r 66c4957748a8 net/Makefile
--- a/net/Makefile Sat Mar 07 15:35:22 2009 +0000
+++ b/net/Makefile Sat Mar 07 15:54:51 2009 +0000
@@ -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-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 -r 133169f3f1f2 -r 66c4957748a8 net/p5-INET6/DESCR
--- a/net/p5-INET6/DESCR Sat Mar 07 15:35:22 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 133169f3f1f2 -r 66c4957748a8 net/p5-INET6/Makefile
--- a/net/p5-INET6/Makefile Sat Mar 07 15:35:22 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 133169f3f1f2 -r 66c4957748a8 net/p5-INET6/distinfo
--- a/net/p5-INET6/distinfo Sat Mar 07 15:35:22 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 133169f3f1f2 -r 66c4957748a8 net/p5-IO-Socket-INET6/Makefile
--- a/net/p5-IO-Socket-INET6/Makefile Sat Mar 07 15:35:22 2009 +0000
+++ b/net/p5-IO-Socket-INET6/Makefile Sat Mar 07 15:54:51 2009 +0000
@@ -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 @@
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+MAINTAINER= adrianp%NetBSD.org@localhost
HOMEPAGE= http://search.cpan.org/dist/IO-Socket-INET6/
COMMENT= Perl object interface for AF_INET|AF_INET6 domain sockets
Home |
Main Index |
Thread Index |
Old Index