mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
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@
This commit is contained in:
parent
b9ef0484b7
commit
51a5d2e8b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362553
@ -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 <bsd.port.options.mk>
|
||||
|
||||
.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 <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user