diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-02 19:06:41 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-02 19:06:41 +0000 |
commit | e5e707310d2f4c7afbe421ccfcc450c4b0bf35f4 (patch) | |
tree | 2ec9933b81b8d0543058a5cdba0af1c6eab24481 /math | |
parent | 2c690ca911fb2e7dbef28237583b1069d3f0bdcf (diff) | |
download | ports-e5e707310d2f4c7afbe421ccfcc450c4b0bf35f4.tar.gz ports-e5e707310d2f4c7afbe421ccfcc450c4b0bf35f4.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/tvmet/Makefile | 2 | ||||
-rw-r--r-- | math/tvmet/distinfo | 2 | ||||
-rw-r--r-- | math/tvmet/pkg-plist | 23 |
3 files changed, 7 insertions, 20 deletions
diff --git a/math/tvmet/Makefile b/math/tvmet/Makefile index 31f30719c590..816442aeadde 100644 --- a/math/tvmet/Makefile +++ b/math/tvmet/Makefile @@ -7,7 +7,7 @@ # PORTNAME= tvmet -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.0 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/math/tvmet/distinfo b/math/tvmet/distinfo index 0feaa1c295c6..e5318577a351 100644 --- a/math/tvmet/distinfo +++ b/math/tvmet/distinfo @@ -1 +1 @@ -MD5 (tvmet-0.6.0.tar.gz) = 138f1eb3ff18b30d30dc5586b996e053 +MD5 (tvmet-0.7.0.tar.gz) = 63660c8ab9fa854ed55d779c1bf19e71 diff --git a/math/tvmet/pkg-plist b/math/tvmet/pkg-plist index 19364c4db4a2..7d25d03510b8 100644 --- a/math/tvmet/pkg-plist +++ b/math/tvmet/pkg-plist @@ -30,6 +30,11 @@ include/tvmet/config/config-pgi.h include/tvmet/tvmet.h share/aclocal/tvmet.m4 %%PORTDOCS%%share/doc/tvmet/Util.h +%%PORTDOCS%%share/doc/tvmet/bench_matrix_matrix_product.png +%%PORTDOCS%%share/doc/tvmet/bench_matrix_vector_product.png +%%PORTDOCS%%share/doc/tvmet/bench_vector_add.png +%%PORTDOCS%%share/doc/tvmet/bench_vector_inner_product.png +%%PORTDOCS%%share/doc/tvmet/benchmark.doc %%PORTDOCS%%share/doc/tvmet/build.doc %%PORTDOCS%%share/doc/tvmet/changelog.doc %%PORTDOCS%%share/doc/tvmet/compiler.doc @@ -50,23 +55,5 @@ share/aclocal/tvmet.m4 %%PORTDOCS%%share/doc/tvmet/tvmet.css %%PORTDOCS%%share/doc/tvmet/usage.doc %%PORTDOCS%%share/doc/tvmet/works.doc -%%PORTDOCS%%share/examples/tvmet/cmm.cc -%%PORTDOCS%%share/examples/tvmet/cmv.cc -%%PORTDOCS%%share/examples/tvmet/matrix_col.cc -%%PORTDOCS%%share/examples/tvmet/mm.cc -%%PORTDOCS%%share/examples/tvmet/mv.cc -%%PORTDOCS%%share/examples/tvmet/ray.cc -%%PORTDOCS%%share/examples/tvmet/xpr_print_m1.cc -%%PORTDOCS%%share/examples/tvmet/xpr_print_m2.cc -%%PORTDOCS%%share/examples/tvmet/xpr_print_m3.cc -%%PORTDOCS%%share/examples/tvmet/xpr_print_m4.cc -%%PORTDOCS%%share/examples/tvmet/xpr_print_mv1.cc -%%PORTDOCS%%share/examples/tvmet/xpr_print_mv2.cc -%%PORTDOCS%%share/examples/tvmet/xpr_print_v1.cc -%%PORTDOCS%%share/examples/tvmet/xpr_print_v2.cc -%%PORTDOCS%%share/examples/tvmet/xpr_print_v3.cc -%%PORTDOCS%%share/examples/tvmet/xpr_print_v4.cc -%%PORTDOCS%%@dirrm share/examples/tvmet -%%PORTDOCS%%@dirrm share/doc/tvmet @dirrm include/tvmet/config @dirrm include/tvmet |