pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/R-textshaping fonts/R-textshaping: import R-text...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c2a795709a9
branches:  trunk
changeset: 390155:0c2a795709a9
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Dec 17 14:35:09 2022 +0000

description:
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.

diffstat:

 fonts/R-textshaping/DESCR    |   5 +++++
 fonts/R-textshaping/Makefile |  20 ++++++++++++++++++++
 fonts/R-textshaping/distinfo |   5 +++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r 8b887a84bd65 -r 0c2a795709a9 fonts/R-textshaping/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/R-textshaping/DESCR Sat Dec 17 14:35:09 2022 +0000
@@ -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.
diff -r 8b887a84bd65 -r 0c2a795709a9 fonts/R-textshaping/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/R-textshaping/Makefile      Sat Dec 17 14:35:09 2022 +0000
@@ -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"
diff -r 8b887a84bd65 -r 0c2a795709a9 fonts/R-textshaping/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/R-textshaping/distinfo      Sat Dec 17 14:35:09 2022 +0000
@@ -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