diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-06-26 18:08:54 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-06-26 18:08:54 +0000 |
commit | 07a9830e30459ccf14fad222c29e0843b7e4de62 (patch) | |
tree | 94ef5eadd69e9ed4dd44f9c7cfba25659e69ebf6 /math/asymptote | |
parent | Note co-maintainship. (diff) |
Update to 1.08
PR: 99207
Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
Notes
Notes:
svn path=/head/; revision=166383
Diffstat (limited to 'math/asymptote')
-rw-r--r-- | math/asymptote/Makefile | 2 | ||||
-rw-r--r-- | math/asymptote/distinfo | 6 | ||||
-rw-r--r-- | math/asymptote/files/patch-Makefile.in | 35 | ||||
-rw-r--r-- | math/asymptote/files/patch-doc-Makefile | 6 | ||||
-rw-r--r-- | math/asymptote/pkg-plist | 13 |
5 files changed, 48 insertions, 14 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index a2fe43042fc1..3f399f8032db 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -6,7 +6,7 @@ # PORTNAME= asymptote -PORTVERSION= 1.06 +PORTVERSION= 1.08 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/math/asymptote/distinfo b/math/asymptote/distinfo index b4e099a06828..edc74018da3a 100644 --- a/math/asymptote/distinfo +++ b/math/asymptote/distinfo @@ -1,3 +1,3 @@ -MD5 (asymptote-1.06.tar.gz) = 3dc87ce18034ee8c44e0cdbd49c126d2 -SHA256 (asymptote-1.06.tar.gz) = 94a91da26195fc3fb6d7ea88e7314eb07b5ba849a7d27f72d2d1c157cb23ab48 -SIZE (asymptote-1.06.tar.gz) = 647835 +MD5 (asymptote-1.08.tar.gz) = d66511f246a308be66447eeed97b6b98 +SHA256 (asymptote-1.08.tar.gz) = eee556e16ce9c6f92ae1015e0c871e188c25d3dc1af5dd614853a2fccb635202 +SIZE (asymptote-1.08.tar.gz) = 707450 diff --git a/math/asymptote/files/patch-Makefile.in b/math/asymptote/files/patch-Makefile.in index c43408f904ae..419e3eabe835 100644 --- a/math/asymptote/files/patch-Makefile.in +++ b/math/asymptote/files/patch-Makefile.in @@ -1,17 +1,28 @@ $FreeBSD$ ---- Makefile.in Thu May 18 07:44:26 2006 -+++ Makefile.in.port Sun May 21 22:20:49 2006 -@@ -39,7 +39,7 @@ +--- Makefile.in Mon Jun 19 05:36:26 2006 ++++ Makefile.in.port Tue Jun 20 16:54:08 2006 +@@ -20,8 +20,8 @@ + CLEAN = camp.output + NAME = asy + EXTRABIN = x$(NAME) +-EXTRA = asy-mode.el,asy-init.el,asy.vim,asymptote.py +-LATEXFILES = asymptote.sty,asycolors.sty ++EXTRA = base/asy-mode.el base/asy-init.el base/asy.vim base/asymptote.py ++LATEXFILES = doc/asymptote.sty doc/asycolors.sty + + DEFS = @DEFS@ @OPTIONS@ + CFLAGS = @CPPFLAGS@ @CFLAGS@ +@@ -42,7 +42,7 @@ datadir = $(DESTDIR)@datadir@ asydir = $(datadir)/asymptote - docdir = $(datadir)/doc/asymptote + docdir = $(DESTDIR)@Docdir@ -exampledir = $(docdir)/examples +exampledir = $(datadir)/examples/asymptote animationsdir = $(exampledir)/animations latexdir = $(DESTDIR)@latexdir@ INSTALL = @INSTALL@ -@@ -65,7 +65,7 @@ +@@ -68,7 +68,7 @@ rm -f $(GC).tar cd $(GC); \ ./configure --disable-threads --disable-shared --enable-cplusplus; \ @@ -20,3 +31,17 @@ $FreeBSD$ doc: asy cd doc; $(MAKE) doc +@@ -98,11 +98,11 @@ + ${INSTALL} -d $(bindir) $(asydir) $(exampledir) $(animationsdir) + -${INSTALL} -d $(latexdir) + ${INSTALL} -p -m 755 $(NAME) $(EXTRABIN) $(bindir) +- ${INSTALL} -p -m 644 base/*.asy base/{$(EXTRA)} $(asydir) ++ ${INSTALL} -p -m 644 base/*.asy ${EXTRA} $(asydir) + ${INSTALL} -p -m 644 examples/*.asy examples/piicon.eps \ + doc/*.asy doc/*.csv doc/*.dat doc/latexusage.tex $(exampledir) + ${INSTALL} -p -m 644 examples/animations/*.asy $(animationsdir) +- -${INSTALL} -p -m 644 doc/{$(LATEXFILES)} $(latexdir) ++ -${INSTALL} -p -m 644 $(LATEXFILES) $(latexdir) + -if test -z "$(DESTDIR)"; then \ + texhash; \ + fi diff --git a/math/asymptote/files/patch-doc-Makefile b/math/asymptote/files/patch-doc-Makefile index d392b36fb7c4..06d6239a0d0b 100644 --- a/math/asymptote/files/patch-doc-Makefile +++ b/math/asymptote/files/patch-doc-Makefile @@ -1,13 +1,13 @@ $FreeBSD$ ---- doc/Makefile Thu May 18 07:44:26 2006 -+++ doc/Makefile.port Sun May 21 22:22:53 2006 +--- doc/Makefile Mon Jun 19 05:36:12 2006 ++++ doc/Makefile.port Tue Jun 20 15:35:52 2006 @@ -52,8 +52,9 @@ rm -rf asymptote install-man: man + mkdir -p $(prefix)/share/doc/asymptote - ${INSTALL} -d $(docdir) $(mandir)/man1 + ${INSTALL} -d -m 755 $(docdir) $(mandir)/man1 - ${INSTALL} -p -m 644 asymptote.pdf $(docdir) + ${INSTALL} -p -m 644 asymptote.pdf $(prefix)/share/doc/asymptote ${INSTALL} -p -m 644 $(MANFILES) $(mandir)/man1 diff --git a/math/asymptote/pkg-plist b/math/asymptote/pkg-plist index 7c3c8991430c..605c78dc63c0 100644 --- a/math/asymptote/pkg-plist +++ b/math/asymptote/pkg-plist @@ -5,6 +5,7 @@ bin/xasy %%DATADIR%%/animate.asy %%DATADIR%%/arcs.asy %%DATADIR%%/arrows.asy +%%DATADIR%%/asy-init.el %%DATADIR%%/asy-mode.el %%DATADIR%%/asy.vim %%DATADIR%%/asymptote.py @@ -39,6 +40,7 @@ bin/xasy %%DATADIR%%/shipout.asy %%DATADIR%%/simplex.asy %%DATADIR%%/slide.asy +%%DATADIR%%/slopefield.asy %%DATADIR%%/solids.asy %%DATADIR%%/stats.asy %%DATADIR%%/strings.asy @@ -69,11 +71,13 @@ bin/xasy %%EXAMPLESDIR%%/colors.asy %%EXAMPLESDIR%%/cones.asy %%EXAMPLESDIR%%/conicurv.asy +%%EXAMPLESDIR%%/contour1.asy +%%EXAMPLESDIR%%/contour2.asy +%%EXAMPLESDIR%%/contour3.asy %%EXAMPLESDIR%%/cos2theta.asy %%EXAMPLESDIR%%/cosaddition.asy %%EXAMPLESDIR%%/cube.asy %%EXAMPLESDIR%%/cylinder.asy -%%EXAMPLESDIR%%/cylinderoutline.asy %%EXAMPLESDIR%%/cylinderskeleton.asy %%EXAMPLESDIR%%/datagraph.asy %%EXAMPLESDIR%%/delu.asy @@ -105,6 +109,7 @@ bin/xasy %%EXAMPLESDIR%%/hyperboloid.asy %%EXAMPLESDIR%%/icon.asy %%EXAMPLESDIR%%/image.asy +%%EXAMPLESDIR%%/imagecontour.asy %%EXAMPLESDIR%%/integraltest.asy %%EXAMPLESDIR%%/join.asy %%EXAMPLESDIR%%/join3.asy @@ -123,8 +128,10 @@ bin/xasy %%EXAMPLESDIR%%/lines.asy %%EXAMPLESDIR%%/linetype.asy %%EXAMPLESDIR%%/log.asy +%%EXAMPLESDIR%%/log2graph.asy %%EXAMPLESDIR%%/loggraph.asy %%EXAMPLESDIR%%/loggrid.asy +%%EXAMPLESDIR%%/logimage.asy %%EXAMPLESDIR%%/logo.asy %%EXAMPLESDIR%%/logticks.asy %%EXAMPLESDIR%%/lowint.asy @@ -170,11 +177,13 @@ bin/xasy %%EXAMPLESDIR%%/superpath.asy %%EXAMPLESDIR%%/surface.asy %%EXAMPLESDIR%%/tanh.asy +%%EXAMPLESDIR%%/thermodynamics.asy %%EXAMPLESDIR%%/tile.asy %%EXAMPLESDIR%%/torus.asy %%EXAMPLESDIR%%/treetest.asy %%EXAMPLESDIR%%/triads.asy %%EXAMPLESDIR%%/triangle.asy +%%EXAMPLESDIR%%/triangulate.asy %%EXAMPLESDIR%%/unitcircle.asy %%EXAMPLESDIR%%/unitcircle3.asy %%EXAMPLESDIR%%/upint.asy @@ -187,7 +196,7 @@ bin/xasy %%EXAMPLESDIR%%/xxsq01.asy %%EXAMPLESDIR%%/yingyang.asy @dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/ +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%EXAMPLESDIR%%/animations @dirrm %%EXAMPLESDIR%% share/texmf-local/tex/latex/asymptote/asycolors.sty |