diff --git a/math/tvmet/Makefile b/math/tvmet/Makefile index 753e7e049bbc..63ab3ad54a5c 100644 --- a/math/tvmet/Makefile +++ b/math/tvmet/Makefile @@ -1,44 +1,45 @@ PORTNAME= tvmet PORTVERSION= 1.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/Tar.Gz_Bz2%20Archive/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Tiny Vector and Matrix template library WWW= https://tvmet.sourceforge.net/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake tar:bzip2 libtool GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-cxx=${CXX} OPTIONS_DEFINE= CPPUNIT DEBUG DOCS EXAMPLES CPPUNIT_LIB_DEPENDS= libcppunit.so:devel/cppunit CPPUNIT_CONFIGURE_ON= --with-cppunit-prefix=${LOCALBASE} CPPUNIT_CONFIGURE_ENV_OFF= ac_cv_path_CPPUNIT_CONFIG=no DEBUG_CXXFLAGS= -DTVMET_DEBUG DEBUG_CXXFLAGS_OFF= -DTVMET_OPTIMIZE post-patch: @${REINPLACE_CMD} -e 's|= -O |= |g' ${WRKSRC}/doc/Makefile.in post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for ext in dox cc css h png (cd ${WRKSRC}/doc && ${INSTALL_DATA} *.${ext} \ ${STAGEDIR}${DOCSDIR}) .endfor post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for ext in cc (cd ${WRKSRC}/examples && ${INSTALL_DATA} *.${ext} \ ${STAGEDIR}${EXAMPLESDIR}) .endfor .include diff --git a/math/tvmet/pkg-plist b/math/tvmet/pkg-plist index 499b6cdc96f5..2c27c8b4a33e 100644 --- a/math/tvmet/pkg-plist +++ b/math/tvmet/pkg-plist @@ -1,124 +1,124 @@ bin/tvmet-config -man/man1/tvmet-config.1.gz +share/man/man1/tvmet-config.1.gz include/tvmet/AliasProxy.h include/tvmet/BinaryFunctionals.h include/tvmet/CommaInitializer.h include/tvmet/CompileTimeError.h include/tvmet/Extremum.h include/tvmet/Functional.h include/tvmet/Io.h include/tvmet/Matrix.h include/tvmet/MatrixBinaryFunctions.h include/tvmet/MatrixEval.h include/tvmet/MatrixFunctions.h include/tvmet/MatrixImpl.h include/tvmet/MatrixOperators.h include/tvmet/MatrixUnaryFunctions.h include/tvmet/NumericTraits.h include/tvmet/RunTimeError.h include/tvmet/TvmetBase.h include/tvmet/TypePromotion.h include/tvmet/UnaryFunctionals.h include/tvmet/Vector.h include/tvmet/VectorBinaryFunctions.h include/tvmet/VectorEval.h include/tvmet/VectorFunctions.h include/tvmet/VectorImpl.h include/tvmet/VectorOperators.h include/tvmet/VectorUnaryFunctions.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/config-vc71.h include/tvmet/config/config-vc71.h.in include/tvmet/config.h include/tvmet/loop/Gemm.h include/tvmet/loop/Gemmt.h include/tvmet/loop/Gemtm.h include/tvmet/loop/Gemtv.h include/tvmet/loop/Gemv.h include/tvmet/loop/Matrix.h include/tvmet/loop/Vector.h include/tvmet/meta/Gemm.h include/tvmet/meta/Gemmt.h include/tvmet/meta/Gemtm.h include/tvmet/meta/Gemtv.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/Incrementor.h include/tvmet/util/Random.h include/tvmet/util/Timer.h include/tvmet/xpr/BinOperator.h include/tvmet/xpr/Eval.h include/tvmet/xpr/Identity.h include/tvmet/xpr/Literal.h include/tvmet/xpr/MMProduct.h include/tvmet/xpr/MMProductTransposed.h include/tvmet/xpr/MMtProduct.h include/tvmet/xpr/MVProduct.h include/tvmet/xpr/Matrix.h include/tvmet/xpr/MatrixBinaryFunctions.h include/tvmet/xpr/MatrixCol.h include/tvmet/xpr/MatrixDiag.h include/tvmet/xpr/MatrixFunctions.h include/tvmet/xpr/MatrixOperators.h include/tvmet/xpr/MatrixRow.h include/tvmet/xpr/MatrixTranspose.h include/tvmet/xpr/MatrixUnaryFunctions.h include/tvmet/xpr/MtMProduct.h include/tvmet/xpr/MtVProduct.h include/tvmet/xpr/Null.h include/tvmet/xpr/UnOperator.h include/tvmet/xpr/Vector.h include/tvmet/xpr/VectorBinaryFunctions.h include/tvmet/xpr/VectorFunctions.h include/tvmet/xpr/VectorOperators.h include/tvmet/xpr/VectorUnaryFunctions.h share/aclocal/tvmet.m4 %%PORTDOCS%%%%DOCSDIR%%/Util.h %%PORTDOCS%%%%DOCSDIR%%/aat.png %%PORTDOCS%%%%DOCSDIR%%/ata.png %%PORTDOCS%%%%DOCSDIR%%/axpy.png %%PORTDOCS%%%%DOCSDIR%%/benchmark.dox %%PORTDOCS%%%%DOCSDIR%%/build.dox %%PORTDOCS%%%%DOCSDIR%%/compiler.dox %%PORTDOCS%%%%DOCSDIR%%/dox_functions.cc %%PORTDOCS%%%%DOCSDIR%%/dox_operators.cc %%PORTDOCS%%%%DOCSDIR%%/faq.dox %%PORTDOCS%%%%DOCSDIR%%/intro.dox %%PORTDOCS%%%%DOCSDIR%%/license.dox %%PORTDOCS%%%%DOCSDIR%%/links.dox %%PORTDOCS%%%%DOCSDIR%%/matrix_matrix.png %%PORTDOCS%%%%DOCSDIR%%/matrix_vector.png %%PORTDOCS%%%%DOCSDIR%%/misc.dox %%PORTDOCS%%%%DOCSDIR%%/notes.dox %%PORTDOCS%%%%DOCSDIR%%/projects.dox %%PORTDOCS%%%%DOCSDIR%%/tvmet.css %%PORTDOCS%%%%DOCSDIR%%/usage.dox %%PORTDOCS%%%%DOCSDIR%%/works.dox %%PORTEXAMPLES%%%%EXAMPLESDIR%%/alias.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/aliasing.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cmm.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cmv.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/diag.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/frob_matrix_norm.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hspiess.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrix_col.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mm.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mv.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ray.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/redwards.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/xpr_print_m1.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/xpr_print_m2.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/xpr_print_m3.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/xpr_print_m4.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/xpr_print_mv1.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/xpr_print_mv2.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/xpr_print_v1.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/xpr_print_v2.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/xpr_print_v3.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/xpr_print_v4.cc