pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-ppx_ignore_instrumentation



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Thu May  5 06:01:03 UTC 2022

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

Log Message:
Created new package devel/ocaml-ppx_ignore_instrumentation, v0.15.0.

This package ignores specific instrumentation extensions. Needed as a
dependency for the new version of devel/ocaml-ppx_jane


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ocaml-ppx_ignore_instrumentation/DESCR \
    pkgsrc/devel/ocaml-ppx_ignore_instrumentation/Makefile \
    pkgsrc/devel/ocaml-ppx_ignore_instrumentation/PLIST \
    pkgsrc/devel/ocaml-ppx_ignore_instrumentation/buildlink3.mk \
    pkgsrc/devel/ocaml-ppx_ignore_instrumentation/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_ignore_instrumentation/DESCR
diff -u /dev/null pkgsrc/devel/ocaml-ppx_ignore_instrumentation/DESCR:1.1
--- /dev/null   Thu May  5 06:01:03 2022
+++ pkgsrc/devel/ocaml-ppx_ignore_instrumentation/DESCR Thu May  5 06:01:03 2022
@@ -0,0 +1,5 @@
+A PPX that removes the AST nodes for instrumentation extensions,
+like [%probe], that are currently internal to Jane Street.
+
+Instrumentation extensions don't have semantic effects during
+normal execution so are safe to ignore.
Index: pkgsrc/devel/ocaml-ppx_ignore_instrumentation/Makefile
diff -u /dev/null pkgsrc/devel/ocaml-ppx_ignore_instrumentation/Makefile:1.1
--- /dev/null   Thu May  5 06:01:03 2022
+++ pkgsrc/devel/ocaml-ppx_ignore_instrumentation/Makefile      Thu May  5 06:01:03 2022
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2022/05/05 06:01:03 jaapb Exp $
+
+DISTNAME=      ${GITHUB_PROJECT}-0.15.0
+PKGNAME=       ocaml-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
+GITHUB_PROJECT=        ppx_ignore_instrumentation
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    jaapb%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/janestreet/ppx_ignore_instrumentatio/
+COMMENT=       Removes AST nodes for instrumentation extensions
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+OCAML_USE_DUNE=        yes
+
+.include "../../devel/ocaml-ppxlib/buildlink3.mk"
+.include "../../mk/ocaml.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ocaml-ppx_ignore_instrumentation/PLIST
diff -u /dev/null pkgsrc/devel/ocaml-ppx_ignore_instrumentation/PLIST:1.1
--- /dev/null   Thu May  5 06:01:03 2022
+++ pkgsrc/devel/ocaml-ppx_ignore_instrumentation/PLIST Thu May  5 06:01:03 2022
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2022/05/05 06:01:03 jaapb Exp $
+${OCAML_SITELIB}/ppx_ignore_instrumentation/META
+${OCAML_SITELIB}/ppx_ignore_instrumentation/dune-package
+${OCAML_SITELIB}/ppx_ignore_instrumentation/opam
+${OCAML_SITELIB}/ppx_ignore_instrumentation/ppx.exe
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ignore_instrumentation/ppx_ignore_instrumentation.a
+${OCAML_SITELIB}/ppx_ignore_instrumentation/ppx_ignore_instrumentation.cma
+${OCAML_SITELIB}/ppx_ignore_instrumentation/ppx_ignore_instrumentation.cmi
+${OCAML_SITELIB}/ppx_ignore_instrumentation/ppx_ignore_instrumentation.cmt
+${OCAML_SITELIB}/ppx_ignore_instrumentation/ppx_ignore_instrumentation.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ignore_instrumentation/ppx_ignore_instrumentation.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ignore_instrumentation/ppx_ignore_instrumentation.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_ignore_instrumentation/ppx_ignore_instrumentation.cmxs
+${OCAML_SITELIB}/ppx_ignore_instrumentation/ppx_ignore_instrumentation.ml
+${OCAML_SITELIB}/ppx_ignore_instrumentation/ppx_ignore_instrumentation.mli
+share/doc/ppx_ignore_instrumentation/LICENSE.md
+share/doc/ppx_ignore_instrumentation/README.md
Index: pkgsrc/devel/ocaml-ppx_ignore_instrumentation/buildlink3.mk
diff -u /dev/null pkgsrc/devel/ocaml-ppx_ignore_instrumentation/buildlink3.mk:1.1
--- /dev/null   Thu May  5 06:01:03 2022
+++ pkgsrc/devel/ocaml-ppx_ignore_instrumentation/buildlink3.mk Thu May  5 06:01:03 2022
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2022/05/05 06:01:03 jaapb Exp $
+
+BUILDLINK_TREE+=       ocaml-ppx_ignore_instrumentation
+
+.if !defined(OCAML_PPX_IGNORE_INSTRUMENTATION_BUILDLINK3_MK)
+OCAML_PPX_IGNORE_INSTRUMENTATION_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ocaml-ppx_ignore_instrumentation+=       ocaml-ppx_ignore_instrumentation>=0.15.0
+BUILDLINK_PKGSRCDIR.ocaml-ppx_ignore_instrumentation?=         ../../devel/ocaml-ppx_ignore_instrumentation
+
+.include "../../devel/ocaml-ppxlib/buildlink3.mk"
+.endif # OCAML_PPX_IGNORE_INSTRUMENTATION_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -ocaml-ppx_ignore_instrumentation
Index: pkgsrc/devel/ocaml-ppx_ignore_instrumentation/distinfo
diff -u /dev/null pkgsrc/devel/ocaml-ppx_ignore_instrumentation/distinfo:1.1
--- /dev/null   Thu May  5 06:01:03 2022
+++ pkgsrc/devel/ocaml-ppx_ignore_instrumentation/distinfo      Thu May  5 06:01:03 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/05/05 06:01:03 jaapb Exp $
+
+BLAKE2s (ppx_ignore_instrumentation-0.15.0.tar.gz) = 75ca510513aa07bd28ca25d402d5e31850b74f4deaeb206159f9e4d4ee57a8eb
+SHA512 (ppx_ignore_instrumentation-0.15.0.tar.gz) = ec411cb7a191fcb36f9a29f8ff3839db6f4031e30fa3444896a07235950ca04562a701b3bc7bc5df95e3ff82cfe8996be75bd5dce4bcce8a491898df1bffc50d
+Size (ppx_ignore_instrumentation-0.15.0.tar.gz) = 3679 bytes



Home | Main Index | Thread Index | Old Index