View | Details | Raw Unified | Return to bug 84905
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	glpk
8
PORTNAME=	glpk
9
PORTVERSION=	4.4
9
PORTVERSION=	4.8
10
CATEGORIES=	math
10
CATEGORIES=	math
11
MASTER_SITES=	${MASTER_SITE_GNU}
11
MASTER_SITES=	${MASTER_SITE_GNU}
12
MASTER_SITE_SUBDIR=	glpk
12
MASTER_SITE_SUBDIR=	glpk
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (glpk-4.4.tar.gz) = 8ccbba6bd19251a0d0f410e37a8b6475
1
MD5 (glpk-4.8.tar.gz) = ec4df7a56a4ed98369c9f0bc7c82322b
2
SIZE (glpk-4.4.tar.gz) = 1016109
2
SIZE (glpk-4.8.tar.gz) = 972875
(-)pkg-plist (-9 / +7 lines)
Lines 1-8 Link Here
1
bin/glpsol
1
bin/glpsol
2
bin/tlpsol
2
include/glpavl.h
3
include/glpavl.h
3
include/glpchol.h
4
include/glpdmp.h
4
include/glpdmp.h
5
include/glpies.h
6
include/glpiet.h
5
include/glpiet.h
7
include/glpinv.h
6
include/glpinv.h
8
include/glpios.h
7
include/glpios.h
Lines 12-29 Link Here
12
include/glplpp.h
11
include/glplpp.h
13
include/glplpx.h
12
include/glplpx.h
14
include/glpluf.h
13
include/glpluf.h
15
include/glplpt.h
16
include/glpmat.h
14
include/glpmat.h
17
include/glpmip.h
15
include/glpmip.h
18
include/glpmpl.h
16
include/glpmpl.h
19
include/glpmps.h
20
include/glpqmd.h
17
include/glpqmd.h
18
include/glprng.h
21
include/glpspx.h
19
include/glpspx.h
22
include/glpstr.h
20
include/glpstr.h
23
include/glptsp.h
21
include/glptsp.h
24
lib/libglpk.a
22
lib/libglpk.a
25
%%PORTDOCS%%share/doc/glpk/GLPK_FAQ.txt
23
%%PORTDOCS%%%%DOCSDIR%%/GLPK_FAQ.txt
26
%%PORTDOCS%%share/doc/glpk/bench.txt
24
%%PORTDOCS%%%%DOCSDIR%%/bench.txt
27
%%PORTDOCS%%share/doc/glpk/lang.ps
25
%%PORTDOCS%%%%DOCSDIR%%/lang.ps
28
%%PORTDOCS%%share/doc/glpk/refman.ps
26
%%PORTDOCS%%%%DOCSDIR%%/refman.ps
29
%%PORTDOCS%%@dirrm share/doc/glpk
27
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 84905