1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00

- Update to 0.95

- Add SHA256 hash

PR:		89540
Submitted by:	Nicola Vitale <nivit@email.it>
This commit is contained in:
Emanuel Haupt 2005-12-02 12:36:14 +00:00
parent f3b49178a4
commit d46f58640a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150224
5 changed files with 17 additions and 23 deletions

View File

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

View File

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

View File

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

View File

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

View File

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