summaryrefslogtreecommitdiff
path: root/textproc/erlang-fast_xml
AgeCommit message (Collapse)AuthorFilesLines
2017-12-14Update textproc/erlang-fast_xml to 1.1.25.fhajny2-7/+7
- Invalidate sotred data when generating stanza-too-big-error.
2017-10-17Update textproc/erlang-fast_xml to 1.1.24fhajny2-8/+8
- Updating p1_utils to version 1.0.10. - Make XML generator work on R19.3+
2017-07-30Switch github HOMEPAGEs to https.wiz1-2/+2
2017-07-07Update textproc/erlang-fast_xml to 1.1.23.fhajny2-10/+8
- depends on p1_utils-1.0.9
2017-03-30Update textproc/erlang-fast_xml to 1.1.22.fhajny3-24/+10
Version 1.1.22 - Fix md5 sum calculation of modules for OTP17 - Fix type spec for fxml_stream:parse_element/1 Version 1.1.21 - Add code for building on FreeBSD Version 1.1.20 - Make XML generator working on OTP 18
2017-01-21Update textproc/erlang-fast_xml to 1.1.19.fhajny2-8/+7
- Add checks for empty string - Remove unused code - Load locally build .so file when performing tests
2017-01-03Include a non-versioned symlink to work for includes. PKGREVISION++fhajny2-2/+8
2017-01-03Update textproc/erlang-fast_xml to 1.1.18.fhajny3-11/+11
Version 1.1.18 - Use p1_utils 1.0.6 - fix xref with otp 17 Version 1.1.17 - Add 'undefined' type to some record fields type specs Version 1.1.16 - Improve XML generator
2016-08-12Update textproc/erlang-fast_xml to 1.1.15.fhajny4-12/+14
Version 1.1.15 - Update to p1_utils 1.0.5 Version 1.1.14 - Erlang OTP R19 compliance - Fix compilation on rebar3 Version 1.1.13 - Use p1_utils 1.0.4 Version 1.1.12 - Generator improvements Version 1.1.11 - Now properly includes Elixir lib/ directory in hex.pm package Version 1.1.10 - Split build in two steps to fix link step on Ubuntu - Clean Makefile.mix to remove duplicated code Version 1.1.9 - Fix Linux build with Mix Version 1.1.8 - Package priv/lib structure to make sure everything is properly build by mix Version 1.1.7 - Fix indent issue in Mix Makefile Version 1.1.6 - Add missing Makefile.mix file in rebar hex.pm package description - Make sure priv dir is created when building with mix and included in package dir list Version 1.1.4 This is an Elixir friendly update: - Add ability to return maps instead of xmlel record - Add ability to tell parser to return Elixir structs instead of records - Add Elixir tests
2016-04-25Import fast_xml-1.1.3 as textproc/erlang-fast_xml.fhajny5-0/+57
Fast Expat based Erlang XML parsing and manipulation library, with a strong focus on XML stream parsing from network.