pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/camlp-streams Added new package camlp-streams, s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fcc1e12d1a60
branches:  trunk
changeset: 387949:fcc1e12d1a60
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Fri Nov 11 10:29:10 2022 +0000

description:
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.

diffstat:

 devel/camlp-streams/DESCR         |   5 +++++
 devel/camlp-streams/Makefile      |  17 +++++++++++++++++
 devel/camlp-streams/PLIST         |  23 +++++++++++++++++++++++
 devel/camlp-streams/buildlink3.mk |  13 +++++++++++++
 devel/camlp-streams/distinfo      |   5 +++++
 5 files changed, 63 insertions(+), 0 deletions(-)

diffs (83 lines):

diff -r 8d4bc4f4a4df -r fcc1e12d1a60 devel/camlp-streams/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/camlp-streams/DESCR Fri Nov 11 10:29:10 2022 +0000
@@ -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.
diff -r 8d4bc4f4a4df -r fcc1e12d1a60 devel/camlp-streams/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/camlp-streams/Makefile      Fri Nov 11 10:29:10 2022 +0000
@@ -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"
diff -r 8d4bc4f4a4df -r fcc1e12d1a60 devel/camlp-streams/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/camlp-streams/PLIST Fri Nov 11 10:29:10 2022 +0000
@@ -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
diff -r 8d4bc4f4a4df -r fcc1e12d1a60 devel/camlp-streams/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/camlp-streams/buildlink3.mk Fri Nov 11 10:29:10 2022 +0000
@@ -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
diff -r 8d4bc4f4a4df -r fcc1e12d1a60 devel/camlp-streams/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/camlp-streams/distinfo      Fri Nov 11 10:29:10 2022 +0000
@@ -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