From 3cf5e17601d5b8fe5825630bf34881645483dd4d Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Thu, 26 Aug 1999 20:33:43 +0000 Subject: 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 --- irc/p5-IRC/Makefile | 29 +++++++++++++++++++++++++++++ irc/p5-IRC/distinfo | 1 + irc/p5-IRC/pkg-comment | 1 + irc/p5-IRC/pkg-descr | 18 ++++++++++++++++++ irc/p5-IRC/pkg-plist | 8 ++++++++ 5 files changed, 57 insertions(+) create mode 100644 irc/p5-IRC/Makefile create mode 100644 irc/p5-IRC/distinfo create mode 100644 irc/p5-IRC/pkg-comment create mode 100644 irc/p5-IRC/pkg-descr create mode 100644 irc/p5-IRC/pkg-plist (limited to 'irc') 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 +# +# $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 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 -- cgit v1.2.3