pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-stringext



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.

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@localhost
+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



Home | Main Index | Thread Index | Old Index