Skip site navigation (1)Skip section navigation (2)
Date:      20 Jun 2006 15:26:48 -0000
From:      Nicola Vitale <nivit@email.it>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/99207: [MAINTAINER] math/asymptote: update to 1.07
Message-ID:  <20060620152648.35831.qmail@arancino>
Resent-Message-ID: <200606201530.k5KFUHig074309@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         99207
>Category:       ports
>Synopsis:       [MAINTAINER] math/asymptote: update to 1.07
>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:   Tue Jun 20 15:30:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Nicola Vitale
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD arancino.domo.sva 6.1-STABLE FreeBSD 6.1-STABLE #0: Fri Jun 16 09:22:49 CEST 2006
>Description:
- Update to 1.07

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

--- asymptote-1.07.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/math/asymptote/Makefile /usr/ports/math/asymptote.update-1.07/Makefile
--- /usr/ports/math/asymptote/Makefile	Thu Jun  8 20:37:46 2006
+++ /usr/ports/math/asymptote.update-1.07/Makefile	Tue Jun 20 15:16:59 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	asymptote
-PORTVERSION=	1.06
+PORTVERSION=	1.07
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -ruN --exclude=CVS /usr/ports/math/asymptote/distinfo /usr/ports/math/asymptote.update-1.07/distinfo
--- /usr/ports/math/asymptote/distinfo	Thu Jun  8 20:37:46 2006
+++ /usr/ports/math/asymptote.update-1.07/distinfo	Tue Jun 20 15:17:50 2006
@@ -1,3 +1,3 @@
-MD5 (asymptote-1.06.tar.gz) = 3dc87ce18034ee8c44e0cdbd49c126d2
-SHA256 (asymptote-1.06.tar.gz) = 94a91da26195fc3fb6d7ea88e7314eb07b5ba849a7d27f72d2d1c157cb23ab48
-SIZE (asymptote-1.06.tar.gz) = 647835
+MD5 (asymptote-1.07.tar.gz) = 911cc26078566e5c7654a401f6bef63b
+SHA256 (asymptote-1.07.tar.gz) = f1f6336fae71dc6ed07e63a8c69ec39909b72930b1aae9dcee38d3f646958330
+SIZE (asymptote-1.07.tar.gz) = 2275643
diff -ruN --exclude=CVS /usr/ports/math/asymptote/files/patch-Makefile.in /usr/ports/math/asymptote.update-1.07/files/patch-Makefile.in
--- /usr/ports/math/asymptote/files/patch-Makefile.in	Sun May 28 23:42:30 2006
+++ /usr/ports/math/asymptote.update-1.07/files/patch-Makefile.in	Tue Jun 20 17:23:09 2006
@@ -1,17 +1,28 @@
 $FreeBSD: ports/math/asymptote/files/patch-Makefile.in,v 1.7 2006/05/28 21:42:30 ehaupt Exp $
 
---- Makefile.in	Thu May 18 07:44:26 2006
-+++ Makefile.in.port	Sun May 21 22:20:49 2006
-@@ -39,7 +39,7 @@
+--- Makefile.in	Mon Jun 19 05:36:26 2006
++++ Makefile.in.port	Tue Jun 20 16:54:08 2006
+@@ -20,8 +20,8 @@
+ CLEAN = camp.output
+ NAME = asy
+ EXTRABIN = x$(NAME)
+-EXTRA = asy-mode.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
++LATEXFILES = doc/asymptote.sty doc/asycolors.sty
+ 
+ DEFS = @DEFS@ @OPTIONS@
+ CFLAGS = @CPPFLAGS@ @CFLAGS@ 
+@@ -42,7 +42,7 @@
  datadir = $(DESTDIR)@datadir@
  asydir = $(datadir)/asymptote
- docdir = $(datadir)/doc/asymptote
+ docdir = $(DESTDIR)@Docdir@
 -exampledir = $(docdir)/examples
 +exampledir = $(datadir)/examples/asymptote
  animationsdir = $(exampledir)/animations
  latexdir = $(DESTDIR)@latexdir@
  INSTALL = @INSTALL@
-@@ -65,7 +65,7 @@
+@@ -68,7 +68,7 @@
  	rm -f $(GC).tar
  	cd $(GC); \
  	./configure --disable-threads --disable-shared --enable-cplusplus; \
@@ -20,3 +31,17 @@
  
  doc:	asy
  	cd doc; $(MAKE) doc
