diff options
author | nivit <nivit@FreeBSD.org> | 2009-02-08 02:28:58 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2009-02-08 02:28:58 +0800 |
commit | 84342fe04e1e4468d803e6a7f3d9e35ac44b0511 (patch) | |
tree | 599848579ecf171e4d5aae4c04347816b9d8ab1a /math/asymptote | |
parent | 7c05398ed84df28660ec94bdc827550da8210b88 (diff) | |
download | freebsd-ports-graphics-84342fe04e1e4468d803e6a7f3d9e35ac44b0511.tar.gz freebsd-ports-graphics-84342fe04e1e4468d803e6a7f3d9e35ac44b0511.tar.zst freebsd-ports-graphics-84342fe04e1e4468d803e6a7f3d9e35ac44b0511.zip |
- Update to 1.61
- Add WITH_FFTW knob
Diffstat (limited to 'math/asymptote')
-rw-r--r-- | math/asymptote/Makefile | 11 | ||||
-rw-r--r-- | math/asymptote/distinfo | 6 | ||||
-rw-r--r-- | math/asymptote/pkg-plist | 3 |
3 files changed, 12 insertions, 8 deletions
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 |