Skip site navigation (1)Skip section navigation (2)
Date:      30 May 2006 09:42:05 -0000
From:      nivit@email.it (Nicola Vitale)
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/98131: [MAINTAINER] math/asymptote: update to 1.06
Message-ID:  <20060530094205.6411.qmail@arancino>
Resent-Message-ID: <200605300950.k4U9oEMY034624@freefall.freebsd.org>

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

>Number:         98131
>Category:       ports
>Synopsis:       [MAINTAINER] math/asymptote: update to 1.06
>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 May 30 09:50:14 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 #6: Mon May 22 12:53:00 CEST 2006
>Description:
- Update to 1.06
- Add WITH_GSL knob

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

--- asymptote-1.06.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/math/asymptote/Makefile /usr/ports/math/asymptote.update-1.06/Makefile
--- /usr/ports/math/asymptote/Makefile	Mon May 29 09:50:58 2006
+++ /usr/ports/math/asymptote.update-1.06/Makefile	Tue May 30 11:20:13 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	asymptote
-PORTVERSION=	1.05
+PORTVERSION=	1.06
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -44,6 +44,10 @@
 
 ALL_TARGET=	asy
 INSTALL_TARGET=	install-asy
+
+.if defined(WITH_GSL)
+LIB_DEPENDS+=	gsl.9:${PORTSDIR}/math/gsl
+.endif
 
 # Documentation
 .if !defined(NOPORTDOCS)
diff -ruN --exclude=CVS /usr/ports/math/asymptote/distinfo /usr/ports/math/asymptote.update-1.06/distinfo
--- /usr/ports/math/asymptote/distinfo	Mon May 29 09:50:58 2006
+++ /usr/ports/math/asymptote.update-1.06/distinfo	Tue May 30 11:41:02 2006
@@ -1,3 +1,3 @@
-MD5 (asymptote-1.05.tar.gz) = 4fc39ba0f67e0c5cdec0fcf3f72f9486
-SHA256 (asymptote-1.05.tar.gz) = d09938c3c44e5c0e35ab89033e3e8df2321404296e5c7087d58d3ec85b88f7cd
-SIZE (asymptote-1.05.tar.gz) = 640481
+MD5 (asymptote-1.06.tar.gz) = 3dc87ce18034ee8c44e0cdbd49c126d2
+SHA256 (asymptote-1.06.tar.gz) = 94a91da26195fc3fb6d7ea88e7314eb07b5ba849a7d27f72d2d1c157cb23ab48
+SIZE (asymptote-1.06.tar.gz) = 647835
diff -ruN --exclude=CVS /usr/ports/math/asymptote/pkg-plist /usr/ports/math/asymptote.update-1.06/pkg-plist
--- /usr/ports/math/asymptote/pkg-plist	Mon May 29 09:50:59 2006
+++ /usr/ports/math/asymptote.update-1.06/pkg-plist	Tue May 30 11:15:24 2006
@@ -17,6 +17,7 @@
 %%DATADIR%%/featpost3D.asy
 %%DATADIR%%/feynman.asy
 %%DATADIR%%/filldraw.asy
+%%DATADIR%%/flowchart.asy
 %%DATADIR%%/fontsize.asy
 %%DATADIR%%/geometry.asy
 %%DATADIR%%/graph.asy
@@ -53,6 +54,7 @@
 %%EXAMPLESDIR%%/Pythagoras.asy
 %%EXAMPLESDIR%%/PythagoreanTree.asy
 %%EXAMPLESDIR%%/Sierpinski.asy
+%%EXAMPLESDIR%%/advection.asy
 %%EXAMPLESDIR%%/animations/cube.asy
 %%EXAMPLESDIR%%/animations/wheel.asy
 %%EXAMPLESDIR%%/axis3.asy
@@ -92,7 +94,7 @@
 %%EXAMPLESDIR%%/fermi.asy
 %%EXAMPLESDIR%%/fjortoft.asy
 %%EXAMPLESDIR%%/flow.asy
-%%EXAMPLESDIR%%/flowchart.asy
+%%EXAMPLESDIR%%/flowchartdemo.asy
 %%EXAMPLESDIR%%/generalaxis.asy
 %%EXAMPLESDIR%%/generalaxis3.asy
 %%EXAMPLESDIR%%/grid.asy
--- asymptote-1.06.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?20060530094205.6411.qmail>