diff options
author | pav <pav@FreeBSD.org> | 2005-09-05 05:53:12 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-05 05:53:12 +0800 |
commit | c4461e20c9508d306335c4d69c108a5898eceb33 (patch) | |
tree | b64cb16ae84e170ad71b939b66e4840c7249641d /math/asymptote | |
parent | 5047e57159b0fb20ee0ba55a548983126f90d7b5 (diff) | |
download | freebsd-ports-gnome-c4461e20c9508d306335c4d69c108a5898eceb33.tar.gz freebsd-ports-gnome-c4461e20c9508d306335c4d69c108a5898eceb33.tar.zst freebsd-ports-gnome-c4461e20c9508d306335c4d69c108a5898eceb33.zip |
- Update to 0.86
PR: ports/85636
Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
Diffstat (limited to 'math/asymptote')
-rw-r--r-- | math/asymptote/Makefile | 9 | ||||
-rw-r--r-- | math/asymptote/distinfo | 4 | ||||
-rw-r--r-- | math/asymptote/pkg-plist | 6 |
3 files changed, 10 insertions, 9 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index 4dab6350ebd8..a08131cb1383 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -6,7 +6,7 @@ # PORTNAME= asymptote -PORTVERSION= 0.83 +PORTVERSION= 0.86 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -26,9 +26,10 @@ BUILD_DEPENDS= ${DISTDIR}/${GC_DISTNAME}:${PORTSDIR}/devel/boehm-gc:fetch \ RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter -# boehm-gc +# devel/boehm-gc ONLY_FOR_ARCHS= i386 +USE_GCC= 3.3+ USE_GHOSTSCRIPT= yes USE_GMAKE= yes USE_PYTHON= yes @@ -61,11 +62,7 @@ GC_DISTNAME= gc${GCVERSION}.tar.gz .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -# require exact version of gcc on 4.X LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline -USE_GCC= 3.3 -.else -USE_GCC= 3.3+ .endif pre-configure: diff --git a/math/asymptote/distinfo b/math/asymptote/distinfo index f9f444d26d2f..8c8a9686275f 100644 --- a/math/asymptote/distinfo +++ b/math/asymptote/distinfo @@ -1,2 +1,2 @@ -MD5 (asymptote-0.83.tar.gz) = c336e6a1d1ac51b9d517810fb0b0c968 -SIZE (asymptote-0.83.tar.gz) = 499920 +MD5 (asymptote-0.86.tar.gz) = 6faed74349a9fcbd6d02f0cffb4c7c55 +SIZE (asymptote-0.86.tar.gz) = 512560 diff --git a/math/asymptote/pkg-plist b/math/asymptote/pkg-plist index f38c99c2c540..408cf1e9a906 100644 --- a/math/asymptote/pkg-plist +++ b/math/asymptote/pkg-plist @@ -7,7 +7,7 @@ bin/xasy %%DATADIR%%/feynman.asy %%DATADIR%%/geometry.asy %%DATADIR%%/graph.asy -%%DATADIR%%/graph3d.asy +%%DATADIR%%/graph3.asy %%DATADIR%%/latin1.asy %%DATADIR%%/math.asy %%DATADIR%%/metapost.asy @@ -21,6 +21,7 @@ bin/xasy %%DATADIR%%/tree.asy %%DATADIR%%/unicode.asy %%EXAMPLESDIR%%/Bode.asy +%%EXAMPLESDIR%%/Gouraud.asy %%EXAMPLESDIR%%/Pythagoras.asy %%EXAMPLESDIR%%/PythagoreanTree.asy %%EXAMPLESDIR%%/asy-mode.el @@ -58,6 +59,7 @@ bin/xasy %%EXAMPLESDIR%%/helix.asy %%EXAMPLESDIR%%/hierarchy.asy %%EXAMPLESDIR%%/histogram.asy +%%EXAMPLESDIR%%/icon.asy %%EXAMPLESDIR%%/image.asy %%EXAMPLESDIR%%/integraltest.asy %%EXAMPLESDIR%%/join.asy @@ -65,6 +67,7 @@ bin/xasy %%EXAMPLESDIR%%/labelsquare.asy %%PORTDOCS%%%%EXAMPLESDIR%%/latexusage.asy %%EXAMPLESDIR%%/latexusage.tex +%%EXAMPLESDIR%%/latticeshading.asy %%EXAMPLESDIR%%/lever.asy %%EXAMPLESDIR%%/lineargraph.asy %%EXAMPLESDIR%%/lineargraph0.asy @@ -72,6 +75,7 @@ bin/xasy %%EXAMPLESDIR%%/linetype.asy %%EXAMPLESDIR%%/log.asy %%EXAMPLESDIR%%/loggraph.asy +%%EXAMPLESDIR%%/loggrid.asy %%EXAMPLESDIR%%/logo.asy %%EXAMPLESDIR%%/lowint.asy %%EXAMPLESDIR%%/lowupint.asy |