diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2007-05-31 11:42:15 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2007-05-31 11:42:15 +0000 |
commit | 457ec7c6488864b3dd9fcc45d62e1e84f05e6252 (patch) | |
tree | 9cdc94647a21c85a8042773f8f87d79c41b7320d /math/glpk | |
parent | c8630b3adfd85115e4f3211f6987fbc7c57e94bd (diff) |
Notes
Diffstat (limited to 'math/glpk')
-rw-r--r-- | math/glpk/Makefile | 4 | ||||
-rw-r--r-- | math/glpk/distinfo | 6 | ||||
-rw-r--r-- | math/glpk/pkg-descr | 10 | ||||
-rw-r--r-- | math/glpk/pkg-plist | 2 |
4 files changed, 14 insertions, 8 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index fe25b1f6a8f4..0f7decfbe013 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= glpk -PORTVERSION= 4.15 +PORTVERSION= 4.17 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= glpk @@ -24,7 +24,7 @@ USE_LDCONFIG= yes CFLAGS+= -trigraphs .if !defined(NOPORTDOCS) -PORTDOCS= lang.ps refman.ps bench.txt bench1.txt +PORTDOCS= bench.txt bench1.txt glpk.ps glpk_faq.txt .endif post-install: diff --git a/math/glpk/distinfo b/math/glpk/distinfo index aec3279e50f7..9402392e93e5 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -1,3 +1,3 @@ -MD5 (glpk-4.15.tar.gz) = 398130547c0f0045186ddc34cdc7b9c7 -SHA256 (glpk-4.15.tar.gz) = 3b628fc1ef898d1560bebde71256e0a40f904f44211cd0d51ee1e3a59f48dbc3 -SIZE (glpk-4.15.tar.gz) = 1291700 +MD5 (glpk-4.17.tar.gz) = aa76153b7d506154cb7ccf8cf3695c2c +SHA256 (glpk-4.17.tar.gz) = 2fec389487e3f2b62ba881aa292bcffd300effb216ff315d48afd7074d4db2ff +SIZE (glpk-4.17.tar.gz) = 1350306 diff --git a/math/glpk/pkg-descr b/math/glpk/pkg-descr index 0014aba1c917..1e294b73ed53 100644 --- a/math/glpk/pkg-descr +++ b/math/glpk/pkg-descr @@ -5,7 +5,13 @@ and other related problems. The GLPK package includes the following main components: -- implementation of the simplex method; -- implementation of the exact simplex method based on bignum (rational) +* implementation of the simplex method; +* implementation of the exact simplex method based on + bignum (rational) arithmetic; +* implementation of the primal-dual interior-point method; +* implementation of the branch-and-bound method; +* application program interface (API); +* GNU MathProg modeling language (a subset of AMPL); +* GLPSOL, a stand-alone LP/MIP solver. WWW: http://www.gnu.org/software/glpk/glpk.html diff --git a/math/glpk/pkg-plist b/math/glpk/pkg-plist index 63821eeb9586..363e4b4f4f39 100644 --- a/math/glpk/pkg-plist +++ b/math/glpk/pkg-plist @@ -4,4 +4,4 @@ include/glpk.h lib/libglpk.a lib/libglpk.la lib/libglpk.so -lib/libglpk.so.0 +lib/libglpk.so.2 |