pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ocaml-ppx_here Added devel/ocaml-ppx_here, a ppx...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6d7da7b003ae
branches: trunk
changeset: 331099:6d7da7b003ae
user: jaapb <jaapb%pkgsrc.org@localhost>
date: Tue Mar 12 18:34:12 2019 +0000
description:
Added devel/ocaml-ppx_here, a ppx rewriter for source position
diffstat:
devel/ocaml-ppx_here/DESCR | 2 ++
devel/ocaml-ppx_here/Makefile | 22 ++++++++++++++++++++++
devel/ocaml-ppx_here/PLIST | 28 ++++++++++++++++++++++++++++
devel/ocaml-ppx_here/buildlink3.mk | 13 +++++++++++++
devel/ocaml-ppx_here/distinfo | 6 ++++++
5 files changed, 71 insertions(+), 0 deletions(-)
diffs (91 lines):
diff -r 8e141756b334 -r 6d7da7b003ae devel/ocaml-ppx_here/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-ppx_here/DESCR Tue Mar 12 18:34:12 2019 +0000
@@ -0,0 +1,2 @@
+A ppx rewriter that defines an extension node whose value is its source
+position.
diff -r 8e141756b334 -r 6d7da7b003ae devel/ocaml-ppx_here/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-ppx_here/Makefile Tue Mar 12 18:34:12 2019 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2019/03/12 18:34:12 jaapb Exp $
+
+GITHUB_PROJECT= ppx_here
+GITHUB_TAG= v${PKGVERSION_NOREV}
+DISTNAME= ${GITHUB_PROJECT}-0.12.0
+PKGNAME= ocaml-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/}
+
+MAINTAINER= jaapb%NetBSD.org@localhost
+HOMEPAGE= https://github.com/janestreet/ppx_here/
+COMMENT= PPX rewriter that defines an extension to find source position
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+OCAML_USE_DUNE= yes
+
+.include "../../mk/ocaml.mk"
+.include "../../devel/ocaml-base/buildlink3.mk"
+.include "../../devel/ocaml-ppxlib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8e141756b334 -r 6d7da7b003ae devel/ocaml-ppx_here/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-ppx_here/PLIST Tue Mar 12 18:34:12 2019 +0000
@@ -0,0 +1,28 @@
+@comment $NetBSD: PLIST,v 1.1 2019/03/12 18:34:12 jaapb Exp $
+${OCAML_SITELIB}/ppx_here/META
+${OCAML_SITELIB}/ppx_here/dune-package
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_here/expander/ppx_here_expander.a
+${OCAML_SITELIB}/ppx_here/expander/ppx_here_expander.cma
+${OCAML_SITELIB}/ppx_here/expander/ppx_here_expander.cmi
+${OCAML_SITELIB}/ppx_here/expander/ppx_here_expander.cmt
+${OCAML_SITELIB}/ppx_here/expander/ppx_here_expander.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_here/expander/ppx_here_expander.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_here/expander/ppx_here_expander.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_here/expander/ppx_here_expander.cmxs
+${OCAML_SITELIB}/ppx_here/expander/ppx_here_expander.ml
+${OCAML_SITELIB}/ppx_here/expander/ppx_here_expander.mli
+${OCAML_SITELIB}/ppx_here/opam
+${OCAML_SITELIB}/ppx_here/ppx.exe
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_here/ppx_here.a
+${OCAML_SITELIB}/ppx_here/ppx_here.cma
+${OCAML_SITELIB}/ppx_here/ppx_here.cmi
+${OCAML_SITELIB}/ppx_here/ppx_here.cmt
+${OCAML_SITELIB}/ppx_here/ppx_here.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_here/ppx_here.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_here/ppx_here.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_here/ppx_here.cmxs
+${OCAML_SITELIB}/ppx_here/ppx_here.ml
+${OCAML_SITELIB}/ppx_here/ppx_here.mli
+share/doc/ppx_here/CHANGES.md
+share/doc/ppx_here/LICENSE.md
+share/doc/ppx_here/README.md
diff -r 8e141756b334 -r 6d7da7b003ae devel/ocaml-ppx_here/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-ppx_here/buildlink3.mk Tue Mar 12 18:34:12 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2019/03/12 18:34:12 jaapb Exp $
+
+BUILDLINK_TREE+= ocaml-ppx_here
+
+.if !defined(OCAML_PPX_HERE_BUILDLINK3_MK)
+OCAML_PPX_HERE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ocaml-ppx_here+= ocaml-ppx_here>=0.12.0
+BUILDLINK_PKGSRCDIR.ocaml-ppx_here?= ../../devel/ocaml-ppx_here
+
+.endif # OCAML_PPX_HERE_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -ocaml-ppx_here
diff -r 8e141756b334 -r 6d7da7b003ae devel/ocaml-ppx_here/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-ppx_here/distinfo Tue Mar 12 18:34:12 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/03/12 18:34:12 jaapb Exp $
+
+SHA1 (ppx_here-0.12.0.tar.gz) = ac988a0d7641f05971b663f1ddf6e31bfa0708e4
+RMD160 (ppx_here-0.12.0.tar.gz) = 0f6ef89665668e292014858d991fa1a75a61a73f
+SHA512 (ppx_here-0.12.0.tar.gz) = 978a8af50a8b8848c7020c082e32c8e38841219320ec23c4adfec920cdd0ea0faa77ea90fd3470d24277d319ffb1a643557557a1755931c44201319370cfa5c6
+Size (ppx_here-0.12.0.tar.gz) = 4833 bytes
Home |
Main Index |
Thread Index |
Old Index