mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 1.61
- Add WITH_FFTW knob
This commit is contained in:
parent
cb9c468197
commit
c8486ce4a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227766
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user