From owner-svn-ports-head@FreeBSD.ORG Tue Jul 22 16:02:06 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 32E01604; Tue, 22 Jul 2014 16:02:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1ED822669; Tue, 22 Jul 2014 16:02:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6MG261d062060; Tue, 22 Jul 2014 16:02:06 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6MG25mW062058; Tue, 22 Jul 2014 16:02:05 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201407221602.s6MG25mW062058@svn.freebsd.org> From: Jimmy Olgeni Date: Tue, 22 Jul 2014 16:02:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362553 - head/textproc/exmpp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2014 16:02:06 -0000 Author: olgeni Date: Tue Jul 22 16:02:05 2014 New Revision: 362553 URL: http://svnweb.freebsd.org/changeset/ports/362553 QAT: https://qat.redports.org/buildarchive/r362553/ Log: A few fixes: - Add staging support - Use PORT_OPTIONS - Add USES=pkgconfig to enable libxml2 support - Strip libraries - Cleanup pkg-plist - Add LICENSE - Take maintainership from ports@ Modified: head/textproc/exmpp/Makefile head/textproc/exmpp/pkg-plist (contents, props changed) Modified: head/textproc/exmpp/Makefile ============================================================================== --- head/textproc/exmpp/Makefile Tue Jul 22 16:02:04 2014 (r362552) +++ head/textproc/exmpp/Makefile Tue Jul 22 16:02:05 2014 (r362553) @@ -3,42 +3,45 @@ PORTNAME= exmpp PORTVERSION= 0.9.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc net-im MASTER_SITES= http://download.process-one.net/${PORTNAME}/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= olgeni@FreeBSD.org COMMENT= Fast and scalable library for XMPP written in Erlang/OTP -BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang +LICENSE= EPL + +BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang \ + libtool:${PORTSDIR}/devel/libtool RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ libxml2.so:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-static=yes \ - --enable-shared=yes \ - --with-erlang=${LOCALBASE} \ - --with-expat=${LOCALBASE} \ - --with-openssl=/usr \ - --disable-debug \ - --disable-warnings \ - --disable-examples \ - --enable-escaping-using-cdata +CONFIGURE_ARGS+=--enable-static=yes \ + --enable-shared=yes \ + --with-erlang=${LOCALBASE} \ + --with-expat=${LOCALBASE} \ + --with-openssl=/usr \ + --disable-debug \ + --disable-warnings \ + --disable-examples \ + --enable-escaping-using-cdata GNU_CONFIGURE_PREFIX= "${PREFIX}/lib/erlang/lib" -PLIST_SUB= PORTNAME=${PORTNAME} \ - PORTVERSION=${PORTVERSION} -USE_AUTOTOOLS= autoconf:env automake:env aclocal:env libtool:env autoheader:env +PLIST_SUB= VERSION=${PORTVERSION} +USE_AUTOTOOLS= autoconf:env automake:env aclocal:env autoheader:env +USES= libtool pkgconfig -.if defined(NOPORTDOCS) -CONFIGURE_ARGS+= --disable-documentation -.else +.include + +.if ${PORT_OPTIONS:MDOCS} CONFIGURE_ARGS+= --enable-documentation +.else +CONFIGURE_ARGS+= --disable-documentation .endif -NO_STAGE= yes - MAKE_JOBS_UNSAFE= yes pre-configure: @@ -47,4 +50,11 @@ pre-configure: post-configure: ${MAKE} clean -C ${WRKSRC} +post-install: +.for _file in exmpp_xml_expat_legacy.so exmpp_compress_zlib.so \ + exmpp_xml_expat.so exmpp_stringprep.so exmpp_xml_libxml2.so \ + exmpp_tls_openssl.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv/lib/${_file} +.endfor + .include Modified: head/textproc/exmpp/pkg-plist ============================================================================== --- head/textproc/exmpp/pkg-plist Tue Jul 22 16:02:04 2014 (r362552) +++ head/textproc/exmpp/pkg-plist Tue Jul 22 16:02:05 2014 (r362553) @@ -1,135 +1,129 @@ -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/ejabberd_socket.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/ejabberd_zlib.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/erlang.png -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_bosh.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_caps.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_client_binding.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_client_compression.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_client_disco.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_client_legacy_auth.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_client_privacy.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_client_pubsub.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_client_register.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_client_roster.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_client_sasl.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_client_session.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_client_tls.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_component.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_compress.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_dialback.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_internals.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_iq.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_jid.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_message.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_presence.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_server_binding.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_server_compression.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_server_legacy_auth.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_server_privacy.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_server_sasl.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_server_session.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_server_tls.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_session.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_socket.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_stanza.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_stream.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_stringprep.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_sup.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_tls.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_utils.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_xml.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/exmpp_xmlstream.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/index.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/modules-frame.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/overview-summary.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/packages-frame.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/stringprep.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/stylesheet.css -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/tls.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/xml.html -%%PORTDOCS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html/xml_stream.html -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp.app -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp.appup -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_bosh.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_caps.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_client_binding.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_client_compression.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_client_disco.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_client_legacy_auth.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_client_muc.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_client_privacy.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_client_pubsub.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_client_register.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_client_roster.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_client_sasl.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_client_session.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_client_tls.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_component.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_compress.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_dialback.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_dns.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_internals.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_iq.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_jid.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_known_attrs.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_known_elems.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_known_nss.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_message.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_presence.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_sasl_digest.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_server_binding.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_server_compression.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_server_legacy_auth.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_server_privacy.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_server_sasl.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_server_session.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_server_tls.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_session.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_socket.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_stanza.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_stream.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_stringprep.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_sup.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_tls.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_utils.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_xml.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/exmpp_xmlstream.beam -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/exmpp.hrl -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/exmpp_jid.hrl -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/exmpp_caps.hrl -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/exmpp_client.hrl -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/exmpp_nss.hrl -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/exmpp_xml.hrl -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/exmpp_xmpp.hrl -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/internal/exmpp_known_attrs.hrl -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/internal/exmpp_known_elems.hrl -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/internal/exmpp_known_nss.hrl -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/exmpp_compress_zlib.a -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/exmpp_compress_zlib.la -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/exmpp_compress_zlib.so -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/exmpp_stringprep.a -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/exmpp_stringprep.la -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/exmpp_stringprep.so -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/exmpp_tls_openssl.a -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/exmpp_tls_openssl.la -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/exmpp_tls_openssl.so -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/exmpp_xml_expat.a -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/exmpp_xml_expat.la -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/exmpp_xml_expat.so -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/exmpp_xml_expat_legacy.a -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/exmpp_xml_expat_legacy.la -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/exmpp_xml_expat_legacy.so -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/exmpp_xml_libxml2.a -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/exmpp_xml_libxml2.la -lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib/exmpp_xml_libxml2.so -@dirrm lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv/lib -@dirrm lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/priv -@dirrm lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/internal -@dirrm lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include -@dirrm lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin -%%PORTDOCS%%@dirrm lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc/html -%%PORTDOCS%%@dirrm lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/doc -@dirrm lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%% +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/ejabberd_socket.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/ejabberd_zlib.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/erlang.png +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_bosh.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_caps.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_binding.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_compression.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_disco.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_legacy_auth.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_privacy.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_pubsub.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_register.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_roster.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_sasl.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_session.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_tls.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_component.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_compress.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_dialback.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_internals.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_iq.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_jid.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_message.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_presence.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_server_binding.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_server_compression.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_server_legacy_auth.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_server_privacy.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_server_sasl.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_server_session.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_server_tls.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_session.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_socket.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_stanza.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_stream.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_stringprep.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_sup.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_tls.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_utils.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_xml.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_xmlstream.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/index.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/modules-frame.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/overview-summary.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/packages-frame.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/stringprep.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/stylesheet.css +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/tls.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/xml.html +%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/xml_stream.html +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp.app +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp.appup +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_bosh.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_caps.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_binding.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_compression.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_disco.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_legacy_auth.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_muc.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_privacy.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_pubsub.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_register.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_roster.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_sasl.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_session.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_tls.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_component.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_compress.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_dialback.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_dns.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_internals.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_iq.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_jid.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_known_attrs.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_known_elems.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_known_nss.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_message.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_presence.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_sasl_digest.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_server_binding.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_server_compression.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_server_legacy_auth.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_server_privacy.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_server_sasl.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_server_session.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_server_tls.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_session.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_socket.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_stanza.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_stream.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_stringprep.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_sup.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_tls.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_utils.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_xml.beam +lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_xmlstream.beam +lib/erlang/lib/exmpp-%%VERSION%%/include/exmpp.hrl +lib/erlang/lib/exmpp-%%VERSION%%/include/exmpp_jid.hrl +lib/erlang/lib/exmpp-%%VERSION%%/include/exmpp_caps.hrl +lib/erlang/lib/exmpp-%%VERSION%%/include/exmpp_client.hrl +lib/erlang/lib/exmpp-%%VERSION%%/include/exmpp_nss.hrl +lib/erlang/lib/exmpp-%%VERSION%%/include/exmpp_xml.hrl +lib/erlang/lib/exmpp-%%VERSION%%/include/exmpp_xmpp.hrl +lib/erlang/lib/exmpp-%%VERSION%%/include/internal/exmpp_known_attrs.hrl +lib/erlang/lib/exmpp-%%VERSION%%/include/internal/exmpp_known_elems.hrl +lib/erlang/lib/exmpp-%%VERSION%%/include/internal/exmpp_known_nss.hrl +lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_compress_zlib.a +lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_compress_zlib.so +lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_stringprep.a +lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_stringprep.so +lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_tls_openssl.a +lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_tls_openssl.so +lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_xml_expat.a +lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_xml_expat.so +lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_xml_expat_legacy.a +lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_xml_expat_legacy.so +lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_xml_libxml2.a +lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_xml_libxml2.so +@dirrm lib/erlang/lib/exmpp-%%VERSION%%/priv/lib +@dirrm lib/erlang/lib/exmpp-%%VERSION%%/priv +@dirrm lib/erlang/lib/exmpp-%%VERSION%%/include/internal +@dirrm lib/erlang/lib/exmpp-%%VERSION%%/include +@dirrm lib/erlang/lib/exmpp-%%VERSION%%/ebin +%%PORTDOCS%%@dirrm lib/erlang/lib/exmpp-%%VERSION%%/doc/html +%%PORTDOCS%%@dirrm lib/erlang/lib/exmpp-%%VERSION%%/doc +@dirrm lib/erlang/lib/exmpp-%%VERSION%% @dirrmtry lib/erlang/lib