pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/R-textshaping



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Dec 17 14:35:09 UTC 2022

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

Log Message:
fonts/R-textshaping: import R-textshaping-0.3.6

Provides access to the text shaping functionality in the 'HarfBuzz'
library and the bidirectional algorithm in the 'Fribidi' library.
'textshaping' is a low-level utility package mainly for graphic
devices that expands upon the font tool-set provided by the
'systemfonts' package.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/fonts/R-textshaping/DESCR \
    pkgsrc/fonts/R-textshaping/Makefile pkgsrc/fonts/R-textshaping/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-textshaping/DESCR
diff -u /dev/null pkgsrc/fonts/R-textshaping/DESCR:1.1
--- /dev/null   Sat Dec 17 14:35:09 2022
+++ pkgsrc/fonts/R-textshaping/DESCR    Sat Dec 17 14:35:09 2022
@@ -0,0 +1,5 @@
+Provides access to the text shaping functionality in the 'HarfBuzz'
+library and the bidirectional algorithm in the 'Fribidi' library.
+'textshaping' is a low-level utility package mainly for graphic
+devices that expands upon the font tool-set provided by the
+'systemfonts' package.
Index: pkgsrc/fonts/R-textshaping/Makefile
diff -u /dev/null pkgsrc/fonts/R-textshaping/Makefile:1.1
--- /dev/null   Sat Dec 17 14:35:09 2022
+++ pkgsrc/fonts/R-textshaping/Makefile Sat Dec 17 14:35:09 2022
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2022/12/17 14:35:09 mef Exp $
+
+R_PKGNAME=     textshaping
+R_PKGVER=      0.3.6
+CATEGORIES=    fonts
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Bindings to the 'HarfBuzz' and 'Fribidi' Libraries for Text Shaping
+LICENSE=       mit     # + file LICENSE
+
+USE_TOOLS+=    pkg-config
+USE_LANGUAGES= c c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../fonts/harfbuzz/buildlink3.mk"
+.include "../../fonts/R-systemfonts/buildlink3.mk"
+.include "../../converters/fribidi/buildlink3.mk"
+.include "../../lang/R-cpp11/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/fonts/R-textshaping/distinfo
diff -u /dev/null pkgsrc/fonts/R-textshaping/distinfo:1.1
--- /dev/null   Sat Dec 17 14:35:09 2022
+++ pkgsrc/fonts/R-textshaping/distinfo Sat Dec 17 14:35:09 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/12/17 14:35:09 mef Exp $
+
+BLAKE2s (R/textshaping_0.3.6.tar.gz) = 301739928ebff95575958f0f0bd37afb2236d3cf8a5baf7583cb0dbca577a1f7
+SHA512 (R/textshaping_0.3.6.tar.gz) = 191e3c467f7a27dc7f1df3c7aa01ebc19314b72787493e2ebc5e2b5d3a76d825c4155d69a1d119a97f8076cd525fdf4453e3227feb7b8e5d049ea58b8ebf5847
+Size (R/textshaping_0.3.6.tar.gz) = 35722 bytes



Home | Main Index | Thread Index | Old Index