diff options
author | grant <grant> | 2002-06-20 01:07:10 +0000 |
---|---|---|
committer | grant <grant> | 2002-06-20 01:07:10 +0000 |
commit | 85d5409224e8ab1e14b392d39d20a9ef340a5864 (patch) | |
tree | daba1fc43952137f091d575f929438eafdf0712f /chat/p5-Net-Goofey | |
parent | 2ff1373b5b5c4ac7c3a44ddf5071cce3bacc057a (diff) | |
download | pkgsrc-85d5409224e8ab1e14b392d39d20a9ef340a5864.tar.gz |
Initial import of p5-Net-Goofey-1.5.
This is a really simple module for communicating with a Goofey server.
Goofey is a bit like IRC and a bit like ICQ and a bit like email, it's
used mostly at Monash University. See the Goofey web page at:
http://www.cs.monash.edu.au/~tym/goofey.html
Diffstat (limited to 'chat/p5-Net-Goofey')
-rw-r--r-- | chat/p5-Net-Goofey/DESCR | 5 | ||||
-rw-r--r-- | chat/p5-Net-Goofey/Makefile | 20 | ||||
-rw-r--r-- | chat/p5-Net-Goofey/PLIST | 1 | ||||
-rw-r--r-- | chat/p5-Net-Goofey/distinfo | 4 |
4 files changed, 30 insertions, 0 deletions
diff --git a/chat/p5-Net-Goofey/DESCR b/chat/p5-Net-Goofey/DESCR new file mode 100644 index 00000000000..f186b624648 --- /dev/null +++ b/chat/p5-Net-Goofey/DESCR @@ -0,0 +1,5 @@ +This is a really simple module for communicating with a Goofey server. + +Goofey is a bit like IRC and a bit like ICQ and a bit like email, it's +used mostly at Monash University. See the Goofey web page at: + http://www.cs.monash.edu.au/~tym/goofey.html diff --git a/chat/p5-Net-Goofey/Makefile b/chat/p5-Net-Goofey/Makefile new file mode 100644 index 00000000000..f653ce78f6e --- /dev/null +++ b/chat/p5-Net-Goofey/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/20 01:07:10 grant Exp $ +# + +DISTNAME= Net-Goofey-1.5 +PKGNAME= p5-${DISTNAME} +CATEGORIES= chat perl5 +MASTER_SITES= http://tertius.net.au/~gossamer/code/Net-Goofey/ + +MAINTAINER= grant@netbsd.org +HOMEPAGE= http://tertius.net.au/~gossamer/code/ +COMMENT= perl module for communicating with a Goofey server + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/Goofey/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/chat/p5-Net-Goofey/PLIST b/chat/p5-Net-Goofey/PLIST new file mode 100644 index 00000000000..4aed895aeac --- /dev/null +++ b/chat/p5-Net-Goofey/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/20 01:07:10 grant Exp $ diff --git a/chat/p5-Net-Goofey/distinfo b/chat/p5-Net-Goofey/distinfo new file mode 100644 index 00000000000..e8abde3a53a --- /dev/null +++ b/chat/p5-Net-Goofey/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/06/20 01:07:10 grant Exp $ + +SHA1 (Net-Goofey-1.5.tar.gz) = 44034e2c5308090217bab83703ac9f9f79b4aabc +Size (Net-Goofey-1.5.tar.gz) = 31333 bytes |