Scalable, extensible Jabber/XMPP server framework Maintained by:perl@FreeBSD.org Port Added: 28 Feb 2007 09:32:55 Also Listed In:perl5 License: not specified in port
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/
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav)