git: 59e8f8478d14 - main - math/flopc++: Improve pkg-descr and WWW

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 09 Oct 2025 14:58:47 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=59e8f8478d14786652798d6d75bddc613f43ea43

commit 59e8f8478d14786652798d6d75bddc613f43ea43
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-10-09 05:29:48 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-10-09 14:58:42 +0000

    math/flopc++: Improve pkg-descr and WWW
---
 math/flopc++/Makefile  |  2 +-
 math/flopc++/pkg-descr | 11 +++++++++--
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/math/flopc++/Makefile b/math/flopc++/Makefile
index 35675ff95920..a8e89722e884 100644
--- a/math/flopc++/Makefile
+++ b/math/flopc++/Makefile
@@ -6,7 +6,7 @@ PKGNAMEPREFIX=	coin-or-
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Library for solving Linear Optimization Problems in C++
-WWW=		https://projects.coin-or.org/FlopC++
+WWW=		https://github.com/coin-or/FlopCpp
 
 LICENSE=	EPL
 LICENSE_FILE=	${WRKSRC}/LICENSE
diff --git a/math/flopc++/pkg-descr b/math/flopc++/pkg-descr
index beb0823327cb..a1b024ba1013 100644
--- a/math/flopc++/pkg-descr
+++ b/math/flopc++/pkg-descr
@@ -1,2 +1,9 @@
-FlopC++ is an open source algebraic modelling language implemented as a C++
-class library.
+FlopC++ is an open-source algebraic modeling language implemented as a C++
+class library. It is a part of the COIN-OR project and allows users to
+formulate linear optimization problems (LP/MIP) in a declarative style
+directly within a C++ program, similar to established algebraic modeling
+languages like GAMS and AMPL.
+
+To achieve independence from specific solvers, FlopC++ utilizes the COIN
+Open Solver Interface (OSI). This allows it to be linked with any solver
+that has an OSI interface, such as CLP, CPLEX, GLPK, and XPRESS-MP.