aboutsummaryrefslogtreecommitdiffstats
path: root/math/asymptote
diff options
context:
space:
mode:
authornivit <nivit@FreeBSD.org>2008-10-09 00:42:25 +0800
committernivit <nivit@FreeBSD.org>2008-10-09 00:42:25 +0800
commitcf685d42f62b5a0c7efe4f483977b38099b5fa13 (patch)
treee88171b3f8fbc818e496ca52a902039b9a7473ac /math/asymptote
parent785a88b7d0e091833e2bc3652ff16bc767d404bc (diff)
downloadfreebsd-ports-gnome-cf685d42f62b5a0c7efe4f483977b38099b5fa13.tar.gz
freebsd-ports-gnome-cf685d42f62b5a0c7efe4f483977b38099b5fa13.tar.zst
freebsd-ports-gnome-cf685d42f62b5a0c7efe4f483977b38099b5fa13.zip
- Update to 1.44
Diffstat (limited to 'math/asymptote')
-rw-r--r--math/asymptote/Makefile2
-rw-r--r--math/asymptote/distinfo6
-rw-r--r--math/asymptote/files/patch-Makefile.in46
-rw-r--r--math/asymptote/pkg-plist28
4 files changed, 29 insertions, 53 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile
index d7abe052910a..5b9f6fdac0c8 100644
--- a/math/asymptote/Makefile
+++ b/math/asymptote/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= asymptote
-PORTVERSION= 1.43
+PORTVERSION= 1.44
#PORTREVISION= 0
CATEGORIES= math
MASTER_SITES= SF
diff --git a/math/asymptote/distinfo b/math/asymptote/distinfo
index afdf038e7e91..1581b49d22ef 100644
--- a/math/asymptote/distinfo
+++ b/math/asymptote/distinfo
@@ -1,3 +1,3 @@
-MD5 (asymptote-1.43.src.tgz) = 8f85e1d9c455700f304960a8c5f7f113
-SHA256 (asymptote-1.43.src.tgz) = df010dca6cb0090cf677c45f89fa415c0c0aba8518fbbd3ae4839e597fa8ed74
-SIZE (asymptote-1.43.src.tgz) = 1070973
+MD5 (asymptote-1.44.src.tgz) = eb1d7e020a276e5603355ed3974b5f79
+SHA256 (asymptote-1.44.src.tgz) = b05578a53ebccbdc7e16a8be221bc31cb9d5f15e8c13825ce80782a21d61271f
+SIZE (asymptote-1.44.src.tgz) = 1231405
diff --git a/math/asymptote/files/patch-Makefile.in b/math/asymptote/files/patch-Makefile.in
index e131c7fb0ee6..229d10080842 100644
--- a/math/asymptote/files/patch-Makefile.in
+++ b/math/asymptote/files/patch-Makefile.in
@@ -1,19 +1,6 @@
---- Makefile.in 2007-11-28 08:38:48.000000000 +0100
-+++ Makefile.in.port 2007-12-27 18:16:24.000000000 +0100
-@@ -24,9 +24,9 @@
- CLEAN = camp.output asy.list
- NAME = asy
- XNAME = x$(NAME)
--EXTRA = asy-mode.el asy-keywords.el asy-init.el asy.vim asymptote.py
--KEYWORDS = base $(ASYMPTOTE_SITEDIR)
--LATEXFILES = asymptote.sty asycolors.sty
-+EXTRA = base/asy-mode.el base/asy-keywords.el base/asy-init.el base/asy.vim base/asymptote.py
-+KEYWORDS = base/*.asy
-+LATEXFILES = doc/asymptote.sty doc/asycolors.sty
- ASY = ./asy -dir base -config ""
-
- DEFS = @DEFS@ @OPTIONS@
-@@ -50,7 +50,7 @@
+--- Makefile.in 2008-10-06 12:16:51.000000000 +0200
++++ Makefile.in.port 2008-10-07 13:28:38.000000000 +0200
+@@ -54,7 +54,7 @@
asydir = $(datadir)/asymptote
GUIdir = $(asydir)/GUI
docdir = $(DESTDIR)@docdir@
@@ -22,7 +9,7 @@
animationsdir = $(exampledir)/animations
latexdir = $(DESTDIR)@latexdir@
INSTALL = @INSTALL@
-@@ -81,7 +81,7 @@
+@@ -106,7 +106,7 @@
fi
cd $(GC); \
./configure $(GCOPTIONS); \
@@ -31,28 +18,3 @@
$(GCPPLIB): $(GCLIB)
-@@ -114,7 +114,7 @@
-
- asy-keywords.el: asy asy-list.pl
- $(ASY) -l > asy.list
-- ls $(addsuffix /*.asy,$(KEYWORDS)) | grep -v plain\* | grep -v featpost3D | xargs $(ASY) -l >> asy.list
-+ ls $(KEYWORDS) | grep -v plain\* | grep -v featpost3D | xargs $(ASY) -l >> asy.list
- ./asy-list.pl asy.list @VERSION@
- ln -sf ../asy-keywords.el base/
-
-@@ -127,13 +127,13 @@
- $(animationsdir)
- -${INSTALL} -d $(latexdir)
- ${INSTALL} -p -m 755 $(NAME) $(bindir)
-- ${INSTALL} -p -m 644 base/*.asy $(addprefix base/,$(EXTRA)) $(asydir)
-+ ${INSTALL} -p -m 644 base/*.asy $(EXTRA) $(asydir)
- ${INSTALL} -p -m 755 GUI/*.py $(GUIdir)
- ln -sf @datadir@/asymptote/GUI/xasy.py $(bindir)/$(XNAME)
- ${INSTALL} -p -m 644 examples/*.asy examples/piicon.eps doc/*.asy \
- doc/extra/*.asy doc/*.csv doc/*.dat doc/latexusage.tex $(exampledir)
- ${INSTALL} -p -m 644 examples/animations/*.asy $(animationsdir)
-- -${INSTALL} -p -m 644 $(addprefix doc/,$(LATEXFILES)) $(latexdir)
-+ -${INSTALL} -p -m 644 $(LATEXFILES) $(latexdir)
- -if test -z "$(DESTDIR)"; then \
- texhash; \
- fi
diff --git a/math/asymptote/pkg-plist b/math/asymptote/pkg-plist
index b4bb6535798a..85da84051725 100644
--- a/math/asymptote/pkg-plist
+++ b/math/asymptote/pkg-plist
@@ -25,7 +25,9 @@ bin/xasy
%%DATADIR%%/asy.vim
%%DATADIR%%/asymptote.py
%%DATADIR%%/babel.asy
+%%DATADIR%%/bezulate.asy
%%DATADIR%%/binarytree.asy
+%%DATADIR%%/bsp.asy
%%DATADIR%%/contour.asy
%%DATADIR%%/contour3.asy
%%DATADIR%%/drawtree.asy
@@ -43,7 +45,6 @@ bin/xasy
%%DATADIR%%/interpolate.asy
%%DATADIR%%/labelpath.asy
%%DATADIR%%/latin1.asy
-%%DATADIR%%/light.asy
%%DATADIR%%/markers.asy
%%DATADIR%%/math.asy
%%DATADIR%%/metapost.asy
@@ -67,6 +68,7 @@ bin/xasy
%%DATADIR%%/plain_strings.asy
%%DATADIR%%/plain_xasy.asy
%%DATADIR%%/pstoedit.asy
+%%DATADIR%%/reload.js
%%DATADIR%%/roundedpath.asy
%%DATADIR%%/simplex.asy
%%DATADIR%%/size10.asy
@@ -76,10 +78,12 @@ bin/xasy
%%DATADIR%%/solids.asy
%%DATADIR%%/splinetype.asy
%%DATADIR%%/stats.asy
-%%DATADIR%%/surface.asy
%%DATADIR%%/syzygy.asy
%%DATADIR%%/texcolors.asy
%%DATADIR%%/three.asy
+%%DATADIR%%/three_arrows.asy
+%%DATADIR%%/three_light.asy
+%%DATADIR%%/three_surface.asy
%%DATADIR%%/tree.asy
%%DATADIR%%/unicode.asy
%%DATADIR%%/version.asy
@@ -140,10 +144,12 @@ bin/xasy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/colors.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cones.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conicurv.asy
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/controlsystem.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cos2theta.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cosaddition.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cube.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curvedlabel.asy
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cyclohexane.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cylinder.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cylinderskeleton.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/datagraph.asy
@@ -173,6 +179,7 @@ bin/xasy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gamma.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generalaxis.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generalaxis3.asy
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphmarkers.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/grid.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/grid3xyz.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hatch.asy
@@ -192,6 +199,8 @@ bin/xasy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/join3.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jump.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/knots.asy
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/label3.asy
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/label3ribbon.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/labelbox.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/labelsquare.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/laserlattice.asy
@@ -208,10 +217,12 @@ bin/xasy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/linetype.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/log.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/log2graph.asy
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/logdown.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/loggraph.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/loggrid.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/logimage.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/logo.asy
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/logo3.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/logticks.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lowint.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lowupint.asy
@@ -233,6 +244,7 @@ bin/xasy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/penimage.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/phase.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/piicon.eps
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pixel.pdf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/planes.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/polararea.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/polarcircle.asy
@@ -251,12 +263,14 @@ bin/xasy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/secondaryaxis.csv
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shade.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shadedtiling.asy
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shadestroke.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shellmethod.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shellsqrtx01.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sin1x.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sinc.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sinxlex.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slidedemo.asy
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slidemovies.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slopefield1.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sphere.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spiral.asy
@@ -268,6 +282,7 @@ bin/xasy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sqrtx01y1.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/square.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/star.asy
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/strokeshade.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/subpictures.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superpath.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tanh.asy
@@ -288,7 +303,6 @@ bin/xasy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vectorfield3.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/venn.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/washermethod.asy
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wedge.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/westnile.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/westnile.csv
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/workcone.asy
@@ -297,12 +311,12 @@ bin/xasy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xxsq01x-1.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xxsq01y.asy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yingyang.asy
-@dirrm %%DATADIR%%/GUI
-@dirrm %%DATADIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/asy-faq.html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/animations
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/asy-faq.html
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm %%DATADIR%%/GUI
+@dirrm %%DATADIR%%
share/texmf-local/tex/latex/asymptote/asycolors.sty
share/texmf-local/tex/latex/asymptote/asymptote.sty
@dirrm share/texmf-local/tex/latex/asymptote