pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ocaml-ocplib-simplex: add commit message file
Module Name: pkgsrc-wip
Committed By: Dmytro Kazankov <dkazankov%NetBSD.org@localhost>
Pushed By: dkazankov
Date: Fri May 23 23:40:14 2025 +0300
Changeset: 60bdc9dd9be3e38a1536a6b12019464717567806
Modified Files:
ocaml-ocplib-simplex/Makefile
Added Files:
ocaml-ocplib-simplex/COMMIT_MSG
Log Message:
ocaml-ocplib-simplex: add commit message file
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=60bdc9dd9be3e38a1536a6b12019464717567806
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ocaml-ocplib-simplex/COMMIT_MSG | 3 +++
ocaml-ocplib-simplex/Makefile | 6 +++---
2 files changed, 6 insertions(+), 3 deletions(-)
diffs:
diff --git a/ocaml-ocplib-simplex/COMMIT_MSG b/ocaml-ocplib-simplex/COMMIT_MSG
new file mode 100644
index 0000000000..d12b73cfeb
--- /dev/null
+++ b/ocaml-ocplib-simplex/COMMIT_MSG
@@ -0,0 +1,3 @@
+math/ocaml-ocplib-simplex: add new package version 0.5.1
+
+Ocplib-simplex library implements a simplex algorithm
diff --git a/ocaml-ocplib-simplex/Makefile b/ocaml-ocplib-simplex/Makefile
index 1b8ed48d9a..095fd8fd8e 100644
--- a/ocaml-ocplib-simplex/Makefile
+++ b/ocaml-ocplib-simplex/Makefile
@@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.0 2024/05/12 09:00:00 dkazankov Exp $
VERSION= 0.5.1
-GITHUB_PROJECT= ocplib-simplex
-GITHUB_TAG= v${VERSION}
DISTNAME= ${GITHUB_PROJECT}-${VERSION}
PKGNAME= ocaml-${DISTNAME:tl}
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=OCamlPro/}
+GITHUB_PROJECT= ocplib-simplex
+GITHUB_TAG= v${VERSION}
HOMEPAGE= https://github.com/OCamlPro/ocplib-simplex
COMMENT= Ocplib-simplex library implements a simplex algorithm
@@ -18,8 +18,8 @@ INSTALLATION_DIRS+= ${OCAML_SITELIBDIR}/ocplib-simplex
OCAML_USE_DUNE= yes
OCAML_USE_FINDLIB= yes
+.include "../../lang/ocaml/ocaml.mk"
#.include "../../wip/ocaml-odoc/buildlink3.mk"
#.include "../../math/ocaml-zarith/buildlink3.mk"
.include "../../devel/ocaml-logs/buildlink3.mk"
-.include "../../lang/ocaml/ocaml.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index