head 1.3; access; symbols pkgsrc-2016Q1:1.2.0.2 pkgsrc-2016Q1-base:1.2 pkgsrc-2015Q4:1.1.0.2 pkgsrc-2015Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2016.04.25.20.37.17; author fhajny; state dead; branches; next 1.2; commitid ALfKVeuTKuCi634z; 1.2 date 2016.01.13.15.34.15; author fhajny; state Exp; branches; next 1.1; commitid nUzQAAEeSNtiJMQy; 1.1 date 2015.11.04.13.45.46; author fhajny; state Exp; branches; next ; commitid 3VH7dLqbWt8eiMHy; desc @@ 1.3 log @Remove superseded ejabberd dependencies (Erlang modules). @ text @$NetBSD: patch-rebar.config,v 1.2 2016/01/13 15:34:15 fhajny Exp $ Deps are handled by pkgsrc. --- rebar.config.orig 2015-11-23 17:58:20.000000000 +0000 +++ rebar.config @@@@ -12,8 +12,6 @@@@ {port_specs, [{"priv/lib/xml.so", ["c_src/xml.c"]}, {"priv/lib/xml_stream.so", ["c_src/xml_stream.c"]}]}. -{deps, [{p1_utils, ".*", {git, "git://github.com/processone/p1_utils", {tag, "1.0.0"}}}]}. - {clean_files, ["c_src/xml.gcda", "c_src/xml.gcno", "c_src/xml_stream.gcda", "c_src/xml_stream.gcno"]}. {cover_enabled, true}. @ 1.2 log @Update textproc/erlang-p1_xml to 1.1.1. Version 1.1.1 - Support for both rebar and rebar3 - Huge performance and memory improvements - Normalize namespace prefixed elements - Document how to run tests - Architecture documentation in README.md - Introduce Elixir Quickcheck tests - Support C code coverage - Better test case coverage - Continuous integration with Travis CI and Coveralls - Test refactoring - Save cflags/ldflags passed to configure - Move code for locating nif files to p1_utils package - Improve code for locating .so part - Do not check Expat presence via m4 macro Version 1.1.0 - Initial release on Hex.pm @ text @d1 1 a1 1 $NetBSD: patch-rebar.config,v 1.1 2015/11/04 13:45:46 fhajny Exp $ @ 1.1 log @Import 20 Erlang module packages that will work as dependencies in the ejabberd 15.10 update that follows. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- rebar.config.orig 2015-10-23 09:36:39.000000000 +0000 d11 1 a11 1 -{deps, [{p1_utils, ".*", {git, "git://github.com/processone/p1_utils"}}]}. @