diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
commit | d9611f93758b42bc9f2e2794b3d0039ec6038c4e (patch) | |
tree | 7188beb34e0a3adac815c9497c615b1b78eb4454 /math | |
parent | port wouldn't build without the gnomelibs. (diff) |
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Notes
Notes:
svn path=/head/; revision=69612
Diffstat (limited to 'math')
128 files changed, 126 insertions, 65 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 53457997c85e..881c8c196925 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A C++ library for symbolic mathematical calculations + LIB_DEPENDS= cln.2:${PORTSDIR}/math/cln USE_REINPLACE= yes diff --git a/math/GiNaC/pkg-comment b/math/GiNaC/pkg-comment deleted file mode 100644 index 383821251fd6..000000000000 --- a/math/GiNaC/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A C++ library for symbolic mathematical calculations diff --git a/math/PDL/Makefile b/math/PDL/Makefile index d3b02136e073..02fe3dc1f03e 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= PDL pdl MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Perl Data Language + BROKEN= "Does not compile" BUILD_DEPENDS= ${PERL_SITELIBDIR}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl \ diff --git a/math/PDL/pkg-comment b/math/PDL/pkg-comment deleted file mode 100644 index d2f128e44d1a..000000000000 --- a/math/PDL/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl Data Language diff --git a/math/add/Makefile b/math/add/Makefile index b5d590cd4e71..09c05a3cb2cd 100644 --- a/math/add/Makefile +++ b/math/add/Makefile @@ -13,6 +13,8 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Full-screen editing calculator + WRKSRC= ${WRKDIR}/add-970526 GNU_CONFIGURE= yes diff --git a/math/add/pkg-comment b/math/add/pkg-comment deleted file mode 100644 index 58f7d2ece8fb..000000000000 --- a/math/add/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Full-screen editing calculator diff --git a/math/biggles/Makefile b/math/biggles/Makefile index 9173e33401de..ff7760abacc8 100644 --- a/math/biggles/Makefile +++ b/math/biggles/Makefile @@ -15,6 +15,8 @@ DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Create publication-quality 2D scientific plots + BUILD_DEPENDS= ${PYNUMERIC} LIB_DEPENDS= plot:${PORTSDIR}/graphics/plotutils diff --git a/math/biggles/pkg-comment b/math/biggles/pkg-comment deleted file mode 100644 index 34c80da57d94..000000000000 --- a/math/biggles/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Create publication-quality 2D scientific plots diff --git a/math/bihar/pkg-comment b/math/bihar/pkg-comment deleted file mode 100644 index 4e4010cbd3dd..000000000000 --- a/math/bihar/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Biharmonic equation in rectangular geometry and polar coordinates diff --git a/math/blas/Makefile b/math/blas/Makefile index 3bf27a353119..2950d5aac125 100644 --- a/math/blas/Makefile +++ b/math/blas/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Basic Linear Algebra, level 1, 2, and 3 + INSTALLS_SHLIB= yes NO_WRKSUBDIR= yes diff --git a/math/blas/pkg-comment b/math/blas/pkg-comment deleted file mode 100644 index ffe2ab974d66..000000000000 --- a/math/blas/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Basic Linear Algebra, level 1, 2, and 3 diff --git a/math/blitz++/Makefile b/math/blitz++/Makefile index 2366a9c01442..50ebf87639ba 100644 --- a/math/blitz++/Makefile +++ b/math/blitz++/Makefile @@ -14,6 +14,8 @@ DISTNAME= blitz-${PORTVERSION:S/b/beta/} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A C++ class library for scientific computing + LIB_DEPENDS= blas:${PORTSDIR}/math/blas USE_REINPLACE= yes diff --git a/math/blitz++/pkg-comment b/math/blitz++/pkg-comment deleted file mode 100644 index cac96bfe4cdb..000000000000 --- a/math/blitz++/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A C++ class library for scientific computing diff --git a/math/calctool/Makefile b/math/calctool/Makefile index 74978863ee96..016311c6c8b4 100644 --- a/math/calctool/Makefile +++ b/math/calctool/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= nsayer MAINTAINER= ports@freebsd.org +PORTCOMMENT= A multi-GUI (text, X, xview, NeWS, sunview) calculator program + USE_X_PREFIX= yes MAN1= calctool.1 diff --git a/math/calctool/pkg-comment b/math/calctool/pkg-comment deleted file mode 100644 index 0b355939d65c..000000000000 --- a/math/calctool/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A multi-GUI (text, X, xview, NeWS, sunview) calculator program diff --git a/math/clarence/Makefile b/math/clarence/Makefile index e8bb358d3847..1f49fe124506 100644 --- a/math/clarence/Makefile +++ b/math/clarence/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://clay.ll.pl/clarence/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Programmer\'s calculator + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/GDK.py:${PORTSDIR}/x11-toolkits/py-gtk USE_REINPLACE= yes diff --git a/math/clarence/pkg-comment b/math/clarence/pkg-comment deleted file mode 100644 index 0d4c51f14e17..000000000000 --- a/math/clarence/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Programmer's calculator diff --git a/math/cln/Makefile b/math/cln/Makefile index 78a88fa1e91b..3d664434ca0d 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/ \ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Class Library for Numbers + LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 STRIP= # none diff --git a/math/cln/pkg-comment b/math/cln/pkg-comment deleted file mode 100644 index 85e2272c34ff..000000000000 --- a/math/cln/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Class Library for Numbers diff --git a/math/cxsc/Makefile b/math/cxsc/Makefile index 144c4328d76f..b54a9ccac546 100644 --- a/math/cxsc/Makefile +++ b/math/cxsc/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}-2-0-beta MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= C++ class library for eXtended Scientific Computing + WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" diff --git a/math/cxsc/pkg-comment b/math/cxsc/pkg-comment deleted file mode 100644 index 3ee0ec6f231f..000000000000 --- a/math/cxsc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -C++ class library for eXtended Scientific Computing diff --git a/math/eispack/Makefile b/math/eispack/Makefile index 18c7312a55c8..1c954548d0fb 100644 --- a/math/eispack/Makefile +++ b/math/eispack/Makefile @@ -14,6 +14,8 @@ DISTFILES= ${SRCS:.f=.f.gz} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Eigenvalue system package + LIB_DEPENDS= blas.1:${PORTSDIR}/math/blas DIST_SUBDIR= ${PORTNAME} diff --git a/math/eispack/pkg-comment b/math/eispack/pkg-comment deleted file mode 100644 index 2bf9e8d2fca3..000000000000 --- a/math/eispack/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Eigenvalue system package diff --git a/math/eukleides/Makefile b/math/eukleides/Makefile index 4e7dd0c444cb..e30441c1734e 100644 --- a/math/eukleides/Makefile +++ b/math/eukleides/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A Euclidean geometry drawing language + RUN_DEPENDS= pstoedit:${PORTSDIR}/graphics/pstoedit \ epstopdf:${PORTSDIR}/print/teTeX diff --git a/math/eukleides/pkg-comment b/math/eukleides/pkg-comment deleted file mode 100644 index 3f47c8290a1d..000000000000 --- a/math/eukleides/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Euclidean geometry drawing language diff --git a/math/femlab/Makefile b/math/femlab/Makefile index 93a63124a4c2..0165aeafa14e 100644 --- a/math/femlab/Makefile +++ b/math/femlab/Makefile @@ -14,6 +14,8 @@ DISTFILES= femlab-2d-v${PORTVERSION}.tar.gz MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Interactive program for solving partial differential equations in 2D + BUILD_DEPENDS= ${X11BASE}/lib/libsx.a:${PORTSDIR}/x11/libsx USE_REINPLACE= yes diff --git a/math/femlab/pkg-comment b/math/femlab/pkg-comment deleted file mode 100644 index 22b1e980cf2f..000000000000 --- a/math/femlab/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Interactive program for solving partial differential equations in 2D diff --git a/math/fftpack/pkg-comment b/math/fftpack/pkg-comment deleted file mode 100644 index 4e4010cbd3dd..000000000000 --- a/math/fftpack/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Biharmonic equation in rectangular geometry and polar coordinates diff --git a/math/freefem/Makefile b/math/freefem/Makefile index 4668e9f510fe..17b13b23c7ae 100644 --- a/math/freefem/Makefile +++ b/math/freefem/Makefile @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= kfem MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A language for the Finite Element Method + USE_REINPLACE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes diff --git a/math/freefem/pkg-comment b/math/freefem/pkg-comment deleted file mode 100644 index 4fde99a7c2ff..000000000000 --- a/math/freefem/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A language for the Finite Element Method diff --git a/math/fxt/Makefile b/math/fxt/Makefile index c4718cb9defa..fbaf6077727c 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= FFT code and related stuff + WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes diff --git a/math/fxt/pkg-comment b/math/fxt/pkg-comment deleted file mode 100644 index 353dce0f6512..000000000000 --- a/math/fxt/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -FFT code and related stuff diff --git a/math/gmp/Makefile b/math/gmp/Makefile index 5c1fc19d8765..1cc9e446ef27 100644 --- a/math/gmp/Makefile +++ b/math/gmp/Makefile @@ -16,6 +16,8 @@ DISTNAME= gmp-${PORTVERSION} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A free library for arbitrary precision arithmetic + USE_REINPLACE= yes USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/math/gmp/pkg-comment b/math/gmp/pkg-comment deleted file mode 100644 index 11e376b31082..000000000000 --- a/math/gmp/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A free library for arbitrary precision arithmetic diff --git a/math/goblin/Makefile b/math/goblin/Makefile index 8c959fe1d75a..a5f4957f5d7d 100644 --- a/math/goblin/Makefile +++ b/math/goblin/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A Graph Object Library for Network Programming Problems + LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83 \ tk83:${PORTSDIR}/x11-toolkits/tk83 diff --git a/math/goblin/pkg-comment b/math/goblin/pkg-comment deleted file mode 100644 index 43ed71ddf937..000000000000 --- a/math/goblin/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Graph Object Library for Network Programming Problems diff --git a/math/gretl/Makefile b/math/gretl/Makefile index dd25124dcd48..358b340c6b80 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Gnu Regression, Econometrics and Time-series Library + BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot LIB_DEPENDS= gnomeole2.0:${PORTSDIR}/devel/libole2 \ gmp.6:${PORTSDIR}/math/libgmp4 \ diff --git a/math/gretl/pkg-comment b/math/gretl/pkg-comment deleted file mode 100644 index f528efe7ec35..000000000000 --- a/math/gretl/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Gnu Regression, Econometrics and Time-series Library diff --git a/math/hexcalc/Makefile b/math/hexcalc/Makefile index 62385fc345a5..4a37797c43f5 100644 --- a/math/hexcalc/Makefile +++ b/math/hexcalc/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= ..tar.Z MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A multi-radix calculator for x11 + USE_IMAKE= yes MAN1= hexcalc.1 diff --git a/math/hexcalc/pkg-comment b/math/hexcalc/pkg-comment deleted file mode 100644 index cd9f5fad9f54..000000000000 --- a/math/hexcalc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A multi-radix calculator for x11 diff --git a/math/kaskade/Makefile b/math/kaskade/Makefile index 71becf609a05..7df6dd7d2287 100644 --- a/math/kaskade/Makefile +++ b/math/kaskade/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Adaptive linear scalar elliptic and parabolic problem solver + USE_X_PREFIX= yes .include <bsd.port.pre.mk> diff --git a/math/kaskade/pkg-comment b/math/kaskade/pkg-comment deleted file mode 100644 index 7651eed2fae5..000000000000 --- a/math/kaskade/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Adaptive linear scalar elliptic and parabolic problem solver diff --git a/math/libgmp-freebsd/Makefile b/math/libgmp-freebsd/Makefile index caad5b6797fa..89d3204603ed 100644 --- a/math/libgmp-freebsd/Makefile +++ b/math/libgmp-freebsd/Makefile @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= sobomax MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A library for arbitrary precision arithmetic + USE_BZIP2= yes INSTALLS_SHLIB= yes MAKE_FLAGS= INCDIR=${PREFIX}/include \ diff --git a/math/libgmp-freebsd/pkg-comment b/math/libgmp-freebsd/pkg-comment deleted file mode 100644 index 04b7f02aa247..000000000000 --- a/math/libgmp-freebsd/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A library for arbitrary precision arithmetic diff --git a/math/libgmp4/Makefile b/math/libgmp4/Makefile index 5c1fc19d8765..1cc9e446ef27 100644 --- a/math/libgmp4/Makefile +++ b/math/libgmp4/Makefile @@ -16,6 +16,8 @@ DISTNAME= gmp-${PORTVERSION} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A free library for arbitrary precision arithmetic + USE_REINPLACE= yes USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/math/libgmp4/pkg-comment b/math/libgmp4/pkg-comment deleted file mode 100644 index 11e376b31082..000000000000 --- a/math/libgmp4/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A free library for arbitrary precision arithmetic diff --git a/math/libneural/Makefile b/math/libneural/Makefile index b1d947a00676..c373f19d4aa3 100644 --- a/math/libneural/Makefile +++ b/math/libneural/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://ieee.uow.edu.au/documents/contrib/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= C++ implementation of the classic 3-layer perceptron in library form + USE_LIBTOOL= yes INSTALLS_SHLIB= yes diff --git a/math/libneural/pkg-comment b/math/libneural/pkg-comment deleted file mode 100644 index 031aaa9f795b..000000000000 --- a/math/libneural/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -C++ implementation of the classic 3-layer perceptron in library form diff --git a/math/linpack/Makefile b/math/linpack/Makefile index bff5544cc45b..5d6abae0096c 100644 --- a/math/linpack/Makefile +++ b/math/linpack/Makefile @@ -14,6 +14,8 @@ DISTFILES= ${SRCS:.f=.f.gz} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Linear Algebra package + LIB_DEPENDS= blas.1:${PORTSDIR}/math/blas INSTALLS_SHLIB= yes diff --git a/math/linpack/pkg-comment b/math/linpack/pkg-comment deleted file mode 100644 index f04d78faf891..000000000000 --- a/math/linpack/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Linear Algebra package diff --git a/math/metis/Makefile b/math/metis/Makefile index aafbf8292204..ee8a849b3a51 100644 --- a/math/metis/Makefile +++ b/math/metis/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://www-users.cs.umn.edu/~karypis/metis/metis/files/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A package for unstructured graph partitioning + ALL_TARGET= do-install: diff --git a/math/metis/pkg-comment b/math/metis/pkg-comment deleted file mode 100644 index 4144bc7d0294..000000000000 --- a/math/metis/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A package for unstructured graph partitioning diff --git a/math/metis4/Makefile b/math/metis4/Makefile index aafbf8292204..ee8a849b3a51 100644 --- a/math/metis4/Makefile +++ b/math/metis4/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://www-users.cs.umn.edu/~karypis/metis/metis/files/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A package for unstructured graph partitioning + ALL_TARGET= do-install: diff --git a/math/metis4/pkg-comment b/math/metis4/pkg-comment deleted file mode 100644 index 4144bc7d0294..000000000000 --- a/math/metis4/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A package for unstructured graph partitioning diff --git a/math/mtl/Makefile b/math/mtl/Makefile index 85cc8a0fe884..a56fc5aa45ef 100644 --- a/math/mtl/Makefile +++ b/math/mtl/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}-2.1.2-20 MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= The Matrix Template Library + GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/math/mtl/pkg-comment b/math/mtl/pkg-comment deleted file mode 100644 index d5aabc75116e..000000000000 --- a/math/mtl/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Matrix Template Library diff --git a/math/netcdf/Makefile b/math/netcdf/Makefile index 090758cd7b30..3cb8408398d9 100644 --- a/math/netcdf/Makefile +++ b/math/netcdf/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Library for machine-independent, array-oriented data access + WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= yes diff --git a/math/netcdf/pkg-comment b/math/netcdf/pkg-comment deleted file mode 100644 index 15d74d212321..000000000000 --- a/math/netcdf/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Library for machine-independent, array-oriented data access diff --git a/math/newmat/Makefile b/math/newmat/Makefile index bc4c72ef6d7e..9b562794d0a5 100644 --- a/math/newmat/Makefile +++ b/math/newmat/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A C++ matrix library + NO_WRKSUBDIR= yes USE_REINPLACE= yes USE_GMAKE= yes diff --git a/math/newmat/pkg-comment b/math/newmat/pkg-comment deleted file mode 100644 index 143b896e42fc..000000000000 --- a/math/newmat/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A C++ matrix library diff --git a/math/oleo/Makefile b/math/oleo/Makefile index 8b5b4482fb65..4a8c613c590f 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= The GNU spreadsheet for X11 and terminals + LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_REINPLACE= yes diff --git a/math/oleo/pkg-comment b/math/oleo/pkg-comment deleted file mode 100644 index 151f940c9ca1..000000000000 --- a/math/oleo/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The GNU spreadsheet for X11 and terminals diff --git a/math/p5-AI-NeuralNet-BackProp/Makefile b/math/p5-AI-NeuralNet-BackProp/Makefile index eda940022675..8fe7f1fd6301 100644 --- a/math/p5-AI-NeuralNet-BackProp/Makefile +++ b/math/p5-AI-NeuralNet-BackProp/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Perl module implementing a back-propagation feed-forward neural network + USE_ZIP= yes NO_WRKSUBDIR= yes PERL_CONFIGURE= yes diff --git a/math/p5-AI-NeuralNet-BackProp/pkg-comment b/math/p5-AI-NeuralNet-BackProp/pkg-comment deleted file mode 100644 index 7649dd31b4ed..000000000000 --- a/math/p5-AI-NeuralNet-BackProp/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl module implementing a back-propagation feed-forward neural network diff --git a/math/p5-AI-NeuralNet-Mesh/Makefile b/math/p5-AI-NeuralNet-Mesh/Makefile index 520ee1a88067..a98167474a4c 100644 --- a/math/p5-AI-NeuralNet-Mesh/Makefile +++ b/math/p5-AI-NeuralNet-Mesh/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A perl module implementing an optimized, accurate neural network mesh + USE_ZIP= yes NO_WRKSUBDIR= yes PERL_CONFIGURE= yes diff --git a/math/p5-AI-NeuralNet-Mesh/pkg-comment b/math/p5-AI-NeuralNet-Mesh/pkg-comment deleted file mode 100644 index 706deebe9b49..000000000000 --- a/math/p5-AI-NeuralNet-Mesh/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A perl module implementing an optimized, accurate neural network mesh diff --git a/math/p5-AI-Perceptron/Makefile b/math/p5-AI-Perceptron/Makefile index 9dd01c886a4e..794ae4c690c2 100644 --- a/math/p5-AI-Perceptron/Makefile +++ b/math/p5-AI-Perceptron/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Perl module for introducing to internal operations of neural networks + PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/math/p5-AI-Perceptron/pkg-comment b/math/p5-AI-Perceptron/pkg-comment deleted file mode 100644 index 6e6b527179bb..000000000000 --- a/math/p5-AI-Perceptron/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl module for introducing to internal operations of neural networks diff --git a/math/p5-Bit-ShiftReg/Makefile b/math/p5-Bit-ShiftReg/Makefile index 336fad570799..0b3ff4ca3497 100644 --- a/math/p5-Bit-ShiftReg/Makefile +++ b/math/p5-Bit-ShiftReg/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Perl module implementing various bit shifting operations + PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/math/p5-Bit-ShiftReg/pkg-comment b/math/p5-Bit-ShiftReg/pkg-comment deleted file mode 100644 index 9b091beeb63a..000000000000 --- a/math/p5-Bit-ShiftReg/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl module implementing various bit shifting operations diff --git a/math/p5-Math-Bezier/Makefile b/math/p5-Math-Bezier/Makefile index 8ed28973b664..71f8cffe74a3 100644 --- a/math/p5-Math-Bezier/Makefile +++ b/math/p5-Math-Bezier/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Perl module to solve Bezier curves + PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/math/p5-Math-Bezier/pkg-comment b/math/p5-Math-Bezier/pkg-comment deleted file mode 100644 index 52bf47fa0103..000000000000 --- a/math/p5-Math-Bezier/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl module to solve Bezier curves diff --git a/math/p5-Math-BigIntFast/Makefile b/math/p5-Math-BigIntFast/Makefile index b05081378b86..caceec9b66c1 100644 --- a/math/p5-Math-BigIntFast/Makefile +++ b/math/p5-Math-BigIntFast/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Perl module wrapper for Bit::Vector to provide big integer math + BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Bit/Vector.pm:${PORTSDIR}/math/p5-Bit-Vector RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/math/p5-Math-BigIntFast/pkg-comment b/math/p5-Math-BigIntFast/pkg-comment deleted file mode 100644 index 1c29cce20ced..000000000000 --- a/math/p5-Math-BigIntFast/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl module wrapper for Bit::Vector to provide big integer math diff --git a/math/p5-Math-Currency/Makefile b/math/p5-Math-Currency/Makefile index ef51d31f181e..3da51a0c6608 100644 --- a/math/p5-Math-Currency/Makefile +++ b/math/p5-Math-Currency/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Perl module for exact currency math with formatting and rounding + BUILD_DEPENDS= ${SITE_PERL}/Math/FixedPrecision.pm:${PORTSDIR}/math/p5-Math-FixedPrecision RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/math/p5-Math-Currency/pkg-comment b/math/p5-Math-Currency/pkg-comment deleted file mode 100644 index d962e7054dff..000000000000 --- a/math/p5-Math-Currency/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl module for exact currency math with formatting and rounding diff --git a/math/p5-Math-Financial/Makefile b/math/p5-Math-Financial/Makefile index 899f1536ec57..e14b3f826b3c 100644 --- a/math/p5-Math-Financial/Makefile +++ b/math/p5-Math-Financial/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Perl module containing common functions for loans and annuities + PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/math/p5-Math-Financial/pkg-comment b/math/p5-Math-Financial/pkg-comment deleted file mode 100644 index b2e6e5c4eeee..000000000000 --- a/math/p5-Math-Financial/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl module containing common functions for loans and annuities diff --git a/math/p5-Math-FixedPrecision/Makefile b/math/p5-Math-FixedPrecision/Makefile index d5af77ea4678..39e50f923ab7 100644 --- a/math/p5-Math-FixedPrecision/Makefile +++ b/math/p5-Math-FixedPrecision/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Perl module that provides decimal math without floating point errors + USE_ZIP= yes .include <bsd.port.pre.mk> diff --git a/math/p5-Math-FixedPrecision/pkg-comment b/math/p5-Math-FixedPrecision/pkg-comment deleted file mode 100644 index 00cce112a655..000000000000 --- a/math/p5-Math-FixedPrecision/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl module that provides decimal math without floating point errors diff --git a/math/p5-Math-GMP/Makefile b/math/p5-Math-GMP/Makefile index 769db893909d..af5062ff8f8d 100644 --- a/math/p5-Math-GMP/Makefile +++ b/math/p5-Math-GMP/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Perl module that provides an interface to the GMP library + PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/math/p5-Math-GMP/pkg-comment b/math/p5-Math-GMP/pkg-comment deleted file mode 100644 index 0dd3a87e916a..000000000000 --- a/math/p5-Math-GMP/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl module that provides an interface to the GMP library diff --git a/math/physcalc/Makefile b/math/physcalc/Makefile index e4b75f5d9432..3e141f93d3f1 100644 --- a/math/physcalc/Makefile +++ b/math/physcalc/Makefile @@ -13,6 +13,8 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Extremely flexible calculator that behaves much like units(1) + EXTRACT_BEFORE_ARGS= -aq EXTRACT_AFTER_ARGS= -x physcalc -d ${WRKDIR} diff --git a/math/physcalc/pkg-comment b/math/physcalc/pkg-comment deleted file mode 100644 index cc720ae53b61..000000000000 --- a/math/physcalc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Extremely flexible calculator that behaves much like units(1) diff --git a/math/ploticus/Makefile b/math/ploticus/Makefile index 18dc72c74f1e..e5edcd0ad653 100644 --- a/math/ploticus/Makefile +++ b/math/ploticus/Makefile @@ -14,6 +14,8 @@ DISTNAME= plsrc${PORTVERSION:S/.//} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Generates plots and graphs from data + LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \ png:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg \ diff --git a/math/ploticus/pkg-comment b/math/ploticus/pkg-comment deleted file mode 100644 index f3e1fc41cc32..000000000000 --- a/math/ploticus/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Generates plots and graphs from data diff --git a/math/plplot/Makefile b/math/plplot/Makefile index 77d309d7d18b..5786e094e628 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A scientific plotting package + LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 diff --git a/math/plplot/pkg-comment b/math/plplot/pkg-comment deleted file mode 100644 index dc35c172d29c..000000000000 --- a/math/plplot/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A scientific plotting package diff --git a/math/py-probstat/Makefile b/math/py-probstat/Makefile index f07b01752ccd..4e59f636a919 100644 --- a/math/py-probstat/Makefile +++ b/math/py-probstat/Makefile @@ -17,6 +17,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Probability And Statistics Utils for Python + PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/math/py-probstat/pkg-comment b/math/py-probstat/pkg-comment deleted file mode 100644 index bffcca1db6ea..000000000000 --- a/math/py-probstat/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Probability And Statistics Utils for Python diff --git a/math/rascal/Makefile b/math/rascal/Makefile index 2687c538ff0f..18009eebc0bd 100644 --- a/math/rascal/Makefile +++ b/math/rascal/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Rascal, the Advanced Scientific CALculator + LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt USE_REINPLACE= yes diff --git a/math/rascal/pkg-comment b/math/rascal/pkg-comment deleted file mode 100644 index 2de64ab4f571..000000000000 --- a/math/rascal/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Rascal, the Advanced Scientific CALculator diff --git a/math/rpc/Makefile b/math/rpc/Makefile index c3f4fd00a607..d29cecadc9c4 100644 --- a/math/rpc/Makefile +++ b/math/rpc/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://www.eecs.umich.edu/~pelzlpj/rpc/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A full-screen RPN calculator program + BUILD_DEPENDS= ${LOCALBASE}/lib/libccm.so:${PORTSDIR}/math/ccmath RUN_DEPENDS= ${LOCALBASE}/lib/libccm.so:${PORTSDIR}/math/ccmath diff --git a/math/rpc/pkg-comment b/math/rpc/pkg-comment deleted file mode 100644 index e9c232a8fbf0..000000000000 --- a/math/rpc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A full-screen RPN calculator program diff --git a/math/spar/Makefile b/math/spar/Makefile index 3c8d65aa63db..91114a993b9a 100644 --- a/math/spar/Makefile +++ b/math/spar/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A modular math parser + LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt USE_REINPLACE= yes diff --git a/math/spar/pkg-comment b/math/spar/pkg-comment deleted file mode 100644 index 90601cfdd6a7..000000000000 --- a/math/spar/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A modular math parser diff --git a/math/ss/Makefile b/math/ss/Makefile index c5c098cdd8ff..bd4fb3e8d80d 100644 --- a/math/ss/Makefile +++ b/math/ss/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A curses-based SpreadSheet program + WRKSRC= ${WRKDIR}/ss_133 MAN1= ss.1 pss.1 diff --git a/math/ss/pkg-comment b/math/ss/pkg-comment deleted file mode 100644 index 5bc50d09cf61..000000000000 --- a/math/ss/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A curses-based SpreadSheet program diff --git a/math/superlu/Makefile b/math/superlu/Makefile index 7ad7f1d094c0..22972ea3fb07 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -13,6 +13,8 @@ DISTNAME= ${PORTNAME}_2.0 MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A library of routines for performing sparse factorization + BUILD_DEPENDS= ${LOCALBASE}/lib/libblas.a:${PORTSDIR}/math/blas WRKSRC= ${WRKDIR}/SuperLU diff --git a/math/superlu/pkg-comment b/math/superlu/pkg-comment deleted file mode 100644 index 731d2ec97d8e..000000000000 --- a/math/superlu/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A library of routines for performing sparse factorization diff --git a/math/surf/Makefile b/math/surf/Makefile index c409086dc8a2..06fc95885768 100644 --- a/math/surf/Makefile +++ b/math/surf/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Visualize some real algebraic geometry + LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ gmp.6:${PORTSDIR}/math/libgmp4 diff --git a/math/surf/pkg-comment b/math/surf/pkg-comment deleted file mode 100644 index 9e6e7602554e..000000000000 --- a/math/surf/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Visualize some real algebraic geometry diff --git a/math/topaz/Makefile b/math/topaz/Makefile index c320d540bb52..0f223d2a9291 100644 --- a/math/topaz/Makefile +++ b/math/topaz/Makefile @@ -13,6 +13,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/}-src MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A command driven graph plotting system for scientists and engineers + LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/math/topaz/pkg-comment b/math/topaz/pkg-comment deleted file mode 100644 index da6f8eba0a75..000000000000 --- a/math/topaz/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A command driven graph plotting system for scientists and engineers diff --git a/math/tvmet/Makefile b/math/tvmet/Makefile index 122f228f69be..71afab107128 100644 --- a/math/tvmet/Makefile +++ b/math/tvmet/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Tiny Vector and Matrix template library + GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/math/tvmet/pkg-comment b/math/tvmet/pkg-comment deleted file mode 100644 index 1f2d07e4ccc7..000000000000 --- a/math/tvmet/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Tiny Vector and Matrix template library diff --git a/math/umatrix/Makefile b/math/umatrix/Makefile index 3311c516b3f4..4950d4de8520 100644 --- a/math/umatrix/Makefile +++ b/math/umatrix/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://www.sigala.it/sandro/files/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Simple matrix package + GNU_CONFIGURE= yes MAN1= umatrix.1 diff --git a/math/umatrix/pkg-comment b/math/umatrix/pkg-comment deleted file mode 100644 index c06b09f0fbaf..000000000000 --- a/math/umatrix/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Simple matrix package diff --git a/math/umfpack/Makefile b/math/umfpack/Makefile index 0d06006d2908..0ef4cc320884 100644 --- a/math/umfpack/Makefile +++ b/math/umfpack/Makefile @@ -13,6 +13,8 @@ DISTNAME= UMFPACK${PORTVERSION} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Unsymmetric-pattern Multifrontal Package + BUILD_DEPENDS= ${LOCALBASE}/lib/libblas.a:${PORTSDIR}/math/blas NO_CDROM= 'Must not be sold' diff --git a/math/umfpack/pkg-comment b/math/umfpack/pkg-comment deleted file mode 100644 index cd98367b252a..000000000000 --- a/math/umfpack/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Unsymmetric-pattern Multifrontal Package diff --git a/math/vtk/Makefile b/math/vtk/Makefile index 20ed8ef33844..81190f19069c 100644 --- a/math/vtk/Makefile +++ b/math/vtk/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= The Visualization Toolkit + LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 USE_REINPLACE= yes diff --git a/math/vtk/pkg-comment b/math/vtk/pkg-comment deleted file mode 100644 index 534827a29655..000000000000 --- a/math/vtk/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Visualization Toolkit diff --git a/math/vtk43/Makefile b/math/vtk43/Makefile index 20ed8ef33844..81190f19069c 100644 --- a/math/vtk43/Makefile +++ b/math/vtk43/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= The Visualization Toolkit + LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 USE_REINPLACE= yes diff --git a/math/vtk43/pkg-comment b/math/vtk43/pkg-comment deleted file mode 100644 index 534827a29655..000000000000 --- a/math/vtk43/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Visualization Toolkit diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index 20ed8ef33844..81190f19069c 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= The Visualization Toolkit + LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 USE_REINPLACE= yes diff --git a/math/vtk5/pkg-comment b/math/vtk5/pkg-comment deleted file mode 100644 index 534827a29655..000000000000 --- a/math/vtk5/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Visualization Toolkit diff --git a/math/wingz/Makefile b/math/wingz/Makefile index 03c3326a1767..564656b06b3b 100644 --- a/math/wingz/Makefile +++ b/math/wingz/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A Commercial Spreadsheet + ONLY_FOR_ARCHS= i386 USE_LINUX= yes diff --git a/math/wingz/pkg-comment b/math/wingz/pkg-comment deleted file mode 100644 index 7f30f379a6eb..000000000000 --- a/math/wingz/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Commercial Spreadsheet diff --git a/math/xldlas/Makefile b/math/xldlas/Makefile index 9962f8a582c7..15b53d50e335 100644 --- a/math/xldlas/Makefile +++ b/math/xldlas/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= -source.tgz MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= An XForms-based statistics package + LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms WRKSRC= ${WRKDIR}/xldlas diff --git a/math/xldlas/pkg-comment b/math/xldlas/pkg-comment deleted file mode 100644 index caf62f6ec2c0..000000000000 --- a/math/xldlas/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An XForms-based statistics package diff --git a/math/xlispstat/Makefile b/math/xlispstat/Makefile index d737b4d02c4b..bc83b9145199 100644 --- a/math/xlispstat/Makefile +++ b/math/xlispstat/Makefile @@ -17,6 +17,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A statistics/X11 based lisp interpreter + USE_XLIB= yes GNU_CONFIGURE= yes ALL_TARGET= ${PORTNAME} diff --git a/math/xlispstat/pkg-comment b/math/xlispstat/pkg-comment deleted file mode 100644 index ecc63b72f69b..000000000000 --- a/math/xlispstat/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A statistics/X11 based lisp interpreter diff --git a/math/xspread/Makefile b/math/xspread/Makefile index 43a3c81541a5..b981aa7a375a 100644 --- a/math/xspread/Makefile +++ b/math/xspread/Makefile @@ -13,6 +13,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A spreadsheet program for X and terminals + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig USE_XLIB= yes diff --git a/math/xspread/pkg-comment b/math/xspread/pkg-comment deleted file mode 100644 index 0ba26d08f752..000000000000 --- a/math/xspread/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A spreadsheet program for X and terminals diff --git a/math/xwpl/Makefile b/math/xwpl/Makefile index 207670115fe0..3c2b30c45bef 100644 --- a/math/xwpl/Makefile +++ b/math/xwpl/Makefile @@ -13,6 +13,8 @@ DISTNAME= ${PKGNAME}-freebsd MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= The X Wavelet Packet Laboratory + ONLY_FOR_ARCHS= i386 NO_CDROM= "Free for Non-Commercial Use Only" diff --git a/math/xwpl/pkg-comment b/math/xwpl/pkg-comment deleted file mode 100644 index f481ee9a1a0f..000000000000 --- a/math/xwpl/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The X Wavelet Packet Laboratory diff --git a/math/yacas/Makefile b/math/yacas/Makefile index bb7d2dfc31d0..a4c536013485 100644 --- a/math/yacas/Makefile +++ b/math/yacas/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/rev/} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Yet Another Computer Algebra System + GNU_CONFIGURE= yes USE_GMAKE= yes USE_PERL5= yes diff --git a/math/yacas/pkg-comment b/math/yacas/pkg-comment deleted file mode 100644 index c469d7f3c92a..000000000000 --- a/math/yacas/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Yet Another Computer Algebra System |