diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2006-06-08 18:37:46 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2006-06-08 18:37:46 +0000 |
commit | 7a133aa6a5bcbcab00efd894d39a5d0f27855fa9 (patch) | |
tree | 7847152da57f4b625cf8a22c9c733187e74e604c /math/asymptote | |
parent | . Introduce the JAVAVM_DRYRUN variable. If this is set, then javavm will (diff) |
- Update to 1.06
- Add WITH_GSL knob
PR: 98131
Submitted by: maintainer
Approved by: arved (mentor)
Notes
Notes:
svn path=/head/; revision=164849
Diffstat (limited to 'math/asymptote')
-rw-r--r-- | math/asymptote/Makefile | 6 | ||||
-rw-r--r-- | math/asymptote/distinfo | 6 | ||||
-rw-r--r-- | math/asymptote/pkg-plist | 5 |
3 files changed, 12 insertions, 5 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index 0759f775c640..a2fe43042fc1 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -6,7 +6,7 @@ # PORTNAME= asymptote -PORTVERSION= 1.05 +PORTVERSION= 1.06 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -45,6 +45,10 @@ PLIST_SUB= MKTEXLSR=${MKTEXLSR} ALL_TARGET= asy INSTALL_TARGET= install-asy +.if defined(WITH_GSL) +LIB_DEPENDS+= gsl.9:${PORTSDIR}/math/gsl +.endif + # Documentation .if !defined(NOPORTDOCS) MAN1= asy.1 xasy.1x diff --git a/math/asymptote/distinfo b/math/asymptote/distinfo index d76f226aefc4..b4e099a06828 100644 --- a/math/asymptote/distinfo +++ b/math/asymptote/distinfo @@ -1,3 +1,3 @@ -MD5 (asymptote-1.05.tar.gz) = 4fc39ba0f67e0c5cdec0fcf3f72f9486 -SHA256 (asymptote-1.05.tar.gz) = d09938c3c44e5c0e35ab89033e3e8df2321404296e5c7087d58d3ec85b88f7cd -SIZE (asymptote-1.05.tar.gz) = 640481 +MD5 (asymptote-1.06.tar.gz) = 3dc87ce18034ee8c44e0cdbd49c126d2 +SHA256 (asymptote-1.06.tar.gz) = 94a91da26195fc3fb6d7ea88e7314eb07b5ba849a7d27f72d2d1c157cb23ab48 +SIZE (asymptote-1.06.tar.gz) = 647835 diff --git a/math/asymptote/pkg-plist b/math/asymptote/pkg-plist index d3a0d0a726da..7c3c8991430c 100644 --- a/math/asymptote/pkg-plist +++ b/math/asymptote/pkg-plist @@ -17,6 +17,7 @@ bin/xasy %%DATADIR%%/featpost3D.asy %%DATADIR%%/feynman.asy %%DATADIR%%/filldraw.asy +%%DATADIR%%/flowchart.asy %%DATADIR%%/fontsize.asy %%DATADIR%%/geometry.asy %%DATADIR%%/graph.asy @@ -53,6 +54,7 @@ bin/xasy %%EXAMPLESDIR%%/Pythagoras.asy %%EXAMPLESDIR%%/PythagoreanTree.asy %%EXAMPLESDIR%%/Sierpinski.asy +%%EXAMPLESDIR%%/advection.asy %%EXAMPLESDIR%%/animations/cube.asy %%EXAMPLESDIR%%/animations/wheel.asy %%EXAMPLESDIR%%/axis3.asy @@ -92,7 +94,7 @@ bin/xasy %%EXAMPLESDIR%%/fermi.asy %%EXAMPLESDIR%%/fjortoft.asy %%EXAMPLESDIR%%/flow.asy -%%EXAMPLESDIR%%/flowchart.asy +%%EXAMPLESDIR%%/flowchartdemo.asy %%EXAMPLESDIR%%/generalaxis.asy %%EXAMPLESDIR%%/generalaxis3.asy %%EXAMPLESDIR%%/grid.asy @@ -188,6 +190,7 @@ bin/xasy %%PORTDOCS%%@dirrm %%DOCSDIR%%/ @dirrm %%EXAMPLESDIR%%/animations @dirrm %%EXAMPLESDIR%% +share/texmf-local/tex/latex/asymptote/asycolors.sty share/texmf-local/tex/latex/asymptote/asymptote.sty @dirrm share/texmf-local/tex/latex/asymptote @unexec %%MKTEXLSR%% |