pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/R-ragg
Module Name: pkgsrc
Committed By: mef
Date: Sun Sep 1 01:36:46 UTC 2024
Modified Files:
pkgsrc/graphics/R-ragg: Makefile distinfo
Log Message:
(graphics/R-ragg) Updated 1.2.7 to 1.3.2
# ragg 1.3.2
* Fix a bug in how groups are defined and recalled
# ragg 1.3.1
* Make sure the linejoin/linemitre setting is honored when drawing rectangles
(#162)
* Fix a bug with resetting clipping during group and pattern rendering
* Fix scaling of raster glyphs in drawGlyph
# ragg 1.3.0
* Added supported for new graphics enigine features: Groups, paths, luminance
masks, and glyphs
* Add a switch (defaults to on) to snapping rectangles to the pixel grid when
they are only drawn with fill (no stroke)
* Fixed a bug causing repeated warnings when using a font at 0 size (#130)
* Silence a bug in clang-ASAN that incorrectly reported sanitiser issues
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/R-ragg/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/R-ragg/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/R-ragg/Makefile
diff -u pkgsrc/graphics/R-ragg/Makefile:1.8 pkgsrc/graphics/R-ragg/Makefile:1.9
--- pkgsrc/graphics/R-ragg/Makefile:1.8 Sun Jan 21 13:06:09 2024
+++ pkgsrc/graphics/R-ragg/Makefile Sun Sep 1 01:36:46 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2024/01/21 13:06:09 mef Exp $
+# $NetBSD: Makefile,v 1.9 2024/09/01 01:36:46 mef Exp $
R_PKGNAME= ragg
-R_PKGVER= 1.2.7
+R_PKGVER= 1.3.2
CATEGORIES= graphics
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/graphics/R-ragg/distinfo
diff -u pkgsrc/graphics/R-ragg/distinfo:1.3 pkgsrc/graphics/R-ragg/distinfo:1.4
--- pkgsrc/graphics/R-ragg/distinfo:1.3 Sun Jan 21 08:44:24 2024
+++ pkgsrc/graphics/R-ragg/distinfo Sun Sep 1 01:36:46 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/01/21 08:44:24 mef Exp $
+$NetBSD: distinfo,v 1.4 2024/09/01 01:36:46 mef Exp $
-BLAKE2s (R/ragg_1.2.7.tar.gz) = b7fabf0d404cf6aa9497e0336524b1222e41c06082bfdfbaf158bb503b943790
-SHA512 (R/ragg_1.2.7.tar.gz) = 12f18979a4a59f1f2a28a3d8a004c48b90b6afe7acc158639acb308a8f8b4e5e8dcaff429bbdfdd02eccf41b6c058c2c6d13033c94d812098d03ac3cb555ccf8
-Size (R/ragg_1.2.7.tar.gz) = 425500 bytes
+BLAKE2s (R/ragg_1.3.2.tar.gz) = 9035011999bfe45d2732ea4a935bb6b572c9d52f108e5169c746234fea9064f9
+SHA512 (R/ragg_1.3.2.tar.gz) = 614333cb3aa282176dca750bbe37202d174e0c6808f64e91b589cf79fb505b68d70ebc8e9ecd1046a493582d711e3c9cb3a229f2eec1ef59419c47e8657ae74e
+Size (R/ragg_1.3.2.tar.gz) = 430366 bytes
Home |
Main Index |
Thread Index |
Old Index