pkgsrc/net/erlang-xmpp/Makefile
triaxx 30c5be303b erlang-xmpp: Update to 1.6.0
upstream changes:
-----------------
Version 1.6.0
  o Updating fast_tls to version 1.1.16.
  o Updating stringprep to version 1.0.29.
  o Support additional namespaces in MIX elements
  o Add support for MIX presences, update_subscriptions and unsubscribe
  o Add allow_query_users to muc config
Version 1.5.8
  o Updating fast_tls to version 1.1.15.
  o Updating ezlib to version 1.0.12.
Version 1.5.7
  o Updating ezlib to version 1.0.11.
  o Updating fast_tls to version 1.1.14.
  o Updating fast_xml to version 1.1.49.
  o Updating stringprep to version 1.0.28.
  o Updating p1_utils to version 1.0.25.
  o Make socket release on detach, free resources earlier
  o Fix crash when doing srv resolution
Version 1.5.6
  o Updating fast_xml to version 1.1.48.
Version 1.5.5
  o Updating fast_xml to version 1.1.47.
  o Allow 'max' value in pubsub max_items, item_expire and children_max
  o Add compatibility quirk for old smack version in roster
  o Don't generate code attribute in errors (deprececed by rfc6120)
  o Change internal representation of markable element
  o Add MUC hats support
  o Generate documentation before publishing to hex
Version 1.5.4
  o Updating ezlib to version 1.0.10.
  o Updating fast_tls to version 1.1.13.
  o Updating fast_xml to version 1.1.47.
  o Updating stringprep to version 1.0.27.
  o Updating p1_utils to version 1.0.23.
  o Switch from using Travis to Github Actions as CI
  o Add support for MIX roster extension
  o Allow children inside address element
  o Make compatible with OTP24
  o Allow arbitrary children inside vCard
2022-10-14 19:31:13 +00:00

28 lines
944 B
Makefile

# $NetBSD: Makefile,v 1.18 2022/10/14 19:31:13 triaxx Exp $
DISTNAME= xmpp-1.6.0
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.25:../../misc/erlang-p1_utils
DEPENDS+= erlang-fast_xml>=1.1.49:../../textproc/erlang-fast_xml
DEPENDS+= erlang-fast_tls>=1.1.16:../../security/erlang-fast_tls
DEPENDS+= erlang-ezlib>=1.0.12:../../devel/erlang-ezlib
DEPENDS+= erlang-idna>=6.0.0:../../net/erlang-idna
DEPENDS+= erlang-stringprep>=1.0.29:../../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"