From 84342fe04e1e4468d803e6a7f3d9e35ac44b0511 Mon Sep 17 00:00:00 2001 From: nivit Date: Sat, 7 Feb 2009 18:28:58 +0000 Subject: - Update to 1.61 - Add WITH_FFTW knob --- math/asymptote/Makefile | 11 ++++++----- math/asymptote/distinfo | 6 +++--- math/asymptote/pkg-plist | 3 +++ 3 files changed, 12 insertions(+), 8 deletions(-) (limited to 'math/asymptote') diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index e43a8dd0249..018448b3439 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -6,7 +6,7 @@ # PORTNAME= asymptote -PORTVERSION= 1.59 +PORTVERSION= 1.61 PORTREVISION= 0 CATEGORIES= math MASTER_SITES= SF @@ -16,7 +16,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= nivit@FreeBSD.org COMMENT= A powerful script-based vector graphics language +.if defined(WITH_GSL) +LIB_DEPENDS+= gsl.13:${PORTSDIR}/math/gsl +.endif +.if defined(WITH_FFTW) LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 +.endif BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ dvips:${PORTSDIR}/print/dvipsk-tetex \ latex:${PORTSDIR}/print/teTeX \ @@ -50,10 +55,6 @@ PLIST_SUB= MKTEXLSR=${MKTEXLSR} ALL_TARGET= asy INSTALL_TARGET= install-asy -.if defined(WITH_GSL) -LIB_DEPENDS+= gsl.13:${PORTSDIR}/math/gsl -.endif - # Documentation .if !defined(NOPORTDOCS) MAN1= asy.1 xasy.1x diff --git a/math/asymptote/distinfo b/math/asymptote/distinfo index b069f2f8fc7..ab70c3c88f4 100644 --- a/math/asymptote/distinfo +++ b/math/asymptote/distinfo @@ -1,3 +1,3 @@ -MD5 (asymptote-1.59.src.tgz) = 9d7c25d9e3a24b0d9b63c98b5f676c89 -SHA256 (asymptote-1.59.src.tgz) = eb9ba767464f5ce789a01f84f4001c9bcd177d770c425c98404f715cc79914e5 -SIZE (asymptote-1.59.src.tgz) = 1306212 +MD5 (asymptote-1.61.src.tgz) = 93ce4d40318752ca60f15eef096e4e1a +SHA256 (asymptote-1.61.src.tgz) = b848d1ba120a0c2de6ddf4597fd87dff0186fe7a505457b979aaf6533c8287ed +SIZE (asymptote-1.61.src.tgz) = 1311279 diff --git a/math/asymptote/pkg-plist b/math/asymptote/pkg-plist index d04ac91932f..179b127a6af 100644 --- a/math/asymptote/pkg-plist +++ b/math/asymptote/pkg-plist @@ -48,6 +48,7 @@ bin/xasy %%DATADIR%%/markers.asy %%DATADIR%%/math.asy %%DATADIR%%/metapost.asy +%%DATADIR%%/nopapersize.ps %%DATADIR%%/obj.asy %%DATADIR%%/ode.asy %%DATADIR%%/palette.asy @@ -182,6 +183,7 @@ bin/xasy %%PORTEXAMPLES%%%%EXAMPLESDIR%%/filegraph.dat %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fillcontour.asy %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fjortoft.asy +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/floor.asy %%PORTEXAMPLES%%%%EXAMPLESDIR%%/flow.asy %%PORTEXAMPLES%%%%EXAMPLESDIR%%/flowchartdemo.asy %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fractaltree.asy @@ -249,6 +251,7 @@ bin/xasy %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mosquito.asy %%PORTEXAMPLES%%%%EXAMPLESDIR%%/multicontour.asy %%PORTEXAMPLES%%%%EXAMPLESDIR%%/near_earth.asy +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oneoverx.asy %%PORTEXAMPLES%%%%EXAMPLESDIR%%/onecontour.asy %%PORTEXAMPLES%%%%EXAMPLESDIR%%/orthocenter.asy %%PORTEXAMPLES%%%%EXAMPLESDIR%%/parametricelevation.asy -- cgit