Received: by mail.netbsd.org (Postfix, from userid 605) id E5CCA84D6D; Tue, 19 Mar 2019 14:24:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6DA9C84C6C for ; Tue, 19 Mar 2019 14:24:27 +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 ex4FYpjmAdEC for ; Tue, 19 Mar 2019 14:24:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D72CB84C2B for ; Tue, 19 Mar 2019 14:24:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D50B4FB16; Tue, 19 Mar 2019 14:24:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1553005466257600" MIME-Version: 1.0 Date: Tue, 19 Mar 2019 14:24:26 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/devel/ocaml-stringext To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20190319142426.D50B4FB16@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. --_----------=_1553005466257600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jaapb Date: Tue Mar 19 14:24:26 UTC 2019 Added Files: pkgsrc/devel/ocaml-stringext: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: Added devel/ocaml-stringext, extra string functions for OCaml To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ocaml-stringext/DESCR \ pkgsrc/devel/ocaml-stringext/Makefile pkgsrc/devel/ocaml-stringext/PLIST \ pkgsrc/devel/ocaml-stringext/buildlink3.mk \ pkgsrc/devel/ocaml-stringext/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1553005466257600 Content-Disposition: inline Content-Length: 3211 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/ocaml-stringext/DESCR diff -u /dev/null pkgsrc/devel/ocaml-stringext/DESCR:1.1 --- /dev/null Tue Mar 19 14:24:26 2019 +++ pkgsrc/devel/ocaml-stringext/DESCR Tue Mar 19 14:24:26 2019 @@ -0,0 +1 @@ +Extra string functions for OCaml. Mainly splitting. Index: pkgsrc/devel/ocaml-stringext/Makefile diff -u /dev/null pkgsrc/devel/ocaml-stringext/Makefile:1.1 --- /dev/null Tue Mar 19 14:24:26 2019 +++ pkgsrc/devel/ocaml-stringext/Makefile Tue Mar 19 14:24:26 2019 @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2019/03/19 14:24:26 jaapb Exp $ + +GITHUB_PROJECT= stringext +DISTNAME= ${GITHUB_PROJECT}-1.5.0 +PKGNAME= ocaml-${DISTNAME} +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GITHUB:=rgrinberg/} + +MAINTAINER= jaapb@NetBSD.org +HOMEPAGE= https://github.com/rgrinberg/stringext/ +COMMENT= Extra string functions for OCaml +LICENSE= mit + +OCAML_USE_DUNE= yes + +.include "../../mk/ocaml.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/ocaml-stringext/PLIST diff -u /dev/null pkgsrc/devel/ocaml-stringext/PLIST:1.1 --- /dev/null Tue Mar 19 14:24:26 2019 +++ pkgsrc/devel/ocaml-stringext/PLIST Tue Mar 19 14:24:26 2019 @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1 2019/03/19 14:24:26 jaapb Exp $ +${OCAML_SITELIB}/stringext/META +${OCAML_SITELIB}/stringext/dune-package +${OCAML_SITELIB}/stringext/opam +${PLIST.ocaml-opt}${OCAML_SITELIB}/stringext/stringext.a +${OCAML_SITELIB}/stringext/stringext.cma +${OCAML_SITELIB}/stringext/stringext.cmi +${OCAML_SITELIB}/stringext/stringext.cmt +${OCAML_SITELIB}/stringext/stringext.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/stringext/stringext.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/stringext/stringext.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/stringext/stringext.cmxs +${OCAML_SITELIB}/stringext/stringext.ml +${OCAML_SITELIB}/stringext/stringext.mli +share/doc/stringext/CHANGES.md +share/doc/stringext/LICENSE.md +share/doc/stringext/README.md Index: pkgsrc/devel/ocaml-stringext/buildlink3.mk diff -u /dev/null pkgsrc/devel/ocaml-stringext/buildlink3.mk:1.1 --- /dev/null Tue Mar 19 14:24:26 2019 +++ pkgsrc/devel/ocaml-stringext/buildlink3.mk Tue Mar 19 14:24:26 2019 @@ -0,0 +1,12 @@ +# $NetBSD: buildlink3.mk,v 1.1 2019/03/19 14:24:26 jaapb Exp $ + +BUILDLINK_TREE+= ocaml-stringext + +.if !defined(OCAML_STRINGEXT_BUILDLINK3_MK) +OCAML_STRINGEXT_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.ocaml-stringext+= ocaml-stringext>=1.5.0 +BUILDLINK_PKGSRCDIR.ocaml-stringext?= ../../devel/ocaml-stringext +.endif # OCAML_STRINGEXT_BUILDLINK3_MK + +BUILDLINK_TREE+= -ocaml-stringext Index: pkgsrc/devel/ocaml-stringext/distinfo diff -u /dev/null pkgsrc/devel/ocaml-stringext/distinfo:1.1 --- /dev/null Tue Mar 19 14:24:26 2019 +++ pkgsrc/devel/ocaml-stringext/distinfo Tue Mar 19 14:24:26 2019 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/03/19 14:24:26 jaapb Exp $ + +SHA1 (stringext-1.5.0.tar.gz) = 063eae3dc5b38e54911924cd1bcdbda162a484e7 +RMD160 (stringext-1.5.0.tar.gz) = 008319b905e91a5647cea1874e197cd1befa2990 +SHA512 (stringext-1.5.0.tar.gz) = 69c744ecf86f890fb8eeba245d3b5bbf1e2cadcf4274f3525faef6be242940dae77639639e202101b19e0772214af405edd67b7d33a3e9224798ec3e53167fc9 +Size (stringext-1.5.0.tar.gz) = 8007 bytes --_----------=_1553005466257600--