FreeBSD Bugzilla – Attachment 99301 Details for
Bug 138354
[PATCH] math/ltl: update to 1.9.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ltl-1.9.1.patch
ltl-1.9.1.patch (text/plain), 3.09 KB, created by
Sylvio César Teixeira Amorim
on 2009-08-30 19:00:09 UTC
(
hide
)
Description:
ltl-1.9.1.patch
Filename:
MIME Type:
Creator:
Sylvio César Teixeira Amorim
Created:
2009-08-30 19:00:09 UTC
Size:
3.09 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/math/ltl/Makefile,v >retrieving revision 1.5 >diff -u -u -r1.5 Makefile >--- Makefile 2 Aug 2009 19:34:40 -0000 1.5 >+++ Makefile 30 Aug 2009 17:55:09 -0000 >@@ -7,7 +7,7 @@ > # > > PORTNAME= ltl >-PORTVERSION= 1.7.10 >+PORTVERSION= 1.9.1 > CATEGORIES= math > MASTER_SITES= http://www.mpe.mpg.de/~drory/ltl/ > >@@ -23,13 +23,14 @@ > AUTOHEADER="${TRUE}" > INSTALL_TARGET= install install-data check distdir > >-PORTDOCS= doc/html/*[h.][tp][mn][lg] >-PLIST_FILES= `ls ${WRKSRC}/doc/html/*[h.][tp][mn][lg] | ${SED} -e 's!${WRKSRC}/doc/html/!%%PORTDOCS%%%%DOCSDIR%%/!g'` >+PORTDOCS= *.html > > post-install: > .if !defined(NOPORTDOCS) > ${MKDIR} ${DOCSDIR} >- cd ${WRKSRC} && pwd && ${INSTALL_DATA} -v ${PORTDOCS} ${DOCSDIR} >+.for docs in ${PORTDOCS} >+ ${INSTALL_DATA} ${WRKSRC}/doc/html/${docs} ${DOCSDIR} >+.endfor > .endif > @${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD} > >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/math/ltl/distinfo,v >retrieving revision 1.1 >diff -u -u -r1.1 distinfo >--- distinfo 7 Oct 2006 20:43:52 -0000 1.1 >+++ distinfo 30 Aug 2009 17:55:09 -0000 >@@ -1,3 +1,3 @@ >-MD5 (ltl-1.7.10.tar.gz) = ebd6dce461a56d4d696cb09219174c33 >-SHA256 (ltl-1.7.10.tar.gz) = ee9cc0b8acb1a4aef6a9b5c219fa1c218db0c1a060969544599c662410d984e3 >-SIZE (ltl-1.7.10.tar.gz) = 1244938 >+MD5 (ltl-1.9.1.tar.gz) = 2e4edfd13f22d1270454d82d7ab3e3a1 >+SHA256 (ltl-1.9.1.tar.gz) = 155294787c5bc5859583a2d88328cbf8992c46cb6d93e2c49f3b7b08df256fda >+SIZE (ltl-1.9.1.tar.gz) = 755500 >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/math/ltl/pkg-plist,v >retrieving revision 1.2 >diff -u -u -r1.2 pkg-plist >--- pkg-plist 8 Oct 2006 14:59:45 -0000 1.2 >+++ pkg-plist 30 Aug 2009 17:55:09 -0000 >@@ -15,9 +15,13 @@ > include/LTL/ltl/fmatrix/fmtloops.h > include/LTL/ltl/fmatrix/fmtranspose.h > include/LTL/ltl/fmatrix/gaussj.h >+include/LTL/ltl/fmatrix/lmfit.h >+include/LTL/ltl/fmatrix/lusolve.h > include/LTL/ltl/fmatrix/marquardt.h > include/LTL/ltl/fmatrix/mrqfuncs.h >+include/LTL/ltl/fmatrix/mrqhesse.h > include/LTL/ltl/fmatrix/polynomfit.h >+include/LTL/ltl/fmatrix/svdsolve.h > include/LTL/ltl/fvector.h > include/LTL/ltl/fvector/fvbool.h > include/LTL/ltl/fvector/fvdot.h >@@ -34,6 +38,8 @@ > include/LTL/ltl/io/fits_header.h > include/LTL/ltl/linlsqfit.h > include/LTL/ltl/marray.h >+include/LTL/ltl/marray/apply.h >+include/LTL/ltl/marray/blas.h > include/LTL/ltl/marray/cast.h > include/LTL/ltl/marray/eval.h > include/LTL/ltl/marray/eval_reduc.h >@@ -41,11 +47,14 @@ > include/LTL/ltl/marray/expr_iter.h > include/LTL/ltl/marray/expr_ops.h > include/LTL/ltl/marray/index_iter.h >+include/LTL/ltl/marray/lapack.h > include/LTL/ltl/marray/marray_iter.h > include/LTL/ltl/marray/marray_methods.h > include/LTL/ltl/marray/marray_ops.h > include/LTL/ltl/marray/merge.h > include/LTL/ltl/marray/reductions.h >+include/LTL/ltl/marray/reductions_sse.h >+include/LTL/ltl/marray/partial_reduc.h > include/LTL/ltl/marray/shape.h > include/LTL/ltl/marray/shape_iter.h > include/LTL/ltl/marray/simplevec.h
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 138354
: 99301