diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-25 16:12:48 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-25 16:12:48 +0800 |
commit | 6dbc942535a42121823d4772dc225a52b428abe1 (patch) | |
tree | dee0870927e79c943fcf84e80f420df259a0c282 /math | |
parent | ad91ed2768099ff1a3812cc317ce02d0541fc8d8 (diff) | |
download | freebsd-ports-gnome-6dbc942535a42121823d4772dc225a52b428abe1.tar.gz freebsd-ports-gnome-6dbc942535a42121823d4772dc225a52b428abe1.tar.zst freebsd-ports-gnome-6dbc942535a42121823d4772dc225a52b428abe1.zip |
add tvmet 0.4.0
Tiny Vector and Matrix template library
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/tvmet/Makefile | 19 | ||||
-rw-r--r-- | math/tvmet/distinfo | 1 | ||||
-rw-r--r-- | math/tvmet/pkg-comment | 1 | ||||
-rw-r--r-- | math/tvmet/pkg-descr | 6 | ||||
-rw-r--r-- | math/tvmet/pkg-plist | 27 |
6 files changed, 55 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index f3fe7df8a55c..927a247275fe 100644 --- a/math/Makefile +++ b/math/Makefile @@ -150,6 +150,7 @@ SUBDIR += surf SUBDIR += thx_1138 SUBDIR += topaz + SUBDIR += tvmet SUBDIR += umatrix SUBDIR += umfpack SUBDIR += units diff --git a/math/tvmet/Makefile b/math/tvmet/Makefile new file mode 100644 index 000000000000..a30908b16f5b --- /dev/null +++ b/math/tvmet/Makefile @@ -0,0 +1,19 @@ +# ex:ts=8 +# Ports collection makefile for: tvmet +# Date created: Jul 25, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= tvmet +PORTVERSION= 0.4.0 +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/math/tvmet/distinfo b/math/tvmet/distinfo new file mode 100644 index 000000000000..d13bad822ddd --- /dev/null +++ b/math/tvmet/distinfo @@ -0,0 +1 @@ +MD5 (tvmet-0.4.0.tar.gz) = 8e7ea4f524c5b49cbaa5e00bc8c801a8 diff --git a/math/tvmet/pkg-comment b/math/tvmet/pkg-comment new file mode 100644 index 000000000000..1f2d07e4ccc7 --- /dev/null +++ b/math/tvmet/pkg-comment @@ -0,0 +1 @@ +Tiny Vector and Matrix template library diff --git a/math/tvmet/pkg-descr b/math/tvmet/pkg-descr new file mode 100644 index 000000000000..24eb449fb792 --- /dev/null +++ b/math/tvmet/pkg-descr @@ -0,0 +1,6 @@ +This Tiny Vector and Matrix template library uses Meta and Expression +Templates to evaluate results at compile time, thus making it fast for +low-end systems. Temporaries are avoided because of this. The dimensions +are static and bounded at compile time. + +WWW: http://tvmet.sourceforge.net/ diff --git a/math/tvmet/pkg-plist b/math/tvmet/pkg-plist new file mode 100644 index 000000000000..7c3ae8332e3a --- /dev/null +++ b/math/tvmet/pkg-plist @@ -0,0 +1,27 @@ +bin/tvmet-config +include/tvmet/BinaryFunctionals.h +include/tvmet/CommaInitializer.h +include/tvmet/CompileTimeError.h +include/tvmet/Extremum.h +include/tvmet/Functional.h +include/tvmet/Matrix.h +include/tvmet/MatrixEval.h +include/tvmet/MatrixFunctions.h +include/tvmet/MatrixImpl.h +include/tvmet/MatrixOperators.h +include/tvmet/NumericTraits.h +include/tvmet/RunTimeError.h +include/tvmet/TypePromotion.h +include/tvmet/UnaryFunctionals.h +include/tvmet/Vector.h +include/tvmet/VectorEval.h +include/tvmet/VectorFunctions.h +include/tvmet/VectorImpl.h +include/tvmet/VectorOperators.h +include/tvmet/Xpr.h +include/tvmet/XprFunctions.h +include/tvmet/XprOperators.h +include/tvmet/config.h +include/tvmet/tvmet.h +@dirrm include/tvmet +share/aclocal/tvmet.m4 |