diff options
author | martti <martti@pkgsrc.org> | 2002-01-31 07:33:40 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-01-31 07:33:40 +0000 |
commit | 3c389d272ed5e7435e332a015e9fc0ec119b1d0e (patch) | |
tree | c8a85e58a5dadabd1af071c9f8b04c829a3eaec9 /chat/p5-Net-AIM | |
parent | 23f593e42e9eafd9a35a319774ad5ecaa79d98eb (diff) | |
download | pkgsrc-3c389d272ed5e7435e332a015e9fc0ec119b1d0e.tar.gz |
Imported p5-Net-AIM-1.21 (provided by Amitai Schlair in pkg/15287)
This module is an implementation of the AOL Instant Messenger TOC
protocol. I've written and rewritten almost all the code. It
works fairly and is pretty reliable. The intent for this version
was to make an easily usable module for creating AIM bots.
Diffstat (limited to 'chat/p5-Net-AIM')
-rw-r--r-- | chat/p5-Net-AIM/DESCR | 4 | ||||
-rw-r--r-- | chat/p5-Net-AIM/Makefile | 20 | ||||
-rw-r--r-- | chat/p5-Net-AIM/PLIST | 1 | ||||
-rw-r--r-- | chat/p5-Net-AIM/distinfo | 4 |
4 files changed, 29 insertions, 0 deletions
diff --git a/chat/p5-Net-AIM/DESCR b/chat/p5-Net-AIM/DESCR new file mode 100644 index 00000000000..0dbdafcb49e --- /dev/null +++ b/chat/p5-Net-AIM/DESCR @@ -0,0 +1,4 @@ +This module is an implementation of the AOL Instant Messenger TOC +protocol. I've written and rewritten almost all the code. It +works fairly and is pretty reliable. The intent for this version +was to make an easily usable module for creating AIM bots. diff --git a/chat/p5-Net-AIM/Makefile b/chat/p5-Net-AIM/Makefile new file mode 100644 index 00000000000..b9825418341 --- /dev/null +++ b/chat/p5-Net-AIM/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/01/31 07:33:40 martti Exp $ +# + +DISTNAME= Net-AIM-1.21 +PKGNAME= p5-${DISTNAME} +CATEGORIES= chat perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= schmonz+netbsd@schmonz.com +HOMEPAGE= http://www.aryeh.net/Net-AIM/ +COMMENT= implementation of the AOL Instant Messenger TOC protocol + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/AIM/.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-AIM/PLIST b/chat/p5-Net-AIM/PLIST new file mode 100644 index 00000000000..6b3e9fa6e0c --- /dev/null +++ b/chat/p5-Net-AIM/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/31 07:33:40 martti Exp $ diff --git a/chat/p5-Net-AIM/distinfo b/chat/p5-Net-AIM/distinfo new file mode 100644 index 00000000000..1c53d4caec7 --- /dev/null +++ b/chat/p5-Net-AIM/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/01/31 07:33:40 martti Exp $ + +SHA1 (Net-AIM-1.21.tar.gz) = 3cf1c17f53eb26841e83feb3b77020fae06b0048 +Size (Net-AIM-1.21.tar.gz) = 22140 bytes |