- Update to 1.13

PR:		ports/102982
Submitted by:	Nicola Vitale <nivit at email.it> (maintainer)
This commit is contained in:
Rong-En Fan 2006-09-08 12:20:03 +00:00
parent 96777d6c4b
commit 3a7cf035c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172569
5 changed files with 44 additions and 22 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= asymptote
PORTVERSION= 1.12
PORTVERSION= 1.13
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -52,7 +52,7 @@ LIB_DEPENDS+= gsl.9:${PORTSDIR}/math/gsl
# Documentation
.if !defined(NOPORTDOCS)
MAN1= asy.1 xasy.1x
INFO= ${PORTNAME}
INFO= ${PORTNAME} asy-faq
ALL_TARGET+= doc
INSTALL_TARGET+= install-doc

View File

@ -1,3 +1,3 @@
MD5 (asymptote-1.12.tar.gz) = 9639ec7a834c6f4eb46d4af3c9c4ce67
SHA256 (asymptote-1.12.tar.gz) = 8935d2eaa9e16e20c3a67355bf4d6035714e9f46d51a8978d5581b0b832b2898
SIZE (asymptote-1.12.tar.gz) = 723349
MD5 (asymptote-1.13.tar.gz) = c1d2461ac846ab5e16c46fffd1dc1935
SHA256 (asymptote-1.13.tar.gz) = 0fed6f9f2c8a68143f2dd6c2785c444c9eaa39faeb750de4dc85567b0a540eff
SIZE (asymptote-1.13.tar.gz) = 850662

View File

@ -1,17 +1,17 @@
--- 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
--- Makefile.in Wed Sep 6 06:52:39 2006
+++ Makefile.in.port Wed Sep 6 18:38:24 2006
@@ -21,8 +21,8 @@
CLEAN = camp.output asy.list asy.sorted
NAME = asy
EXTRABIN = x$(NAME)
-EXTRA = asy-mode.el,asy-init.el,asy.vim,asymptote.py
-EXTRA = asy-mode.el,asy-keywords.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
+EXTRA = base/asy-mode.el base/asy-keywords.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 @@
@@ -43,7 +43,7 @@
datadir = $(DESTDIR)@datadir@
asydir = $(datadir)/asymptote
docdir = $(DESTDIR)@docdir@
@ -27,9 +27,9 @@
- $(MAKE) check
+ $(MAKE)
doc: asy
html: asy
cd doc; $(MAKE) doc
@@ -98,11 +98,11 @@
@@ -111,11 +111,11 @@
${INSTALL} -d $(bindir) $(asydir) $(exampledir) $(animationsdir)
-${INSTALL} -d $(latexdir)
${INSTALL} -p -m 755 $(NAME) $(EXTRABIN) $(bindir)

View File

