24ebcf1223
upstream changes: ----------------- Version 1.5.3 o Updating fast_tls to version 1.1.12. o Updating fast_xml to version 1.1.46. o Updating p1_utils to version 1.0.22. o Updating stringprep to version 1.0.25. o Fix spec to match the current source code, as reportd by Dialyzer o xmpp uses p1_options, so Dialyzer reports some false warnings o Fix return value when skipping queued tcp packet to already closed socket Version 1.5.2 o Updating fast_tls to version 1.1.11. o Allow to free socket/parser/tls when session get detached o Add support for XEP-0430: Inbox o Add support for XEP-0333: Chat Markers o Add missing applicaitons to xmpp.app o Fix timezone in timestamp used by XEP-0202 o Don't throw exception when client send invalid lenght sasl response
28 lines
943 B
Makefile
28 lines
943 B
Makefile
# $NetBSD: Makefile,v 1.17 2021/05/20 14:18:43 triaxx Exp $
|
|
|
|
DISTNAME= xmpp-1.5.3
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/processone/xmpp/
|
|
COMMENT= XMPP parsing and serialization library on top of Fast XML
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= erlang-p1_utils>=1.0.21:../../misc/erlang-p1_utils
|
|
DEPENDS+= erlang-fast_xml>=1.1.45:../../textproc/erlang-fast_xml
|
|
DEPENDS+= erlang-fast_tls>=1.1.10:../../security/erlang-fast_tls
|
|
DEPENDS+= erlang-ezlib>=1.0.9:../../devel/erlang-ezlib
|
|
DEPENDS+= erlang-idna>=6.0.0:../../net/erlang-idna
|
|
DEPENDS+= erlang-stringprep>=1.0.24:../../textproc/erlang-stringprep
|
|
|
|
GITHUB_PROJECT= xmpp
|
|
|
|
BUILD_TARGET= src
|
|
|
|
# Leave a non-versioned symlink in place for net/erlang-esip to find
|
|
post-install:
|
|
${LN} -sf ${DISTNAME} ${DESTDIR}${PREFIX}/lib/erlang/lib/xmpp
|
|
|
|
.include "../../lang/erlang/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|