From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 7 21:08:10 2006 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBED916A4E1 for ; Thu, 7 Sep 2006 21:08:10 +0000 (UTC) (envelope-from nivit@email.it) Received: from vsmtp1.tin.it (vsmtp1.tin.it [212.216.176.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE11D43D53 for ; Thu, 7 Sep 2006 21:08:09 +0000 (GMT) (envelope-from nivit@email.it) Received: from fabula (87.15.132.177) by vsmtp1.tin.it (7.2.072.1) id 44E88D8E00C12841 for freebsd-ports-bugs@FreeBSD.org; Thu, 7 Sep 2006 23:08:08 +0200 Received: (qmail 18864 invoked by uid 1001); 7 Sep 2006 21:07:29 -0000 From: nivit@email.it (Nicola Vitale) Date: Thu, 7 Sep 2006 23:07:29 +0200 To: Rong-En Fan Message-ID: <20060907210729.GB18832@fabula> Mail-Followup-To: Rong-En Fan , freebsd-ports-bugs@FreeBSD.org References: <200609071658.k87GwARV047996@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200609071658.k87GwARV047996@freefall.freebsd.org> X-Operating-System: FreeBSD/i386 (http://www.freebsd.org) User-Agent: Mutt (http://www.mutt.org) Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/102982: [MAINTAINER] math/asymptote: update to 1.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 21:08:11 -0000 Hi, > [Rong-En Fan, 2006-09-07T16:58:10+00:00] > Synopsis: [MAINTAINER] math/asymptote: update to 1.13 > [...] > Eat. I made a little change in the pkg-plist, sorry. Here is the correct one: diff -ruN asymptote/Makefile asymptote.update-1.13/Makefile --- asymptote/Makefile Mon Aug 7 09:55:54 2006 +++ asymptote.update-1.13/Makefile Wed Sep 6 19:41:17 2006 @@ -6,7 +6,7 @@ # PORTNAME= asymptote -PORTVERSION= 1.12 +PORTVERSION= 1.13 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -52,7 +52,7 @@ # Documentation .if !defined(NOPORTDOCS) MAN1= asy.1 xasy.1x -INFO= ${PORTNAME} +INFO= ${PORTNAME} asy-faq ALL_TARGET+= doc INSTALL_TARGET+= install-doc diff -ruN asymptote/distinfo asymptote.update-1.13/distinfo --- asymptote/distinfo Mon Aug 7 09:55:54 2006 +++ asymptote.update-1.13/distinfo Wed Sep 6 18:33:04 2006 @@ -1,3 +1,3 @@ -MD5 (asymptote-1.12.tar.gz) = 9639ec7a834c6f4eb46d4af3c9c4ce67 -SHA256 (asymptote-1.12.tar.gz) = 8935d2eaa9e16e20c3a67355bf4d6035714e9f46d51a8978d5581b0b832b2898 -SIZE (asymptote-1.12.tar.gz) = 723349 +MD5 (asymptote-1.13.tar.gz) = c1d2461ac846ab5e16c46fffd1dc1935 +SHA256 (asymptote-1.13.tar.gz) = 0fed6f9f2c8a68143f2dd6c2785c444c9eaa39faeb750de4dc85567b0a540eff +SIZE (asymptote-1.13.tar.gz) = 850662 diff -ruN asymptote/files/patch-Makefile.in asymptote.update-1.13/files/patch-Makefile.in --- asymptote/files/patch-Makefile.in Sun Jul 2 14:45:15 2006 +++ asymptote.update-1.13/files/patch-Makefile.in Wed Sep 6 18:38:42 2006 @@ -1,17 +1,17 @@ ---- Makefile.in Wed Jun 28 08:04:21 2006 -+++ Makefile.in.port Fri Jun 30 06:59:03 2006 -@@ -20,8 +20,8 @@ - CLEAN = camp.output +--- Makefile.in Wed Sep 6 06:52:39 2006 ++++ Makefile.in.port Wed Sep 6 18:38:24 2006 +@@ -21,8 +21,8 @@ + CLEAN = camp.output asy.list asy.sorted NAME = asy EXTRABIN = x$(NAME) --EXTRA = asy-mode.el,asy-init.el,asy.vim,asymptote.py +-EXTRA = asy-mode.el,asy-keywords.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 ++EXTRA = base/asy-mode.el base/asy-keywords.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 @@ +@@ -43,7 +43,7 @@ datadir = $(DESTDIR)@datadir@ asydir = $(datadir)/asymptote docdir = $(DESTDIR)@docdir@ @@ -27,9 +27,9 @@ - $(MAKE) check + $(MAKE) - doc: asy + html: asy cd doc; $(MAKE) doc -@@ -98,11 +98,11 @@ +@@ -111,11 +111,11 @@ ${INSTALL} -d $(bindir) $(asydir) $(exampledir) $(animationsdir) -${INSTALL} -d $(latexdir) ${INSTALL} -p -m 755 $(NAME) $(EXTRABIN) $(bindir) diff -ruN asymptote/files/patch-doc-Makefile asymptote.update-1.13/files/patch-doc-Makefile --- asymptote/files/patch-doc-Makefile Tue Jun 27 19:19:26 2006 +++ asymptote.update-1.13/files/patch-doc-Makefile Wed Sep 6 18:41:47 2006 @@ -1,15 +1,14 @@ -$FreeBSD: ports/math/asymptote/files/patch-doc-Makefile,v 1.8 2006/06/26 18:08:54 ehaupt Exp $ - ---- doc/Makefile Mon Jun 19 05:36:12 2006 -+++ doc/Makefile.port Tue Jun 20 15:35:52 2006 -@@ -52,8 +52,9 @@ +--- doc/Makefile Wed Sep 6 06:52:34 2006 ++++ doc/Makefile.port Wed Sep 6 18:41:09 2006 +@@ -56,9 +56,10 @@ rm -rf asymptote - install-man: man + install: man faq + mkdir -p $(prefix)/share/doc/asymptote + cd FAQ; $(MAKE) install ${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 - install: doc install-man + install-all: doc install diff -ruN asymptote/pkg-plist asymptote.update-1.13/pkg-plist --- asymptote/pkg-plist Mon Aug 7 09:55:54 2006 +++ asymptote.update-1.13/pkg-plist Thu Sep 7 22:22:37 2006 @@ -2,7 +2,9 @@ bin/asy bin/xasy %%DATADIR%%/animate.asy +%%DATADIR%%/annotate.asy %%DATADIR%%/asy-init.el +%%DATADIR%%/asy-keywords.el %%DATADIR%%/asy-mode.el %%DATADIR%%/asy.vim %%DATADIR%%/asymptote.py @@ -17,6 +19,7 @@ %%DATADIR%%/geometry.asy %%DATADIR%%/graph.asy %%DATADIR%%/graph3.asy +%%DATADIR%%/graph_settings.asy %%DATADIR%%/latin1.asy %%DATADIR%%/light.asy %%DATADIR%%/math.asy @@ -51,6 +54,17 @@ %%DATADIR%%/unicode.asy %%DATADIR%%/version.asy %%DATADIR%%/x11colors.asy +%%PORTDOCS%%%%DOCSDIR%%/asy-faq.ascii +%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/index.html +%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/section1.html +%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/section2.html +%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/section3.html +%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/section4.html +%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/section5.html +%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/section6.html +%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/section7.html +%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/section8.html +%%PORTDOCS%%%%DOCSDIR%%/asy-faq.html/section9.html %%PORTDOCS%%%%DOCSDIR%%/asymptote.pdf %%EXAMPLESDIR%%/Bode.asy %%EXAMPLESDIR%%/Gouraud.asy @@ -61,6 +75,7 @@ %%EXAMPLESDIR%%/animations/cube.asy %%EXAMPLESDIR%%/animations/embeddedmovie.asy %%EXAMPLESDIR%%/animations/wheel.asy +%%EXAMPLESDIR%%/annotation.asy %%EXAMPLESDIR%%/axis3.asy %%EXAMPLESDIR%%/bezier.asy %%EXAMPLESDIR%%/bezier2.asy @@ -119,7 +134,6 @@ %%EXAMPLESDIR%%/labelbox.asy %%EXAMPLESDIR%%/labelsquare.asy %%EXAMPLESDIR%%/laserlattice.asy -%%PORTDOCS%%%%EXAMPLESDIR%%/latexusage.asy %%EXAMPLESDIR%%/latexusage.tex %%EXAMPLESDIR%%/latticeshading.asy %%EXAMPLESDIR%%/leastsquares.asy @@ -159,11 +173,16 @@ %%EXAMPLESDIR%%/ring.asy %%EXAMPLESDIR%%/roundpath.asy %%EXAMPLESDIR%%/sacone.asy +%%EXAMPLESDIR%%/sacone3D.asy +%%EXAMPLESDIR%%/sacylinder.asy +%%EXAMPLESDIR%%/sacylinder3D.asy %%EXAMPLESDIR%%/saddle.asy %%EXAMPLESDIR%%/secondaryaxis.asy %%EXAMPLESDIR%%/secondaryaxis.csv %%EXAMPLESDIR%%/shade.asy %%EXAMPLESDIR%%/shadedtiling.asy +%%EXAMPLESDIR%%/shellmethod.asy +%%EXAMPLESDIR%%/shellsqrtx01.asy %%EXAMPLESDIR%%/sin1x.asy %%EXAMPLESDIR%%/sinc.asy %%EXAMPLESDIR%%/sinxlex.asy @@ -193,14 +212,18 @@ %%EXAMPLESDIR%%/unitcircle3.asy %%EXAMPLESDIR%%/upint.asy %%EXAMPLESDIR%%/venn.asy +%%EXAMPLESDIR%%/washermethod.asy %%EXAMPLESDIR%%/wedge.asy %%EXAMPLESDIR%%/westnile.asy %%EXAMPLESDIR%%/westnile.csv %%EXAMPLESDIR%%/workcone.asy %%EXAMPLESDIR%%/xsin1x.asy %%EXAMPLESDIR%%/xxsq01.asy +%%EXAMPLESDIR%%/xxsq01x-1.asy +%%EXAMPLESDIR%%/xxsq01y.asy %%EXAMPLESDIR%%/yingyang.asy @dirrm %%DATADIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%%/asy-faq.html %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%EXAMPLESDIR%%/animations @dirrm %%EXAMPLESDIR%%