Skip site navigation (1)Skip section navigation (2)
Date:      2 Oct 2005 16:40:04 -0000
From:      nivit@email.it (Nicola Vitale)
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/86837: [MAINTAINER] math/asymptote: update to 0.89
Message-ID:  <20051002164004.55416.qmail@stellina>
Resent-Message-ID: <200510021650.j92GoFBL029743@freefall.freebsd.org>

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

>Number:         86837
>Category:       ports
>Synopsis:       [MAINTAINER] math/asymptote: update to 0.89
>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:   Sun Oct 02 16:50:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Nicola Vitale
>Release:        FreeBSD 5.4-RELEASE-p7 i386
>Organization:
>Environment:

System: FreeBSD stellina.domo.sva 5.4-RELEASE-p7 FreeBSD 5.4-RELEASE-p7 #2: Sat Sep 10 14:06:05 CEST 2005

>Description:

- Update to 0.89

Added file(s):
- pkg-message

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

--- asymptote-0.89.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/math/asymptote/Makefile /usr/ports/math/asymptote.update-0.89/Makefile
--- /usr/ports/math/asymptote/Makefile	Sun Oct  2 18:28:24 2005
+++ /usr/ports/math/asymptote.update-0.89/Makefile	Sun Oct  2 18:34:51 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	asymptote
-PORTVERSION=	0.87
+PORTVERSION=	0.89
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -16,14 +16,13 @@
 
 LIB_DEPENDS=	gc.1:${PORTSDIR}/devel/boehm-gc \
 		fftw3.3:${PORTSDIR}/math/fftw3
-# requires devel/boehm-gc distfile
-BUILD_DEPENDS=	${DISTDIR}/${GC_DISTNAME}:${PORTSDIR}/devel/boehm-gc:fetch \
-		convert:${PORTSDIR}/graphics/ImageMagick \
+BUILD_DEPENDS=	convert:${PORTSDIR}/graphics/ImageMagick \
 		latex:${PORTSDIR}/print/teTeX \
 		makeinfo:${PORTSDIR}/textproc/texi2html \
 		${MKTEXLSR}:${PORTSDIR}/print/teTeX \
 		texi2dvi:${PORTSDIR}/print/teTeX
