summaryrefslogtreecommitdiff
path: root/net-im/p5-Net-AIM
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-01-19 06:02:46 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-01-19 06:02:46 +0000
commit862fbbb6abbec97b9084854251a9388a860f731b (patch)
treeb8b4932ac16d892fb95ec929d9d18c304d474358 /net-im/p5-Net-AIM
parentFix a typo. (diff)
Add p5-Net-AIM 1.22, a perl extension for the AOL Instant Messenger
TOC protocol.
Notes
Notes: svn path=/head/; revision=73472
Diffstat (limited to 'net-im/p5-Net-AIM')
-rw-r--r--net-im/p5-Net-AIM/Makefile22
-rw-r--r--net-im/p5-Net-AIM/distinfo1
-rw-r--r--net-im/p5-Net-AIM/pkg-comment1
-rw-r--r--net-im/p5-Net-AIM/pkg-descr7
-rw-r--r--net-im/p5-Net-AIM/pkg-plist8
5 files changed, 39 insertions, 0 deletions
diff --git a/net-im/p5-Net-AIM/Makefile b/net-im/p5-Net-AIM/Makefile
new file mode 100644
index 000000000000..766f1b0530ec
--- /dev/null
+++ b/net-im/p5-Net-AIM/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Net-AIM
+# Date created: 19 Jan 2003
+# Whom: petef
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net-AIM
+PORTVERSION= 1.22
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Net
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= petef@FreeBSD.org
+
+PERL_CONFIGURE= yes
+
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Net::AIM.3 Net::AIM::Connection.3 Net::AIM::Event.3
+
+.include <bsd.port.mk>
diff --git a/net-im/p5-Net-AIM/distinfo b/net-im/p5-Net-AIM/distinfo
new file mode 100644
index 000000000000..aa18fc5958c6
--- /dev/null
+++ b/net-im/p5-Net-AIM/distinfo
@@ -0,0 +1 @@
+MD5 (Net-AIM-1.22.tar.gz) = 09c749c3b3f01a6d4c3a7369d4ce8bc3
diff --git a/net-im/p5-Net-AIM/pkg-comment b/net-im/p5-Net-AIM/pkg-comment
new file mode 100644
index 000000000000..a21e5ac22016
--- /dev/null
+++ b/net-im/p5-Net-AIM/pkg-comment
@@ -0,0 +1 @@
+Perl extension for the AOL Instant Messenger TOC protocol
diff --git a/net-im/p5-Net-AIM/pkg-descr b/net-im/p5-Net-AIM/pkg-descr
new file mode 100644
index 000000000000..cf2264a6752b
--- /dev/null
+++ b/net-im/p5-Net-AIM/pkg-descr
@@ -0,0 +1,7 @@
+This module implements an OO interface to the Aol Instant Messenger
+TOC protocol. This version contains not much more than hacked code
+that merely connects to the aol TOC servers and acts on instant
+messages.
+
+- Pete
+petef@FreeBSD.org
diff --git a/net-im/p5-Net-AIM/pkg-plist b/net-im/p5-Net-AIM/pkg-plist
new file mode 100644
index 000000000000..056829109de0
--- /dev/null
+++ b/net-im/p5-Net-AIM/pkg-plist
@@ -0,0 +1,8 @@
+lib/perl5/site_perl/%%PERL_VER%%/Net/AIM.pm
+lib/perl5/site_perl/%%PERL_VER%%/Net/AIM/Connection.pm
+lib/perl5/site_perl/%%PERL_VER%%/Net/AIM/Event.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/AIM/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/AIM
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/AIM
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true