diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-22 11:00:18 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-22 11:00:18 +0000 |
commit | ebcff7be723a128f37a922dada6da2975a0e0281 (patch) | |
tree | 3fb374d79539ab7ebb4b2612e5f72d4aa2434fd0 /net-im | |
parent | a6569796019f583175f93677ebadd503fda06614 (diff) | |
download | ports-ebcff7be723a128f37a922dada6da2975a0e0281.tar.gz ports-ebcff7be723a128f37a922dada6da2975a0e0281.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/Makefile | 1 | ||||
-rw-r--r-- | net-im/p5-POE-Component-Client-MSN/Makefile | 28 | ||||
-rw-r--r-- | net-im/p5-POE-Component-Client-MSN/distinfo | 3 | ||||
-rw-r--r-- | net-im/p5-POE-Component-Client-MSN/pkg-descr | 4 | ||||
-rw-r--r-- | net-im/p5-POE-Component-Client-MSN/pkg-plist | 12 |
5 files changed, 48 insertions, 0 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index 3510a60aa4f7..58266e697aa3 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -92,6 +92,7 @@ SUBDIR += naim SUBDIR += newsbot SUBDIR += ocaml-jabbr + SUBDIR += p5-POE-Component-Client-MSN SUBDIR += pebrot SUBDIR += pork SUBDIR += py-msnp diff --git a/net-im/p5-POE-Component-Client-MSN/Makefile b/net-im/p5-POE-Component-Client-MSN/Makefile new file mode 100644 index 000000000000..e6ba37280dda --- /dev/null +++ b/net-im/p5-POE-Component-Client-MSN/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-POE-Component-Client-MSN +# Date created: 2007/02/14 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= POE-Component-Client-MSN +PORTVERSION= 0.03 +CATEGORIES= net-im perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= POE +PKGNAMEPREFIX= p5- + +MAINTAINER= chinsan@FreeBSD.org +COMMENT= POE Component for MSN Messenger + +BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ + p5-POE-Component-Client-Keepalive>=0:${PORTSDIR}/net/p5-POE-Component-Client-Keepalive \ + p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \ + p5-POE-Component-SSLify>=0:${PORTSDIR}/security/p5-POE-Component-SSLify +RUN_DEPENDS= ${BUILD_DEPENDS} + +MAN3= POE::Component::Client::MSN.3 + +PERL_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/net-im/p5-POE-Component-Client-MSN/distinfo b/net-im/p5-POE-Component-Client-MSN/distinfo new file mode 100644 index 000000000000..a738fe468d2f --- /dev/null +++ b/net-im/p5-POE-Component-Client-MSN/distinfo @@ -0,0 +1,3 @@ +MD5 (POE-Component-Client-MSN-0.03.tar.gz) = 5c9924eccb480567f7a45e86b20e5e61 +SHA256 (POE-Component-Client-MSN-0.03.tar.gz) = 4f3dbebe8bd316225f4ea9472b865c1833a151661e6e1699ec286846c749b5de +SIZE (POE-Component-Client-MSN-0.03.tar.gz) = 19116 diff --git a/net-im/p5-POE-Component-Client-MSN/pkg-descr b/net-im/p5-POE-Component-Client-MSN/pkg-descr new file mode 100644 index 000000000000..a4a3c6e87f24 --- /dev/null +++ b/net-im/p5-POE-Component-Client-MSN/pkg-descr @@ -0,0 +1,4 @@ +POE::Component::Client::MSN is a POE component to connect MSN Messenger +server. + +WWW: http://search.cpan.org/dist/POE-Component-Client-MSN/ diff --git a/net-im/p5-POE-Component-Client-MSN/pkg-plist b/net-im/p5-POE-Component-Client-MSN/pkg-plist new file mode 100644 index 000000000000..9dbbff889f0c --- /dev/null +++ b/net-im/p5-POE-Component-Client-MSN/pkg-plist @@ -0,0 +1,12 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/MSN/.packlist +%%SITE_PERL%%/POE/Component/Client/MSN.pm +%%SITE_PERL%%/POE/Component/Client/MSN/Command.pm +%%SITE_PERL%%/POE/Filter/MSN.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/MSN +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE +@dirrmtry %%SITE_PERL%%/POE/Component/Client/MSN +@dirrmtry %%SITE_PERL%%/POE/Component/Client +@dirrmtry %%SITE_PERL%%/POE/Component +@dirrmtry %%SITE_PERL%%/POE |