aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2007-01-29 13:03:04 +0000
committerVasil Dimov <vd@FreeBSD.org>2007-01-29 13:03:04 +0000
commitaab72b8e7bf8a3c99e419ec1a0b3b5a498d1276b (patch)
treed81f49e23f261601200fda9026175e623fb1bcb9
parent5ed1c5b5e4e412b6ea711c487a2f28cf3352f631 (diff)
downloadports-aab72b8e7bf8a3c99e419ec1a0b3b5a498d1276b.tar.gz
ports-aab72b8e7bf8a3c99e419ec1a0b3b5a498d1276b.zip
Notes
-rw-r--r--MOVED1
-rw-r--r--net/Makefile1
-rw-r--r--net/p5-Spread/Makefile29
-rw-r--r--net/p5-Spread/distinfo3
-rw-r--r--net/p5-Spread/files/patch-Makefile.PL13
-rw-r--r--net/p5-Spread/pkg-descr10
-rw-r--r--net/p5-Spread/pkg-plist6
7 files changed, 1 insertions, 62 deletions
diff --git a/MOVED b/MOVED
index 33b8c9a2dfbe..2dce660297ad 100644
--- a/MOVED
+++ b/MOVED
@@ -2740,3 +2740,4 @@ www/flashplugin||2007-01-27|Obsolete, broken
lang/python21||2007-01-26|Has expired: Version branch long since retired
lang/python22||2007-01-26|Has expired: Version branch long since retired
audio/lopster|net-p2p/lopster|2007-01-28|Moved to better category
+net/p5-Spread||2007-01-29|Has expired: Spread comes with its own Perl library
diff --git a/net/Makefile b/net/Makefile
index 2c9cab2ff44b..e87acd115597 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -540,7 +540,6 @@
SUBDIR += p5-Samba-LDAP
SUBDIR += p5-Socket6
SUBDIR += p5-Socks
- SUBDIR += p5-Spread
SUBDIR += p5-Spread-Message
SUBDIR += p5-Spread-Session
SUBDIR += p5-URI
diff --git a/net/p5-Spread/Makefile b/net/p5-Spread/Makefile
deleted file mode 100644
index fca160939581..000000000000
--- a/net/p5-Spread/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: p5-Spread
-# Date created: 12 Jun 2006
-# Whom: Aaron Dalton <aaron@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= Spread
-PORTVERSION= 3.17.3.1.07
-CATEGORIES= net perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= ../../authors/id/J/JE/JESUS
-PKGNAMEPREFIX= p5-
-DISTNAME= ${PORTNAME}-3.17.3-1.07
-
-MAINTAINER= aaron@FreeBSD.org
-COMMENT= Perl extension for the Spread group communication system
-
-LIB_DEPENDS= spread.1:${PORTSDIR}/net/spread
-
-BROKEN= fails to deinstall cleanly due to conflict with builtin Spread Perl libraries
-DEPRECATED= Spread comes with its own Perl library
-EXPIRATION_DATE=2006-12-01
-
-MAN3= Spread.3
-
-PERL_CONFIGURE= yes
-
-.include <bsd.port.mk>
diff --git a/net/p5-Spread/distinfo b/net/p5-Spread/distinfo
deleted file mode 100644
index d9c6b4c6cb43..000000000000
--- a/net/p5-Spread/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (Spread-3.17.3-1.07.tar.gz) = 4502abc0aa06acc280448385f612497a
-SHA256 (Spread-3.17.3-1.07.tar.gz) = 940da47a312224218aab32f884895fe191a74985a5c704944b5a77fb8512b99a
-SIZE (Spread-3.17.3-1.07.tar.gz) = 9323
diff --git a/net/p5-Spread/files/patch-Makefile.PL b/net/p5-Spread/files/patch-Makefile.PL
deleted file mode 100644
index 994e262f16e7..000000000000
--- a/net/p5-Spread/files/patch-Makefile.PL
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.PL.orig Thu Sep 26 07:54:46 2002
-+++ Makefile.PL Mon Jun 12 12:13:33 2006
-@@ -2,8 +2,8 @@
- use ExtUtils::MakeMaker 5.16 ;
- use Config ;
-
--$SPLIB_LIB = '-L../.. -L../spread-src-3.17.0/' ;
--$SPLIB_INCLUDE = '-I ../.. -I ../spread-src-3.17.0/' ;
-+$SPLIB_LIB = '-L../.. -L../spread-src-3.17.0/ -L/usr/local/lib' ;
-+$SPLIB_INCLUDE = '-I ../.. -I ../spread-src-3.17.0/ -I/usr/local/include';
-
- WriteMakefile(
- NAME => 'Spread',
diff --git a/net/p5-Spread/pkg-descr b/net/p5-Spread/pkg-descr
deleted file mode 100644
index a1e08010bd39..000000000000
--- a/net/p5-Spread/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-Understanding through practice ;)
-
-See man pages for SP_connect, SP_join, SP_multicast, SP_receive, SP_poll,
-SP_error, SP_leave, SP_disconnect.
-
-$sperror holds either the integer spread error or a descriptive string
-depending on the context in which $sperror is used.
-
-WWW: http://search.cpan.org/dist/Spread
-Author: Theo Schlossnagle <jesus@cnds.jhu.edu>
diff --git a/net/p5-Spread/pkg-plist b/net/p5-Spread/pkg-plist
deleted file mode 100644
index ab2901a2b7c9..000000000000
--- a/net/p5-Spread/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/Spread.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread/.packlist
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread/Spread.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread/Spread.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread/autosplit.ix
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread