diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-25 08:12:48 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-25 08:12:48 +0000 |
commit | 29c6ea4cac0ae2881206a849b46b4d2a87630798 (patch) | |
tree | f27b67b902a97d516be3149200e6a51d99f00ab2 /math/tvmet | |
parent | 17ef2ad67a04207f29add8fc7e705e58809b616f (diff) | |
download | ports-29c6ea4cac0ae2881206a849b46b4d2a87630798.tar.gz ports-29c6ea4cac0ae2881206a849b46b4d2a87630798.zip |
Notes
Diffstat (limited to 'math/tvmet')
-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 |
5 files changed, 54 insertions, 0 deletions
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 |