pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/asymptote
Module Name: pkgsrc
Committed By: wiz
Date: Thu Jun 8 08:47:26 UTC 2017
Modified Files:
pkgsrc/graphics/asymptote: Makefile PLIST distinfo
Log Message:
Updated asymptote to 2.41.
Release Notes for Version 2.41
The rendering of Bezier patches was improved. Minor improvements were made
to perpendicular marks in the geometry package. A perl issue was addressed.
Two unwanted temporary files are now removed after TeX processing.
EPS output is now supported with all TeX engines. A workaround was
implemented for the ImageMagick jpeg black background bug.
Release Notes for Version 2.40
A partial workaround for the OpenGL transparency bug was implemented, by
presorting transparent triangles of the same material. The examples were
updated and a segmentation fault was fixed. Multisample detection, surface
rendering, and crack filling algorithms were fixed. The default compilation
flags now specify -std=c++11.
Release Notes for Version 2.39
A workaround was implemented for the backwards incompatibility in the
TeXLive 2016 graphicx package. Empty tick labels in graphs are now avoided.
A paletteticks NoTicks option was added. Support for lualatex was improved.
Renderers for Bezier patches and curves more efficient than those
in the deprecated GLU library were implemented.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/asymptote/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/asymptote/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/asymptote/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/asymptote/Makefile
diff -u pkgsrc/graphics/asymptote/Makefile:1.24 pkgsrc/graphics/asymptote/Makefile:1.25
--- pkgsrc/graphics/asymptote/Makefile:1.24 Sat Oct 1 08:02:06 2016
+++ pkgsrc/graphics/asymptote/Makefile Thu Jun 8 08:47:26 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2016/10/01 08:02:06 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2017/06/08 08:47:26 wiz Exp $
-DISTNAME= asymptote-2.38
-PKGREVISION= 1
+DISTNAME= asymptote-2.41
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=asymptote/}
EXTRACT_SUFX= .tgz
Index: pkgsrc/graphics/asymptote/PLIST
diff -u pkgsrc/graphics/asymptote/PLIST:1.3 pkgsrc/graphics/asymptote/PLIST:1.4
--- pkgsrc/graphics/asymptote/PLIST:1.3 Fri Sep 30 11:54:00 2016
+++ pkgsrc/graphics/asymptote/PLIST Thu Jun 8 08:47:26 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2016/09/30 11:54:00 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2017/06/08 08:47:26 wiz Exp $
bin/asy
bin/xasy
info/asy-faq.info
@@ -124,6 +124,7 @@ share/doc/asymptote/asymptote.pdf
share/doc/asymptote/examples/100d.views
share/doc/asymptote/examples/1overx.asy
share/doc/asymptote/examples/BezierPatch.asy
+share/doc/asymptote/examples/BezierSaddle.asy
share/doc/asymptote/examples/BezierSurface.asy
share/doc/asymptote/examples/BezierTriangle.asy
share/doc/asymptote/examples/Bode.asy
@@ -188,6 +189,7 @@ share/doc/asymptote/examples/circumcircl
share/doc/asymptote/examples/clockarray.asy
share/doc/asymptote/examples/coag.asy
share/doc/asymptote/examples/colons.asy
+share/doc/asymptote/examples/colorpatch.asy
share/doc/asymptote/examples/colorplanes.asy
share/doc/asymptote/examples/colors.asy
share/doc/asymptote/examples/condor.asy
Index: pkgsrc/graphics/asymptote/distinfo
diff -u pkgsrc/graphics/asymptote/distinfo:1.8 pkgsrc/graphics/asymptote/distinfo:1.9
--- pkgsrc/graphics/asymptote/distinfo:1.8 Fri Sep 30 11:54:00 2016
+++ pkgsrc/graphics/asymptote/distinfo Thu Jun 8 08:47:26 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2016/09/30 11:54:00 wiz Exp $
+$NetBSD: distinfo,v 1.9 2017/06/08 08:47:26 wiz Exp $
-SHA1 (asymptote-2.38.src.tgz) = 911dc852a788f19300ae44162dbc12539de9e0b3
-RMD160 (asymptote-2.38.src.tgz) = ebef8fc1b9ab3175134c0aa4d5d2b206cd9bf2d3
-SHA512 (asymptote-2.38.src.tgz) = c54974a0476a33112c7913cfd8962e80a5ff10bc11f65b59a2bc0641f3c2fcfe69ba4592d84b33078d85c43fab7261670195766eca6419f6fd4923fd1ace6904
-Size (asymptote-2.38.src.tgz) = 3460789 bytes
+SHA1 (asymptote-2.41.src.tgz) = ee33febaab5b42e0f04375f4a40512102d01a1d5
+RMD160 (asymptote-2.41.src.tgz) = 2614a78d24126817462a8b7bffd918c84b96b808
+SHA512 (asymptote-2.41.src.tgz) = 93f737a44b085c2290c4553c765cf49679820e6623bc5b6d0229818409868876275d6f0571abeb76033955fa95ee594e37d10c9901c54755b085e36760fd96cb
+Size (asymptote-2.41.src.tgz) = 3516426 bytes
SHA1 (patch-configure) = c3d035f0744b8558624863fddbe68205c862a37b
Home |
Main Index |
Thread Index |
Old Index