pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ocaml-hex Added devel/ocaml-hex, simple hexadeci...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9140055e07ad
branches:  trunk
changeset: 331489:9140055e07ad
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Tue Mar 19 12:56:46 2019 +0000

description:
Added devel/ocaml-hex, simple hexadecimal converters for OCaml

diffstat:

 devel/ocaml-hex/DESCR         |   1 +
 devel/ocaml-hex/Makefile      |  20 ++++++++++++++++++++
 devel/ocaml-hex/PLIST         |  17 +++++++++++++++++
 devel/ocaml-hex/buildlink3.mk |  13 +++++++++++++
 devel/ocaml-hex/distinfo      |   6 ++++++
 5 files changed, 57 insertions(+), 0 deletions(-)

diffs (77 lines):

diff -r 799c716653ec -r 9140055e07ad devel/ocaml-hex/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-hex/DESCR     Tue Mar 19 12:56:46 2019 +0000
@@ -0,0 +1,1 @@
+A minimal library providing hexadecimal converters.
diff -r 799c716653ec -r 9140055e07ad devel/ocaml-hex/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-hex/Makefile  Tue Mar 19 12:56:46 2019 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2019/03/19 12:56:46 jaapb Exp $
+
+GITHUB_PROJECT=        ocaml-hex
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+DISTNAME=      ${GITHUB_PROJECT}-1.3.0
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=mirage/}
+
+MAINTAINER=    jaapb%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/mirage/ocaml-hex/
+COMMENT=       Hexadecimal converter for OCaml
+LICENSE=       isc
+
+USE_LANGUAGES= # none
+
+OCAML_USE_DUNE=        yes
+
+.include "../../devel/ocaml-cstruct/buildlink3.mk"
+.include "../../mk/ocaml.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 799c716653ec -r 9140055e07ad devel/ocaml-hex/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-hex/PLIST     Tue Mar 19 12:56:46 2019 +0000
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2019/03/19 12:56:46 jaapb Exp $
+${OCAML_SITELIB}/hex/META
+${OCAML_SITELIB}/hex/dune-package
+${PLIST.ocaml-opt}${OCAML_SITELIB}/hex/hex.a
+${OCAML_SITELIB}/hex/hex.cma
+${OCAML_SITELIB}/hex/hex.cmi
+${OCAML_SITELIB}/hex/hex.cmt
+${OCAML_SITELIB}/hex/hex.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/hex/hex.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/hex/hex.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/hex/hex.cmxs
+${OCAML_SITELIB}/hex/hex.ml
+${OCAML_SITELIB}/hex/hex.mli
+${OCAML_SITELIB}/hex/opam
+share/doc/hex/CHANGES.md
+share/doc/hex/LICENSE.md
+share/doc/hex/README.md
diff -r 799c716653ec -r 9140055e07ad devel/ocaml-hex/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-hex/buildlink3.mk     Tue Mar 19 12:56:46 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2019/03/19 12:56:46 jaapb Exp $
+
+BUILDLINK_TREE+=       ocaml-hex
+
+.if !defined(OCAML_HEX_BUILDLINK3_MK)
+OCAML_HEX_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ocaml-hex+=      ocaml-hex>=1.3.0
+BUILDLINK_PKGSRCDIR.ocaml-hex?=        ../../devel/ocaml-hex
+
+.endif # OCAML_HEX_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -ocaml-hex
diff -r 799c716653ec -r 9140055e07ad devel/ocaml-hex/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-hex/distinfo  Tue Mar 19 12:56:46 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/03/19 12:56:46 jaapb Exp $
+
+SHA1 (ocaml-hex-1.3.0.tar.gz) = 71a18edeaff6f47d21a72dc1f8c8a2677a61044d
+RMD160 (ocaml-hex-1.3.0.tar.gz) = 5ab1f0e5d9b740c097c99ac796b307e258934856
+SHA512 (ocaml-hex-1.3.0.tar.gz) = dce12f2c58a61708c4d33a53643c49f36eb55d45866bb4714eb1446c56daa4b4e21fef66b2a32e763e9e1a469f0d0b55d47ed2142882b9389d8edfcc2ea9a64c
+Size (ocaml-hex-1.3.0.tar.gz) = 6688 bytes



Home | Main Index | Thread Index | Old Index