pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-ppx_here



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Tue Mar 12 18:34:12 UTC 2019

Added Files:
        pkgsrc/devel/ocaml-ppx_here: DESCR Makefile PLIST buildlink3.mk
            distinfo

Log Message:
Added devel/ocaml-ppx_here, a ppx rewriter for source position


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ocaml-ppx_here/DESCR \
    pkgsrc/devel/ocaml-ppx_here/Makefile pkgsrc/devel/ocaml-ppx_here/PLIST \
    pkgsrc/devel/ocaml-ppx_here/buildlink3.mk \
    pkgsrc/devel/ocaml-ppx_here/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/ocaml-ppx_here/DESCR
diff -u /dev/null pkgsrc/devel/ocaml-ppx_here/DESCR:1.1
--- /dev/null   Tue Mar 12 18:34:12 2019
+++ pkgsrc/devel/ocaml-ppx_here/DESCR   Tue Mar 12 18:34:12 2019
@@ -0,0 +1,2 @@
+A ppx rewriter that defines an extension node whose value is its source
+position.
Index: pkgsrc/devel/ocaml-ppx_here/Makefile
diff -u /dev/null pkgsrc/devel/ocaml-ppx_here/Makefile:1.1
--- /dev/null   Tue Mar 12 18:34:12 2019
+++ pkgsrc/devel/ocaml-ppx_here/Makefile        Tue Mar 12 18:34:12 2019
@@ -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"
Index: pkgsrc/devel/ocaml-ppx_here/PLIST
diff -u /dev/null pkgsrc/devel/ocaml-ppx_here/PLIST:1.1
--- /dev/null   Tue Mar 12 18:34:12 2019
+++ pkgsrc/devel/ocaml-ppx_here/PLIST   Tue Mar 12 18:34:12 2019
@@ -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
Index: pkgsrc/devel/ocaml-ppx_here/buildlink3.mk
diff -u /dev/null pkgsrc/devel/ocaml-ppx_here/buildlink3.mk:1.1
--- /dev/null   Tue Mar 12 18:34:12 2019
+++ pkgsrc/devel/ocaml-ppx_here/buildlink3.mk   Tue Mar 12 18:34:12 2019
@@ -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
Index: pkgsrc/devel/ocaml-ppx_here/distinfo
diff -u /dev/null pkgsrc/devel/ocaml-ppx_here/distinfo:1.1
--- /dev/null   Tue Mar 12 18:34:12 2019
+++ pkgsrc/devel/ocaml-ppx_here/distinfo        Tue Mar 12 18:34:12 2019
@@ -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