pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ocaml-optint
Module Name: pkgsrc
Committed By: wiz
Date: Mon Feb 14 09:07:04 UTC 2022
Modified Files:
pkgsrc/devel/ocaml-optint: Makefile PLIST distinfo
Log Message:
ocaml-optint: update to 0.1.0.
### v0.1.0 2021-03-30 Paris (France)
- Annotate integer types with `[@@immediate64]` (@CraigFe, #13)
- Move unwrapped module `Int63` to `Optint.Int63` (@CraigFe, #13)
### v0.0.5 2021-02-22 Paris (France)
- Update the README.md (@CraigFe, #9)
- Add a representation of 63-bit integers (@CraigFe, #9)
- Allow to compile fuzzers on 32-bit architectures (@dinosaure, #9)
- Add encode / decode functions for integers (@CraigFe, #9)
- Fix `optint` about sign and cast on all architectures (@dinosaure, #9)
- **breaking changes**, rename and handle properly sign-bit:
`{of,to}_int` become `{of,to}_unsigned_int`
`{of,to}_int32` become `{of,to}_unsigned_int32`
Previous functions handle sign-bit correctly
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ocaml-optint/Makefile \
pkgsrc/devel/ocaml-optint/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ocaml-optint/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ocaml-optint/Makefile
diff -u pkgsrc/devel/ocaml-optint/Makefile:1.4 pkgsrc/devel/ocaml-optint/Makefile:1.5
--- pkgsrc/devel/ocaml-optint/Makefile:1.4 Mon Mar 8 08:12:54 2021
+++ pkgsrc/devel/ocaml-optint/Makefile Mon Feb 14 09:07:04 2022
@@ -1,13 +1,11 @@
-# $NetBSD: Makefile,v 1.4 2021/03/08 08:12:54 jaapb Exp $
+# $NetBSD: Makefile,v 1.5 2022/02/14 09:07:04 wiz Exp $
-GITHUB_PROJECT= optint
-GITHUB_TAG= v${PKGVERSION_NOREV}
-VER= 0.0.4
-DISTNAME= ${GITHUB_PROJECT}-${VER}
+DISTNAME= optint-0.1.0
PKGNAME= ocaml-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/}
-PKGREVISION= 2
+GITHUB_PROJECT= optint
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= jaapb%NetBSD.org@localhost
HOMEPAGE= https://github.com/mirage/optint/
@@ -16,7 +14,6 @@ LICENSE= mit
OCAML_USE_DUNE= yes
-WRKSRC= ${WRKDIR}/optint-${VER}
USE_LANGUAGES= # none
.include "../../mk/ocaml.mk"
Index: pkgsrc/devel/ocaml-optint/distinfo
diff -u pkgsrc/devel/ocaml-optint/distinfo:1.4 pkgsrc/devel/ocaml-optint/distinfo:1.5
--- pkgsrc/devel/ocaml-optint/distinfo:1.4 Tue Oct 26 10:15:51 2021
+++ pkgsrc/devel/ocaml-optint/distinfo Mon Feb 14 09:07:04 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:15:51 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/02/14 09:07:04 wiz Exp $
-BLAKE2s (optint-0.0.4.tar.gz) = 981594d0bbe119cd97ccc9104ea084461e51febf3f7de8fb96a530e3a1f32998
-SHA512 (optint-0.0.4.tar.gz) = dc06fd05df723dbebf176e771d13ab103435fc10022e5adba6588a89c91f2437582235059123b3e74c25917096fd49ae8744d9139081c77c9a0aec3682990ed3
-Size (optint-0.0.4.tar.gz) = 7081 bytes
+BLAKE2s (optint-0.1.0.tar.gz) = 56df19d188c6a8c071174a9f5fb4d9d201f21a8dc02be26b62bf1d004793a4a7
+SHA512 (optint-0.1.0.tar.gz) = e9eac7e24aabe0e2358beb1198389ddfc32b5c39162f328eec8ee8df5642e7a81c483f0bc813a9b778c5c881abb6869e1faf539194b774bf2152e23e7595ec3d
+Size (optint-0.1.0.tar.gz) = 11617 bytes
Index: pkgsrc/devel/ocaml-optint/PLIST
diff -u pkgsrc/devel/ocaml-optint/PLIST:1.2 pkgsrc/devel/ocaml-optint/PLIST:1.3
--- pkgsrc/devel/ocaml-optint/PLIST:1.2 Wed Feb 3 09:35:31 2021
+++ pkgsrc/devel/ocaml-optint/PLIST Mon Feb 14 09:07:04 2022
@@ -1,6 +1,11 @@
-@comment $NetBSD: PLIST,v 1.2 2021/02/03 09:35:31 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/02/14 09:07:04 wiz Exp $
${OCAML_SITELIB}/optint/META
${OCAML_SITELIB}/optint/dune-package
+${OCAML_SITELIB}/optint/int63_emul.ml
+${OCAML_SITELIB}/optint/int63_emul.mli
+${OCAML_SITELIB}/optint/int63_native.ml
+${OCAML_SITELIB}/optint/int63_native.mli
+${OCAML_SITELIB}/optint/integer_interface.ml
${OCAML_SITELIB}/optint/opam
${PLIST.ocaml-opt}${OCAML_SITELIB}/optint/optint.a
${OCAML_SITELIB}/optint/optint.cma
@@ -12,6 +17,33 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/optin
${PLIST.ocaml-opt}${OCAML_SITELIB}/optint/optint.cmxs
${OCAML_SITELIB}/optint/optint.ml
${OCAML_SITELIB}/optint/optint.mli
+${OCAML_SITELIB}/optint/optint__.cmi
+${OCAML_SITELIB}/optint/optint__.cmt
+${OCAML_SITELIB}/optint/optint__.cmx
+${OCAML_SITELIB}/optint/optint__.ml
+${OCAML_SITELIB}/optint/optint__Int63_emul.cmi
+${OCAML_SITELIB}/optint/optint__Int63_emul.cmt
+${OCAML_SITELIB}/optint/optint__Int63_emul.cmti
+${OCAML_SITELIB}/optint/optint__Int63_emul.cmx
+${OCAML_SITELIB}/optint/optint__Int63_native.cmi
+${OCAML_SITELIB}/optint/optint__Int63_native.cmt
+${OCAML_SITELIB}/optint/optint__Int63_native.cmti
+${OCAML_SITELIB}/optint/optint__Int63_native.cmx
+${OCAML_SITELIB}/optint/optint__Integer_interface.cmi
+${OCAML_SITELIB}/optint/optint__Integer_interface.cmt
+${OCAML_SITELIB}/optint/optint__Integer_interface.cmx
+${OCAML_SITELIB}/optint/optint__Optint_emul.cmi
+${OCAML_SITELIB}/optint/optint__Optint_emul.cmt
+${OCAML_SITELIB}/optint/optint__Optint_emul.cmti
+${OCAML_SITELIB}/optint/optint__Optint_emul.cmx
+${OCAML_SITELIB}/optint/optint__Optint_native.cmi
+${OCAML_SITELIB}/optint/optint__Optint_native.cmt
+${OCAML_SITELIB}/optint/optint__Optint_native.cmti
+${OCAML_SITELIB}/optint/optint__Optint_native.cmx
+${OCAML_SITELIB}/optint/optint_emul.ml
+${OCAML_SITELIB}/optint/optint_emul.mli
+${OCAML_SITELIB}/optint/optint_native.ml
+${OCAML_SITELIB}/optint/optint_native.mli
share/doc/optint/CHANGES.md
share/doc/optint/LICENSE.md
share/doc/optint/README.md
Home |
Main Index |
Thread Index |
Old Index