summaryrefslogtreecommitdiff
path: root/math/coinmp
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2016-04-09 11:58:54 +0000
committertnn <tnn@pkgsrc.org>2016-04-09 11:58:54 +0000
commitfd3755e75d277abb2f43a7cdec7dbcb3fdff41ba (patch)
treeca0948d44bbf815d0a083ac68c0bbde14db7eeff /math/coinmp
parent7c0c09dec5989f0a30a10f49fc6e0c91269295ea (diff)
downloadpkgsrc-fd3755e75d277abb2f43a7cdec7dbcb3fdff41ba.tar.gz
improve COMMENT and DESCR
Diffstat (limited to 'math/coinmp')
-rw-r--r--math/coinmp/DESCR8
-rw-r--r--math/coinmp/Makefile4
2 files changed, 7 insertions, 5 deletions
diff --git a/math/coinmp/DESCR b/math/coinmp/DESCR
index 91ca3e5ceeb..2e7682a16c4 100644
--- a/math/coinmp/DESCR
+++ b/math/coinmp/DESCR
@@ -1,3 +1,5 @@
-CoinMP is a C-API library that supports most of the functionality
-of CLP (Coin LP), CBC (Coin Branch-and-Cut), and CGL (Cut Generation
-Library) projects.
+CoinMP is a mathematical library for solving Linear Programming problems.
+It is implemented as a C-API library that supports most of the functionality
+of the CLP (Coin Linear Programming), CBC (Coin Branch-and-Cut),
+and CGL (Cut Generation Library) projects.
+
diff --git a/math/coinmp/Makefile b/math/coinmp/Makefile
index c3ae166003d..02ab8f641c7 100644
--- a/math/coinmp/Makefile
+++ b/math/coinmp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2015/09/29 14:51:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2016/04/09 11:58:54 tnn Exp $
DISTNAME= CoinMP-1.8.3
PKGNAME= ${DISTNAME:tl}
@@ -8,7 +8,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= https://projects.coin-or.org/CoinMP
-COMMENT= CoinMP is a C-API library that supports CLP, CBC, and CGL
+COMMENT= Linear Programming solver library
LICENSE= cpl-1.0
GNU_CONFIGURE= yes