head 1.7; access; symbols pkgsrc-2023Q4:1.7.0.14 pkgsrc-2023Q4-base:1.7 pkgsrc-2023Q3:1.7.0.12 pkgsrc-2023Q3-base:1.7 pkgsrc-2023Q2:1.7.0.10 pkgsrc-2023Q2-base:1.7 pkgsrc-2023Q1:1.7.0.8 pkgsrc-2023Q1-base:1.7 pkgsrc-2022Q4:1.7.0.6 pkgsrc-2022Q4-base:1.7 pkgsrc-2022Q3:1.7.0.4 pkgsrc-2022Q3-base:1.7 pkgsrc-2022Q2:1.7.0.2 pkgsrc-2022Q2-base:1.7 pkgsrc-2022Q1:1.5.0.2 pkgsrc-2022Q1-base:1.5 pkgsrc-2021Q4:1.3.0.8 pkgsrc-2021Q4-base:1.3 pkgsrc-2021Q3:1.3.0.6 pkgsrc-2021Q3-base:1.3 pkgsrc-2021Q2:1.3.0.4 pkgsrc-2021Q2-base:1.3 pkgsrc-2021Q1:1.3.0.2 pkgsrc-2021Q1-base:1.3 pkgsrc-2020Q4:1.2.0.12 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.10 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.2.0.8 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.4 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.6 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.2 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.1.0.4 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.2 pkgsrc-2019Q1-base:1.1; locks; strict; comment @# @; 1.7 date 2022.05.24.18.59.23; author jaapb; state Exp; branches; next 1.6; commitid LWTaeJUGVvAsclFD; 1.6 date 2022.05.03.19.34.52; author jaapb; state Exp; branches; next 1.5; commitid jTbPuFafKD5F4ECD; 1.5 date 2022.03.21.07.52.04; author jaapb; state Exp; branches; next 1.4; commitid pUbccGpoBk02z3xD; 1.4 date 2022.02.14.09.09.29; author wiz; state Exp; branches; next 1.3; commitid 3NGmNC2eSSaz7zsD; 1.3 date 2021.03.08.08.12.49; author jaapb; state Exp; branches; next 1.2; commitid ZSVtQ5nGxDdxPtKC; 1.2 date 2019.07.01.12.32.56; author jaapb; state Exp; branches; next 1.1; commitid PESsoFxdwDDn4ltB; 1.1 date 2019.03.12.17.57.08; author jaapb; state Exp; branches; next ; commitid gdyYKjNw3AoZq6fB; desc @@ 1.7 log @Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages @ text @# $NetBSD: Makefile,v 1.6 2022/05/03 19:34:52 jaapb Exp $ DISTNAME= checkseum-0.3.3 PKGNAME= ocaml-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/} GITHUB_PROJECT= checkseum GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= jaapb@@NetBSD.org HOMEPAGE= https://github.com/mirage/checkseum/ COMMENT= Library for Adler-32, CRC32 and CRC32-C algorithms LICENSE= mit DEPENDS+= ocaml-bigarray-compat-[0-9]*:../../devel/ocaml-bigarray-compat DEPENDS+= ocaml-dune-configurator-[0-9]*:../../devel/ocaml-dune-configurator DEPENDS+= ocaml-optint>=0.1.0:../../devel/ocaml-optint USE_LANGUAGES= # none USE_TOOLS+= gmake pkg-config OCAML_USE_DUNE= yes .include "../../lang/ocaml/ocaml.mk" .include "../../devel/ocaml-cmdliner/buildlink3.mk" .include "../../devel/ocaml-fmt/buildlink3.mk" .include "../../devel/ocaml-optint/buildlink3.mk" .include "../../devel/ocaml-rresult/buildlink3.mk" .include "../../mk/bsd.pkg.mk" @ 1.6 log @Updated devel/ocaml-checkseum to version 0.3.3. Changes are minor improvements and bugfixes. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2022/03/21 07:52:04 jaapb Exp $ d23 1 a23 1 .include "../../mk/ocaml.mk" @ 1.5 log @Fixed PLIST error in devel/ocaml-checkseum, revbump. The new version of ocaml-dune puts files in a different place, so the PLIST for this package had to be updated. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2022/02/14 09:09:29 wiz Exp $ d3 1 a3 1 DISTNAME= checkseum-0.3.2 a4 1 PKGREVISION= 1 @ 1.4 log @ocaml-checkseum: update to 0.3.2. ### v0.3.2 2021-02-08 Arles (France) - `freenstanding` support does not need `opam` (@@sternenseemann, @@dinosaure, #53) - Fix big-endian support (@@dinosaure, #56) - Use `which` when `command -v` is not available (@@dinosaure, @@sternenseemann, @@mseri, #56) - Fix `esy` support and on its environment the MirageOS 3 support (@@dinosaure, @@mseri, #56) - Upgrade to `ocamlformat.0.19.0` (@@dinosaure, #57) ### v0.3.1 2021-23-02 Paris (France) - Upgrade `checkseum` to `optint.0.0.5` (@@dinosaure, #51) ### v0.3.0 2020-11-03 Paris (France) - Upgrade C artifacts with MirageOS 3.9 (#50, @@dinosaure, @@hannesm) - Fix `esy` installation (#49, @@dinosaure, @@jordwalke, reported by @@Faliszek) ### v0.2.1 2020-06-15 Paris (France) - Move to dune.2.6.0 (#47) ### v0.2.0 2020-06-03 Paris (France) - fix cross-compilation with `dune -x windows` (#45, @@dinosaure, @@pirbo) - add CRC-24 (#43, @@dinosaure, @@cfcs) - factorize C stubs (as digestif) - avoid clash of names when we use `checkseum.c` Any functions are prefixed by `checkseum_` - fix META file (#39 & #41, @@hannesm, @@dinosaure) A test was added to see if runes (static C libraries) are available for MirageOS targets (freestanding & xen) - provide a binary `checkseum` to _digest_ standard input or file `checkseum.checkseum` is available to compute check-sum of standard input or file. The tool is used only for debugging. - clean distribution (#38, @@dinosaure) `checkseum` depends only on `bigarray-compat`, `base-bytes` & `optint` - `limits.h` is available on any targets (#37, @@dinosaure, @@pirbo) ### v0.1.1 2019-09-12 Paris (France) - Compatibility with mirage+dune (#29, @@dinosaure) - Use `bigarray-compat` (#29, @@TheLortex) - Add constraints with < mirage-runtime.4.0.0 `checkseum` (as some others packages) must be used with MirageOS 4 where `checkseum.0.9.0` is a compatibility package with Mirage)S 3 - Replace `STDC` macro check by `STDDEF_H_` to be able to compile (#34, @@dinosaure) checkseum with +32bit compiler variant (#34, @@dinosaure) - Use a much more simpler implementation of CRC32C to be compatible with large set of targets (#34, @@dinosaure) - Avoid fancy operators in OCaml implementation of CRC32 and CRC32C (#34, @@dinosaure) - Require `optint.0.0.3` at least (#34, @@dinosaure) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2021/03/08 08:12:49 jaapb Exp $ d5 1 @ 1.3 log @Recursive revbump associated with update of lang/ocaml @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2019/07/01 12:32:56 jaapb Exp $ d3 1 a3 3 GITHUB_PROJECT= checkseum GITHUB_TAG= v${PKGVERSION_NOREV} DISTNAME= ${GITHUB_PROJECT}-0.1.0 a4 1 PKGREVISION= 1 d7 2 d15 4 d20 1 @ 1.2 log @Updated devel/ocaml-checkseum to version 0.1.0. This adds several minor upgrades. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2019/03/12 17:57:08 jaapb Exp $ d7 1 @ 1.1 log @Added devel/ocaml-checkseum, an OCaml implementation of CRC @ text @d1 1 a1 1 # $NetBSD$ d5 1 a5 1 DISTNAME= ${GITHUB_PROJECT}-0.0.3 @