pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/ocaml-xmlm



Module Name:    pkgsrc
Committed By:   alnsn
Date:           Sun Jan 25 13:46:01 UTC 2026

Added Files:
        pkgsrc/textproc/ocaml-xmlm: DESCR Makefile PLIST distinfo

Log Message:
Initial version of textproc/ocaml-xmlm, version 1.4.0.

Xmlm is an OCaml streaming codec to decode and encode the XML data
format. It can process XML documents without a complete in-memory
representation of the data.

Xmlm is made of a single independent, module and distributed under
the ISC license.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/ocaml-xmlm/DESCR \
    pkgsrc/textproc/ocaml-xmlm/Makefile pkgsrc/textproc/ocaml-xmlm/PLIST \
    pkgsrc/textproc/ocaml-xmlm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/textproc/ocaml-xmlm/DESCR
diff -u /dev/null pkgsrc/textproc/ocaml-xmlm/DESCR:1.1
--- /dev/null   Sun Jan 25 13:46:01 2026
+++ pkgsrc/textproc/ocaml-xmlm/DESCR    Sun Jan 25 13:46:00 2026
@@ -0,0 +1,3 @@
+Xmlm is a streaming codec to decode and encode the XML data format.
+It can process XML documents without a complete in-memory representation
+of the data.
Index: pkgsrc/textproc/ocaml-xmlm/Makefile
diff -u /dev/null pkgsrc/textproc/ocaml-xmlm/Makefile:1.1
--- /dev/null   Sun Jan 25 13:46:01 2026
+++ pkgsrc/textproc/ocaml-xmlm/Makefile Sun Jan 25 13:46:00 2026
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2026/01/25 13:46:00 alnsn Exp $
+
+DISTNAME=      xmlm-1.4.0
+PKGNAME=       ocaml-${DISTNAME}
+CATEGORIES=    textproc
+MASTER_SITES=  https://erratique.ch/software/xmlm/releases/
+EXTRACT_SUFX=  .tbz
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://erratique.ch/software/xmlm/
+COMMENT=       Streaming codec to decode and encode XML
+LICENSE=       isc
+
+USE_LANGUAGES= # none
+
+OCAML_USE_TOPKG=       yes
+OCAML_USE_OPAM=                yes
+
+.include "../../devel/ocamlbuild/buildlink3.mk"
+.include "../../lang/ocaml/ocaml.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/ocaml-xmlm/PLIST
diff -u /dev/null pkgsrc/textproc/ocaml-xmlm/PLIST:1.1
--- /dev/null   Sun Jan 25 13:46:01 2026
+++ pkgsrc/textproc/ocaml-xmlm/PLIST    Sun Jan 25 13:46:01 2026
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2026/01/25 13:46:01 alnsn Exp $
+bin/xmltrip
+${OCAML_SITELIB}/xmlm/META
+${OCAML_SITELIB}/xmlm/opam
+${PLIST.ocaml-opt}${OCAML_SITELIB}/xmlm/xmlm.a
+${OCAML_SITELIB}/xmlm/xmlm.cma
+${OCAML_SITELIB}/xmlm/xmlm.cmi
+${OCAML_SITELIB}/xmlm/xmlm.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/xmlm/xmlm.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/xmlm/xmlm.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/xmlm/xmlm.cmxs
+${OCAML_SITELIB}/xmlm/xmlm.mli
+share/doc/xmlm/CHANGES.md
+share/doc/xmlm/LICENSE.md
+share/doc/xmlm/README.md
+share/doc/xmlm/examples.ml
+share/doc/xmlm/odoc-pages/index.mld
+share/doc/xmlm/xhtml.ml
Index: pkgsrc/textproc/ocaml-xmlm/distinfo
diff -u /dev/null pkgsrc/textproc/ocaml-xmlm/distinfo:1.1
--- /dev/null   Sun Jan 25 13:46:01 2026
+++ pkgsrc/textproc/ocaml-xmlm/distinfo Sun Jan 25 13:46:01 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/01/25 13:46:01 alnsn Exp $
+
+BLAKE2s (xmlm-1.4.0.tbz) = 711a9b9bd454a4e730964a05ec612b88d955c33d0f4ed9a8b85c3f8dab1ae6be
+SHA512 (xmlm-1.4.0.tbz) = 69f6112e6466952256d670fe1751fe4ae79e20d50f018ece1709eb2240cb1b00968ac7cee110771e0617a38ebc1cdb43e9d146471ce66ac1b176e4a1660531eb
+Size (xmlm-1.4.0.tbz) = 26122 bytes



Home | Main Index | Thread Index | Old Index