From 733a2edd02acfafb2046dcfb5388100d2bce4a50 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 12 Oct 2004 11:27:31 +0000 Subject: Add p5-Net-OSCAR 1.907, perl extension for the AOL Instant Messenger OSCAR protocol. PR: ports/72103 Submitted by: Kelly Cochran --- net-im/p5-Net-OSCAR/Makefile | 45 +++++++++++++++++++++++++++++++++++++++++++ net-im/p5-Net-OSCAR/distinfo | 2 ++ net-im/p5-Net-OSCAR/pkg-descr | 3 +++ net-im/p5-Net-OSCAR/pkg-plist | 21 ++++++++++++++++++++ 4 files changed, 71 insertions(+) create mode 100644 net-im/p5-Net-OSCAR/Makefile create mode 100644 net-im/p5-Net-OSCAR/distinfo create mode 100644 net-im/p5-Net-OSCAR/pkg-descr create mode 100644 net-im/p5-Net-OSCAR/pkg-plist (limited to 'net-im') diff --git a/net-im/p5-Net-OSCAR/Makefile b/net-im/p5-Net-OSCAR/Makefile new file mode 100644 index 000000000000..c80270e0b420 --- /dev/null +++ b/net-im/p5-Net-OSCAR/Makefile @@ -0,0 +1,45 @@ +# New ports collection makefile for: p5-Net-OSCAR +# Date created: 26 Sep 2004 +# Whom: Kelly Cochran +# +# $FreeBSD$ +# + +PORTNAME= Net-OSCAR +PORTVERSION= 1.907 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= kcochran@trolans.net +COMMENT= Perl extension for the AOL Instant Messenger OSCAR protocol + +PERL_MODBUILD= yes + +MAN3= Net::OSCAR.3 \ + Net::OSCAR::Buddylist.3 \ + Net::OSCAR::Callbacks.3 \ + Net::OSCAR::Common.3 \ + Net::OSCAR::Connection.3 \ + Net::OSCAR::Connection::Chat.3 \ + Net::OSCAR::Constants.3 \ + Net::OSCAR::Screenname.3 \ + Net::OSCAR::TLV.3 \ + Net::OSCAR::Utility.3 \ + Net::OSCAR::XML.3 \ + Net::OSCAR::_BLInternal.3 + +.include + +.if ${PERL_LEVEL} < 500800 +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils +.if ${PERL_LEVEL} < 500601 +IGNORE= Requires perl 5.6.1+, install lang/perl5.8 and try again +.endif +.endif + +.include diff --git a/net-im/p5-Net-OSCAR/distinfo b/net-im/p5-Net-OSCAR/distinfo new file mode 100644 index 000000000000..690ec866f522 --- /dev/null +++ b/net-im/p5-Net-OSCAR/distinfo @@ -0,0 +1,2 @@ +MD5 (Net-OSCAR-1.907.tar.gz) = 361ca945dcdba75385868528ab6811bc +SIZE (Net-OSCAR-1.907.tar.gz) = 104083 diff --git a/net-im/p5-Net-OSCAR/pkg-descr b/net-im/p5-Net-OSCAR/pkg-descr new file mode 100644 index 000000000000..3740b741df7e --- /dev/null +++ b/net-im/p5-Net-OSCAR/pkg-descr @@ -0,0 +1,3 @@ +This module implements an OO interface to the AIM OSCAR protocol. + +WWW: http://search.cpan.org/dist/Net-OSCAR/ diff --git a/net-im/p5-Net-OSCAR/pkg-plist b/net-im/p5-Net-OSCAR/pkg-plist new file mode 100644 index 000000000000..b2fc025b73a9 --- /dev/null +++ b/net-im/p5-Net-OSCAR/pkg-plist @@ -0,0 +1,21 @@ +%%SITE_PERL%%/Net/OSCAR.pm +%%SITE_PERL%%/Net/OSCAR/Buddylist.pm +%%SITE_PERL%%/Net/OSCAR/Callbacks.pm +%%SITE_PERL%%/Net/OSCAR/Common.pm +%%SITE_PERL%%/Net/OSCAR/Connection.pm +%%SITE_PERL%%/Net/OSCAR/Connection/Chat.pm +%%SITE_PERL%%/Net/OSCAR/Constants.pm +%%SITE_PERL%%/Net/OSCAR/Proxy.pm +%%SITE_PERL%%/Net/OSCAR/Screenname.pm +%%SITE_PERL%%/Net/OSCAR/TLV.pm +%%SITE_PERL%%/Net/OSCAR/Utility.pm +%%SITE_PERL%%/Net/OSCAR/XML.pm +%%SITE_PERL%%/Net/OSCAR/XML/Protocol.dtd +%%SITE_PERL%%/Net/OSCAR/XML/Protocol.parsed-xml +%%SITE_PERL%%/Net/OSCAR/XML/Protocol.xml +%%SITE_PERL%%/Net/OSCAR/XML/Template.pm +%%SITE_PERL%%/Net/OSCAR/_BLInternal.pm +@dirrm %%SITE_PERL%%/Net/OSCAR/XML +@dirrm %%SITE_PERL%%/Net/OSCAR/Connection +@dirrm %%SITE_PERL%%/Net/OSCAR +@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true -- cgit v1.2.3