dev-R/hunspell: new

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-05-31 23:34:34 +02:00
parent 817cfe98d3
commit 70cfa42da1
3 changed files with 35 additions and 0 deletions

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

@@ -0,0 +1 @@
DIST hunspell_3.0.1.tar.gz 3283317 BLAKE2B efc4aab61a0f8c26ddab32294b96ed7a4612ba228bc19dc92d81ce2a6343890e6cc4566cff24d68ebb67a705b5155bd81cadd6d6d84414d23baf3f5bdb4c78d4 SHA512 8e305bd773bd3428aee95c371f8261252d241f9760dd2595d664bfcf375fa52376acc767ea851992b06bf9863d71ad4ae9d81d6a709d7e01f1d83c3e7f44338b

View File

@@ -0,0 +1,20 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='High-Performance Stemmer, Tokenizer and Spell Checker'
KEYWORDS="~amd64"
LICENSE="GPL-2 LGPL-2.1 MPL-1.1"
DEPEND="
>=dev-lang/R-3.0.2
dev-R/Rcpp
dev-R/digest
"
RDEPEND="
${DEPEND}
>=dev-R/Rcpp-0.12.12
"

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
High-Performance Stemmer, Tokenizer, and Spell Checker // Low
level spell checker and morphological analyzer based on the
famous 'hunspell' library https://hunspell.github.io. The
package can analyze or check individual words as well as parse
text, latex, html or xml documents. For a more user-friendly
interface use the 'spelling' package which builds on this
package to automate checking of files, documentation and
vignettes in all common formats.
</longdescription>
</pkgmetadata>