pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-sexplib0



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Wed May  9 14:18:13 UTC 2018

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

Log Message:
New package devel/ocaml-sexplib0.

This seems to be split off devel/ocaml-sexplib for dependency
purposes.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ocaml-sexplib0/DESCR \
    pkgsrc/devel/ocaml-sexplib0/Makefile pkgsrc/devel/ocaml-sexplib0/PLIST \
    pkgsrc/devel/ocaml-sexplib0/buildlink3.mk \
    pkgsrc/devel/ocaml-sexplib0/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-sexplib0/DESCR
diff -u /dev/null pkgsrc/devel/ocaml-sexplib0/DESCR:1.1
--- /dev/null   Wed May  9 14:18:13 2018
+++ pkgsrc/devel/ocaml-sexplib0/DESCR   Wed May  9 14:18:13 2018
@@ -0,0 +1,2 @@
+This library contains the base definitions of S-expressions for the
+parsexp and sexplib libraries.
Index: pkgsrc/devel/ocaml-sexplib0/Makefile
diff -u /dev/null pkgsrc/devel/ocaml-sexplib0/Makefile:1.1
--- /dev/null   Wed May  9 14:18:13 2018
+++ pkgsrc/devel/ocaml-sexplib0/Makefile        Wed May  9 14:18:13 2018
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2018/05/09 14:18:13 jaapb Exp $
+
+GITHUB_PROJECT=        sexplib0
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+DISTNAME=      ${GITHUB_PROJECT}-0.11.0
+PKGNAME=       ocaml-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
+
+MAINTAINER=    jaapb%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/janestreet/sexplib0/
+COMMENT=       Library with definition of S-expressions and some base converters
+LICENSE=       apache-2.0
+
+OCAML_USE_FINDLIB=     yes
+OCAML_USE_JBUILDER=    yes
+
+BUILD_TARGET=  default
+
+.include "../../mk/ocaml.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ocaml-sexplib0/PLIST
diff -u /dev/null pkgsrc/devel/ocaml-sexplib0/PLIST:1.1
--- /dev/null   Wed May  9 14:18:13 2018
+++ pkgsrc/devel/ocaml-sexplib0/PLIST   Wed May  9 14:18:13 2018
@@ -0,0 +1,29 @@
+@comment $NetBSD: PLIST,v 1.1 2018/05/09 14:18:13 jaapb Exp $
+${OCAML_SITELIB}/sexplib0/META
+${OCAML_SITELIB}/sexplib0/opam
+${OCAML_SITELIB}/sexplib0/sexp.ml
+${OCAML_SITELIB}/sexplib0/sexp.mli
+${OCAML_SITELIB}/sexplib0/sexp_conv.ml
+${OCAML_SITELIB}/sexplib0/sexp_conv.mli
+${OCAML_SITELIB}/sexplib0/sexp_conv_error.ml
+${PLIST.ocaml-opt}${OCAML_SITELIB}/sexplib0/sexplib0.a
+${OCAML_SITELIB}/sexplib0/sexplib0.cma
+${OCAML_SITELIB}/sexplib0/sexplib0.cmi
+${OCAML_SITELIB}/sexplib0/sexplib0.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/sexplib0/sexplib0.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/sexplib0/sexplib0.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/sexplib0/sexplib0.cmxs
+${OCAML_SITELIB}/sexplib0/sexplib0.dune
+${OCAML_SITELIB}/sexplib0/sexplib0.ml-gen
+${OCAML_SITELIB}/sexplib0/sexplib0__Sexp.cmi
+${OCAML_SITELIB}/sexplib0/sexplib0__Sexp.cmt
+${OCAML_SITELIB}/sexplib0/sexplib0__Sexp.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/sexplib0/sexplib0__Sexp.cmx
+${OCAML_SITELIB}/sexplib0/sexplib0__Sexp_conv.cmi
+${OCAML_SITELIB}/sexplib0/sexplib0__Sexp_conv.cmt
+${OCAML_SITELIB}/sexplib0/sexplib0__Sexp_conv.cmti
+${OCAML_SITELIB}/sexplib0/sexplib0__Sexp_conv.cmx
+${OCAML_SITELIB}/sexplib0/sexplib0__Sexp_conv_error.cmi
+${OCAML_SITELIB}/sexplib0/sexplib0__Sexp_conv_error.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/sexplib0/sexplib0__Sexp_conv_error.cmx
+share/doc/sexplib0/LICENSE.txt
Index: pkgsrc/devel/ocaml-sexplib0/buildlink3.mk
diff -u /dev/null pkgsrc/devel/ocaml-sexplib0/buildlink3.mk:1.1
--- /dev/null   Wed May  9 14:18:13 2018
+++ pkgsrc/devel/ocaml-sexplib0/buildlink3.mk   Wed May  9 14:18:13 2018
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2018/05/09 14:18:13 jaapb Exp $
+
+BUILDLINK_TREE+=       ocaml-sexplib0
+
+.if !defined(OCAML_SEXPLIB0_BUILDLINK3_MK)
+OCAML_SEXPLIB0_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ocaml-sexplib0+= ocaml-sexplib0>=0.11.0
+BUILDLINK_PKGSRCDIR.ocaml-sexplib0?=   ../../devel/ocaml-sexplib0
+
+.endif # OCAML_SEXPLIB0_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -ocaml-sexplib0
Index: pkgsrc/devel/ocaml-sexplib0/distinfo
diff -u /dev/null pkgsrc/devel/ocaml-sexplib0/distinfo:1.1
--- /dev/null   Wed May  9 14:18:13 2018
+++ pkgsrc/devel/ocaml-sexplib0/distinfo        Wed May  9 14:18:13 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/05/09 14:18:13 jaapb Exp $
+
+SHA1 (sexplib0-0.11.0.tar.gz) = 95db32a92858c5a2d5e10f24586e8df007ec4709
+RMD160 (sexplib0-0.11.0.tar.gz) = 6564f7f3b5032aeb8309a4c5c0c99078c744057f
+SHA512 (sexplib0-0.11.0.tar.gz) = 5bfb45278c3d0af1719702c4c81e5bd914f3f730d1d154b66d660990340aa58115b84d42c0d544f4aa0ed9abed219d0c6ab7932a6cb6281974d8d7c64f9241e0
+Size (sexplib0-0.11.0.tar.gz) = 15207 bytes



Home | Main Index | Thread Index | Old Index