-RUN_DEPENDS=	latex:${PORTSDIR}/print/teTeX \
+RUN_DEPENDS=	ggv:${PORTSDIR}/print/ggv \
+		latex:${PORTSDIR}/print/teTeX \
 		${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
 
 # devel/boehm-gc
@@ -35,7 +34,8 @@
 USE_PYTHON=	yes
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-latex=${LOCALBASE}/share/texmf-local/tex/latex
+CONFIGURE_ARGS=	--enable-gc=system \
+		--with-latex=${LOCALBASE}/share/texmf-local/tex/latex
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include $${CPPFLAGS}" LFLAGS="-L${LOCALBASE}/lib $${LFLAGS}" CFLAGS="-I${LOCALBASE}/include $${CFLAGS}" LDFLAGS="-L${LOCALBASE}/lib $${LDFLAGS}"
 MAKE_ENV+=	${CONFIGURE_ENV}
 
@@ -50,23 +50,17 @@
 MAN1=	asy.1 xasy.1x
 INFO=	${PORTNAME}
 
-ALL_TARGET+=	man
-INSTALL_TARGET+=	install-man
+ALL_TARGET+=	doc
+INSTALL_TARGET+=	install-doc
 .endif
 
-LN_OPTS=	-sf
-
-GCVERSION=	6.5	# hardcoded in asymptote configure
-GC_DISTNAME=	gc${GCVERSION}.tar.gz
+post-install:
+	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500000
 LIB_DEPENDS+=	readline.5:${PORTSDIR}/devel/readline
 .endif
-
-pre-configure:
-	@cd ${WRKSRC}; \
-	${LN} ${LN_OPTS} ${DISTDIR}/${GC_DISTNAME} ${GC_DISTNAME}
 
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/math/asymptote/distinfo /usr/ports/math/asymptote.update-0.89/distinfo
--- /usr/ports/math/asymptote/distinfo	Sat Sep 10 11:35:52 2005
+++ /usr/ports/math/asymptote.update-0.89/distinfo	Sun Oct  2 14:59:05 2005
@@ -1,2 +1,2 @@
-MD5 (asymptote-0.87.tar.gz) = a1d517de911dd12ae26d462988affe35
-SIZE (asymptote-0.87.tar.gz) = 523841
+MD5 (asymptote-0.89.tar.gz) = c52d23180dc2b2298be57885deb6662b
+SIZE (asymptote-0.89.tar.gz) = 538987
diff -ruN --exclude=CVS /usr/ports/math/asymptote/files/patch-Makefile.in /usr/ports/math/asymptote.update-0.89/files/patch-Makefile.in
--- /usr/ports/math/asymptote/files/patch-Makefile.in	Fri Jul 29 17:27:25 2005
+++ /usr/ports/math/asymptote.update-0.89/files/patch-Makefile.in	Sun Oct  2 15:03:15 2005
@@ -1,6 +1,6 @@
 $FreeBSD: ports/math/asymptote/files/patch-Makefile.in,v 1.1 2005/07/29 15:27:25 pav Exp $
---- Makefile.in	Sat Jul  2 22:23:42 2005
-+++ Makefile.in.port	Fri Jul 22 19:15:11 2005
+--- Makefile.in	Mon Sep 26 07:45:47 2005
++++ Makefile.in.port	Sun Oct  2 15:01:32 2005
 @@ -36,7 +36,7 @@
  mandir = @mandir@
  datadir = @datadir@
diff -ruN --exclude=CVS /usr/ports/math/asymptote/files/patch-doc-Makefile /usr/ports/math/asymptote.update-0.89/files/patch-doc-Makefile
--- /usr/ports/math/asymptote/files/patch-doc-Makefile	Fri Jul 29 17:27:25 2005
+++ /usr/ports/math/asymptote.update-0.89/files/patch-doc-Makefile	Sun Oct  2 18:08:58 2005
@@ -1,13 +1,14 @@
 $FreeBSD: ports/math/asymptote/files/patch-doc-Makefile,v 1.1 2005/07/29 15:27:25 pav Exp $
---- doc/Makefile	Sat Feb 12 10:21:42 2005
-+++ doc/Makefile.port	Sat Jul 23 22:03:59 2005
-@@ -46,7 +46,8 @@
- 	${INSTALL} -d $(prefix)/info $(exampledir) $(mandir)/man1
- 	${INSTALL} -m 644 asymptote.info $(prefix)/info
- 	install-info --infodir=$(prefix)/info asymptote.info 
+--- doc/Makefile	Thu Sep 29 07:53:39 2005
++++ doc/Makefile.port	Sun Oct  2 15:05:56 2005
+@@ -51,7 +51,8 @@
+ 	rm -rf asymptote
+ 
+ install-man: man
 -	${INSTALL} -m 644 asymptote.pdf $(exampledir)
 +	mkdir -p $(prefix)/share/doc/asymptote
 +	${INSTALL} -m 644 asymptote.pdf $(prefix)/share/doc/asymptote/
  	${INSTALL} -m 644 $(MANFILES) $(mandir)/man1
  
- uninstall:
+ install: doc install-man
+
diff -ruN --exclude=CVS /usr/ports/math/asymptote/pkg-message /usr/ports/math/asymptote.update-0.89/pkg-message
--- /usr/ports/math/asymptote/pkg-message	Thu Jan  1 01:00:00 1970
+++ /usr/ports/math/asymptote.update-0.89/pkg-message	Sun Oct  2 18:35:07 2005
@@ -0,0 +1,9 @@
+************************************************************************
+
+	To display graphical output in interactive mode or using
+	the -V option, set the following environment variables:
+
+		ASYMPTOTE_PSVIEWER=ggv
+		ASYMPTOTE_PDFVIEWER=ggv
+
+************************************************************************
diff -ruN --exclude=CVS /usr/ports/math/asymptote/pkg-plist /usr/ports/math/asymptote.update-0.89/pkg-plist
--- /usr/ports/math/asymptote/pkg-plist	Sat Sep 10 11:35:52 2005
+++ /usr/ports/math/asymptote.update-0.89/pkg-plist	Sun Oct  2 15:51:38 2005
@@ -26,6 +26,7 @@
 %%EXAMPLESDIR%%/PythagoreanTree.asy
 %%EXAMPLESDIR%%/asy-mode.el
 %%EXAMPLESDIR%%/asy.vim
+%%EXAMPLESDIR%%/axis3.asy
 %%EXAMPLESDIR%%/bezier.asy
 %%EXAMPLESDIR%%/bigsquare.asy
 %%EXAMPLESDIR%%/cardiod.asy
@@ -53,7 +54,9 @@
 %%EXAMPLESDIR%%/fano.asy
 %%EXAMPLESDIR%%/fermi.asy
 %%EXAMPLESDIR%%/fjortoft.asy
+%%EXAMPLESDIR%%/flow.asy
 %%EXAMPLESDIR%%/generalaxis.asy
+%%EXAMPLESDIR%%/generalaxis3.asy
 %%EXAMPLESDIR%%/grid.asy
 %%EXAMPLESDIR%%/hatch.asy
 %%EXAMPLESDIR%%/helix.asy
@@ -63,12 +66,14 @@
 %%EXAMPLESDIR%%/image.asy
 %%EXAMPLESDIR%%/integraltest.asy
 %%EXAMPLESDIR%%/join.asy
+%%EXAMPLESDIR%%/join3.asy
 %%EXAMPLESDIR%%/labelbox.asy
 %%EXAMPLESDIR%%/labelsquare.asy
 %%PORTDOCS%%%%EXAMPLESDIR%%/latexusage.asy
 %%EXAMPLESDIR%%/latexusage.tex
 %%EXAMPLESDIR%%/latticeshading.asy
 %%EXAMPLESDIR%%/lever.asy
+%%EXAMPLESDIR%%/limit.asy
 %%EXAMPLESDIR%%/lineargraph.asy
 %%EXAMPLESDIR%%/lineargraph0.asy
 %%EXAMPLESDIR%%/lines.asy
@@ -77,6 +82,7 @@
 %%EXAMPLESDIR%%/loggraph.asy
 %%EXAMPLESDIR%%/loggrid.asy
 %%EXAMPLESDIR%%/logo.asy
+%%EXAMPLESDIR%%/logticks.asy
 %%EXAMPLESDIR%%/lowint.asy
 %%EXAMPLESDIR%%/lowupint.asy
 %%EXAMPLESDIR%%/mosquito.asy
@@ -92,6 +98,7 @@
 %%EXAMPLESDIR%%/quartercircle.asy
 %%EXAMPLESDIR%%/ring.asy
 %%EXAMPLESDIR%%/sacone.asy
+%%EXAMPLESDIR%%/saddle.asy
 %%EXAMPLESDIR%%/secondaryaxis.asy
 %%EXAMPLESDIR%%/secondaryaxis.csv
 %%EXAMPLESDIR%%/shade.asy
--- asymptote-0.89.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?20051002164004.55416.qmail>