Import fast_xml-1.1.3 as textproc/erlang-fast_xml.

Fast Expat based Erlang XML parsing and manipulation library,
with a strong focus on XML stream parsing from network.
This commit is contained in:
fhajny 2016-04-25 14:33:38 +00:00
parent e51fba46e4
commit 5d272598a0
5 changed files with 57 additions and 0 deletions

View file

@ -0,0 +1,2 @@
Fast Expat based Erlang XML parsing and manipulation library,
with a strong focus on XML stream parsing from network.

View file

@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.1 2016/04/25 14:33:38 fhajny Exp $
DISTNAME= fast_xml-1.1.3
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/processone/fast_xml/
COMMENT= Fast Expat based Erlang XML parsing library
LICENSE= apache-2.0
GITHUB_PROJECT= fast_xml
DEPENDS+= erlang-p1_utils>=1.0.3:../../misc/erlang-p1_utils
GNU_CONFIGURE= yes
.include "../../textproc/expat/buildlink3.mk"
.include "../../lang/erlang/module.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,13 @@
@comment $NetBSD: PLIST,v 1.1 2016/04/25 14:33:38 fhajny Exp $
lib/erlang/lib/fast_xml-${PKGVERSION}/ebin/fast_xml.app
lib/erlang/lib/fast_xml-${PKGVERSION}/ebin/fast_xml.beam
lib/erlang/lib/fast_xml-${PKGVERSION}/ebin/fxml.beam
lib/erlang/lib/fast_xml-${PKGVERSION}/ebin/fxml_gen.beam
lib/erlang/lib/fast_xml-${PKGVERSION}/ebin/fxml_stream.beam
lib/erlang/lib/fast_xml-${PKGVERSION}/ebin/fxml_sup.beam
lib/erlang/lib/fast_xml-${PKGVERSION}/ebin/fxmlrpc.beam
lib/erlang/lib/fast_xml-${PKGVERSION}/ebin/fxmlrpc_codec.beam
lib/erlang/lib/fast_xml-${PKGVERSION}/include/fxml.hrl
lib/erlang/lib/fast_xml-${PKGVERSION}/include/fxml_gen.hrl
lib/erlang/lib/fast_xml-${PKGVERSION}/priv/lib/fxml.so
lib/erlang/lib/fast_xml-${PKGVERSION}/priv/lib/fxml_stream.so

View file

@ -0,0 +1,7 @@
$NetBSD: distinfo,v 1.1 2016/04/25 14:33:38 fhajny Exp $
SHA1 (fast_xml-1.1.3.tar.gz) = 57e213c9fc7c8731bf25b0058566c3f3850ea0bf
RMD160 (fast_xml-1.1.3.tar.gz) = f58abd26728f7013f36c4fecdce13f337c60f510
SHA512 (fast_xml-1.1.3.tar.gz) = 644934d6538ddf2b49863883a66255966b47f933594aff10325dca7785802d28d3223f79941fb4cfa33776e5a1a5fa74fe84422b7077241fb33fff1c52bd044a
Size (fast_xml-1.1.3.tar.gz) = 84926 bytes
SHA1 (patch-rebar.config) = 7d50b35134ed215def7fdf21d80ad13c97ee236d

View file

@ -0,0 +1,15 @@
$NetBSD: patch-rebar.config,v 1.1 2016/04/25 14:33:38 fhajny Exp $
Deps are handled by pkgsrc.
--- rebar.config.orig 2016-01-24 18:48:23.000000000 +0000
+++ rebar.config
@@ -25,8 +25,6 @@
{port_specs, [{"priv/lib/fxml.so", ["c_src/fxml.c"]},
{"priv/lib/fxml_stream.so", ["c_src/fxml_stream.c"]}]}.
-{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.3"}}}]}.
-
{clean_files, ["c_src/fxml.gcda", "c_src/fxml.gcno", "c_src/fxml_stream.gcda", "c_src/fxml_stream.gcno"]}.
{cover_enabled, true}.