pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ocaml-opam: remove, used for updating pkgsrc
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Tue Aug 25 20:08:11 2026 +0200
Changeset: e6d89ae1a5d0b08fbd6fb8fb369b362bc03f48e2
Removed Files:
ocaml-opam/DESCR
ocaml-opam/Makefile
ocaml-opam/PLIST
ocaml-opam/buildlink3.mk
ocaml-opam/distinfo
Log Message:
ocaml-opam: remove, used for updating pkgsrc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e6d89ae1a5d0b08fbd6fb8fb369b362bc03f48e2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ocaml-opam/DESCR | 3 ---
ocaml-opam/Makefile | 28 ----------------------------
ocaml-opam/PLIST | 48 ------------------------------------------------
ocaml-opam/buildlink3.mk | 14 --------------
ocaml-opam/distinfo | 5 -----
5 files changed, 98 deletions(-)
diffs:
diff --git a/ocaml-opam/DESCR b/ocaml-opam/DESCR
deleted file mode 100644
index 35796fc9f4..0000000000
--- a/ocaml-opam/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-OPAM is a source-based package manager for OCaml. It supports multiple
-simultaneous compiler installations, flexible package constraints, and a
-Git-friendly development workflow.
diff --git a/ocaml-opam/Makefile b/ocaml-opam/Makefile
deleted file mode 100644
index 643b1dece1..0000000000
--- a/ocaml-opam/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD$
-
-DISTNAME= opam-full-2.5.2
-PKGNAME= ocaml-${DISTNAME:S/-full//}
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/opam/releases/download/${PKGVERSION_NOREV}/}
-
-MAINTAINER= kit-ty-kate%exn.st@localhost
-HOMEPAGE= https://opam.ocaml.org/
-COMMENT= OCaml package manager
-LICENSE= gnu-lgpl-v3
-
-TOOL_DEPENDS+= ocaml-dune-[0-9]*:../../devel/ocaml-dune
-
-DEPENDS+= curl-[0-9]*:../../www/curl
-DEPENDS+= rsync-[0-9]*:../../net/rsync
-
-MAKE_JOBS_SAFE= no
-USE_LANGUAGES+= c c++
-HAS_CONFIGURE= yes
-USE_TOOLS+= gmake
-
-CONFIGURE_ARGS+= --prefix=${PREFIX}
-CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
-CONFIGURE_ARGS+= --with-vendored-deps --with-mccs
-
-.include "../../lang/ocaml/ocaml.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/ocaml-opam/PLIST b/ocaml-opam/PLIST
deleted file mode 100644
index 641e6fb1c8..0000000000
--- a/ocaml-opam/PLIST
+++ /dev/null
@@ -1,48 +0,0 @@
-@comment $NetBSD$
-bin/opam
-bin/opam-installer
-man/man1/opam-admin-add-constraint.1
-man/man1/opam-admin-add-hashes.1
-man/man1/opam-admin-cache.1
-man/man1/opam-admin-check.1
-man/man1/opam-admin-compare-versions.1
-man/man1/opam-admin-filter.1
-man/man1/opam-admin-help.1
-man/man1/opam-admin-index.1
-man/man1/opam-admin-lint.1
-man/man1/opam-admin-list.1
-man/man1/opam-admin-make.1
-man/man1/opam-admin-migrate-extrafiles.1
-man/man1/opam-admin-update-extrafiles.1
-man/man1/opam-admin-upgrade.1
-man/man1/opam-admin.1
-man/man1/opam-clean.1
-man/man1/opam-config.1
-man/man1/opam-env.1
-man/man1/opam-exec.1
-man/man1/opam-help.1
-man/man1/opam-info.1
-man/man1/opam-init.1
-man/man1/opam-install.1
-man/man1/opam-installer.1
-man/man1/opam-lint.1
-man/man1/opam-list.1
-man/man1/opam-lock.1
-man/man1/opam-option.1
-man/man1/opam-pin.1
-man/man1/opam-reinstall.1
-man/man1/opam-remote.1
-man/man1/opam-remove.1
-man/man1/opam-repository.1
-man/man1/opam-search.1
-man/man1/opam-show.1
-man/man1/opam-source.1
-man/man1/opam-switch.1
-man/man1/opam-tree.1
-man/man1/opam-uninstall.1
-man/man1/opam-unpin.1
-man/man1/opam-update.1
-man/man1/opam-upgrade.1
-man/man1/opam-var.1
-man/man1/opam-why.1
-man/man1/opam.1
diff --git a/ocaml-opam/buildlink3.mk b/ocaml-opam/buildlink3.mk
deleted file mode 100644
index ecd72e2bb5..0000000000
--- a/ocaml-opam/buildlink3.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+= ocaml-opam
-
-.if !defined(OCAML_OPAM_BUILDLINK3_MK)
-OCAML_OPAM_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.ocaml-opam+= ocaml-opam>=2.5.0
-BUILDLINK_ABI_DEPENDS.ocaml-opam+= ocaml-opam>=2.5.2
-BUILDLINK_PKGSRCDIR.ocaml-opam?= ../../misc/ocaml-opam
-
-.endif # OCAML_OPAM_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -ocaml-opam
diff --git a/ocaml-opam/distinfo b/ocaml-opam/distinfo
deleted file mode 100644
index 2a8031ec91..0000000000
--- a/ocaml-opam/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (opam-full-2.5.2.tar.gz) = 467aa5dd04fd97c2a9c71bbd173b868a08ef43b7a865b8339cb3e9600ca14f1f
-SHA512 (opam-full-2.5.2.tar.gz) = 08ac70beddbcec75289b01f3037037e4f47d04c89119ff7203d1db655f5051688e94a5144b63a4a4bf5a361781ee687a0b3730fed6c25923fd35ff4f0c677e71
-Size (opam-full-2.5.2.tar.gz) = 14474162 bytes
Home |
Main Index |
Thread Index |
Old Index