Update to 1.10

PR:		99635
Submitted by:	Nicola Vitale <nivit@email.it> (maintainer)
This commit is contained in:
Erwin Lansing 2006-06-30 15:56:39 +00:00
parent caa16197f1
commit fdc2157b92
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166661
4 changed files with 9 additions and 10 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= asymptote
PORTVERSION= 1.08
PORTVERSION= 1.10
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -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

View File

@ -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)

View File

@ -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