pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/camlp-streams



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Fri Nov 11 10:29:11 UTC 2022

Added Files:
        pkgsrc/devel/camlp-streams: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
Added new package camlp-streams, streaming parser libraries for OCaml.

It's needed as a dependency for the new versions of camlp5 and
ocaml-lablgtk.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/camlp-streams/DESCR \
    pkgsrc/devel/camlp-streams/Makefile pkgsrc/devel/camlp-streams/PLIST \
    pkgsrc/devel/camlp-streams/buildlink3.mk \
    pkgsrc/devel/camlp-streams/distinfo

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

Added files:

Index: pkgsrc/devel/camlp-streams/DESCR
diff -u /dev/null pkgsrc/devel/camlp-streams/DESCR:1.1
--- /dev/null   Fri Nov 11 10:29:11 2022
+++ pkgsrc/devel/camlp-streams/DESCR    Fri Nov 11 10:29:10 2022
@@ -0,0 +1,5 @@
+The camlp-streams package provides two library modules:
+- Stream: imperative streams, with in-place update and memoization of
+          the latest element produced.
+- Genlex: a small parameterized lexical analyzer producing streams of
+          tokens from streams of characters.
Index: pkgsrc/devel/camlp-streams/Makefile
diff -u /dev/null pkgsrc/devel/camlp-streams/Makefile:1.1
--- /dev/null   Fri Nov 11 10:29:11 2022
+++ pkgsrc/devel/camlp-streams/Makefile Fri Nov 11 10:29:10 2022
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2022/11/11 10:29:10 jaapb Exp $
+
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+DISTNAME=      camlp-streams-5.0.1
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=ocaml/}
+
+MAINTAINER=    jaapb%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/ocaml/camlp-streams/
+COMMENT=       Ocaml stream parsing libraries for use with Camlp5
+LICENSE=       gnu-lgpl-v2.1
+
+USE_LANGUAGES= c
+OCAML_USE_DUNE=        yes
+
+.include "../../lang/ocaml/ocaml.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/camlp-streams/PLIST
diff -u /dev/null pkgsrc/devel/camlp-streams/PLIST:1.1
--- /dev/null   Fri Nov 11 10:29:11 2022
+++ pkgsrc/devel/camlp-streams/PLIST    Fri Nov 11 10:29:10 2022
@@ -0,0 +1,23 @@
+@comment $NetBSD: PLIST,v 1.1 2022/11/11 10:29:10 jaapb Exp $
+${OCAML_SITELIB}/camlp-streams/META
+${PLIST.ocaml-opt}${OCAML_SITELIB}/camlp-streams/camlp_streams.a
+${OCAML_SITELIB}/camlp-streams/camlp_streams.cma
+${PLIST.ocaml-opt}${OCAML_SITELIB}/camlp-streams/camlp_streams.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/camlp-streams/camlp_streams.cmxs
+${OCAML_SITELIB}/camlp-streams/dune-package
+${OCAML_SITELIB}/camlp-streams/genlex.cmi
+${OCAML_SITELIB}/camlp-streams/genlex.cmt
+${OCAML_SITELIB}/camlp-streams/genlex.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/camlp-streams/genlex.cmx
+${OCAML_SITELIB}/camlp-streams/genlex.ml
+${OCAML_SITELIB}/camlp-streams/genlex.mli
+${OCAML_SITELIB}/camlp-streams/opam
+${OCAML_SITELIB}/camlp-streams/stream.cmi
+${OCAML_SITELIB}/camlp-streams/stream.cmt
+${OCAML_SITELIB}/camlp-streams/stream.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/camlp-streams/stream.cmx
+${OCAML_SITELIB}/camlp-streams/stream.ml
+${OCAML_SITELIB}/camlp-streams/stream.mli
+share/doc/camlp-streams/CHANGES.md
+share/doc/camlp-streams/LICENSE
+share/doc/camlp-streams/README.md
Index: pkgsrc/devel/camlp-streams/buildlink3.mk
diff -u /dev/null pkgsrc/devel/camlp-streams/buildlink3.mk:1.1
--- /dev/null   Fri Nov 11 10:29:11 2022
+++ pkgsrc/devel/camlp-streams/buildlink3.mk    Fri Nov 11 10:29:10 2022
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2022/11/11 10:29:10 jaapb Exp $
+
+BUILDLINK_TREE+=       camlp-streams
+
+.if !defined(CAMLP_STREAMS_BUILDLINK3_MK)
+CAMLP_STREAMS_BUILDLINK3_MK:=
+
+
+BUILDLINK_API_DEPENDS.camlp-streams+=  camlp-streams>=5.0.1
+BUILDLINK_PKGSRCDIR.camlp-streams?=    ../../devel/camlp-streams
+.endif # CAMLP_STREAMS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -camlp-streams
Index: pkgsrc/devel/camlp-streams/distinfo
diff -u /dev/null pkgsrc/devel/camlp-streams/distinfo:1.1
--- /dev/null   Fri Nov 11 10:29:11 2022
+++ pkgsrc/devel/camlp-streams/distinfo Fri Nov 11 10:29:10 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/11/11 10:29:10 jaapb Exp $
+
+BLAKE2s (camlp-streams-5.0.1.tar.gz) = 498dac6f8dc6f3d97c7207265be21f5d790db4e4ca9ff191a58027e713c4cb83
+SHA512 (camlp-streams-5.0.1.tar.gz) = 2efa8dd4a636217c8d49bac1e4e7e5558fc2f45cfea66514140a59fd99dd08d61fb9f1e17804997ff648b71b13820a5d4a1eb70fed9d848aa2abd6e41f853c86
+Size (camlp-streams-5.0.1.tar.gz) = 17392 bytes



Home | Main Index | Thread Index | Old Index