summaryrefslogtreecommitdiff
path: root/net-im/p5-Jabber-Lite
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-09-20 06:09:20 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-09-20 06:09:20 +0000
commit002c8f3e6fa803ea47a7b8d8eec100007eff6264 (patch)
treee78ed28ef865b96309db56d933fd1e0f4106ee2b /net-im/p5-Jabber-Lite
parent- reflect update of rubygem-memcache-client (diff)
Jabber::Lite is, as the name implies, a small 'lite' library for
dealing with Jabber servers, implemented entirely in perl. Whilst it is small, it does try to be fairly complete for common tasks. WWW: http://search.cpan.org/dist/Jabber-Lite/ PR: ports/116056 Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes
Notes: svn path=/head/; revision=199811
Diffstat (limited to 'net-im/p5-Jabber-Lite')
-rw-r--r--net-im/p5-Jabber-Lite/Makefile33
-rw-r--r--net-im/p5-Jabber-Lite/distinfo3
-rw-r--r--net-im/p5-Jabber-Lite/pkg-descr5
-rw-r--r--net-im/p5-Jabber-Lite/pkg-plist6
4 files changed, 47 insertions, 0 deletions
diff --git a/net-im/p5-Jabber-Lite/Makefile b/net-im/p5-Jabber-Lite/Makefile
new file mode 100644
index 000000000000..b7dc53ea7b18
--- /dev/null
+++ b/net-im/p5-Jabber-Lite/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: p5-Jabber-Lite
+# Date created: 2007-09-03
+# Whom: Gea-Suan Lin <gslin@gslin.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Jabber-Lite
+PORTVERSION= 0.8
+CATEGORIES= net-im perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= Jabber
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= gslin@gslin.org
+COMMENT= Standalone library for communicating with Jabber servers
+
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
+ ${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL \
+ ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL
+
+PERL_CONFIGURE= yes
+
+MAN3= Jabber::Lite.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500703
+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
+ ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/net-im/p5-Jabber-Lite/distinfo b/net-im/p5-Jabber-Lite/distinfo
new file mode 100644
index 000000000000..d0c0d3426ffb
--- /dev/null
+++ b/net-im/p5-Jabber-Lite/distinfo
@@ -0,0 +1,3 @@
+MD5 (Jabber-Lite-0.8.tar.gz) = 0e864c9e3e2de68390d805407ceb725f
+SHA256 (Jabber-Lite-0.8.tar.gz) = 095cdd6b40b3fdc04841b3d265c24fc32fac2e8da1e6618e1c74931b9de44c45
+SIZE (Jabber-Lite-0.8.tar.gz) = 48732
diff --git a/net-im/p5-Jabber-Lite/pkg-descr b/net-im/p5-Jabber-Lite/pkg-descr
new file mode 100644
index 000000000000..a85c6e159cf8
--- /dev/null
+++ b/net-im/p5-Jabber-Lite/pkg-descr
@@ -0,0 +1,5 @@
+Jabber::Lite is, as the name implies, a small 'lite' library for
+dealing with Jabber servers, implemented entirely in perl. Whilst it
+is small, it does try to be fairly complete for common tasks.
+
+WWW: http://search.cpan.org/dist/Jabber-Lite/
diff --git a/net-im/p5-Jabber-Lite/pkg-plist b/net-im/p5-Jabber-Lite/pkg-plist
new file mode 100644
index 000000000000..c7065eb32ee2
--- /dev/null
+++ b/net-im/p5-Jabber-Lite/pkg-plist
@@ -0,0 +1,6 @@
+@comment $FreeBSD$
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Jabber/Lite/.packlist
+%%SITE_PERL%%/Jabber/Lite.pm
+@dirrmtry %%SITE_PERL%%/Jabber
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Jabber/Lite
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Jabber