diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/clipper/Makefile | 3 | ||||
-rw-r--r-- | math/ent/Makefile | 2 | ||||
-rw-r--r-- | math/fann/Makefile | 3 | ||||
-rw-r--r-- | math/geonext/Makefile | 2 | ||||
-rw-r--r-- | math/glm/Makefile | 2 | ||||
-rw-r--r-- | math/jacal/Makefile | 4 | ||||
-rw-r--r-- | math/jama/Makefile | 2 | ||||
-rw-r--r-- | math/javaview/Makefile | 2 | ||||
-rw-r--r-- | math/jlatexmath/Makefile | 2 | ||||
-rw-r--r-- | math/jsmath-fonts-sprite/Makefile | 2 | ||||
-rw-r--r-- | math/jsmath-fonts/Makefile | 2 | ||||
-rw-r--r-- | math/jsmath/Makefile | 2 | ||||
-rw-r--r-- | math/jts/Makefile | 2 | ||||
-rw-r--r-- | math/libocas/Makefile | 3 | ||||
-rw-r--r-- | math/matrix/Makefile | 2 | ||||
-rw-r--r-- | math/miracl/Makefile | 2 | ||||
-rw-r--r-- | math/muparser/Makefile | 4 | ||||
-rw-r--r-- | math/ogdf/Makefile | 2 | ||||
-rw-r--r-- | math/p5-AI-NeuralNet-BackProp/Makefile | 3 | ||||
-rw-r--r-- | math/physcalc/Makefile | 2 | ||||
-rw-r--r-- | math/plman/Makefile | 3 | ||||
-rw-r--r-- | math/py-gmpy/Makefile | 2 | ||||
-rw-r--r-- | math/saga/Makefile | 2 | ||||
-rw-r--r-- | math/sedumi/Makefile | 2 | ||||
-rw-r--r-- | math/sfft/Makefile | 2 | ||||
-rw-r--r-- | math/spblas/Makefile | 3 | ||||
-rw-r--r-- | math/testu01/Makefile | 3 | ||||
-rw-r--r-- | math/triangle/Makefile | 2 |
28 files changed, 28 insertions, 39 deletions
diff --git a/math/clipper/Makefile b/math/clipper/Makefile index 9e67ded3117c..88ef52e1e6fc 100644 --- a/math/clipper/Makefile +++ b/math/clipper/Makefile @@ -16,7 +16,6 @@ LICENSE= BSL WRKSRC= ${WRKDIR}/cpp USE_LDCONFIG= yes -USE_ZIP= yes -USES= cmake +USES= cmake zip .include <bsd.port.mk> diff --git a/math/ent/Makefile b/math/ent/Makefile index 7283dff2b09a..2c834686e1c2 100644 --- a/math/ent/Makefile +++ b/math/ent/Makefile @@ -11,7 +11,7 @@ DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= horia@racoviceanu.com COMMENT= Entropy calculation and analysis of putative random sequences -USE_ZIP= yes +USES= zip NO_WRKSUBDIR= yes ALL_TARGET= ent PLIST_FILES= bin/ent diff --git a/math/fann/Makefile b/math/fann/Makefile index a7911c43f9af..09583c32b8ca 100644 --- a/math/fann/Makefile +++ b/math/fann/Makefile @@ -12,8 +12,7 @@ COMMENT= Free open source neural network library WRKSRC= ${WRKDIR}/FANN-2.2.0-Source -USES= cmake -USE_ZIP= yes +USES= cmake zip USE_LDCONFIG= yes post-patch: diff --git a/math/geonext/Makefile b/math/geonext/Makefile index 4b3903671bc1..89a6ba2a0c50 100644 --- a/math/geonext/Makefile +++ b/math/geonext/Makefile @@ -14,7 +14,7 @@ COMMENT= Interactive (dynamic) elementary Geometry Software WRKSRC= ${WRKDIR}/geonext_install NO_BUILD= yes -USE_ZIP= yes +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ DATA= cacerts didmat.crt geonext.html geonext.jar license.txt index.html\ diff --git a/math/glm/Makefile b/math/glm/Makefile index d48ece3099d2..feebc1b5b64a 100644 --- a/math/glm/Makefile +++ b/math/glm/Makefile @@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR= ogl-math/${PORTNAME}-${PORTVERSION} MAINTAINER= demon@FreeBSD.org COMMENT= C++ mathematics library for software based on the OpenGL GLSL -USE_ZIP= yes +USES= zip NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/math/jacal/Makefile b/math/jacal/Makefile index 0987ad390693..47409acad517 100644 --- a/math/jacal/Makefile +++ b/math/jacal/Makefile @@ -14,9 +14,7 @@ RUN_DEPENDS= scm:${PORTSDIR}/lang/scm \ WRKSRC= ${WRKDIR}/jacal -USE_ZIP= yes -USE_GMAKE= yes -USES= perl5 +USES= gmake perl5 zip NO_BUILD= yes MAN1= jacal.1 diff --git a/math/jama/Makefile b/math/jama/Makefile index 0c5dea0ba1e2..c2b242c54440 100644 --- a/math/jama/Makefile +++ b/math/jama/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/tnt/tnt.h:${PORTSDIR}/devel/tnt \ unzip:${PORTSDIR}/archivers/unzip RUN_DEPENDS= ${LOCALBASE}/include/tnt/tnt.h:${PORTSDIR}/devel/tnt -USE_ZIP= yes +USES= zip:infozip NO_BUILD= yes do-install: diff --git a/math/javaview/Makefile b/math/javaview/Makefile index 4d3654172eaf..ea701b15db96 100644 --- a/math/javaview/Makefile +++ b/math/javaview/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash NO_BUILD= yes NO_WRKSUBDIR= yes -USE_ZIP= yes +USES= zip USE_JAVA= yes DATADIR= ${JAVASHAREDIR}/${PORTNAME} diff --git a/math/jlatexmath/Makefile b/math/jlatexmath/Makefile index 0bbe2584c5a5..9af3afefa843 100644 --- a/math/jlatexmath/Makefile +++ b/math/jlatexmath/Makefile @@ -13,7 +13,7 @@ COMMENT= Java API to display mathematical formulas written in LaTeX LICENSE= GPLv2 -USE_ZIP= yes +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_BUILD= yes diff --git a/math/jsmath-fonts-sprite/Makefile b/math/jsmath-fonts-sprite/Makefile index d3017d12d69e..3fcfe9c61d7b 100644 --- a/math/jsmath-fonts-sprite/Makefile +++ b/math/jsmath-fonts-sprite/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.math.union.edu/~dpvc/jsMath/download/ \ MAINTAINER= nivit@FreeBSD.org COMMENT= A sprite fonts pack for jsMath -USE_ZIP= yes +USES= zip NO_BUILD= yes WRKSRC= ${WRKDIR} WWWDIR?= ${PREFIX}/www/jsMath diff --git a/math/jsmath-fonts/Makefile b/math/jsmath-fonts/Makefile index 1b708216a643..fec497479d96 100644 --- a/math/jsmath-fonts/Makefile +++ b/math/jsmath-fonts/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.math.union.edu/~dpvc/jsMath/download/ \ MAINTAINER= nivit@FreeBSD.org COMMENT= A raster fonts pack for jsmath -USE_ZIP= yes +USES= zip NO_BUILD= yes WRKSRC= ${WRKDIR}/jsMath WWWDIR?= ${PREFIX}/www/jsMath diff --git a/math/jsmath/Makefile b/math/jsmath/Makefile index 5b2b62608e92..7498d7a54079 100644 --- a/math/jsmath/Makefile +++ b/math/jsmath/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${DISTVERSION} MAINTAINER= nivit@FreeBSD.org COMMENT= JavaScript tool for including mathematics in web pages -USE_ZIP= yes +USES= zip NO_BUILD= yes OPTIONS_DEFINE= IMAGE_FONTS SPRITE_FONTS diff --git a/math/jts/Makefile b/math/jts/Makefile index 01647ca15cb5..b8835257488a 100644 --- a/math/jts/Makefile +++ b/math/jts/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${JAVALIBDIR}/jdom.jar:${PORTSDIR}/java/jdom \ ${JAVALIBDIR}/junit.jar:${PORTSDIR}/java/junit \ ${JAVALIBDIR}/xml-apis.jar:${PORTSDIR}/textproc/xerces-j -USE_ZIP= yes +USES= zip NO_BUILD= yes USE_JAVA= yes NO_WRKSUBDIR= yes diff --git a/math/libocas/Makefile b/math/libocas/Makefile index 71585aec03cf..643d72532063 100644 --- a/math/libocas/Makefile +++ b/math/libocas/Makefile @@ -12,9 +12,8 @@ COMMENT= Efficient training of SVM classifiers LICENSE= GPLv3 -USE_GMAKE= yes +USES= gmake zip USE_LDCONFIG= yes -USE_ZIP= yes ALL_TARGET= clean libocas.so.1 svmocas msvmocas linclassif CLIBS= -lm ${PTHREAD_LIBS} diff --git a/math/matrix/Makefile b/math/matrix/Makefile index 3b3a2b6a38de..fdcd8f7b46e2 100644 --- a/math/matrix/Makefile +++ b/math/matrix/Makefile @@ -12,7 +12,7 @@ COMMENT= C++ library to manipulate matrices and vectors WRKSRC= ${WRKDIR}/matrix -USE_ZIP= yes +USES= zip USE_LDCONFIG= yes PLIST_SUB= LIBVERSION=1 diff --git a/math/miracl/Makefile b/math/miracl/Makefile index eb28e132d4be..ba787636e35c 100644 --- a/math/miracl/Makefile +++ b/math/miracl/Makefile @@ -24,7 +24,7 @@ LICENSE_PERMS_COMMERCIAL= dist-mirror dist-sell pkg-mirror pkg-sell no-auto-acce ONLY_FOR_ARCHS= i386 amd64 -USE_ZIP= yes +USES= zip USE_LDCONFIG= yes EXTRACT_BEFORE_ARGS= -j -aa -L -q diff --git a/math/muparser/Makefile b/math/muparser/Makefile index 0f1658acd873..af0838235f82 100644 --- a/math/muparser/Makefile +++ b/math/muparser/Makefile @@ -12,7 +12,7 @@ COMMENT= Mathematical expressions parser library written in C++ LICENSE= MIT -USES= pathfix +USES= pathfix gmake zip GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared=no .if defined(NOPORTEXAMPLES) @@ -21,8 +21,6 @@ CONFIGURE_ARGS+= --enable-samples=no .if !defined(NOPORTDOCS) CONFIGURE_ARGS+= --docdir=${DOCSDIR} .endif -USE_GMAKE= yes -USE_ZIP= yes NO_STAGE= yes .include <bsd.port.pre.mk> diff --git a/math/ogdf/Makefile b/math/ogdf/Makefile index 8253cbbf4ca6..bed7b88dfecf 100644 --- a/math/ogdf/Makefile +++ b/math/ogdf/Makefile @@ -18,7 +18,7 @@ OPTIONS_DEFINE= COIN ABACUS COIN_DESC= Use the Coin Open Solver Interface (Osi) ABACUS_DESC= Use the ABACUS branch-and-cut library -USE_ZIP= yes +USES= zip USE_LDCONFIG= yes USE_PYTHON= build diff --git a/math/p5-AI-NeuralNet-BackProp/Makefile b/math/p5-AI-NeuralNet-BackProp/Makefile index 6cacbaf77e4d..e9d5fd9677a6 100644 --- a/math/p5-AI-NeuralNet-BackProp/Makefile +++ b/math/p5-AI-NeuralNet-BackProp/Makefile @@ -10,9 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module implementing a back-propagation feed-forward neural network -USE_ZIP= yes NO_WRKSUBDIR= yes -USES= perl5 +USES= perl5 zip USE_PERL5= configure .include <bsd.port.mk> diff --git a/math/physcalc/Makefile b/math/physcalc/Makefile index 4249ab75cdae..c788517b2990 100644 --- a/math/physcalc/Makefile +++ b/math/physcalc/Makefile @@ -15,7 +15,7 @@ EXTRACT_BEFORE_ARGS= -aq EXTRACT_AFTER_ARGS= -x physcalc -d ${WRKDIR} NO_WRKSUBDIR= yes -USE_ZIP= yes +USES= zip DEFS= -DSHAREDIR="\"${PREFIX}/share/physcalc/\"" SRCS= physconv.c physmain.c physmlib.c physnode.c physoper.c \ diff --git a/math/plman/Makefile b/math/plman/Makefile index c661a465bc7f..fce4bf03d885 100644 --- a/math/plman/Makefile +++ b/math/plman/Makefile @@ -8,7 +8,6 @@ CATEGORIES= math java MASTER_SITES= http://${PORTNAME}.sourceforge.net/dist/ \ http://nivi.interfree.it/distfiles/${PORTNAME}.sourceforge.net/ DISTNAME= ${PORTNAME}${PORTVERSION:C/\./_/g} -EXTRACT_SUFX= .zip MAINTAINER= nivit@FreeBSD.org COMMENT= A Propositional Logic sentence shell/interpreter @@ -17,8 +16,8 @@ RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper NO_BUILD= yes +USES= zip USE_JAVA= yes -USE_ZIP= yes JAVA_VERSION= 1.6+ DATADIR= ${JAVASHAREDIR}/${PORTNAME} diff --git a/math/py-gmpy/Makefile b/math/py-gmpy/Makefile index fb6777e89b07..6e3557d9eaf2 100644 --- a/math/py-gmpy/Makefile +++ b/math/py-gmpy/Makefile @@ -13,7 +13,7 @@ COMMENT= Python Extension that Wraps the GMP Library LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp -USE_ZIP= yes +USES= zip USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes diff --git a/math/saga/Makefile b/math/saga/Makefile index 85784f0e0e57..820b37922955 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libproj.so:${PORTSDIR}/graphics/proj \ liblas.so:${PORTSDIR}/devel/liblas \ libopencv_core.so:${PORTSDIR}/graphics/opencv-core -USE_ZIP= yes +USES= zip USE_WX= 2.9 WX_UNICODE= yes USE_LDCONFIG= yes diff --git a/math/sedumi/Makefile b/math/sedumi/Makefile index d3052e95183a..c4ee2571bb11 100644 --- a/math/sedumi/Makefile +++ b/math/sedumi/Makefile @@ -15,7 +15,7 @@ COMMENT= SeDuMi is an semidefinite programming solver on Matlab RUN_DEPENDS= octave:${PORTSDIR}/math/octave BUILD_DEPENDS= octave:${PORTSDIR}/math/octave -USE_ZIP= yes +USES= zip WRKSRC= ${WRKDIR}/SeDuMi_1_1 NO_STAGE= yes diff --git a/math/sfft/Makefile b/math/sfft/Makefile index 56a5d7d8c8ab..7286c99ff761 100644 --- a/math/sfft/Makefile +++ b/math/sfft/Makefile @@ -16,9 +16,9 @@ LICENSE= GPLv2 LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 +USES= zip USE_GCC= yes USE_LDCONFIG= yes -USE_ZIP= yes OPTIONS_DEFINE= OPTIMIZED_CFLAGS PROFILE OPTIONS_DEFAULT= OPTIMIZED_CFLAGS diff --git a/math/spblas/Makefile b/math/spblas/Makefile index a92d1cfffea8..44b48625e60a 100644 --- a/math/spblas/Makefile +++ b/math/spblas/Makefile @@ -10,9 +10,8 @@ DISTFILES= nist_spblas_${DISTVERSION}.zip:1 MAINTAINER= bf@FreeBSD.org COMMENT= NIST Sparse Basic Linear Algebra Subprograms (BLAS) -USE_DOS2UNIX= yes +USES= dos2unix zip USE_LDCONFIG= yes -USE_ZIP= yes HEADERS= blas_enum.h blas_sparse.h blas_sparse_proto.h HDIR = include/spblas diff --git a/math/testu01/Makefile b/math/testu01/Makefile index a8a1b3eba02a..14f22abfd0cd 100644 --- a/math/testu01/Makefile +++ b/math/testu01/Makefile @@ -15,10 +15,9 @@ COMMENT= Utilities for statistical testing of uniform random number generators LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp -USE_ZIP= yes +USES= gmake zip GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir="${PREFIX}/include/${PORTNAME}" -USE_GMAKE= yes MAKE_ARGS= docdir="${DOCSDIR}" exdir="${EXAMPLESDIR}" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/math/triangle/Makefile b/math/triangle/Makefile index 1622345931a1..8323695b22fb 100644 --- a/math/triangle/Makefile +++ b/math/triangle/Makefile @@ -16,7 +16,7 @@ COMMENT= A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator NO_CDROM= No commercial use without prior arrangement with the author NO_WRKSUBDIR= yes -USE_ZIP= yes +USES= zip USE_XORG= x11 MAKEFILE= makefile |