pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ocaml-hex
Module Name: pkgsrc
Committed By: jaapb
Date: Tue Mar 19 12:56:46 UTC 2019
Added Files:
pkgsrc/devel/ocaml-hex: DESCR Makefile PLIST buildlink3.mk distinfo
Log Message:
Added devel/ocaml-hex, simple hexadecimal converters for OCaml
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ocaml-hex/DESCR \
pkgsrc/devel/ocaml-hex/Makefile pkgsrc/devel/ocaml-hex/PLIST \
pkgsrc/devel/ocaml-hex/buildlink3.mk pkgsrc/devel/ocaml-hex/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-hex/DESCR
diff -u /dev/null pkgsrc/devel/ocaml-hex/DESCR:1.1
--- /dev/null Tue Mar 19 12:56:46 2019
+++ pkgsrc/devel/ocaml-hex/DESCR Tue Mar 19 12:56:46 2019
@@ -0,0 +1 @@
+A minimal library providing hexadecimal converters.
Index: pkgsrc/devel/ocaml-hex/Makefile
diff -u /dev/null pkgsrc/devel/ocaml-hex/Makefile:1.1
--- /dev/null Tue Mar 19 12:56:46 2019
+++ pkgsrc/devel/ocaml-hex/Makefile Tue Mar 19 12:56:46 2019
@@ -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"
Index: pkgsrc/devel/ocaml-hex/PLIST
diff -u /dev/null pkgsrc/devel/ocaml-hex/PLIST:1.1
--- /dev/null Tue Mar 19 12:56:46 2019
+++ pkgsrc/devel/ocaml-hex/PLIST Tue Mar 19 12:56:46 2019
@@ -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
Index: pkgsrc/devel/ocaml-hex/buildlink3.mk
diff -u /dev/null pkgsrc/devel/ocaml-hex/buildlink3.mk:1.1
--- /dev/null Tue Mar 19 12:56:46 2019
+++ pkgsrc/devel/ocaml-hex/buildlink3.mk Tue Mar 19 12:56:46 2019
@@ -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
Index: pkgsrc/devel/ocaml-hex/distinfo
diff -u /dev/null pkgsrc/devel/ocaml-hex/distinfo:1.1
--- /dev/null Tue Mar 19 12:56:46 2019
+++ pkgsrc/devel/ocaml-hex/distinfo Tue Mar 19 12:56:46 2019
@@ -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