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

(-)Makefile (-4 / +5 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	ltl
9
PORTNAME=	ltl
10
PORTVERSION=	1.7.10
10
PORTVERSION=	1.9.1
11
CATEGORIES=	math
11
CATEGORIES=	math
12
MASTER_SITES=	http://www.mpe.mpg.de/~drory/ltl/
12
MASTER_SITES=	http://www.mpe.mpg.de/~drory/ltl/
13
13
Lines 23-35 Link Here
23
		AUTOHEADER="${TRUE}"
23
		AUTOHEADER="${TRUE}"
24
INSTALL_TARGET=	install install-data check distdir
24
INSTALL_TARGET=	install install-data check distdir
25
25
26
PORTDOCS=	doc/html/*[h.][tp][mn][lg]
26
PORTDOCS=	*.html
27
PLIST_FILES=	`ls ${WRKSRC}/doc/html/*[h.][tp][mn][lg] | ${SED} -e 's!${WRKSRC}/doc/html/!%%PORTDOCS%%%%DOCSDIR%%/!g'`
28
27
29
post-install:
28
post-install:
30
.if !defined(NOPORTDOCS)
29
.if !defined(NOPORTDOCS)
31
	${MKDIR} ${DOCSDIR}
30
	${MKDIR} ${DOCSDIR}
32
	cd ${WRKSRC} && pwd && ${INSTALL_DATA} -v  ${PORTDOCS} ${DOCSDIR}
31
.for docs in ${PORTDOCS}
32
	${INSTALL_DATA} ${WRKSRC}/doc/html/${docs} ${DOCSDIR}
33
.endfor
33
.endif
34
.endif
34
	@${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD}
35
	@${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD}
35
36
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ltl-1.7.10.tar.gz) = ebd6dce461a56d4d696cb09219174c33
1
MD5 (ltl-1.9.1.tar.gz) = 2e4edfd13f22d1270454d82d7ab3e3a1
2
SHA256 (ltl-1.7.10.tar.gz) = ee9cc0b8acb1a4aef6a9b5c219fa1c218db0c1a060969544599c662410d984e3
2
SHA256 (ltl-1.9.1.tar.gz) = 155294787c5bc5859583a2d88328cbf8992c46cb6d93e2c49f3b7b08df256fda
3
SIZE (ltl-1.7.10.tar.gz) = 1244938
3
SIZE (ltl-1.9.1.tar.gz) = 755500
(-)pkg-plist (+9 lines)
Lines 15-23 Link Here
15
include/LTL/ltl/fmatrix/fmtloops.h
15
include/LTL/ltl/fmatrix/fmtloops.h
16
include/LTL/ltl/fmatrix/fmtranspose.h
16
include/LTL/ltl/fmatrix/fmtranspose.h
17
include/LTL/ltl/fmatrix/gaussj.h
17
include/LTL/ltl/fmatrix/gaussj.h
18
include/LTL/ltl/fmatrix/lmfit.h
19
include/LTL/ltl/fmatrix/lusolve.h
18
include/LTL/ltl/fmatrix/marquardt.h
20
include/LTL/ltl/fmatrix/marquardt.h
19
include/LTL/ltl/fmatrix/mrqfuncs.h
21
include/LTL/ltl/fmatrix/mrqfuncs.h
22
include/LTL/ltl/fmatrix/mrqhesse.h
20
include/LTL/ltl/fmatrix/polynomfit.h
23
include/LTL/ltl/fmatrix/polynomfit.h
24
include/LTL/ltl/fmatrix/svdsolve.h
21
include/LTL/ltl/fvector.h
25
include/LTL/ltl/fvector.h
22
include/LTL/ltl/fvector/fvbool.h
26
include/LTL/ltl/fvector/fvbool.h
23
include/LTL/ltl/fvector/fvdot.h
27
include/LTL/ltl/fvector/fvdot.h
Lines 34-39 Link Here
34
include/LTL/ltl/io/fits_header.h
38
include/LTL/ltl/io/fits_header.h
35
include/LTL/ltl/linlsqfit.h
39
include/LTL/ltl/linlsqfit.h
36
include/LTL/ltl/marray.h
40
include/LTL/ltl/marray.h
41
include/LTL/ltl/marray/apply.h
42
include/LTL/ltl/marray/blas.h
37
include/LTL/ltl/marray/cast.h
43
include/LTL/ltl/marray/cast.h
38
include/LTL/ltl/marray/eval.h
44
include/LTL/ltl/marray/eval.h
39
include/LTL/ltl/marray/eval_reduc.h
45
include/LTL/ltl/marray/eval_reduc.h
Lines 41-51 Link Here
41
include/LTL/ltl/marray/expr_iter.h
47
include/LTL/ltl/marray/expr_iter.h
42
include/LTL/ltl/marray/expr_ops.h
48
include/LTL/ltl/marray/expr_ops.h
43
include/LTL/ltl/marray/index_iter.h
49
include/LTL/ltl/marray/index_iter.h
50
include/LTL/ltl/marray/lapack.h
44
include/LTL/ltl/marray/marray_iter.h
51
include/LTL/ltl/marray/marray_iter.h
45
include/LTL/ltl/marray/marray_methods.h
52
include/LTL/ltl/marray/marray_methods.h
46
include/LTL/ltl/marray/marray_ops.h
53
include/LTL/ltl/marray/marray_ops.h
47
include/LTL/ltl/marray/merge.h
54
include/LTL/ltl/marray/merge.h
48
include/LTL/ltl/marray/reductions.h
55
include/LTL/ltl/marray/reductions.h
56
include/LTL/ltl/marray/reductions_sse.h
57
include/LTL/ltl/marray/partial_reduc.h
49
include/LTL/ltl/marray/shape.h
58
include/LTL/ltl/marray/shape.h
50
include/LTL/ltl/marray/shape_iter.h
59
include/LTL/ltl/marray/shape_iter.h
51
include/LTL/ltl/marray/simplevec.h
60
include/LTL/ltl/marray/simplevec.h

Return to bug 138354