pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-ppx_fixed_literal



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Thu May  5 06:25:52 UTC 2022

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

Log Message:
Created package devel/ocaml-ppx_fixed_literal, version 0.15.0.

This package adds an extension to OCaml that simplifies the notation
of fixed point literals.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ocaml-ppx_fixed_literal/DESCR \
    pkgsrc/devel/ocaml-ppx_fixed_literal/Makefile \
    pkgsrc/devel/ocaml-ppx_fixed_literal/PLIST \
    pkgsrc/devel/ocaml-ppx_fixed_literal/buildlink3.mk \
    pkgsrc/devel/ocaml-ppx_fixed_literal/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_fixed_literal/DESCR
diff -u /dev/null pkgsrc/devel/ocaml-ppx_fixed_literal/DESCR:1.1
--- /dev/null   Thu May  5 06:25:52 2022
+++ pkgsrc/devel/ocaml-ppx_fixed_literal/DESCR  Thu May  5 06:25:51 2022
@@ -0,0 +1,2 @@
+This package provides an extension that simplifies the notation for
+fixed point literals.
Index: pkgsrc/devel/ocaml-ppx_fixed_literal/Makefile
diff -u /dev/null pkgsrc/devel/ocaml-ppx_fixed_literal/Makefile:1.1
--- /dev/null   Thu May  5 06:25:52 2022
+++ pkgsrc/devel/ocaml-ppx_fixed_literal/Makefile       Thu May  5 06:25:51 2022
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2022/05/05 06:25:51 jaapb Exp $
+
+DISTNAME=      ${GITHUB_PROJECT}-0.15.0
+PKGNAME=       ocaml-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
+GITHUB_PROJECT=        ppx_fixed_literal
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    jaapb%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/janestreet/ppx_fixed_literal/
+COMMENT=       Extension for simpler notation for fixed point literals
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+OCAML_USE_DUNE=        yes
+
+.include "../../devel/ocaml-base/buildlink3.mk"
+.include "../../devel/ocaml-ppxlib/buildlink3.mk"
+.include "../../mk/ocaml.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ocaml-ppx_fixed_literal/PLIST
diff -u /dev/null pkgsrc/devel/ocaml-ppx_fixed_literal/PLIST:1.1
--- /dev/null   Thu May  5 06:25:52 2022
+++ pkgsrc/devel/ocaml-ppx_fixed_literal/PLIST  Thu May  5 06:25:51 2022
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1 2022/05/05 06:25:51 jaapb Exp $
+${OCAML_SITELIB}/ppx_fixed_literal/META
+${OCAML_SITELIB}/ppx_fixed_literal/dune-package
+${OCAML_SITELIB}/ppx_fixed_literal/opam
+${OCAML_SITELIB}/ppx_fixed_literal/ppx.exe
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_fixed_literal/ppx_fixed_literal.a
+${OCAML_SITELIB}/ppx_fixed_literal/ppx_fixed_literal.cma
+${OCAML_SITELIB}/ppx_fixed_literal/ppx_fixed_literal.cmi
+${OCAML_SITELIB}/ppx_fixed_literal/ppx_fixed_literal.cmt
+${OCAML_SITELIB}/ppx_fixed_literal/ppx_fixed_literal.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_fixed_literal/ppx_fixed_literal.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_fixed_literal/ppx_fixed_literal.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_fixed_literal/ppx_fixed_literal.cmxs
+${OCAML_SITELIB}/ppx_fixed_literal/ppx_fixed_literal.ml
+${OCAML_SITELIB}/ppx_fixed_literal/ppx_fixed_literal.mli
+share/doc/ppx_fixed_literal/LICENSE.md
Index: pkgsrc/devel/ocaml-ppx_fixed_literal/buildlink3.mk
diff -u /dev/null pkgsrc/devel/ocaml-ppx_fixed_literal/buildlink3.mk:1.1
--- /dev/null   Thu May  5 06:25:52 2022
+++ pkgsrc/devel/ocaml-ppx_fixed_literal/buildlink3.mk  Thu May  5 06:25:51 2022
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2022/05/05 06:25:51 jaapb Exp $
+
+BUILDLINK_TREE+=       ocaml-ppx_fixed_literal
+
+.if !defined(OCAML_PPX_FIXED_LITERAL_BUILDLINK3_MK)
+OCAML_PPX_FIXED_LITERAL_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ocaml-ppx_fixed_literal+=        ocaml-ppx_fixed_literal>=0.15.0
+BUILDLINK_PKGSRCDIR.ocaml-ppx_fixed_literal?=  ../../devel/ocaml-ppx_fixed_literal
+
+.endif # OCAML_PPX_FIXED_LITERAL_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -ocaml-ppx_fixed_literal
Index: pkgsrc/devel/ocaml-ppx_fixed_literal/distinfo
diff -u /dev/null pkgsrc/devel/ocaml-ppx_fixed_literal/distinfo:1.1
--- /dev/null   Thu May  5 06:25:52 2022
+++ pkgsrc/devel/ocaml-ppx_fixed_literal/distinfo       Thu May  5 06:25:51 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/05/05 06:25:51 jaapb Exp $
+
+BLAKE2s (ppx_fixed_literal-0.15.0.tar.gz) = 65ca70e024157dd02761503e1fc7052090e81c00fa65163b25a8b54125190458
+SHA512 (ppx_fixed_literal-0.15.0.tar.gz) = 3842162928f6a87b39abaea15cbed8c8f59349b20711d6f8af011cd0dec48a75f59e422db6907425203fc98f438dd758a3e8973900844b60cbf47f27bc9ac394
+Size (ppx_fixed_literal-0.15.0.tar.gz) = 3655 bytes



Home | Main Index | Thread Index | Old Index