diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-06 18:00:14 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-06 18:00:14 +0000 |
commit | 17c3b7e5dc3cea9571108003e80a83ffedf4ba2f (patch) | |
tree | 58d771fe3f1d3608fc6df9dc6a7f4b628d3bf2ef /math/tvmet | |
parent | aac19ca8e742f7f4c7a22d75f9e95dc5bc3a38a7 (diff) | |
download | ports-17c3b7e5dc3cea9571108003e80a83ffedf4ba2f.tar.gz ports-17c3b7e5dc3cea9571108003e80a83ffedf4ba2f.zip |
Notes
Diffstat (limited to 'math/tvmet')
-rw-r--r-- | math/tvmet/Makefile | 2 | ||||
-rw-r--r-- | math/tvmet/distinfo | 2 | ||||
-rw-r--r-- | math/tvmet/pkg-plist | 6 |
3 files changed, 8 insertions, 2 deletions
diff --git a/math/tvmet/Makefile b/math/tvmet/Makefile index b974a5a4dac1..2bfe065c1a8e 100644 --- a/math/tvmet/Makefile +++ b/math/tvmet/Makefile @@ -7,7 +7,7 @@ # PORTNAME= tvmet -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.0 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/math/tvmet/distinfo b/math/tvmet/distinfo index 44b7f7f2c5d1..9398b33ff0c9 100644 --- a/math/tvmet/distinfo +++ b/math/tvmet/distinfo @@ -1 +1 @@ -MD5 (tvmet-1.0.1.tar.bz2) = 0b2ffd974210344a1fc772bbe2c0b633 +MD5 (tvmet-1.1.0.tar.bz2) = 1b1df56775837073cfab4553519a8969 diff --git a/math/tvmet/pkg-plist b/math/tvmet/pkg-plist index c4352a725d01..a3373ec0e30d 100644 --- a/math/tvmet/pkg-plist +++ b/math/tvmet/pkg-plist @@ -26,6 +26,8 @@ include/tvmet/config/config-kcc.h include/tvmet/config/config-pgi.h include/tvmet/config.h include/tvmet/meta/Gemm.h +include/tvmet/meta/Gemmt.h +include/tvmet/meta/Gemtm.h include/tvmet/meta/Gemv.h include/tvmet/meta/Matrix.h include/tvmet/meta/Vector.h @@ -38,14 +40,18 @@ include/tvmet/xpr/Eval.h include/tvmet/xpr/Functions.h include/tvmet/xpr/Literal.h include/tvmet/xpr/MMProduct.h +include/tvmet/xpr/MMProductTransposed.h +include/tvmet/xpr/MMtProduct.h include/tvmet/xpr/MVProduct.h include/tvmet/xpr/Matrix.h include/tvmet/xpr/MatrixFunctions.h include/tvmet/xpr/MatrixOperators.h include/tvmet/xpr/MatrixTranspose.h +include/tvmet/xpr/MtMProduct.h include/tvmet/xpr/Null.h include/tvmet/xpr/UnOperator.h include/tvmet/xpr/Vector.h +include/tvmet/xpr/VectorFunctions.h include/tvmet/xpr/VectorOperators.h include/tvmet/xpr/Xpr.h share/aclocal/tvmet.m4 |