pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ocaml-sexplib0 New package devel/oc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/715c5a94c96f
branches:  trunk
changeset: 307573:715c5a94c96f
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Wed May 09 14:18:13 2018 +0000
description:
New package devel/ocaml-sexplib0.

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

diffstat:

 devel/ocaml-sexplib0/DESCR         |   2 ++
 devel/ocaml-sexplib0/Makefile      |  21 +++++++++++++++++++++
 devel/ocaml-sexplib0/PLIST         |  29 +++++++++++++++++++++++++++++
 devel/ocaml-sexplib0/buildlink3.mk |  13 +++++++++++++
 devel/ocaml-sexplib0/distinfo      |   6 ++++++
 5 files changed, 71 insertions(+), 0 deletions(-)

diffs (91 lines):

diff -r 167bb4e1b077 -r 715c5a94c96f devel/ocaml-sexplib0/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-sexplib0/DESCR        Wed May 09 14:18:13 2018 +0000
@@ -0,0 +1,2 @@
+This library contains the base definitions of S-expressions for the
+parsexp and sexplib libraries.
diff -r 167bb4e1b077 -r 715c5a94c96f devel/ocaml-sexplib0/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-sexplib0/Makefile     Wed May 09 14:18:13 2018 +0000
@@ -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"
diff -r 167bb4e1b077 -r 715c5a94c96f devel/ocaml-sexplib0/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-sexplib0/PLIST        Wed May 09 14:18:13 2018 +0000
@@ -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
diff -r 167bb4e1b077 -r 715c5a94c96f devel/ocaml-sexplib0/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-sexplib0/buildlink3.mk        Wed May 09 14:18:13 2018 +0000
@@ -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
diff -r 167bb4e1b077 -r 715c5a94c96f devel/ocaml-sexplib0/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-sexplib0/distinfo     Wed May 09 14:18:13 2018 +0000
@@ -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