pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/R-Cairo
Module Name: pkgsrc
Committed By: mef
Date: Fri May 22 13:35:59 UTC 2026
Modified Files:
pkgsrc/graphics/R-Cairo: Makefile distinfo
Log Message:
(graphics/R-Cairo) Updated 1.6.2 to 1.7.0
NEWS/Changelog
1.7-0 (2025-10-29)
o add support for all R graphics device features up to
GE API 16 (R 4.5.0). This includes fill patterns, masks
(GE 13) and groups (GE 14). Thanks to Paul Murrell!
o removed gdd_get_version C API and CAIROGD_VER.
This means that it no longer needs mkdist and can be
directly created with R CMD build.
o restore the use of WIN32 API to find fonts for
cairographics > 1.16 (where avaiable) since it was
removed in those versions. (#50)
1.6-5 (2025-08-20)
o add dummy functions from GE 15 API (R 4.2.0) to avoid
segaults in grid.
o silence warnings about loss of precision.
1.6-4 (2025-08-19)
o removed bashisms from the configure script.
o locatorBell option will be no longer honored in R 4.4.0
and higher for the X11 back-end, because Rf_GetOption()
is no longer part of the API.
1.6-3 (2024-08-05)
o Add support for glyph rendering (see grid.glyph()).
o Fix compilation when CAIRO_HAS_PDF_SURFACE is false. (#48)
o Replace gsetVar() with GEaddDevice2() where supported.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/R-Cairo/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/R-Cairo/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-Cairo/Makefile
diff -u pkgsrc/graphics/R-Cairo/Makefile:1.16 pkgsrc/graphics/R-Cairo/Makefile:1.17
--- pkgsrc/graphics/R-Cairo/Makefile:1.16 Tue Jan 27 08:39:36 2026
+++ pkgsrc/graphics/R-Cairo/Makefile Fri May 22 13:35:59 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2026/01/27 08:39:36 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2026/05/22 13:35:59 mef Exp $
R_PKGNAME= Cairo
-R_PKGVER= 1.6-2
-PKGREVISION= 2
+R_PKGVER= 1.7-0
CATEGORIES= graphics
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/graphics/R-Cairo/distinfo
diff -u pkgsrc/graphics/R-Cairo/distinfo:1.8 pkgsrc/graphics/R-Cairo/distinfo:1.9
--- pkgsrc/graphics/R-Cairo/distinfo:1.8 Wed Dec 4 13:46:48 2024
+++ pkgsrc/graphics/R-Cairo/distinfo Fri May 22 13:35:59 2026
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/12/04 13:46:48 mef Exp $
+$NetBSD: distinfo,v 1.9 2026/05/22 13:35:59 mef Exp $
-BLAKE2s (R/Cairo_1.6-2.tar.gz) = 737673caac0b6fa1ac013b7c7d060b86bc7d51237c05c26af7e77449f3f92593
-SHA512 (R/Cairo_1.6-2.tar.gz) = c79217cebe31019950059482767b194cc9bff8c110326accc72d8df8632e73018aaee5ffdc316b1d9a9eb0162319dafdf18ff446f41bec415810bf5c5f83d11e
-Size (R/Cairo_1.6-2.tar.gz) = 99417 bytes
-SHA1 (patch-configure) = 9ab0b88b803c9c09682ee2633fb6024c8f0dcb3f
+BLAKE2s (R/Cairo_1.7-0.tar.gz) = 57429a1d514a066a750e71a6f95fe8ca011cfa5d74640e00594a72170caa1228
+SHA512 (R/Cairo_1.7-0.tar.gz) = edcf1b38cb5857865af54e2bdef324830682614294d7b9f1df253b7361ea2284716b8d5699e42e81805169bf6762b1adc8b0c85fc119b78dd0ed7e747adc7ec4
+Size (R/Cairo_1.7-0.tar.gz) = 110573 bytes
Home |
Main Index |
Thread Index |
Old Index