Received: by mail.netbsd.org (Postfix, from userid 605) id 8EDB784DF3; Wed, 9 May 2018 14:18:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1487084CFC for ; Wed, 9 May 2018 14:18:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 9fs8lbV5xh04 for ; Wed, 9 May 2018 14:18:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7B01584CEA for ; Wed, 9 May 2018 14:18:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 76836FBEC; Wed, 9 May 2018 14:18:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1525875493219780" MIME-Version: 1.0 Date: Wed, 9 May 2018 14:18:13 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/devel/ocaml-sexplib0 To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20180509141813.76836FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1525875493219780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1525875493219780 Content-Disposition: inline Content-Length: 4002 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1525875493219780--