aboutsummaryrefslogtreecommitdiff
path: root/math/asymptote
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2005-12-02 12:36:14 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2005-12-02 12:36:14 +0000
commitd46f58640a301fd1fe96e0a7a61d5bc15cbc4594 (patch)
treee2a6039369f88ecb991d8d3b6b98502f19e937ab /math/asymptote
parentf3b49178a40328727f6bc64735acc45d11d1fbf0 (diff)
downloadports-d46f58640a301fd1fe96e0a7a61d5bc15cbc4594.tar.gz
ports-d46f58640a301fd1fe96e0a7a61d5bc15cbc4594.zip
Notes
Diffstat (limited to 'math/asymptote')
-rw-r--r--math/asymptote/Makefile2
-rw-r--r--math/asymptote/distinfo5
-rw-r--r--math/asymptote/files/patch-Makefile.in10
-rw-r--r--math/asymptote/files/patch-doc-Makefile20
-rw-r--r--math/asymptote/pkg-plist3
5 files changed, 17 insertions, 23 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile
index abd33c149201..c878d6becc4a 100644
--- a/math/asymptote/Makefile
+++ b/math/asymptote/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= asymptote
-PORTVERSION= 0.92
+PORTVERSION= 0.95
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/math/asymptote/distinfo b/math/asymptote/distinfo
index 3f48d28905b3..974cdb0ce338 100644
--- a/math/asymptote/distinfo
+++ b/math/asymptote/distinfo
@@ -1,2 +1,3 @@
-MD5 (asymptote-0.92.tar.gz) = 5aed89fae8928ba581dc6736c1ce625e
-SIZE (asymptote-0.92.tar.gz) = 554823
+MD5 (asymptote-0.95.tar.gz) = 86f7c76698acf720f25b2b79b6e2b65c
+SHA256 (asymptote-0.95.tar.gz) = ca3386743da9207ebad4c1119934f40b3d2e22e52fe3b1b5e6dadb1b87155f80
+SIZE (asymptote-0.95.tar.gz) = 566834
diff --git a/math/asymptote/files/patch-Makefile.in b/math/asymptote/files/patch-Makefile.in
index e4c156ab48b5..18e23eade94e 100644
--- a/math/asymptote/files/patch-Makefile.in
+++ b/math/asymptote/files/patch-Makefile.in
@@ -1,10 +1,10 @@
---- Makefile.in Thu Oct 20 09:36:42 2005
-+++ Makefile.in.port Mon Oct 24 11:00:23 2005
-@@ -36,7 +36,7 @@
- mandir = @mandir@
+--- Makefile.in Tue Nov 8 08:22:41 2005
++++ Makefile.in.port Thu Nov 24 17:33:55 2005
+@@ -37,7 +37,7 @@
datadir = @datadir@
asydir = $(datadir)/asymptote
--exampledir = $(datadir)/doc/asymptote
+ docdir = $(datadir)/doc/asymptote
+-exampledir = $(docdir)
+exampledir = $(datadir)/examples/asymptote
animationsdir = $(exampledir)/animations
latexdir = @latexdir@
diff --git a/math/asymptote/files/patch-doc-Makefile b/math/asymptote/files/patch-doc-Makefile
index 82c684e045db..b21ae01163bd 100644
--- a/math/asymptote/files/patch-doc-Makefile
+++ b/math/asymptote/files/patch-doc-Makefile
@@ -1,22 +1,12 @@
---- doc/Makefile Thu Sep 29 07:53:39 2005
-+++ doc/Makefile.port Mon Nov 7 22:02:27 2005
-@@ -25,8 +25,8 @@
- latexusage.eps: latexusage.dvi
- dvips -o latexusage.eps latexusage
-
--latexusage.png: latexusage.dvi
-- dvipng -o latexusage.png latexusage
-+latexusage.png: latexusage.eps
-+ convert -density 144x144 +antialias -geometry 50%x latexusage.eps latexusage.png
-
- latexusage.pdf: latexusage.dvi
- dvipdf latexusage
-@@ -51,7 +51,8 @@
+--- doc/Makefile Wed Nov 16 09:36:10 2005
++++ doc/Makefile.port Thu Nov 24 17:37:49 2005
+@@ -52,8 +52,9 @@
rm -rf asymptote
install-man: man
-- ${INSTALL} -m 644 asymptote.pdf $(exampledir)
+ mkdir -p $(prefix)/share/doc/asymptote
+ ${INSTALL} -d $(docdir) $(mandir)/man1
+- ${INSTALL} -m 644 asymptote.pdf $(docdir)
+ ${INSTALL} -m 644 asymptote.pdf $(prefix)/share/doc/asymptote/
${INSTALL} -m 644 $(MANFILES) $(mandir)/man1
diff --git a/math/asymptote/pkg-plist b/math/asymptote/pkg-plist
index 0452db4f2fad..4a4618482b37 100644
--- a/math/asymptote/pkg-plist
+++ b/math/asymptote/pkg-plist
@@ -1,10 +1,12 @@
@comment $FreeBSD$
bin/asy
bin/xasy
+%%DATADIR%%/animate.asy
%%DATADIR%%/babel.asy
%%DATADIR%%/drawtree.asy
%%DATADIR%%/featpost3D.asy
%%DATADIR%%/feynman.asy
+%%DATADIR%%/fontsize.asy
%%DATADIR%%/geometry.asy
%%DATADIR%%/graph.asy
%%DATADIR%%/graph3.asy
@@ -20,6 +22,7 @@ bin/xasy
%%DATADIR%%/three.asy
%%DATADIR%%/tree.asy
%%DATADIR%%/unicode.asy
+%%DATADIR%%/version.asy
%%PORTDOCS%%%%DOCSDIR%%/asymptote.pdf
%%EXAMPLESDIR%%/Bode.asy
%%EXAMPLESDIR%%/Gouraud.asy