summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-08-26 20:33:43 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-08-26 20:33:43 +0000
commit3cf5e17601d5b8fe5825630bf34881645483dd4d (patch)
tree179e2e80db973093cb9a00551b350ba7d6f5972f /irc
parentUpgrade to 0.33. (diff)
Import of p5-IRC.
p5-IRC was first intended to be a quick tool for writing IRC scripts in Perl, but has grown into a comprehensive Perl implementaion of the IRC protocol (RFC1459). PR: 13017 Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Notes
Notes: svn path=/head/; revision=20997
Diffstat (limited to 'irc')
-rw-r--r--irc/p5-IRC/Makefile29
-rw-r--r--irc/p5-IRC/distinfo1
-rw-r--r--irc/p5-IRC/pkg-comment1
-rw-r--r--irc/p5-IRC/pkg-descr18
-rw-r--r--irc/p5-IRC/pkg-plist8
5 files changed, 57 insertions, 0 deletions
diff --git a/irc/p5-IRC/Makefile b/irc/p5-IRC/Makefile
new file mode 100644
index 000000000000..7f5906746666
--- /dev/null
+++ b/irc/p5-IRC/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: p5-IRC
+# Version required: 0.59
+# Date created: 07 August 1999
+# Whom: Chris D. Faulhaber <jedgar@fxp.org>
+#
+# $Id$
+#
+
+DISTNAME= Net-IRC-0.59
+PKGNAME= p5-IRC-0.59
+CATEGORIES= irc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Net
+
+MAINTAINER= jedgar@fxp.org
+
+USE_PERL5= YES
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= \
+ Net::Connection.3 \
+ Net::DCC.3 \
+ Net::Event.3 \
+ Net::IRC.3
+
+do-configure:
+ @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include <bsd.port.mk>
diff --git a/irc/p5-IRC/distinfo b/irc/p5-IRC/distinfo
new file mode 100644
index 000000000000..14970ca79e0c
--- /dev/null
+++ b/irc/p5-IRC/distinfo
@@ -0,0 +1 @@
+MD5 (Net-IRC-0.59.tar.gz) = 6caa4bb6accdd9c33e8b37e8ffd77f3d
diff --git a/irc/p5-IRC/pkg-comment b/irc/p5-IRC/pkg-comment
new file mode 100644
index 000000000000..e2dbe7467072
--- /dev/null
+++ b/irc/p5-IRC/pkg-comment
@@ -0,0 +1 @@
+Perl5 modules to implement the IRC protocol (RFC 1459)
diff --git a/irc/p5-IRC/pkg-descr b/irc/p5-IRC/pkg-descr
new file mode 100644
index 000000000000..55037c642888
--- /dev/null
+++ b/irc/p5-IRC/pkg-descr
@@ -0,0 +1,18 @@
+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.
+
+There are 4 component modules which make up Net::IRC:
+
+Net::IRC
+
+Net::IRC::Connection
+
+Net::IRC::Event
+
+Net::IRC::DCC
+
+See their respective man pages for details.
diff --git a/irc/p5-IRC/pkg-plist b/irc/p5-IRC/pkg-plist
new file mode 100644
index 000000000000..7e4e1fbda104
--- /dev/null
+++ b/irc/p5-IRC/pkg-plist
@@ -0,0 +1,8 @@
+lib/perl5/site_perl/%%PERL_VER%%/Net/IRC.pm
+lib/perl5/site_perl/%%PERL_VER%%/Net/IRC/Connection.pm
+lib/perl5/site_perl/%%PERL_VER%%/Net/IRC/DCC.pm
+lib/perl5/site_perl/%%PERL_VER%%/Net/IRC/Event.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/IRC/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/IRC
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/IRC