dev-R/stringi: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-05-31 09:34:44 +02:00
parent 415bc21871
commit 0b71457e64
3 changed files with 33 additions and 0 deletions

1
dev-R/stringi/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST stringi_1.6.2.tar.gz 7575370 BLAKE2B 603492272e0cc1f8720fbfb8e319bdf6771330af293dd7b4c133e96767df3c1ccb482559da312cf40eff99b7569ae351809a7c66dd748ce493cdc872a4650b41 SHA512 7c95135ace2d6f9806471181e96982752b4f33888d06ef661492170198f993776caa81c271edeac8baf83ceb9fa4d17b43795f534fcd3c9e009ad569baecc8e9

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
Character String Processing Facilities // A multitude of
character string/text/natural language processing tools:
pattern searching (e.g., with 'Java'-like regular expressions
or the 'Unicode' collation algorithm), random string
generation, case mapping, string transliteration,
concatenation, sorting, padding, wrapping, Unicode
normalisation, date-time formatting and parsing, and many more.
They are fast, consistent, convenient, and - thanks to 'ICU'
(International Components for Unicode) - portable across all
locales and platforms.
</longdescription>
</pkgmetadata>

View File

@@ -0,0 +1,16 @@
# Copyright 1999-2021 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='Character String Processing Facilities'
KEYWORDS="~amd64"
LICENSE="GPL-2+ BSD public-domain MIT"
DEPEND="
>=dev-lang/R-3.1
>=dev-libs/icu-55
"
RDEPEND="${DEPEND}"