@ -1,15 +1,14 @@
$FreeBSD$
--- doc/Makefile Mon Jun 19 05:36:12 2006
+++ doc/Makefile.port Tue Jun 20 15:35:52 2006
@@ -52,8 +52,9 @@
--- doc/Makefile Wed Sep 6 06:52:34 2006
+++ doc/Makefile.port Wed Sep 6 18:41:09 2006
@@ -56,9 +56,10 @@
rm -rf asymptote
install-man: man
install: man faq
+ mkdir -p $(prefix)/share/doc/asymptote
cd FAQ; $(MAKE) install
${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
install: doc install-man
install-all: doc install

View File

@ -2,7 +2,9 @@
bin/asy
bin/xasy
%%DATADIR%%/animate.asy
%%DATADIR%%/annotate.asy
%%DATADIR%%/asy-init.el
%%DATADIR%%/asy-keywords.el
%%DATADIR%%/asy-mode.el
%%DATADIR%%/asy.vim
%%DATADIR%%/asymptote.py
@ -17,6 +19,7 @@ bin/xasy
%%DATADIR%%/geometry.asy
%%DATADIR%%/graph.asy
%%DATADIR%%/graph3.asy
%%DATADIR%%/graph_settings.asy
%%DATADIR%%/latin1.asy
%%DATADIR%%/light.asy
%%DATADIR%%/math.asy
@ -51,6 +54,17 @@ bin/xasy
%%DATADIR%%/unicode.asy
%%DATADIR%%/version.asy
%%DATADIR%%/x11colors.asy
%%PORTDOCS%%%%DOCSDIR%%/asy-faq.ascii
%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/index.html
%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/section1.html
%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/section2.html
%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/section3.html
%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/section4.html
%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/section5.html
%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/section6.html
%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/section7.html
%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/section8.html
%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/section9.html
%%PORTDOCS%%%%DOCSDIR%%/asymptote.pdf
%%EXAMPLESDIR%%/Bode.asy
%%EXAMPLESDIR%%/Gouraud.asy
@ -61,6 +75,7 @@ bin/xasy
%%EXAMPLESDIR%%/animations/cube.asy
%%EXAMPLESDIR%%/animations/embeddedmovie.asy
%%EXAMPLESDIR%%/animations/wheel.asy
%%EXAMPLESDIR%%/annotation.asy
%%EXAMPLESDIR%%/axis3.asy
%%EXAMPLESDIR%%/bezier.asy
%%EXAMPLESDIR%%/bezier2.asy
@ -119,7 +134,6 @@ bin/xasy
%%EXAMPLESDIR%%/labelbox.asy
%%EXAMPLESDIR%%/labelsquare.asy
%%EXAMPLESDIR%%/laserlattice.asy
%%PORTDOCS%%%%EXAMPLESDIR%%/latexusage.asy
%%EXAMPLESDIR%%/latexusage.tex
%%EXAMPLESDIR%%/latticeshading.asy
%%EXAMPLESDIR%%/leastsquares.asy
@ -159,11 +173,16 @@ bin/xasy
%%EXAMPLESDIR%%/ring.asy
%%EXAMPLESDIR%%/roundpath.asy
%%EXAMPLESDIR%%/sacone.asy
%%EXAMPLESDIR%%/sacone3D.asy
%%EXAMPLESDIR%%/sacylinder.asy
%%EXAMPLESDIR%%/sacylinder3D.asy
%%EXAMPLESDIR%%/saddle.asy
%%EXAMPLESDIR%%/secondaryaxis.asy
%%EXAMPLESDIR%%/secondaryaxis.csv
%%EXAMPLESDIR%%/shade.asy
%%EXAMPLESDIR%%/shadedtiling.asy
%%EXAMPLESDIR%%/shellmethod.asy
%%EXAMPLESDIR%%/shellsqrtx01.asy
%%EXAMPLESDIR%%/sin1x.asy
%%EXAMPLESDIR%%/sinc.asy
%%EXAMPLESDIR%%/sinxlex.asy
@ -193,14 +212,18 @@ bin/xasy
%%EXAMPLESDIR%%/unitcircle3.asy
%%EXAMPLESDIR%%/upint.asy
%%EXAMPLESDIR%%/venn.asy
%%EXAMPLESDIR%%/washermethod.asy
%%EXAMPLESDIR%%/wedge.asy
%%EXAMPLESDIR%%/westnile.asy
%%EXAMPLESDIR%%/westnile.csv
%%EXAMPLESDIR%%/workcone.asy
%%EXAMPLESDIR%%/xsin1x.asy
%%EXAMPLESDIR%%/xxsq01.asy
%%EXAMPLESDIR%%/xxsq01x-1.asy
%%EXAMPLESDIR%%/xxsq01y.asy
%%EXAMPLESDIR%%/yingyang.asy
@dirrm %%DATADIR%%
@dirrm %%PORTDOCS%%%%DOCSDIR%%/asy-faq.html
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm %%EXAMPLESDIR%%/animations
@dirrm %%EXAMPLESDIR%%