Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jun 2006 17:00:44 GMT
From:      nivit@email.it (Nicola Vitale)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/99207: [MAINTAINER] math/asymptote: update to 1.07
Message-ID:  <200606221700.k5MH0iqw080443@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/99207; it has been noted by GNATS.

From: nivit@email.it (Nicola Vitale)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/99207: [MAINTAINER] math/asymptote: update to 1.07
Date: Thu, 22 Jun 2006 18:54:02 +0200

 - Update to 1.08
 --
 Nicola Vitale
 nivit@email.it
 
 diff -ruN asymptote/Makefile asymptote.update-1.08/Makefile
 --- asymptote/Makefile	Thu Jun  8 20:37:46 2006
 +++ asymptote.update-1.08/Makefile	Thu Jun 22 18:18:46 2006
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	asymptote
 -PORTVERSION=	1.06
 +PORTVERSION=	1.08
  CATEGORIES=	math
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	${PORTNAME}
 diff -ruN asymptote/distinfo asymptote.update-1.08/distinfo
 --- asymptote/distinfo	Thu Jun  8 20:37:46 2006
 +++ asymptote.update-1.08/distinfo	Thu Jun 22 18:19:03 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.08.tar.gz) = d66511f246a308be66447eeed97b6b98
 +SHA256 (asymptote-1.08.tar.gz) = eee556e16ce9c6f92ae1015e0c871e188c25d3dc1af5dd614853a2fccb635202
 +SIZE (asymptote-1.08.tar.gz) = 707450
 diff -ruN asymptote/files/patch-Makefile.in asymptote.update-1.08/files/patch-Makefile.in
 --- asymptote/files/patch-Makefile.in	Sun May 28 23:42:30 2006
 +++ asymptote.update-1.08/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 asymptote/files/patch-doc-Makefile asymptote.update-1.08/files/patch-doc-Makefile
 --- asymptote/files/patch-doc-Makefile	Sun May 28 23:42:30 2006
 +++ asymptote.update-1.08/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 asymptote/pkg-plist asymptote.update-1.08/pkg-plist
 --- asymptote/pkg-plist	Thu Jun  8 20:37:46 2006
 +++ asymptote.update-1.08/pkg-plist	Thu Jun 22 18:39:07 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
 



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