pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/R-systemfonts fonts/R-systemfonts: import R-syst...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cac89953d176
branches:  trunk
changeset: 390147:cac89953d176
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Dec 17 14:02:43 2022 +0000

description:
fonts/R-systemfonts: import R-systemfonts-1.0.4

Provides system native access to the font catalogue. As font handling
varies between systems it is difficult to correctly locate installed
fonts across different operating systems. The 'systemfonts' package
provides bindings to the native libraries on Windows, macOS and Linux
for finding font files that can then be used further by e.g. graphic
devices. The main use is intended to be from compiled code but
'systemfonts' also provides access from R.

diffstat:

 fonts/R-systemfonts/DESCR    |   7 +++++++
 fonts/R-systemfonts/Makefile |  15 +++++++++++++++
 fonts/R-systemfonts/distinfo |   5 +++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r 05b46741aa2a -r cac89953d176 fonts/R-systemfonts/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/R-systemfonts/DESCR Sat Dec 17 14:02:43 2022 +0000
@@ -0,0 +1,7 @@
+Provides system native access to the font catalogue. As font handling
+varies between systems it is difficult to correctly locate installed
+fonts across different operating systems. The 'systemfonts' package
+provides bindings to the native libraries on Windows, macOS and Linux
+for finding font files that can then be used further by e.g. graphic
+devices. The main use is intended to be from compiled code but
+'systemfonts' also provides access from R.
diff -r 05b46741aa2a -r cac89953d176 fonts/R-systemfonts/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/R-systemfonts/Makefile      Sat Dec 17 14:02:43 2022 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2022/12/17 14:02:43 mef Exp $
+
+R_PKGNAME=     systemfonts
+R_PKGVER=      1.0.4
+CATEGORIES=    fonts
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       System Native Font Finding
+LICENSE=       mit     # + file LICENSE
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 05b46741aa2a -r cac89953d176 fonts/R-systemfonts/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/R-systemfonts/distinfo      Sat Dec 17 14:02:43 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/12/17 14:02:43 mef Exp $
+
+BLAKE2s (R/systemfonts_1.0.4.tar.gz) = 25acc00043809e98b35344c5f4c90f4d6f31fc4758cb117b73c68180c4fcbccd
+SHA512 (R/systemfonts_1.0.4.tar.gz) = b0b4809236d92e9d3244d2972dc8a3f6c8f76c022332affbabd5bcaeded6f4cc7147f7d595cf457abe47f1162090929762d24fd5f39674d7f91bc1901cff2a16
+Size (R/systemfonts_1.0.4.tar.gz) = 81757 bytes



Home | Main Index | Thread Index | Old Index