pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/R-systemfonts



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Dec 17 14:02:43 UTC 2022

Added Files:
        pkgsrc/fonts/R-systemfonts: DESCR Makefile distinfo

Log Message:
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.


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

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

Added files:

Index: pkgsrc/fonts/R-systemfonts/DESCR
diff -u /dev/null pkgsrc/fonts/R-systemfonts/DESCR:1.1
--- /dev/null   Sat Dec 17 14:02:43 2022
+++ pkgsrc/fonts/R-systemfonts/DESCR    Sat Dec 17 14:02:43 2022
@@ -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.
Index: pkgsrc/fonts/R-systemfonts/Makefile
diff -u /dev/null pkgsrc/fonts/R-systemfonts/Makefile:1.1
--- /dev/null   Sat Dec 17 14:02:43 2022
+++ pkgsrc/fonts/R-systemfonts/Makefile Sat Dec 17 14:02:43 2022
@@ -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"
Index: pkgsrc/fonts/R-systemfonts/distinfo
diff -u /dev/null pkgsrc/fonts/R-systemfonts/distinfo:1.1
--- /dev/null   Sat Dec 17 14:02:43 2022
+++ pkgsrc/fonts/R-systemfonts/distinfo Sat Dec 17 14:02:43 2022
@@ -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