-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(graphics/R-ragg) Updated 1.2.5 to 1.2.7
# ragg 1.2.7 * Fix a stack imbalance bug # ragg 1.2.6 * Fix symbol rendering bug on windows (#132) * Add support for `dev.capabilities()` (#105) * Prepare for Arm Windows
- Loading branch information
mef
committed
Jan 21, 2024
1 parent
555adb2
commit 453d2de
Showing
2 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,21 @@ | ||
# $NetBSD: Makefile,v 1.6 2023/11/12 13:21:50 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.7 2024/01/21 08:44:24 mef Exp $ | ||
|
||
R_PKGNAME= ragg | ||
R_PKGVER= 1.2.5 | ||
PKGREVISION= 2 | ||
R_PKGVER= 1.2.7 | ||
CATEGORIES= graphics | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Graphic Devices Based on AGG | ||
LICENSE= mit # + file LICENSE | ||
|
||
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr | ||
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat | ||
|
||
TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata | ||
TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin | ||
TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url | ||
TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval | ||
|
||
USE_TOOLS+= pkg-config | ||
USE_LANGUAGES= c c++ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.2 2023/02/19 02:26:03 mef Exp $ | ||
$NetBSD: distinfo,v 1.3 2024/01/21 08:44:24 mef Exp $ | ||
|
||
BLAKE2s (R/ragg_1.2.5.tar.gz) = 7c19d9e704d0a2c416d8ff22a9a644e990cc6de669ac3b4e435d72dcb90112cb | ||
SHA512 (R/ragg_1.2.5.tar.gz) = 92fcd206c07a3fdcfdabcf2d1f46993ab3cb871c1530e020d9499e47a7d33d0e44c1ad0ced038902fa7f22eeb4ec93a1ee0394831b1df76658a25c23ed6e6cfa | ||
Size (R/ragg_1.2.5.tar.gz) = 427859 bytes | ||
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 |