diff options
author | fhajny <fhajny@pkgsrc.org> | 2017-03-30 14:32:47 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2017-03-30 14:32:47 +0000 |
commit | d69a2a7e50ce821a934a53205c4276fdf4c99d3f (patch) | |
tree | e789b54311b5d481581a864885ca48d1073e38d7 /net | |
parent | 4b64230a8fa5649d45524f719958bac2f4aa3625 (diff) | |
download | pkgsrc-d69a2a7e50ce821a934a53205c4276fdf4c99d3f.tar.gz |
Update net/erlang-xmpp to 1.1.9.
Version 1.1.9
- Deprecate jid:to_string/1 and jid:from_string/1
- Only check resource with stringprep
- Improve type specs
- Add documentation
- Add set_tr_callback/2 function
- Make it possible to uninstall translation callback
- Use translation callback in data form encoders
- Fix external codec registration for OTP 17
- Include compiler app when generating erlang.plt
- Add notes about API instability
Version 1.1.8
- Add get_meta/2 and get_meta/3
- Get rid of some dialyzer warnings
Version 1.1.7
- Generate modular code for xmpp_codec
- Improve type specs for set_from()/set_to()
Version 1.1.6
- Add xmpp:serr_unsupported_feature()
- Don't replace existing delay tag with the same 'from'
Diffstat (limited to 'net')
-rw-r--r-- | net/erlang-xmpp/Makefile | 8 | ||||
-rw-r--r-- | net/erlang-xmpp/PLIST | 60 | ||||
-rw-r--r-- | net/erlang-xmpp/distinfo | 12 | ||||
-rw-r--r-- | net/erlang-xmpp/patches/patch-rebar.config | 8 |
4 files changed, 73 insertions, 15 deletions
diff --git a/net/erlang-xmpp/Makefile b/net/erlang-xmpp/Makefile index 3c512337eb8..8bb606af903 100644 --- a/net/erlang-xmpp/Makefile +++ b/net/erlang-xmpp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2017/01/21 20:17:10 fhajny Exp $ +# $NetBSD: Makefile,v 1.5 2017/03/30 14:32:47 fhajny Exp $ -DISTNAME= xmpp-1.1.5 +DISTNAME= xmpp-1.1.9 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} @@ -9,8 +9,8 @@ HOMEPAGE= http://github.com/processone/xmpp/ COMMENT= XMPP parsing and serialization library on top of Fast XML LICENSE= apache-2.0 -DEPENDS+= erlang-fast_xml>=1.1.19:../../textproc/erlang-fast_xml -DEPENDS+= erlang-stringprep>=1.0.7:../../textproc/erlang-stringprep +DEPENDS+= erlang-fast_xml>=1.1.22:../../textproc/erlang-fast_xml +DEPENDS+= erlang-stringprep>=1.0.8:../../textproc/erlang-stringprep GITHUB_PROJECT= xmpp diff --git a/net/erlang-xmpp/PLIST b/net/erlang-xmpp/PLIST index 168982fd974..a944fa71f2c 100644 --- a/net/erlang-xmpp/PLIST +++ b/net/erlang-xmpp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2017/01/03 18:35:54 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.2 2017/03/30 14:32:47 fhajny Exp $ lib/erlang/lib/xmpp lib/erlang/lib/xmpp-${PKGVERSION}/ebin/flex_offline.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/jid.beam @@ -7,15 +7,73 @@ lib/erlang/lib/xmpp-${PKGVERSION}/ebin/muc_register.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/muc_request.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/muc_roomconfig.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/muc_roominfo.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/p1_mucsub.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/p1_stream.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/pubsub_get_pending.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/pubsub_node_config.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/pubsub_publish_options.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/pubsub_subscribe_authorization.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/pubsub_subscribe_options.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/rfc3921.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/rfc6120.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/rfc6121.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xdata_codec.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0004.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0012.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0013.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0016.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0022.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0023.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0030.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0033.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0039.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0045.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0048.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0049.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0050.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0054.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0055.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0059.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0060.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0065.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0066.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0077.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0078.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0085.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0092.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0114.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0115.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0131.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0138.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0153.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0158.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0172.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0191.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0198.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0199.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0202.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0203.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0220.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0221.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0231.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0249.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0264.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0279.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0280.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0297.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0313.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0334.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0352.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0355.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0356.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0359.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0363.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0369.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xmpp.app lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xmpp.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xmpp_codec.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xmpp_codec_external.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xmpp_tr.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xmpp_util.beam lib/erlang/lib/xmpp-${PKGVERSION}/include/flex_offline.hrl lib/erlang/lib/xmpp-${PKGVERSION}/include/jid.hrl diff --git a/net/erlang-xmpp/distinfo b/net/erlang-xmpp/distinfo index 10a55c22980..7648ccdf02b 100644 --- a/net/erlang-xmpp/distinfo +++ b/net/erlang-xmpp/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2017/01/21 20:17:10 fhajny Exp $ +$NetBSD: distinfo,v 1.3 2017/03/30 14:32:47 fhajny Exp $ -SHA1 (xmpp-1.1.5.tar.gz) = f40dc374094b44bc8a1a1388414406d44af076a2 -RMD160 (xmpp-1.1.5.tar.gz) = 165b7a24d5f6ea33061793cce1b34bc5aee4f79c -SHA512 (xmpp-1.1.5.tar.gz) = 45345d498e844592584b4b2a80359f62dec1f4083b6eaae78c565b9beb2824112c6da55a0b92243efe6354e4145c539d94e246324fcf6688f93fc9e093915d81 -Size (xmpp-1.1.5.tar.gz) = 346053 bytes -SHA1 (patch-rebar.config) = 1d03a7f56107d057bf15a5981b041b334565ef80 +SHA1 (xmpp-1.1.9.tar.gz) = 59beb1a5b1c2119773fbb75c779a3f3a92ff9e3e +RMD160 (xmpp-1.1.9.tar.gz) = c8c4ebf5c09ce5688f6016330e74e976292cb4df +SHA512 (xmpp-1.1.9.tar.gz) = 13af5699966c8e9c0568356a3620ce6861549b0091e1889c957a91b4384ed24dd98a04422fcfed07470fc94ad9e49459e7942fc5aa9c5e5fd1a20f3efd5fdd1f +Size (xmpp-1.1.9.tar.gz) = 370926 bytes +SHA1 (patch-rebar.config) = b67d03b3ac8cdb6b4f48308d7bca1088105de8c4 diff --git a/net/erlang-xmpp/patches/patch-rebar.config b/net/erlang-xmpp/patches/patch-rebar.config index d35d6351639..ee82ee8704e 100644 --- a/net/erlang-xmpp/patches/patch-rebar.config +++ b/net/erlang-xmpp/patches/patch-rebar.config @@ -1,9 +1,9 @@ -$NetBSD: patch-rebar.config,v 1.1 2017/01/03 18:35:54 fhajny Exp $ +$NetBSD: patch-rebar.config,v 1.2 2017/03/30 14:32:47 fhajny Exp $ Deps are handled by pkgsrc. Look up fast_xml includes properly. ---- rebar.config.orig 2016-12-06 16:30:13.000000000 +0000 +--- rebar.config.orig 2017-02-23 17:12:15.000000000 +0000 +++ rebar.config @@ -22,10 +22,7 @@ {erl_opts, [debug_info, {src_dirs, ["src"]}, @@ -11,8 +11,8 @@ Look up fast_xml includes properly. {i, "../fast_xml/include"}, - {i, "deps/fast_xml/include"}]}. - --{deps, [{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.18"}}}, -- {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.7"}}}]}. +-{deps, [{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.22"}}}, +- {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.8"}}}]}. + {i, "@LOCALBASE@/lib/erlang/lib/fast_xml/include"}]}. {cover_enabled, true}. |