ports/102982: [MAINTAINER] math/asymptote: update to 1.13

Nicola Vitale nivit at email.it
Thu Sep 7 16:10:23 UTC 2006


>Number:         102982
>Category:       ports
>Synopsis:       [MAINTAINER] math/asymptote: update to 1.13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 07 16:10:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Nicola Vitale
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD fabula.domo.sva 6.1-STABLE FreeBSD 6.1-STABLE #2: Sat Aug  5 13:02:14 CEST
>Description:
- Update to 1.13

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- asymptote-1.13.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/math/asymptote/Makefile /usr/ports/math/asymptote.update-1.13/Makefile
--- /usr/ports/math/asymptote/Makefile	Mon Aug  7 09:55:54 2006
+++ /usr/ports/math/asymptote.update-1.13/Makefile	Wed Sep  6 19:41:17 2006
@@ -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 @@
 # Documentation
 .if !defined(NOPORTDOCS)
 MAN1=	asy.1 xasy.1x
-INFO=	${PORTNAME}
+INFO=	${PORTNAME} asy-faq
 
 ALL_TARGET+=	doc
 INSTALL_TARGET+=	install-doc
diff -ruN --exclude=CVS /usr/ports/math/asymptote/distinfo /usr/ports/math/asymptote.update-1.13/distinfo
--- /usr/ports/math/asymptote/distinfo	Mon Aug  7 09:55:54 2006
+++ /usr/ports/math/asymptote.update-1.13/distinfo	Wed Sep  6 18:33:04 2006
@@ -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
diff -ruN --exclude=CVS /usr/ports/math/asymptote/files/patch-Makefile.in /usr/ports/math/asymptote.update-1.13/files/patch-Makefile.in
--- /usr/ports/math/asymptote/files/patch-Makefile.in	Sun Jul  2 14:45:15 2006
+++ /usr/ports/math/asymptote.update-1.13/files/patch-Makefile.in	Wed Sep  6 18:38:42 2006
@@ -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)
diff -ruN --exclude=CVS /usr/ports/math/asymptote/files/patch-doc-Makefile /usr/ports/math/asymptote.update-1.13/files/patch-doc-Makefile
--- /usr/ports/math/asymptote/files/patch-doc-Makefile	Tue Jun 27 19:19:26 2006
+++ /usr/ports/math/asymptote.update-1.13/files/patch-doc-Makefile	Wed Sep  6 18:41:47 2006
@@ -1,15 +1,14 @@
-$FreeBSD: ports/math/asymptote/files/patch-doc-Makefile,v 1.8 2006/06/26 18:08:54 ehaupt Exp $
-
---- 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
diff -ruN --exclude=CVS /usr/ports/math/asymptote/pkg-plist /usr/ports/math/asymptote.update-1.13/pkg-plist
--- /usr/ports/math/asymptote/pkg-plist	Mon Aug  7 09:55:54 2006
+++ /usr/ports/math/asymptote.update-1.13/pkg-plist	Thu Sep  7 09:20:49 2006
@@ -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 @@
 %%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 @@
 %%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 @@
 %%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 @@
 %%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 @@
 %%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 @@
 %%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%%
+ at dirrm %%PORTDOCS%%%%DOCSDIR%%/asy-faq.html
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm %%EXAMPLESDIR%%/animations
 @dirrm %%EXAMPLESDIR%%
--- asymptote-1.13.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list