pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-sexp_pretty



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Thu May  5 08:46:43 UTC 2022

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

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

This is a pretty-printing library for S-expressions.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ocaml-sexp_pretty/DESCR \
    pkgsrc/devel/ocaml-sexp_pretty/Makefile \
    pkgsrc/devel/ocaml-sexp_pretty/PLIST \
    pkgsrc/devel/ocaml-sexp_pretty/buildlink3.mk \
    pkgsrc/devel/ocaml-sexp_pretty/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-sexp_pretty/DESCR
diff -u /dev/null pkgsrc/devel/ocaml-sexp_pretty/DESCR:1.1
--- /dev/null   Thu May  5 08:46:43 2022
+++ pkgsrc/devel/ocaml-sexp_pretty/DESCR        Thu May  5 08:46:43 2022
@@ -0,0 +1,2 @@
+A library for pretty-printing s-expressions, using better indentation rules
+than the default pretty printer in Sexplib.
Index: pkgsrc/devel/ocaml-sexp_pretty/Makefile
diff -u /dev/null pkgsrc/devel/ocaml-sexp_pretty/Makefile:1.1
--- /dev/null   Thu May  5 08:46:43 2022
+++ pkgsrc/devel/ocaml-sexp_pretty/Makefile     Thu May  5 08:46:43 2022
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2022/05/05 08:46:43 jaapb Exp $
+
+DISTNAME=      ${GITHUB_PROJECT}-0.15.0
+PKGNAME=       ocaml-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
+GITHUB_PROJECT=        sexp_pretty
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    jaapb%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/janestreet/sexp_pretty/
+COMMENT=       Pretty printer for S-Expressions
+LICENSE=       mit
+
+OCAML_USE_DUNE=                yes
+
+BUILD_TARGET=  default
+
+.include "../../devel/ocaml-base/buildlink3.mk"
+.include "../../devel/ocaml-ppx_base/buildlink3.mk"
+.include "../../devel/ocaml-sexplib/buildlink3.mk"
+.include "../../devel/ocaml-re/buildlink3.mk"
+.include "../../mk/ocaml.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ocaml-sexp_pretty/PLIST
diff -u /dev/null pkgsrc/devel/ocaml-sexp_pretty/PLIST:1.1
--- /dev/null   Thu May  5 08:46:43 2022
+++ pkgsrc/devel/ocaml-sexp_pretty/PLIST        Thu May  5 08:46:43 2022
@@ -0,0 +1,30 @@
+@comment $NetBSD: PLIST,v 1.1 2022/05/05 08:46:43 jaapb Exp $
+${OCAML_SITELIB}/sexp_pretty/META
+${OCAML_SITELIB}/sexp_pretty/config.ml
+${OCAML_SITELIB}/sexp_pretty/config.mli
+${OCAML_SITELIB}/sexp_pretty/dune-package
+${OCAML_SITELIB}/sexp_pretty/opam
+${PLIST.ocaml-opt}${OCAML_SITELIB}/sexp_pretty/sexp_pretty.a
+${OCAML_SITELIB}/sexp_pretty/sexp_pretty.cma
+${OCAML_SITELIB}/sexp_pretty/sexp_pretty.cmi
+${OCAML_SITELIB}/sexp_pretty/sexp_pretty.cmt
+${OCAML_SITELIB}/sexp_pretty/sexp_pretty.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/sexp_pretty/sexp_pretty.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/sexp_pretty/sexp_pretty.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/sexp_pretty/sexp_pretty.cmxs
+${OCAML_SITELIB}/sexp_pretty/sexp_pretty.ml
+${OCAML_SITELIB}/sexp_pretty/sexp_pretty.mli
+${OCAML_SITELIB}/sexp_pretty/sexp_pretty__.cmi
+${OCAML_SITELIB}/sexp_pretty/sexp_pretty__.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/sexp_pretty/sexp_pretty__.cmx
+${OCAML_SITELIB}/sexp_pretty/sexp_pretty__.ml
+${OCAML_SITELIB}/sexp_pretty/sexp_pretty__Config.cmi
+${OCAML_SITELIB}/sexp_pretty/sexp_pretty__Config.cmt
+${OCAML_SITELIB}/sexp_pretty/sexp_pretty__Config.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/sexp_pretty/sexp_pretty__Config.cmx
+${OCAML_SITELIB}/sexp_pretty/sexp_pretty__Sexp_pretty_intf.cmi
+${OCAML_SITELIB}/sexp_pretty/sexp_pretty__Sexp_pretty_intf.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/sexp_pretty/sexp_pretty__Sexp_pretty_intf.cmx
+${OCAML_SITELIB}/sexp_pretty/sexp_pretty_intf.ml
+share/doc/sexp_pretty/LICENSE.md
+share/doc/sexp_pretty/README.org
Index: pkgsrc/devel/ocaml-sexp_pretty/buildlink3.mk
diff -u /dev/null pkgsrc/devel/ocaml-sexp_pretty/buildlink3.mk:1.1
--- /dev/null   Thu May  5 08:46:43 2022
+++ pkgsrc/devel/ocaml-sexp_pretty/buildlink3.mk        Thu May  5 08:46:43 2022
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2022/05/05 08:46:43 jaapb Exp $
+
+BUILDLINK_TREE+=       ocaml-sexp_pretty
+
+.if !defined(OCAML_SEXP_PRETTY_BUILDLINK3_MK)
+OCAML_SEXP_PRETTY_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ocaml-sexp_pretty+=      ocaml-sexp_pretty>=0.15.0
+BUILDLINK_PKGSRCDIR.ocaml-sexp_pretty?=                ../../devel/ocaml-sexp_pretty
+
+.endif # OCAML_SEXP_PRETTY_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -ocaml-sexp_pretty
Index: pkgsrc/devel/ocaml-sexp_pretty/distinfo
diff -u /dev/null pkgsrc/devel/ocaml-sexp_pretty/distinfo:1.1
--- /dev/null   Thu May  5 08:46:43 2022
+++ pkgsrc/devel/ocaml-sexp_pretty/distinfo     Thu May  5 08:46:43 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/05/05 08:46:43 jaapb Exp $
+
+BLAKE2s (sexp_pretty-0.15.0.tar.gz) = 93196029665895c36debdeb0aee7aeba375ab4a79ca5e3347e4a41b31745d254
+SHA512 (sexp_pretty-0.15.0.tar.gz) = bc2a7aecfc3ae379a56e8940b9cc80ece686009c9f67233e7993e25ebbe251d62559601923db718a0f967cf42fc84024597c069659842760bb2ac5ce0eab8df2
+Size (sexp_pretty-0.15.0.tar.gz) = 22407 bytes



Home | Main Index | Thread Index | Old Index