diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-30 15:56:39 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-30 15:56:39 +0000 |
commit | fdc2157b926cb96d9d72bd0df040558fd468555f (patch) | |
tree | 0914ae8f469e0b527a91cfbce76fefc1b5672455 | |
parent | caa16197f1a39fdf3d381f6304eaff3d2f14de3a (diff) | |
download | ports-fdc2157b926cb96d9d72bd0df040558fd468555f.tar.gz ports-fdc2157b926cb96d9d72bd0df040558fd468555f.zip |
Notes
-rw-r--r-- | math/asymptote/Makefile | 2 | ||||
-rw-r--r-- | math/asymptote/distinfo | 6 | ||||
-rw-r--r-- | math/asymptote/files/patch-Makefile.in | 10 | ||||
-rw-r--r-- | math/asymptote/pkg-plist | 1 |
4 files changed, 9 insertions, 10 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index 3f399f8032db..f33ac117a489 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -6,7 +6,7 @@ # PORTNAME= asymptote -PORTVERSION= 1.08 +PORTVERSION= 1.10 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/math/asymptote/distinfo b/math/asymptote/distinfo index edc74018da3a..8ce7c05469fa 100644 --- a/math/asymptote/distinfo +++ b/math/asymptote/distinfo @@ -1,3 +1,3 @@ -MD5 (asymptote-1.08.tar.gz) = d66511f246a308be66447eeed97b6b98 -SHA256 (asymptote-1.08.tar.gz) = eee556e16ce9c6f92ae1015e0c871e188c25d3dc1af5dd614853a2fccb635202 -SIZE (asymptote-1.08.tar.gz) = 707450 +MD5 (asymptote-1.10.tar.gz) = 6ac50472278f83ca7c86a70726592a93 +SHA256 (asymptote-1.10.tar.gz) = 46d4fa6b73764023b290ab323e615ae2600be4d3113243d554a83a6c3182cedc +SIZE (asymptote-1.10.tar.gz) = 713171 diff --git a/math/asymptote/files/patch-Makefile.in b/math/asymptote/files/patch-Makefile.in index 419e3eabe835..27d561f9c680 100644 --- a/math/asymptote/files/patch-Makefile.in +++ b/math/asymptote/files/patch-Makefile.in @@ -1,7 +1,5 @@ -$FreeBSD$ - ---- Makefile.in Mon Jun 19 05:36:26 2006 -+++ Makefile.in.port Tue Jun 20 16:54:08 2006 +--- Makefile.in Wed Jun 28 08:04:21 2006 ++++ Makefile.in.port Fri Jun 30 06:59:03 2006 @@ -20,8 +20,8 @@ CLEAN = camp.output NAME = asy @@ -16,7 +14,7 @@ $FreeBSD$ @@ -42,7 +42,7 @@ datadir = $(DESTDIR)@datadir@ asydir = $(datadir)/asymptote - docdir = $(DESTDIR)@Docdir@ + docdir = $(DESTDIR)@docdir@ -exampledir = $(docdir)/examples +exampledir = $(datadir)/examples/asymptote animationsdir = $(exampledir)/animations @@ -36,7 +34,7 @@ $FreeBSD$ -${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 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) diff --git a/math/asymptote/pkg-plist b/math/asymptote/pkg-plist index 605c78dc63c0..90c15911c5ae 100644 --- a/math/asymptote/pkg-plist +++ b/math/asymptote/pkg-plist @@ -144,6 +144,7 @@ bin/xasy %%EXAMPLESDIR%%/near_earth.asy %%EXAMPLESDIR%%/orthocenter.asy %%EXAMPLESDIR%%/parametricgraph.asy +%%EXAMPLESDIR%%/parametricsurface.asy %%EXAMPLESDIR%%/phase.asy %%EXAMPLESDIR%%/piicon.eps %%EXAMPLESDIR%%/planes.asy |