summaryrefslogtreecommitdiff
path: root/net-im/p5-DJabberd
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2007-02-28 09:32:37 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2007-02-28 09:32:37 +0000
commitd94d1f1379db4f55e22cc7c421b20deda732d4f4 (patch)
treefb012ca8fed358bbbab3b8761728f5f227c17b87 /net-im/p5-DJabberd
parent- Update to 3.1.4-rc1 (diff)
Add p5-DJabberd 0.81, scalable, extensible Jabber/XMPP server framework.
Notes
Notes: svn path=/head/; revision=186189
Diffstat (limited to 'net-im/p5-DJabberd')
-rw-r--r--net-im/p5-DJabberd/Makefile34
-rw-r--r--net-im/p5-DJabberd/distinfo3
-rw-r--r--net-im/p5-DJabberd/pkg-descr8
-rw-r--r--net-im/p5-DJabberd/pkg-plist83
4 files changed, 128 insertions, 0 deletions
diff --git a/net-im/p5-DJabberd/Makefile b/net-im/p5-DJabberd/Makefile
new file mode 100644
index 000000000000..61a0f5df114f
--- /dev/null
+++ b/net-im/p5-DJabberd/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: DJabberd
+# Date created: 28 February 2007
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= DJabberd
+PORTVERSION= 0.81
+CATEGORIES= net-im perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= ../../authors/id/B/BR/BRADFITZ
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@FreeBSD.org
+COMMENT= Scalable, extensible Jabber/XMPP server framework
+
+BUILD_DEPENDS= ${SITE_PERL}/Danga/Socket.pm:${PORTSDIR}/devel/p5-Danga-Socket \
+ ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \
+ ${SITE_PERL}/${PERL_ARCH}/XML/LibXML/SAX.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
+ ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
+ ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \
+ ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl \
+ ${SITE_PERL}/Digest/HMAC_SHA1.pm:${PORTSDIR}/security/p5-Digest-HMAC
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= DJabberd.3 DJabberd::Component.3 \
+ DJabberd::Component::Example.3 DJabberd::Component::External.3 \
+ DJabberd::Component::External::Connection.3 \
+ DJabberd::Delivery::LocalVHosts.3
+
+.include <bsd.port.mk>
diff --git a/net-im/p5-DJabberd/distinfo b/net-im/p5-DJabberd/distinfo
new file mode 100644
index 000000000000..7c533ba319a9
--- /dev/null
+++ b/net-im/p5-DJabberd/distinfo
@@ -0,0 +1,3 @@
+MD5 (DJabberd-0.81.tar.gz) = 73c40204919b42e8cd4fb626f9c1cf1b
+SHA256 (DJabberd-0.81.tar.gz) = e775192638852ccdbdd22b5c036ea9f410f26075bd9ac81e51b1b034faf13f66
+SIZE (DJabberd-0.81.tar.gz) = 81811
diff --git a/net-im/p5-DJabberd/pkg-descr b/net-im/p5-DJabberd/pkg-descr
new file mode 100644
index 000000000000..404c9620ca9b
--- /dev/null
+++ b/net-im/p5-DJabberd/pkg-descr
@@ -0,0 +1,8 @@
+DJabberd is a high-performance, scalable, extensible Jabber/XMPP server
+framework. While it comes with an example server, it's really a set of
+classes for you to build your own Jabber server without understanding
+Jabber. Instead of working with XML and protocol-specific details, you
+subclass parts and work with sane objects and data structures and let
+DJabberd do all the ugly work.
+
+WWW: http://search.cpan.org/dist/DJabberd/
diff --git a/net-im/p5-DJabberd/pkg-plist b/net-im/p5-DJabberd/pkg-plist
new file mode 100644
index 000000000000..fc0059c9318b
--- /dev/null
+++ b/net-im/p5-DJabberd/pkg-plist
@@ -0,0 +1,83 @@
+bin/djabberd
+%%SITE_PERL%%/DJabberd.pm
+%%SITE_PERL%%/DJabberd/Agent.pm
+%%SITE_PERL%%/DJabberd/Agent/Node.pm
+%%SITE_PERL%%/DJabberd/Authen.pm
+%%SITE_PERL%%/DJabberd/Authen/AllowedUsers.pm
+%%SITE_PERL%%/DJabberd/Authen/InMemoryOnly.pm
+%%SITE_PERL%%/DJabberd/Authen/StaticPassword.pm
+%%SITE_PERL%%/DJabberd/Bot.pm
+%%SITE_PERL%%/DJabberd/Bot/Admin.pm
+%%SITE_PERL%%/DJabberd/BotContext.pm
+%%SITE_PERL%%/DJabberd/Callback.pm
+%%SITE_PERL%%/DJabberd/Cluster.pm
+%%SITE_PERL%%/DJabberd/ClusterMessage.pm
+%%SITE_PERL%%/DJabberd/ClusterMessage/DeliverStanza.pm
+%%SITE_PERL%%/DJabberd/Component.pm
+%%SITE_PERL%%/DJabberd/Component/Example.pm
+%%SITE_PERL%%/DJabberd/Component/External.pm
+%%SITE_PERL%%/DJabberd/Component/External/Connection.pm
+%%SITE_PERL%%/DJabberd/Component/Node.pm
+%%SITE_PERL%%/DJabberd/Connection.pm
+%%SITE_PERL%%/DJabberd/Connection/Admin.pm
+%%SITE_PERL%%/DJabberd/Connection/ClientIn.pm
+%%SITE_PERL%%/DJabberd/Connection/ClusterIn.pm
+%%SITE_PERL%%/DJabberd/Connection/ClusterOut.pm
+%%SITE_PERL%%/DJabberd/Connection/DialbackVerify.pm
+%%SITE_PERL%%/DJabberd/Connection/OldSSLClientIn.pm
+%%SITE_PERL%%/DJabberd/Connection/ServerIn.pm
+%%SITE_PERL%%/DJabberd/Connection/ServerOut.pm
+%%SITE_PERL%%/DJabberd/Connection/SimpleIn.pm
+%%SITE_PERL%%/DJabberd/DNS.pm
+%%SITE_PERL%%/DJabberd/Delivery.pm
+%%SITE_PERL%%/DJabberd/Delivery/Local.pm
+%%SITE_PERL%%/DJabberd/Delivery/LocalVHosts.pm
+%%SITE_PERL%%/DJabberd/Delivery/S2S.pm
+%%SITE_PERL%%/DJabberd/DialbackParams.pm
+%%SITE_PERL%%/DJabberd/HookDocs.pm
+%%SITE_PERL%%/DJabberd/IQ.pm
+%%SITE_PERL%%/DJabberd/JID.pm
+%%SITE_PERL%%/DJabberd/Log.pm
+%%SITE_PERL%%/DJabberd/Message.pm
+%%SITE_PERL%%/DJabberd/Plugin.pm
+%%SITE_PERL%%/DJabberd/Presence.pm
+%%SITE_PERL%%/DJabberd/PresenceChecker.pm
+%%SITE_PERL%%/DJabberd/PresenceChecker/Dummy.pm
+%%SITE_PERL%%/DJabberd/PresenceChecker/Local.pm
+%%SITE_PERL%%/DJabberd/Queue.pm
+%%SITE_PERL%%/DJabberd/Queue/ClusterOut.pm
+%%SITE_PERL%%/DJabberd/Queue/ServerOut.pm
+%%SITE_PERL%%/DJabberd/Roster.pm
+%%SITE_PERL%%/DJabberd/RosterItem.pm
+%%SITE_PERL%%/DJabberd/RosterStorage.pm
+%%SITE_PERL%%/DJabberd/RosterStorage/InMemoryOnly.pm
+%%SITE_PERL%%/DJabberd/SAXHandler.pm
+%%SITE_PERL%%/DJabberd/Stanza.pm
+%%SITE_PERL%%/DJabberd/Stanza/DialbackResult.pm
+%%SITE_PERL%%/DJabberd/Stanza/DialbackVerify.pm
+%%SITE_PERL%%/DJabberd/Stanza/StartTLS.pm
+%%SITE_PERL%%/DJabberd/Stanza/StreamFeatures.pm
+%%SITE_PERL%%/DJabberd/Stats.pm
+%%SITE_PERL%%/DJabberd/StreamStart.pm
+%%SITE_PERL%%/DJabberd/StreamVersion.pm
+%%SITE_PERL%%/DJabberd/Subscription.pm
+%%SITE_PERL%%/DJabberd/TestSAXHandler.pm
+%%SITE_PERL%%/DJabberd/Util.pm
+%%SITE_PERL%%/DJabberd/VHost.pm
+%%SITE_PERL%%/DJabberd/XMLElement.pm
+%%SITE_PERL%%/DJabberd/XMLParser.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/DJabberd/.packlist
+@dirrm %%SITE_PERL%%/DJabberd/Agent
+@dirrm %%SITE_PERL%%/DJabberd/Authen
+@dirrm %%SITE_PERL%%/DJabberd/Bot
+@dirrm %%SITE_PERL%%/DJabberd/ClusterMessage
+@dirrm %%SITE_PERL%%/DJabberd/Component/External
+@dirrm %%SITE_PERL%%/DJabberd/Component
+@dirrm %%SITE_PERL%%/DJabberd/Connection
+@dirrm %%SITE_PERL%%/DJabberd/Delivery
+@dirrm %%SITE_PERL%%/DJabberd/PresenceChecker
+@dirrm %%SITE_PERL%%/DJabberd/Queue
+@dirrm %%SITE_PERL%%/DJabberd/RosterStorage
+@dirrm %%SITE_PERL%%/DJabberd/Stanza
+@dirrm %%SITE_PERL%%/DJabberd
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DJabberd