Skip site navigation (1)Skip section navigation (2)
Date:      24 Nov 2005 17:33:35 -0000
From:      Nicola Vitale <nivit@email.it>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/89540: [MAINTAINER] math/asymptote: update to 0.95
Message-ID:  <20051124173335.20691.qmail@fantasmagoria>
Resent-Message-ID: <200511251730.jAPHU4w4007161@freefall.freebsd.org>

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

>Number:         89540
>Category:       ports
>Synopsis:       [MAINTAINER] math/asymptote: update to 0.95
>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:   Fri Nov 25 17:30:04 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Nicola Vitale
>Release:        FreeBSD 5.4-RELEASE-p8 i386
>Organization:
>Environment:

System: FreeBSD stellina.domo.sva 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 #3: Sun Oct 16 18:33:38 CEST 2005

>Description:

- Update to 0.95

Generated with FreeBSD Port Tools 0.63

>How-To-Repeat:
>Fix:

--- asymptote-0.95.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/math/asymptote/Makefile /usr/ports/math/asymptote.update-0.95/Makefile
--- /usr/ports/math/asymptote/Makefile	Sat Nov 19 09:19:33 2005
+++ /usr/ports/math/asymptote.update-0.95/Makefile	Thu Nov 24 17:30:35 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	asymptote
-PORTVERSION=	0.92
+PORTVERSION=	0.95
 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-0.95/distinfo
--- /usr/ports/math/asymptote/distinfo	Sat Nov 19 09:19:33 2005
+++ /usr/ports/math/asymptote.update-0.95/distinfo	Thu Nov 24 17:30:54 2005
@@ -1,2 +1,2 @@
-MD5 (asymptote-0.92.tar.gz) = 5aed89fae8928ba581dc6736c1ce625e
-SIZE (asymptote-0.92.tar.gz) = 554823
+MD5 (asymptote-0.95.tar.gz) = 86f7c76698acf720f25b2b79b6e2b65c
+SIZE (asymptote-0.95.tar.gz) = 566834
diff -ruN --exclude=CVS /usr/ports/math/asymptote/files/patch-Makefile.in /usr/ports/math/asymptote.update-0.95/files/patch-Makefile.in
--- /usr/ports/math/asymptote/files/patch-Makefile.in	Sat Nov 19 09:19:33 2005
+++ /usr/ports/math/asymptote.update-0.95/files/patch-Makefile.in	Thu Nov 24 17:34:22 2005
@@ -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@
diff -ruN --exclude=CVS /usr/ports/math/asymptote/files/patch-doc-Makefile /usr/ports/math/asymptote.update-0.95/files/patch-doc-Makefile
--- /usr/ports/math/asymptote/files/patch-doc-Makefile	Sat Nov 19 09:19:33 2005
+++ /usr/ports/math/asymptote.update-0.95/files/patch-doc-Makefile	Thu Nov 24 17:38:14 2005
@@ -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
  
diff -ruN --exclude=CVS /usr/ports/math/asymptote/pkg-plist /usr/ports/math/asymptote.update-0.95/pkg-plist
--- /usr/ports/math/asymptote/pkg-plist	Sat Nov 19 09:19:33 2005
+++ /usr/ports/math/asymptote.update-0.95/pkg-plist	Thu Nov 24 18:31:04 2005
@@ -1,10 +1,12 @@
 @comment $FreeBSD: ports/math/asymptote/pkg-plist,v 1.5 2005/11/18 17:49:19 pav Exp $
 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 @@
 %%DATADIR%%/three.asy
 %%DATADIR%%/tree.asy
 %%DATADIR%%/unicode.asy
+%%DATADIR%%/version.asy
 %%PORTDOCS%%%%DOCSDIR%%/asymptote.pdf
 %%EXAMPLESDIR%%/Bode.asy
 %%EXAMPLESDIR%%/Gouraud.asy
--- asymptote-0.95.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?20051124173335.20691.qmail>