From tkato@prontomail.com  Mon Apr 21 10:35:24 2003
Return-Path: <tkato@prontomail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E0B2637B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Apr 2003 10:35:24 -0700 (PDT)
Received: from hfep05.dion.ne.jp (hfep05.dion.ne.jp [203.181.105.71])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 178B243FA3
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Apr 2003 10:35:24 -0700 (PDT)
	(envelope-from tkato@prontomail.com)
Received: from localhost ([218.222.181.213]) by hfep05.dion.ne.jp with SMTP
          id <20030421173517537.TEMY@hfep05.dion.ne.jp>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Tue, 22 Apr 2003 02:35:17 +0900
Message-Id: <20030422023246.5c4cfcf3.tkato@prontomail.com>
Date: Tue, 22 Apr 2003 02:32:46 +0900
From: KATO Tsuguru <tkato@prontomail.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port: math/tvmet to 1.0.0

>Number:         51232
>Category:       ports
>Synopsis:       Update port: math/tvmet to 1.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 21 10:40:13 PDT 2003
>Closed-Date:    Thu May 01 15:33:44 PDT 2003
>Last-Modified:  Thu May 01 15:33:44 PDT 2003
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.0.0

New file:
files/patch-Makefile.in

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/math/tvmet/Makefile math/tvmet/Makefile
--- /usr/ports/math/tvmet/Makefile	Sat Apr 12 22:57:57 2003
+++ math/tvmet/Makefile	Sat Apr 19 02:25:51 2003
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	tvmet
-PORTVERSION=	0.7.0
+PORTVERSION=	1.0.0
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -15,6 +15,7 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Tiny Vector and Matrix template library
 
+USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
@@ -23,7 +24,7 @@
 post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-.for ext in h cc css doc png
+.for ext in dox cc css h png
 	${INSTALL_DATA} ${WRKSRC}/doc/*.${ext} ${DOCSDIR}
 .endfor
 	@${MKDIR} ${EXAMPLESDIR}
diff -urN /usr/ports/math/tvmet/distinfo math/tvmet/distinfo
--- /usr/ports/math/tvmet/distinfo	Mon Jan  6 16:01:09 2003
+++ math/tvmet/distinfo	Sat Apr 19 02:33:06 2003
@@ -1 +1 @@
-MD5 (tvmet-0.7.0.tar.gz) = 63660c8ab9fa854ed55d779c1bf19e71
+MD5 (tvmet-1.0.0.tar.bz2) = e8934955288d1504922e9a0d10a49661
diff -urN /usr/ports/math/tvmet/files/patch-Makefile.in math/tvmet/files/patch-Makefile.in
--- /usr/ports/math/tvmet/files/patch-Makefile.in	Thu Jan  1 09:00:00 1970
+++ math/tvmet/files/patch-Makefile.in	Tue Feb 11 04:12:33 2003
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	Tue Feb 11 00:36:50 2003
++++ Makefile.in	Tue Feb 11 04:12:23 2003
+@@ -88,7 +88,7 @@
+ 
+ ACLOCAL_AMFLAGS = -I config
+ 
+-SUBDIRS = include doc regression tests benchmark examples
++SUBDIRS = include regression tests benchmark
+ DIST_SUBDIRS = include doc regression tests benchmark examples config
+ 
+ m4sources = \
diff -urN /usr/ports/math/tvmet/pkg-plist math/tvmet/pkg-plist
--- /usr/ports/math/tvmet/pkg-plist	Sat Apr 12 22:57:57 2003
+++ math/tvmet/pkg-plist	Sat Apr 19 02:38:56 2003
@@ -11,67 +11,91 @@
 include/tvmet/MatrixOperators.h
 include/tvmet/NumericTraits.h
 include/tvmet/RunTimeError.h
-include/tvmet/TypePromotion.h
 include/tvmet/TvmetBase.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/config/config-gcc.h
 include/tvmet/config/config-icc.h
 include/tvmet/config/config-kcc.h
 include/tvmet/config/config-pgi.h
+include/tvmet/config.h
+include/tvmet/meta/Gemm.h
+include/tvmet/meta/Gemv.h
+include/tvmet/meta/Matrix.h
+include/tvmet/meta/Vector.h
 include/tvmet/tvmet.h
+include/tvmet/util/General.h
+include/tvmet/util/Timer.h
+include/tvmet/xpr/BinOperator.h
+include/tvmet/xpr/ConstRef.h
+include/tvmet/xpr/Eval.h
+include/tvmet/xpr/Functions.h
+include/tvmet/xpr/Literal.h
+include/tvmet/xpr/MMProduct.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/Null.h
+include/tvmet/xpr/UnOperator.h
+include/tvmet/xpr/Vector.h
+include/tvmet/xpr/VectorOperators.h
+include/tvmet/xpr/Xpr.h
 share/aclocal/tvmet.m4
 %%PORTDOCS%%share/doc/tvmet/Util.h
+%%PORTDOCS%%share/doc/tvmet/bench_daxpy.png
 %%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
-%%PORTDOCS%%share/doc/tvmet/credits.doc
-%%PORTDOCS%%share/doc/tvmet/faq.doc
-%%PORTDOCS%%share/doc/tvmet/functions.doc
-%%PORTDOCS%%share/doc/tvmet/functions_doc.cc
-%%PORTDOCS%%share/doc/tvmet/install.doc
-%%PORTDOCS%%share/doc/tvmet/intro.doc
-%%PORTDOCS%%share/doc/tvmet/license.doc
-%%PORTDOCS%%share/doc/tvmet/links.doc
-%%PORTDOCS%%share/doc/tvmet/misc.doc
-%%PORTDOCS%%share/doc/tvmet/notes.doc
-%%PORTDOCS%%share/doc/tvmet/operators.doc
-%%PORTDOCS%%share/doc/tvmet/operators_doc.cc
-%%PORTDOCS%%share/doc/tvmet/projects.doc
+%%PORTDOCS%%share/doc/tvmet/benchmark.dox
+%%PORTDOCS%%share/doc/tvmet/build.dox
+%%PORTDOCS%%share/doc/tvmet/changelog.dox
+%%PORTDOCS%%share/doc/tvmet/compiler.dox
+%%PORTDOCS%%share/doc/tvmet/credits.dox
+%%PORTDOCS%%share/doc/tvmet/dox_functions.cc
+%%PORTDOCS%%share/doc/tvmet/dox_operators.cc
+%%PORTDOCS%%share/doc/tvmet/faq.dox
+%%PORTDOCS%%share/doc/tvmet/functions.dox
+%%PORTDOCS%%share/doc/tvmet/install.dox
+%%PORTDOCS%%share/doc/tvmet/intro.dox
+%%PORTDOCS%%share/doc/tvmet/license.dox
+%%PORTDOCS%%share/doc/tvmet/links.dox
+%%PORTDOCS%%share/doc/tvmet/misc.dox
+%%PORTDOCS%%share/doc/tvmet/notes.dox
+%%PORTDOCS%%share/doc/tvmet/operators.dox
+%%PORTDOCS%%share/doc/tvmet/projects.dox
 %%PORTDOCS%%share/doc/tvmet/sflogo.png
 %%PORTDOCS%%share/doc/tvmet/tvmet.css
-%%PORTDOCS%%share/doc/tvmet/usage.doc
-%%PORTDOCS%%share/doc/tvmet/works.doc
-share/examples/tvmet/cmm.cc
-share/examples/tvmet/cmv.cc
-share/examples/tvmet/matrix_col.cc
-share/examples/tvmet/mm.cc
-share/examples/tvmet/mv.cc
-share/examples/tvmet/ray.cc
-share/examples/tvmet/xpr_print_m1.cc
-share/examples/tvmet/xpr_print_m2.cc
-share/examples/tvmet/xpr_print_m3.cc
-share/examples/tvmet/xpr_print_m4.cc
-share/examples/tvmet/xpr_print_mv1.cc
-share/examples/tvmet/xpr_print_mv2.cc
-share/examples/tvmet/xpr_print_v1.cc
-share/examples/tvmet/xpr_print_v2.cc
-share/examples/tvmet/xpr_print_v3.cc
-share/examples/tvmet/xpr_print_v4.cc
+%%PORTDOCS%%share/doc/tvmet/usage.dox
+%%PORTDOCS%%share/doc/tvmet/works.dox
+%%PORTDOCS%%share/examples/tvmet/cmm.cc
+%%PORTDOCS%%share/examples/tvmet/cmv.cc
+%%PORTDOCS%%share/examples/tvmet/diag.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/xpr
+@dirrm include/tvmet/util
+@dirrm include/tvmet/meta
 @dirrm include/tvmet/config
 @dirrm include/tvmet
-@dirrm share/examples/tvmet
-%%PORTDOCS%%@dirrm share/doc/tvmet
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: naddy 
State-Changed-When: Thu May 1 15:33:07 PDT 2003 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51232 
>Unformatted:
