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:           Sat Dec 17 15:00:52 UTC 2022

Added Files:
        pkgsrc/graphics/R-ragg: DESCR Makefile distinfo

Log Message:
graphics/R-ragg: import R-ragg-1.2.4

Anti-Grain Geometry (AGG) is a high-quality and high-performance 2D
drawing library. The 'ragg' package provides a set of graphic devices
based on AGG to use as alternative to the raster devices provided
through the 'grDevices' package.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/R-ragg/DESCR \
    pkgsrc/graphics/R-ragg/Makefile pkgsrc/graphics/R-ragg/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/graphics/R-ragg/DESCR
diff -u /dev/null pkgsrc/graphics/R-ragg/DESCR:1.1
--- /dev/null   Sat Dec 17 15:00:52 2022
+++ pkgsrc/graphics/R-ragg/DESCR        Sat Dec 17 15:00:52 2022
@@ -0,0 +1,4 @@
+Anti-Grain Geometry (AGG) is a high-quality and high-performance 2D
+drawing library. The 'ragg' package provides a set of graphic devices
+based on AGG to use as alternative to the raster devices provided
+through the 'grDevices' package.
Index: pkgsrc/graphics/R-ragg/Makefile
diff -u /dev/null pkgsrc/graphics/R-ragg/Makefile:1.1
--- /dev/null   Sat Dec 17 15:00:52 2022
+++ pkgsrc/graphics/R-ragg/Makefile     Sat Dec 17 15:00:52 2022
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2022/12/17 15:00:52 mef Exp $
+
+R_PKGNAME=     ragg
+R_PKGVER=      1.2.4
+CATEGORIES=    graphics
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Graphic Devices Based on AGG
+LICENSE=       mit     # + file LICENSE
+
+USE_TOOLS+=    pkg-config
+USE_LANGUAGES= c c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
+.include "../../fonts/R-systemfonts/buildlink3.mk"
+.include "../../fonts/R-textshaping/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/R-ragg/distinfo
diff -u /dev/null pkgsrc/graphics/R-ragg/distinfo:1.1
--- /dev/null   Sat Dec 17 15:00:52 2022
+++ pkgsrc/graphics/R-ragg/distinfo     Sat Dec 17 15:00:52 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/12/17 15:00:52 mef Exp $
+
+BLAKE2s (R/ragg_1.2.4.tar.gz) = 8d0e10526d3688dc552681d70046d1f480eed65b2d827136f900497b8643fbc8
+SHA512 (R/ragg_1.2.4.tar.gz) = 2500439abcf9fc0b01efacea1c5058fbc881154d0fe26aef0b5883fd532fa5e9d727dcee0460c06c9262412d3a4d17382ff87b8c020acf65347f334394b5d8c1
+Size (R/ragg_1.2.4.tar.gz) = 427579 bytes



Home | Main Index | Thread Index | Old Index