pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/asymptote Update to 1.85:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a07f8eb62d2
branches:  trunk
changeset: 398493:4a07f8eb62d2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 31 14:53:10 2009 +0000

description:
Update to 1.85:

Fix typo.

Move remaining picture operations.

Rename labelsurface to surface; extend also to surfaces containing a single
patch.

Add missing pen dimensions to sizing routine.

Fix compilation on platforms that lack OpenGL.

diffstat:

 graphics/asymptote/Makefile         |   4 ++--
 graphics/asymptote/distinfo         |   9 ++++-----
 graphics/asymptote/patches/patch-aa |  14 --------------
 3 files changed, 6 insertions(+), 21 deletions(-)

diffs (45 lines):

diff -r a4be73286152 -r 4a07f8eb62d2 graphics/asymptote/Makefile
--- a/graphics/asymptote/Makefile       Mon Aug 31 14:49:21 2009 +0000
+++ b/graphics/asymptote/Makefile       Mon Aug 31 14:53:10 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2009/08/27 13:08:54 hasso Exp $
+# $NetBSD: Makefile,v 1.3 2009/08/31 14:53:10 wiz Exp $
 #
 
-DISTNAME=      asymptote-1.84
+DISTNAME=      asymptote-1.85
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=asymptote/}
 EXTRACT_SUFX=  .tgz
diff -r a4be73286152 -r 4a07f8eb62d2 graphics/asymptote/distinfo
--- a/graphics/asymptote/distinfo       Mon Aug 31 14:49:21 2009 +0000
+++ b/graphics/asymptote/distinfo       Mon Aug 31 14:53:10 2009 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/08/21 23:02:29 wiz Exp $
+$NetBSD: distinfo,v 1.2 2009/08/31 14:53:10 wiz Exp $
 
-SHA1 (asymptote-1.84.src.tgz) = da168675fdb274b9f5c5720db5bf500c3ed09761
-RMD160 (asymptote-1.84.src.tgz) = a7387cfbd2e310e34f3d759d3e73b857a516d666
-Size (asymptote-1.84.src.tgz) = 1520672 bytes
-SHA1 (patch-aa) = ff9c4c957b3dd937dff1d25d72959d00af6d1885
+SHA1 (asymptote-1.85.src.tgz) = 7330403ad72de92e3791a977c50838675be1c061
+RMD160 (asymptote-1.85.src.tgz) = 4e801ca4d90a2d132a8553cfe3a5ddfef160d754
+Size (asymptote-1.85.src.tgz) = 1521242 bytes
diff -r a4be73286152 -r 4a07f8eb62d2 graphics/asymptote/patches/patch-aa
--- a/graphics/asymptote/patches/patch-aa       Mon Aug 31 14:49:21 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2009/08/21 23:02:29 wiz Exp $
-
-http://sourceforge.net/tracker/?func=detail&aid=2841433&group_id=120000&atid=685683
-
---- drawsurface.h.orig 2009-08-20 06:26:46.000000000 +0000
-+++ drawsurface.h
-@@ -319,7 +319,6 @@ public:
-   void bounds(bbox3& b);
-   
-   virtual ~drawNurbs() {
--    delete[] c;
-     delete[] vknots;
-     delete[] uknots;
-     if(weights != NULL) 



Home | Main Index | Thread Index | Old Index