diff options
author | obraun <obraun@FreeBSD.org> | 2002-10-19 05:27:36 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-10-19 05:27:36 +0800 |
commit | 351d546ef58e333a2f17562003cdb6a4bc322517 (patch) | |
tree | 99ef54525ca8979a77a15d155d6dbad154cb66ab /math/tvmet | |
parent | 7f6d212d307463e93227516647b92b10d5c24d33 (diff) | |
download | freebsd-ports-gnome-351d546ef58e333a2f17562003cdb6a4bc322517.tar.gz freebsd-ports-gnome-351d546ef58e333a2f17562003cdb6a4bc322517.tar.zst freebsd-ports-gnome-351d546ef58e333a2f17562003cdb6a4bc322517.zip |
Upgrade to 0.5.1.
PR: 44232
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'math/tvmet')
-rw-r--r-- | math/tvmet/Makefile | 18 | ||||
-rw-r--r-- | math/tvmet/distinfo | 2 | ||||
-rw-r--r-- | math/tvmet/pkg-plist | 39 |
3 files changed, 55 insertions, 4 deletions
diff --git a/math/tvmet/Makefile b/math/tvmet/Makefile index b365b0ddfa77..122f228f69be 100644 --- a/math/tvmet/Makefile +++ b/math/tvmet/Makefile @@ -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 --git a/math/tvmet/distinfo b/math/tvmet/distinfo index c089a1637116..729d0d6215e8 100644 --- a/math/tvmet/distinfo +++ b/math/tvmet/distinfo @@ -1 +1 @@ -MD5 (tvmet-0.5.0.tar.gz) = d516afdb5f14e91eb4a37339bc1b94c3 +MD5 (tvmet-0.5.1.tar.gz) = 3e62bbb22dcfba220c9487f0962b71e4 diff --git a/math/tvmet/pkg-plist b/math/tvmet/pkg-plist index 2d9823d7432d..19364c4db4a2 100644 --- a/math/tvmet/pkg-plist +++ b/math/tvmet/pkg-plist @@ -29,5 +29,44 @@ include/tvmet/config/config-kcc.h 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 |