ports/138354: [PATCH] math/ltl: update to 1.9.1

Sylvio Cesar scjamorim at bsd.com.br
Sun Aug 30 18:00:15 UTC 2009


>Number:         138354
>Category:       ports
>Synopsis:       [PATCH] math/ltl: update to 1.9.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 30 18:00:09 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sylvio Cesar
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD fbsd72.scjamorim.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon Aug  3 22:10:47 BRT
>Description:
- Update to 1.9.1
- Added "for" to install files *.html
- Changed pkg-plist

You can see log in mine tinderbox:
7-stable - amd64
http://www.scjamorim.org/Home/ltl-1.9.1_amd64.log

Port maintainer (rossiya at gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- ltl-1.9.1.patch begins here ---
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
--- ltl-1.9.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list