diff options
-rw-r--r-- | net-im/p5-Net-AIM/Makefile | 22 | ||||
-rw-r--r-- | net-im/p5-Net-AIM/distinfo | 1 | ||||
-rw-r--r-- | net-im/p5-Net-AIM/pkg-comment | 1 | ||||
-rw-r--r-- | net-im/p5-Net-AIM/pkg-descr | 7 | ||||
-rw-r--r-- | net-im/p5-Net-AIM/pkg-plist | 8 | ||||
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Net-AIM/Makefile | 22 | ||||
-rw-r--r-- | net/p5-Net-AIM/distinfo | 1 | ||||
-rw-r--r-- | net/p5-Net-AIM/pkg-comment | 1 | ||||
-rw-r--r-- | net/p5-Net-AIM/pkg-descr | 7 | ||||
-rw-r--r-- | net/p5-Net-AIM/pkg-plist | 8 |
11 files changed, 79 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 diff --git a/net/Makefile b/net/Makefile index 2186593d7881..f49f7764e41d 100644 --- a/net/Makefile +++ b/net/Makefile @@ -367,6 +367,7 @@ SUBDIR += p5-JUNOScript SUBDIR += p5-Mon SUBDIR += p5-Net + SUBDIR += p5-Net-AIM SUBDIR += p5-Net-AOLIM SUBDIR += p5-Net-BGP4 SUBDIR += p5-Net-CIDR diff --git a/net/p5-Net-AIM/Makefile b/net/p5-Net-AIM/Makefile new file mode 100644 index 000000000000..766f1b0530ec --- /dev/null +++ b/net/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/p5-Net-AIM/distinfo b/net/p5-Net-AIM/distinfo new file mode 100644 index 000000000000..aa18fc5958c6 --- /dev/null +++ b/net/p5-Net-AIM/distinfo @@ -0,0 +1 @@ +MD5 (Net-AIM-1.22.tar.gz) = 09c749c3b3f01a6d4c3a7369d4ce8bc3 diff --git a/net/p5-Net-AIM/pkg-comment b/net/p5-Net-AIM/pkg-comment new file mode 100644 index 000000000000..a21e5ac22016 --- /dev/null +++ b/net/p5-Net-AIM/pkg-comment @@ -0,0 +1 @@ +Perl extension for the AOL Instant Messenger TOC protocol diff --git a/net/p5-Net-AIM/pkg-descr b/net/p5-Net-AIM/pkg-descr new file mode 100644 index 000000000000..cf2264a6752b --- /dev/null +++ b/net/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/p5-Net-AIM/pkg-plist b/net/p5-Net-AIM/pkg-plist new file mode 100644 index 000000000000..056829109de0 --- /dev/null +++ b/net/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 |