summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2001-03-06 06:38:51 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2001-03-06 06:38:51 +0000
commit57b7f1a4720b32e352e8ec7352610afa5448e6a4 (patch)
tree168a9ab70d45c82f974930c3a2db07b95fdc6863 /irc
parentcorrection to packing list (diff)
Remove duplicate port.
noticed by: vanilla
Notes
Notes: svn path=/head/; revision=39114
Diffstat (limited to 'irc')
-rw-r--r--irc/p5-Net-IRC/Makefile52
-rw-r--r--irc/p5-Net-IRC/distinfo1
-rw-r--r--irc/p5-Net-IRC/pkg-comment1
-rw-r--r--irc/p5-Net-IRC/pkg-descr10
4 files changed, 0 insertions, 64 deletions
diff --git a/irc/p5-Net-IRC/Makefile b/irc/p5-Net-IRC/Makefile
deleted file mode 100644
index 5cec7a725bcd..000000000000
--- a/irc/p5-Net-IRC/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# New ports collection makefile for: p5-Net-IRC
-# Date created: 2001-03-02
-# Whom: trevor
-#
-# $FreeBSD$
-#
-
-PORTNAME= Net-IRC
-PORTVERSION= 0.70
-CATEGORIES= irc perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Net
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= trevor@FreeBSD.org
-
-DOCS= TODO Changes README
-DOCDIR= share/doc/p5-Net-IRC
-MAN3= Net::IRC.3 Net::Connection.3 Net::DCC.3 Net::Event.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-PLIST= ${WRKDIR}/pkg-plist
-PERL_CONFIGURE= yes
-
-pre-install:
- ${ECHO} share/examples/p5-Net-IRC/irctest > ${PLIST}
-.for i in Net/IRC.pm Net/IRC/Connection.pm Net/IRC/Event.pm Net/IRC/DCC.pm
- ${ECHO} lib/perl5/site_perl/%%PERL_VER%%/${i} >>${PLIST}
-.endfor
- ${ECHO} lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/IRC/.packlist >> ${PLIST}
-.if !defined(NOPORTDOCS)
-.for i in ${DOCS}
- ${ECHO} ${DOCDIR}/${i} >> ${PLIST}
-.endfor
- ${ECHO} @dirrm ${DOCDIR} >> ${PLIST}
-.endif
- ${ECHO} @dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/IRC >> ${PLIST}
- ${ECHO} @dirrm lib/perl5/site_perl/%%PERL_VER%%/Net >> ${PLIST}
- ${ECHO} @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net \
- >> ${PLIST}
- ${ECHO} @dirrm share/examples/p5-Net-IRC >> ${PLIST}
-
-post-install:
- ${MKDIR} ${PREFIX}/share/examples/p5-Net-IRC
- ${INSTALL_SCRIPT} ${WRKSRC}/irctest ${PREFIX}/share/examples/p5-Net-IRC
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/p5-Net-IRC
-.for i in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/p5-Net-IRC/
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/irc/p5-Net-IRC/distinfo b/irc/p5-Net-IRC/distinfo
deleted file mode 100644
index 80be3a69c1ac..000000000000
--- a/irc/p5-Net-IRC/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (Net-IRC-0.70.tar.gz) = 27ee8e5990c6c98a89941c6880de7225
diff --git a/irc/p5-Net-IRC/pkg-comment b/irc/p5-Net-IRC/pkg-comment
deleted file mode 100644
index dc443cfb899b..000000000000
--- a/irc/p5-Net-IRC/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Perl module with client-side IRC functions
diff --git a/irc/p5-Net-IRC/pkg-descr b/irc/p5-Net-IRC/pkg-descr
deleted file mode 100644
index 90f23f16d27a..000000000000
--- a/irc/p5-Net-IRC/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-from the README:
-
-Welcome to Net::IRC, a work in progress. First intended to be a
-quick tool for writing an IRC script in Perl, Net::IRC has grown
-into a comprehensive Perl implementation of the IRC protocol (RFC
-1459), supported and developed by several members of the EFnet IRC
-channel #perl.
-
-Trevor Johnson
-trevor@FreeBSD.org