+@@ -98,11 +98,11 @@
+ 	${INSTALL} -d $(bindir) $(asydir) $(exampledir) $(animationsdir)
+ 	-${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 examples/*.asy examples/piicon.eps \
+ 		doc/*.asy doc/*.csv doc/*.dat doc/latexusage.tex $(exampledir)
+ 	${INSTALL} -p -m 644 examples/animations/*.asy $(animationsdir)
+-	-${INSTALL} -p -m 644 doc/{$(LATEXFILES)} $(latexdir)
++	-${INSTALL} -p -m 644 $(LATEXFILES) $(latexdir)
+ 	-if test -z "$(DESTDIR)"; then \
+ 	  texhash; \
+ 	fi
diff -ruN --exclude=CVS /usr/ports/math/asymptote/files/patch-doc-Makefile /usr/ports/math/asymptote.update-1.07/files/patch-doc-Makefile
--- /usr/ports/math/asymptote/files/patch-doc-Makefile	Sun May 28 23:42:30 2006
+++ /usr/ports/math/asymptote.update-1.07/files/patch-doc-Makefile	Tue Jun 20 15:36:12 2006
@@ -1,13 +1,13 @@
 $FreeBSD: ports/math/asymptote/files/patch-doc-Makefile,v 1.7 2006/05/28 21:42:30 ehaupt Exp $
 
---- doc/Makefile	Thu May 18 07:44:26 2006
-+++ doc/Makefile.port	Sun May 21 22:22:53 2006
+--- doc/Makefile	Mon Jun 19 05:36:12 2006
++++ doc/Makefile.port	Tue Jun 20 15:35:52 2006
 @@ -52,8 +52,9 @@
  	rm -rf asymptote
  
  install-man: man
 +	mkdir -p $(prefix)/share/doc/asymptote
- 	${INSTALL} -d $(docdir) $(mandir)/man1
+ 	${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
diff -ruN --exclude=CVS /usr/ports/math/asymptote/pkg-plist /usr/ports/math/asymptote.update-1.07/pkg-plist
--- /usr/ports/math/asymptote/pkg-plist	Thu Jun  8 20:37:46 2006
+++ /usr/ports/math/asymptote.update-1.07/pkg-plist	Tue Jun 20 17:25:21 2006
@@ -5,6 +5,7 @@
 %%DATADIR%%/animate.asy
 %%DATADIR%%/arcs.asy
 %%DATADIR%%/arrows.asy
+%%DATADIR%%/asy-init.el
 %%DATADIR%%/asy-mode.el
 %%DATADIR%%/asy.vim
 %%DATADIR%%/asymptote.py
@@ -39,6 +40,7 @@
 %%DATADIR%%/shipout.asy
 %%DATADIR%%/simplex.asy
 %%DATADIR%%/slide.asy
+%%DATADIR%%/slopefield.asy
 %%DATADIR%%/solids.asy
 %%DATADIR%%/stats.asy
 %%DATADIR%%/strings.asy
@@ -69,11 +71,13 @@
 %%EXAMPLESDIR%%/colors.asy
 %%EXAMPLESDIR%%/cones.asy
 %%EXAMPLESDIR%%/conicurv.asy
+%%EXAMPLESDIR%%/contour1.asy
+%%EXAMPLESDIR%%/contour2.asy
+%%EXAMPLESDIR%%/contour3.asy
 %%EXAMPLESDIR%%/cos2theta.asy
 %%EXAMPLESDIR%%/cosaddition.asy
 %%EXAMPLESDIR%%/cube.asy
 %%EXAMPLESDIR%%/cylinder.asy
-%%EXAMPLESDIR%%/cylinderoutline.asy
 %%EXAMPLESDIR%%/cylinderskeleton.asy
 %%EXAMPLESDIR%%/datagraph.asy
 %%EXAMPLESDIR%%/delu.asy
@@ -105,6 +109,7 @@
 %%EXAMPLESDIR%%/hyperboloid.asy
 %%EXAMPLESDIR%%/icon.asy
 %%EXAMPLESDIR%%/image.asy
+%%EXAMPLESDIR%%/imagecontour.asy
 %%EXAMPLESDIR%%/integraltest.asy
 %%EXAMPLESDIR%%/join.asy
 %%EXAMPLESDIR%%/join3.asy
@@ -123,8 +128,10 @@
 %%EXAMPLESDIR%%/lines.asy
 %%EXAMPLESDIR%%/linetype.asy
 %%EXAMPLESDIR%%/log.asy
+%%EXAMPLESDIR%%/log2graph.asy
 %%EXAMPLESDIR%%/loggraph.asy
 %%EXAMPLESDIR%%/loggrid.asy
+%%EXAMPLESDIR%%/logimage.asy
 %%EXAMPLESDIR%%/logo.asy
 %%EXAMPLESDIR%%/logticks.asy
 %%EXAMPLESDIR%%/lowint.asy
@@ -170,11 +177,13 @@
 %%EXAMPLESDIR%%/superpath.asy
 %%EXAMPLESDIR%%/surface.asy
 %%EXAMPLESDIR%%/tanh.asy
+%%EXAMPLESDIR%%/thermodynamics.asy
 %%EXAMPLESDIR%%/tile.asy
 %%EXAMPLESDIR%%/torus.asy
 %%EXAMPLESDIR%%/treetest.asy
 %%EXAMPLESDIR%%/triads.asy
 %%EXAMPLESDIR%%/triangle.asy
+%%EXAMPLESDIR%%/triangulate.asy
 %%EXAMPLESDIR%%/unitcircle.asy
 %%EXAMPLESDIR%%/unitcircle3.asy
 %%EXAMPLESDIR%%/upint.asy
@@ -187,7 +196,7 @@
 %%EXAMPLESDIR%%/xxsq01.asy
 %%EXAMPLESDIR%%/yingyang.asy
 @dirrm %%DATADIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm %%EXAMPLESDIR%%/animations
 @dirrm %%EXAMPLESDIR%%
 share/texmf-local/tex/latex/asymptote/asycolors.sty
--- asymptote-1.07.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060620152648.35831.qmail>