summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2016-02-06 12:51:34 +0000
committerjaapb <jaapb@pkgsrc.org>2016-02-06 12:51:34 +0000
commit07c19a7cb486a28d3dc82870b37f3b4c4cc33dd4 (patch)
tree0a5a4fab286da427a085c9e3d378e4106a2fb4ac
parente628998883b3b700421219d69711af3a98292fd9 (diff)
downloadpkgsrc-07c19a7cb486a28d3dc82870b37f3b4c4cc33dd4.tar.gz
Updated package to latest version, 3.6.0. Changes include:
* Improves and simplify the wrapping interface. Breaking change. * Add the possibility to specify converters, for constants functions. See also eliom's shared react. * Fix printing of floating numbers. * Add the main element. * Fix the accept attribute. * Add Tyxml_name, which allows to derive tyxml identifiers from HTML elements and attributes. * Internally build the tool `autoname`, which applies the aftermentionned transformation for the given elements/attributes. * Fix typo in `datetime-local`. * Add download attributes for area and tags. * Add various svg `text` attributes. * Fix namespaces issues related to svg elements inside html. * Add `a_lang` for HTML. Deprecate `a_srclang` in favor of `a_xml_lang`. * Fix a performance issue with `Xml_print.Utf8.{normalize, normalize_html}. * Remove `Xml_print.Utf8.normalize_from`. The function was not useful and not optimizable easily. * Add missing parameters for the attributes xlink:actuate and xml:space. * Svg elements use the xlink namespace (contribution by Florent Becker). * Do not use the `url(...)` form when inappropriate (contribution by Florent Becker). * Fix a typo in the `spellcheck` attribute (contribution by Kevin Brubeck Unhammer). * Fix the `sizes` attributes and add missing attributes for the `sandbox` tag (contributions by Eyyüb Sari). * Fix the `img` tag in the syntax extension. * Fix compilation of the opam package under freeBSD. * Fix typing for the various `font_` svg attributes.
-rw-r--r--textproc/ocaml-tyxml/Makefile11
-rw-r--r--textproc/ocaml-tyxml/PLIST47
-rw-r--r--textproc/ocaml-tyxml/distinfo10
3 files changed, 56 insertions, 12 deletions
diff --git a/textproc/ocaml-tyxml/Makefile b/textproc/ocaml-tyxml/Makefile
index 29bdf1d486f..72544985bfc 100644
--- a/textproc/ocaml-tyxml/Makefile
+++ b/textproc/ocaml-tyxml/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.9 2015/06/30 11:52:59 jaapb Exp $
+# $NetBSD: Makefile,v 1.10 2016/02/06 12:51:34 jaapb Exp $
#
-PKGNAME= ocaml-tyxml-${VERSION}
-DISTNAME= ${VERSION}
-VERSION= 3.3.0
-PKGREVISION= 2
+DISTNAME= tyxml-${VERSION}
+VERSION= 3.6.0
CATEGORIES= textproc
-MASTER_SITES= https://github.com/ocsigen/tyxml/archive/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/}
+GITHUB_PROJECT= tyxml
MAINTAINER= jaapb@NetBSD.org
HOMEPAGE= http://ocsigen.org/tyxml/
diff --git a/textproc/ocaml-tyxml/PLIST b/textproc/ocaml-tyxml/PLIST
index a7be13b9b34..6514dc6e704 100644
--- a/textproc/ocaml-tyxml/PLIST
+++ b/textproc/ocaml-tyxml/PLIST
@@ -1,36 +1,58 @@
-@comment $NetBSD: PLIST,v 1.2 2014/11/15 14:53:03 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.3 2016/02/06 12:51:34 jaapb Exp $
${OCAML_SITELIB}/tyxml/META
${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/basic_types.cmx
${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/camllexer.cmx
+${OCAML_SITELIB}/tyxml/html5.annot
${OCAML_SITELIB}/tyxml/html5.cmi
+${OCAML_SITELIB}/tyxml/html5.cmt
+${OCAML_SITELIB}/tyxml/html5.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/html5.cmx
${OCAML_SITELIB}/tyxml/html5.mli
+${OCAML_SITELIB}/tyxml/html5_f.annot
${OCAML_SITELIB}/tyxml/html5_f.cmi
+${OCAML_SITELIB}/tyxml/html5_f.cmt
+${OCAML_SITELIB}/tyxml/html5_f.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/html5_f.cmx
${OCAML_SITELIB}/tyxml/html5_f.mli
${OCAML_SITELIB}/tyxml/html5_sigs.cmi
+${OCAML_SITELIB}/tyxml/html5_sigs.cmti
${OCAML_SITELIB}/tyxml/html5_sigs.mli
${OCAML_SITELIB}/tyxml/html5_types.cmi
+${OCAML_SITELIB}/tyxml/html5_types.cmti
${OCAML_SITELIB}/tyxml/html5_types.mli
${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/pa_tyxml.a
${OCAML_SITELIB}/tyxml/pa_tyxml.cma
+${OCAML_SITELIB}/tyxml/pa_tyxml.annot
${OCAML_SITELIB}/tyxml/pa_tyxml.cmi
+${OCAML_SITELIB}/tyxml/pa_tyxml.cmt
+${OCAML_SITELIB}/tyxml/pa_tyxml.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/pa_tyxml.cmx
${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/pa_tyxml.cmxa
${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/pa_tyxml.cmxs
${OCAML_SITELIB}/tyxml/pa_tyxml.mli
+${OCAML_SITELIB}/tyxml/simplexmlparser.annot
${OCAML_SITELIB}/tyxml/simplexmlparser.cmi
+${OCAML_SITELIB}/tyxml/simplexmlparser.cmt
+${OCAML_SITELIB}/tyxml/simplexmlparser.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/simplexmlparser.cmx
${OCAML_SITELIB}/tyxml/simplexmlparser.mli
+${OCAML_SITELIB}/tyxml/svg.annot
${OCAML_SITELIB}/tyxml/svg.cmi
+${OCAML_SITELIB}/tyxml/svg.cmt
+${OCAML_SITELIB}/tyxml/svg.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/svg.cmx
${OCAML_SITELIB}/tyxml/svg.mli
+${OCAML_SITELIB}/tyxml/svg_f.annot
${OCAML_SITELIB}/tyxml/svg_f.cmi
+${OCAML_SITELIB}/tyxml/svg_f.cmt
+${OCAML_SITELIB}/tyxml/svg_f.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/svg_f.cmx
${OCAML_SITELIB}/tyxml/svg_f.mli
${OCAML_SITELIB}/tyxml/svg_sigs.cmi
+${OCAML_SITELIB}/tyxml/svg_sigs.cmti
${OCAML_SITELIB}/tyxml/svg_sigs.mli
${OCAML_SITELIB}/tyxml/svg_types.cmi
+${OCAML_SITELIB}/tyxml/svg_types.cmti
${OCAML_SITELIB}/tyxml/svg_types.mli
${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/tymlx_p.a
${OCAML_SITELIB}/tyxml/tymlx_p.cma
@@ -44,19 +66,42 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/tyxml_f.a
${OCAML_SITELIB}/tyxml/tyxml_f.cma
${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/tyxml_f.cmxa
${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/tyxml_f.cmxs
+${OCAML_SITELIB}/tyxml/tyxml_name.annot
+${OCAML_SITELIB}/tyxml/tyxml_name.cmi
+${OCAML_SITELIB}/tyxml/tyxml_name.cmt
+${OCAML_SITELIB}/tyxml/tyxml_name.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/tyxml_name.cmx
+${OCAML_SITELIB}/tyxml/tyxml_name.mli
+${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/tyxml_tools.a
+${OCAML_SITELIB}/tyxml/tyxml_tools.cma
+${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/tyxml_tools.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/tyxml_tools.cmxs
${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/xhtmlparser.cmx
+${OCAML_SITELIB}/tyxml/xml.annot
${OCAML_SITELIB}/tyxml/xml.cmi
+${OCAML_SITELIB}/tyxml/xml.cmt
+${OCAML_SITELIB}/tyxml/xml.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/xml.cmx
${OCAML_SITELIB}/tyxml/xml.mli
+${OCAML_SITELIB}/tyxml/xml_iter.annot
${OCAML_SITELIB}/tyxml/xml_iter.cmi
+${OCAML_SITELIB}/tyxml/xml_iter.cmt
+${OCAML_SITELIB}/tyxml/xml_iter.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/xml_iter.cmx
${OCAML_SITELIB}/tyxml/xml_iter.mli
+${OCAML_SITELIB}/tyxml/xml_print.annot
${OCAML_SITELIB}/tyxml/xml_print.cmi
+${OCAML_SITELIB}/tyxml/xml_print.cmt
+${OCAML_SITELIB}/tyxml/xml_print.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/xml_print.cmx
${OCAML_SITELIB}/tyxml/xml_print.mli
${OCAML_SITELIB}/tyxml/xml_sigs.cmi
+${OCAML_SITELIB}/tyxml/xml_sigs.cmti
${OCAML_SITELIB}/tyxml/xml_sigs.mli
+${OCAML_SITELIB}/tyxml/xml_wrap.annot
${OCAML_SITELIB}/tyxml/xml_wrap.cmi
+${OCAML_SITELIB}/tyxml/xml_wrap.cmt
+${OCAML_SITELIB}/tyxml/xml_wrap.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/xml_wrap.cmx
${OCAML_SITELIB}/tyxml/xml_wrap.mli
${PLIST.ocaml-opt}${OCAML_SITELIB}/tyxml/xmllexer.cmx
diff --git a/textproc/ocaml-tyxml/distinfo b/textproc/ocaml-tyxml/distinfo
index 2f27bbe2ad1..c8cae335cb4 100644
--- a/textproc/ocaml-tyxml/distinfo
+++ b/textproc/ocaml-tyxml/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/04 01:59:42 agc Exp $
+$NetBSD: distinfo,v 1.6 2016/02/06 12:51:34 jaapb Exp $
-SHA1 (3.3.0.tar.gz) = 66830f036756b31788ac42737d34fb5eb43e2cfe
-RMD160 (3.3.0.tar.gz) = f6ecbbd3fbdd153b1fe625124fd25a03016e40bb
-SHA512 (3.3.0.tar.gz) = 11494e3b3b0cdbf87a8aa818b170173ab0715d7efe8822997229f249c0f7300fa99337c2dc84b4166a44e39e345fca9a2d5fb43b56defe780d3040047357defd
-Size (3.3.0.tar.gz) = 124692 bytes
+SHA1 (tyxml-3.6.0.tar.gz) = 984a3231c45b44a5ec16f45a35422b0cb2e0c55c
+RMD160 (tyxml-3.6.0.tar.gz) = 08d45c53964be373eea96371f39dd5451d9d0379
+SHA512 (tyxml-3.6.0.tar.gz) = f750f80dce92d42172dd9601ec5201c34e1de6587270d00bc86673b2b220b0baed3d91586d4334d98a453cf388b2fa8d1abb763971365ffbf93992c7fde1d127
+Size (tyxml-3.6.0.tar.gz) = 129924 bytes