diff options
author | garga <garga@FreeBSD.org> | 2008-09-25 19:40:49 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2008-09-25 19:40:49 +0800 |
commit | d60fb50afbc3d96510e4bab520717f110b6cdb53 (patch) | |
tree | c869e5364736a3256ed4e1c5441b15cc321ec483 /net | |
parent | 82e6f48b8df561fe7f022d7afd90f5e1674ae817 (diff) | |
download | freebsd-ports-gnome-d60fb50afbc3d96510e4bab520717f110b6cdb53.tar.gz freebsd-ports-gnome-d60fb50afbc3d96510e4bab520717f110b6cdb53.tar.zst freebsd-ports-gnome-d60fb50afbc3d96510e4bab520717f110b6cdb53.zip |
This is the old version of Socket, that is available inside perl, so, the port
isn't needed here, i've added it by mistake.
Now it's time to clean this removing the port.
Discussed with: tobez
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Socket/Makefile | 24 | ||||
-rw-r--r-- | net/p5-Socket/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Socket/pkg-descr | 7 | ||||
-rw-r--r-- | net/p5-Socket/pkg-plist | 7 |
5 files changed, 0 insertions, 42 deletions
diff --git a/net/Makefile b/net/Makefile index e666809e2b87..373c12e15f16 100644 --- a/net/Makefile +++ b/net/Makefile @@ -616,7 +616,6 @@ SUBDIR += p5-SOAP-Lite-060 SUBDIR += p5-SOAP-MySOAP SUBDIR += p5-Samba-LDAP - SUBDIR += p5-Socket SUBDIR += p5-Socket-Multicast6 SUBDIR += p5-Socket6 SUBDIR += p5-Socks diff --git a/net/p5-Socket/Makefile b/net/p5-Socket/Makefile deleted file mode 100644 index b03d51241ebb..000000000000 --- a/net/p5-Socket/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: p5-Socket -# Date created: 2008-05-30 -# Whom: BluePex Security Solutions <freebsd-ports@bluepex.com> -# -# $FreeBSD$ -# - -PORTNAME= Socket -PORTVERSION= 1.5 -CATEGORIES= net perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= freebsd-ports@bluepex.com -COMMENT= Load the C socket.h defines and structure manipulators - -PERL_CONFIGURE= yes - -MAN3= Socket.3 - -post-patch: - @${REINPLACE_CMD} -e '/MAN3PODS/d' ${WRKSRC}/Makefile.PL - -.include <bsd.port.mk> diff --git a/net/p5-Socket/distinfo b/net/p5-Socket/distinfo deleted file mode 100644 index 99b528cb51ff..000000000000 --- a/net/p5-Socket/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Socket-1.5.tar.gz) = 5cc739b14a329140f7995e99b91a4e8d -SHA256 (Socket-1.5.tar.gz) = a64659d8b719dd253414cede1a221f736323db6a70a071c6d066bd5b8034e6a6 -SIZE (Socket-1.5.tar.gz) = 5193 diff --git a/net/p5-Socket/pkg-descr b/net/p5-Socket/pkg-descr deleted file mode 100644 index 1eb38e83398c..000000000000 --- a/net/p5-Socket/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This module is just a translation of the C socket.h file. Unlike the old -mechanism of requiring a translated socket.ph file, this uses the h2xs program -(see the Perl source distribution) and your native C compiler. This means -that it has a far more likely chance of getting the numbers right. This includes -all of the commonly used pound-defines like AF_INET, SOCK_STREAM, etc. - -WWW: http://search.cpan.org/dist/Socket/ diff --git a/net/p5-Socket/pkg-plist b/net/p5-Socket/pkg-plist deleted file mode 100644 index de0daab112c0..000000000000 --- a/net/p5-Socket/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -@comment $FreeBSD$ -%%SITE_PERL%%/%%PERL_ARCH%%/Socket.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/Socket.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/Socket.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/autosplit.ix -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket |