Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2002 12:44:44 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/44232: Update port: math/tvmet to 0.5.1
Message-ID:  <200210181944.g9IJii6E087590@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         44232
>Category:       ports
>Synopsis:       Update port: math/tvmet to 0.5.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 18 12:52:44 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.7-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.5.1

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/math/tvmet/Makefile math/tvmet/Makefile
--- /usr/ports/math/tvmet/Makefile	Fri Oct 18 19:00:23 2002
+++ math/tvmet/Makefile	Sat Oct 19 02:20:24 2002
@@ -7,16 +7,28 @@
 #
 
 PORTNAME=	tvmet
-PORTVERSION=	0.5.0
+PORTVERSION=	0.5.1
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	ports@FreeBSD.org
 
+GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+
 MAN1=	tvmet-config.1
 
-GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
+post-install:
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+.for ext in h cc css doc png
+	${INSTALL_DATA} ${WRKSRC}/doc/*.${ext} ${DOCSDIR}
+.endfor
+	@${MKDIR} ${EXAMPLESDIR}
+.for ext in cc
+	${INSTALL_DATA} ${WRKSRC}/examples/*.${ext} ${EXAMPLESDIR}
+.endfor
+.endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/math/tvmet/distinfo math/tvmet/distinfo
--- /usr/ports/math/tvmet/distinfo	Fri Oct 18 19:00:23 2002
+++ math/tvmet/distinfo	Sat Oct 19 02:04:17 2002
@@ -1 +1 @@
-MD5 (tvmet-0.5.0.tar.gz) = d516afdb5f14e91eb4a37339bc1b94c3
+MD5 (tvmet-0.5.1.tar.gz) = 3e62bbb22dcfba220c9487f0962b71e4
diff -urN /usr/ports/math/tvmet/pkg-plist math/tvmet/pkg-plist
--- /usr/ports/math/tvmet/pkg-plist	Fri Oct 18 19:00:23 2002
+++ math/tvmet/pkg-plist	Sat Oct 19 02:19:41 2002
@@ -29,5 +29,44 @@
 include/tvmet/config/config-pgi.h
 include/tvmet/tvmet.h
 share/aclocal/tvmet.m4
+%%PORTDOCS%%share/doc/tvmet/Util.h
+%%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/sflogo.png
+%%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

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210181944.g9IJii6E087590>