pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc ocaml-configurator: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce2f72885aba
branches:  trunk
changeset: 373853:ce2f72885aba
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 14 09:20:51 2022 +0000

description:
ocaml-configurator: remove

Does not build, last upstream version from 2018, not used in pkgsrc.

diffstat:

 devel/Makefile                         |   3 +--
 devel/ocaml-configurator/DESCR         |   3 ---
 devel/ocaml-configurator/Makefile      |  23 -----------------------
 devel/ocaml-configurator/PLIST         |  16 ----------------
 devel/ocaml-configurator/buildlink3.mk |  14 --------------
 devel/ocaml-configurator/distinfo      |   5 -----
 doc/CHANGES-2022                       |   3 ++-
 7 files changed, 3 insertions(+), 64 deletions(-)

diffs (112 lines):

diff -r de177c614d5b -r ce2f72885aba devel/Makefile
--- a/devel/Makefile    Mon Feb 14 09:16:33 2022 +0000
+++ b/devel/Makefile    Mon Feb 14 09:20:51 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3589 2022/02/14 08:52:02 adam Exp $
+# $NetBSD: Makefile,v 1.3590 2022/02/14 09:20:51 wiz Exp $
 #
 
 COMMENT=       Development utilities
@@ -998,7 +998,6 @@
 SUBDIR+=       ocaml-checkseum
 SUBDIR+=       ocaml-cmdliner
 SUBDIR+=       ocaml-compiler-libs
-SUBDIR+=       ocaml-configurator
 SUBDIR+=       ocaml-core
 SUBDIR+=       ocaml-core_kernel
 SUBDIR+=       ocaml-cppo
diff -r de177c614d5b -r ce2f72885aba devel/ocaml-configurator/DESCR
--- a/devel/ocaml-configurator/DESCR    Mon Feb 14 09:16:33 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-Configurator is a small library that helps writing OCaml scripts that test
-features available on the system, in order to generate config.h files for
-instance.
diff -r de177c614d5b -r ce2f72885aba devel/ocaml-configurator/Makefile
--- a/devel/ocaml-configurator/Makefile Mon Feb 14 09:16:33 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2021/03/08 08:12:50 jaapb Exp $
-
-GITHUB_PROJECT=        configurator
-GITHUB_TAG=    v${PKGVERSION_NOREV}
-DISTNAME=      ${GITHUB_PROJECT}-0.11.0
-PKGNAME=       ocaml-${DISTNAME}
-PKGREVISION=   5
-CATEGORIES=    devel
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
-
-MAINTAINER=    jaapb%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/janestreet/configurator/
-COMMENT=       Helper library for gathering system configuration
-LICENSE=       apache-2.0
-
-USE_LANGUAGES= # none
-USE_TOOLS+=    gmake
-OCAML_USE_DUNE=        yes
-
-.include "../../mk/ocaml.mk"
-.include "../../devel/ocaml-base/buildlink3.mk"
-.include "../../devel/ocaml-stdio/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r de177c614d5b -r ce2f72885aba devel/ocaml-configurator/PLIST
--- a/devel/ocaml-configurator/PLIST    Mon Feb 14 09:16:33 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2019/03/05 16:23:43 jaapb Exp $
-${OCAML_SITELIB}/configurator/META
-${PLIST.ocaml-opt}${OCAML_SITELIB}/configurator/configurator.a
-${OCAML_SITELIB}/configurator/configurator.cma
-${OCAML_SITELIB}/configurator/configurator.cmi
-${OCAML_SITELIB}/configurator/configurator.cmt
-${OCAML_SITELIB}/configurator/configurator.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/configurator/configurator.cmx
-${PLIST.ocaml-opt}${OCAML_SITELIB}/configurator/configurator.cmxa
-${PLIST.ocaml-opt}${OCAML_SITELIB}/configurator/configurator.cmxs
-${OCAML_SITELIB}/configurator/configurator.ml
-${OCAML_SITELIB}/configurator/configurator.mli
-${OCAML_SITELIB}/configurator/dune-package
-${OCAML_SITELIB}/configurator/opam
-share/doc/configurator/LICENSE.txt
-share/doc/configurator/README.org
diff -r de177c614d5b -r ce2f72885aba devel/ocaml-configurator/buildlink3.mk
--- a/devel/ocaml-configurator/buildlink3.mk    Mon Feb 14 09:16:33 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.6 2019/03/05 16:23:43 jaapb Exp $
-
-BUILDLINK_TREE+=       ocaml-configurator
-
-.if !defined(OCAML_CONFIGURATOR_BUILDLINK3_MK)
-OCAML_CONFIGURATOR_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.ocaml-configurator+=     ocaml-configurator>=0.9.1
-BUILDLINK_ABI_DEPENDS.ocaml-configurator+=     ocaml-configurator>=0.11.0nb4
-BUILDLINK_PKGSRCDIR.ocaml-configurator?=       ../../devel/ocaml-configurator
-
-.endif # OCAML_CONFIGURATOR_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -ocaml-configurator
diff -r de177c614d5b -r ce2f72885aba devel/ocaml-configurator/distinfo
--- a/devel/ocaml-configurator/distinfo Mon Feb 14 09:16:33 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:15:47 nia Exp $
-
-BLAKE2s (configurator-0.11.0.tar.gz) = 5cc1272629d2c47a53cadc9d0ec18b2e1b7531791b412599d99594be925c407c
-SHA512 (configurator-0.11.0.tar.gz) = 0163b8af41fb3b3b6f395bc507077c9a1043432e809c5a76dff929c51cbf9ab7df5de6f9c275ce2cda06314bc93bc58b0cad0a58512ce71a9e7722c5bd617102
-Size (configurator-0.11.0.tar.gz) = 10567 bytes
diff -r de177c614d5b -r ce2f72885aba doc/CHANGES-2022
--- a/doc/CHANGES-2022  Mon Feb 14 09:16:33 2022 +0000
+++ b/doc/CHANGES-2022  Mon Feb 14 09:20:51 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.894 2022/02/14 09:09:38 wiz Exp $
+$NetBSD: CHANGES-2022,v 1.895 2022/02/14 09:20:51 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -1205,3 +1205,4 @@
        Updated textproc/py-prettytable to 3.1.0 [adam 2022-02-14]
        Updated devel/ocaml-optint to 0.1.0 [wiz 2022-02-14]
        Updated devel/ocaml-checkseum to 0.3.2 [wiz 2022-02-14]
+       Removed devel/ocaml-configurator [wiz 2022-02-14]



Home | Main Index | Thread Index | Old Index