summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-25 08:12:48 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-25 08:12:48 +0000
commit29c6ea4cac0ae2881206a849b46b4d2a87630798 (patch)
treef27b67b902a97d516be3149200e6a51d99f00ab2 /math
parentadd parrot 0.2.6 (diff)
add tvmet 0.4.0
Tiny Vector and Matrix template library
Notes
Notes: svn path=/head/; revision=63519
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/tvmet/Makefile19
-rw-r--r--math/tvmet/distinfo1
-rw-r--r--math/tvmet/pkg-comment1
-rw-r--r--math/tvmet/pkg-descr6
-rw-r--r--math/tvmet/pkg-plist27
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