pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ocaml-parsexp New package devel/oca...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36078573e379
branches:  trunk
changeset: 307575:36078573e379
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Wed May 09 14:26:35 2018 +0000
description:
New package devel/ocaml-parsexp, a parser for S-expressions.

This is needed as a dependency for the new version of devel/ocaml-sexplib.

diffstat:

 devel/ocaml-parsexp/DESCR         |   5 +++
 devel/ocaml-parsexp/Makefile      |  21 +++++++++++++++
 devel/ocaml-parsexp/PLIST         |  53 +++++++++++++++++++++++++++++++++++++++
 devel/ocaml-parsexp/buildlink3.mk |  13 +++++++++
 devel/ocaml-parsexp/distinfo      |   6 ++++
 5 files changed, 98 insertions(+), 0 deletions(-)

diffs (118 lines):

diff -r 2da72e2f8805 -r 36078573e379 devel/ocaml-parsexp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-parsexp/DESCR Wed May 09 14:26:35 2018 +0000
@@ -0,0 +1,5 @@
+Parsexp contains functionality for parsing s-expressions,
+
+Parsexp is platform independent and as such doesn't provide IO operations.
+The companion library Parsexp_io provides facilities for loading s-expressions
+from files.
diff -r 2da72e2f8805 -r 36078573e379 devel/ocaml-parsexp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-parsexp/Makefile      Wed May 09 14:26:35 2018 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2018/05/09 14:26:35 jaapb Exp $
+
+GITHUB_PROJECT=        parsexp
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+DISTNAME=      ${GITHUB_PROJECT}-0.11.0
+PKGNAME=       ocaml-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
+
+MAINTAINER=    jaapb%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/janestreet/parsexp/
+COMMENT=       S-expression parsing library for OCaml
+LICENSE=       apache-2.0
+
+OCAML_USE_FINDLIB=     yes
+OCAML_USE_JBUILDER=    yes
+UNLIMIT_RESOURCES+=    stacksize # needed for very large constant
+
+.include "../../devel/ocaml-sexplib0/buildlink3.mk"
+.include "../../mk/ocaml.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2da72e2f8805 -r 36078573e379 devel/ocaml-parsexp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-parsexp/PLIST Wed May 09 14:26:35 2018 +0000
@@ -0,0 +1,53 @@
+@comment $NetBSD: PLIST,v 1.1 2018/05/09 14:26:35 jaapb Exp $
+${OCAML_SITELIB}/parsexp/META
+${OCAML_SITELIB}/parsexp/cst.ml
+${OCAML_SITELIB}/parsexp/cst.mli
+${OCAML_SITELIB}/parsexp/import.ml
+${OCAML_SITELIB}/parsexp/opam
+${OCAML_SITELIB}/parsexp/parser_automaton.ml
+${OCAML_SITELIB}/parsexp/parser_automaton.mli
+${OCAML_SITELIB}/parsexp/parser_automaton_internal.ml
+${OCAML_SITELIB}/parsexp/parser_automaton_internal.mli
+${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp.a
+${OCAML_SITELIB}/parsexp/parsexp.cma
+${OCAML_SITELIB}/parsexp/parsexp.cmi
+${OCAML_SITELIB}/parsexp/parsexp.cmt
+${OCAML_SITELIB}/parsexp/parsexp.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp.cmxs
+${OCAML_SITELIB}/parsexp/parsexp.dune
+${OCAML_SITELIB}/parsexp/parsexp.ml
+${OCAML_SITELIB}/parsexp/parsexp.mli
+${OCAML_SITELIB}/parsexp/parsexp__.cmi
+${OCAML_SITELIB}/parsexp/parsexp__.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp__.cmx
+${OCAML_SITELIB}/parsexp/parsexp__.ml-gen
+${OCAML_SITELIB}/parsexp/parsexp__Cst.cmi
+${OCAML_SITELIB}/parsexp/parsexp__Cst.cmt
+${OCAML_SITELIB}/parsexp/parsexp__Cst.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp__Cst.cmx
+${OCAML_SITELIB}/parsexp/parsexp__Import.cmi
+${OCAML_SITELIB}/parsexp/parsexp__Import.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp__Import.cmx
+${OCAML_SITELIB}/parsexp/parsexp__Parser_automaton.cmi
+${OCAML_SITELIB}/parsexp/parsexp__Parser_automaton.cmt
+${OCAML_SITELIB}/parsexp/parsexp__Parser_automaton.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp__Parser_automaton.cmx
+${OCAML_SITELIB}/parsexp/parsexp__Parser_automaton_internal.cmi
+${OCAML_SITELIB}/parsexp/parsexp__Parser_automaton_internal.cmt
+${OCAML_SITELIB}/parsexp/parsexp__Parser_automaton_internal.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp__Parser_automaton_internal.cmx
+${OCAML_SITELIB}/parsexp/parsexp__Parsexp_intf.cmi
+${OCAML_SITELIB}/parsexp/parsexp__Parsexp_intf.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp__Parsexp_intf.cmx
+${OCAML_SITELIB}/parsexp/parsexp__Positions.cmi
+${OCAML_SITELIB}/parsexp/parsexp__Positions.cmt
+${OCAML_SITELIB}/parsexp/parsexp__Positions.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/parsexp/parsexp__Positions.cmx
+${OCAML_SITELIB}/parsexp/parsexp_intf.ml
+${OCAML_SITELIB}/parsexp/positions.ml
+${OCAML_SITELIB}/parsexp/positions.mli
+share/doc/parsexp/CHANGES.md
+share/doc/parsexp/LICENSE.txt
+share/doc/parsexp/README.org
diff -r 2da72e2f8805 -r 36078573e379 devel/ocaml-parsexp/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-parsexp/buildlink3.mk Wed May 09 14:26:35 2018 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2018/05/09 14:26:35 jaapb Exp $
+
+BUILDLINK_TREE+=       ocaml-parsexp
+
+.if !defined(OCAML_PARSEXP_BUILDLINK3_MK)
+OCAML_PARSEXP_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ocaml-parsexp+=  ocaml-parsexp>=0.11.0
+BUILDLINK_PKGSRCDIR.ocaml-parsexp?=    ../../devel/ocaml-parsexp
+
+.endif # OCAML_PARSEXP_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -ocaml-parsexp
diff -r 2da72e2f8805 -r 36078573e379 devel/ocaml-parsexp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-parsexp/distinfo      Wed May 09 14:26:35 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/05/09 14:26:35 jaapb Exp $
+
+SHA1 (parsexp-0.11.0.tar.gz) = 59fecef33324d6d8dd675afcec515a41a2d3a08b
+RMD160 (parsexp-0.11.0.tar.gz) = 4184c9cde73671ff541db19602e2622668d460e1
+SHA512 (parsexp-0.11.0.tar.gz) = edb9e54d4b7b4c22a8527680cf4c703a2fc50cb32117b028be19881a84d8c885c6ae5345e389fc960d7e80f7033b3217e91ff5b6ca91741093af3f67f929ba20
+Size (parsexp-0.11.0.tar.gz) = 48648 bytes



Home | Main Index | Thread Index | Old Index