diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-27 04:33:43 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-27 04:33:43 +0800 |
commit | 523aa45b18e861aa0cfbf7e4b8006b3e3003e537 (patch) | |
tree | e6fef13f765b7f7895c01eb10030dea34e4c7e8e /irc | |
parent | c86439a677e1cae376db354f56d17b6cf232f5c3 (diff) | |
download | freebsd-ports-graphics-523aa45b18e861aa0cfbf7e4b8006b3e3003e537.tar.gz freebsd-ports-graphics-523aa45b18e861aa0cfbf7e4b8006b3e3003e537.tar.zst freebsd-ports-graphics-523aa45b18e861aa0cfbf7e4b8006b3e3003e537.zip |
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>
Diffstat (limited to 'irc')
-rw-r--r-- | irc/p5-IRC/Makefile | 29 | ||||
-rw-r--r-- | irc/p5-IRC/distinfo | 1 | ||||
-rw-r--r-- | irc/p5-IRC/pkg-comment | 1 | ||||
-rw-r--r-- | irc/p5-IRC/pkg-descr | 18 | ||||
-rw-r--r-- | irc/p5-IRC/pkg-plist | 8 |
5 files changed, 57 insertions, 0 deletions
diff --git a/irc/p5-IRC/Makefile b/irc/p5-IRC/Makefile new file mode 100644 index 00000000000..7f590674666 --- /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 00000000000..14970ca79e0 --- /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 00000000000..e2dbe746707 --- /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 00000000000..55037c64288 --- /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 00000000000..7e4e1fbda10 --- /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 |