pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/R-hunspell (textproc/R-hunspell) import R-hun...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e928b032051
branches:  trunk
changeset: 411473:1e928b032051
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Feb 13 15:26:16 2020 +0000

description:
(textproc/R-hunspell) import R-hunspell-3.0

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.

diffstat:

 textproc/R-hunspell/DESCR    |   6 ++++++
 textproc/R-hunspell/Makefile |  22 ++++++++++++++++++++++
 textproc/R-hunspell/distinfo |   6 ++++++
 3 files changed, 34 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r c5c58cc6bf4f -r 1e928b032051 textproc/R-hunspell/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-hunspell/DESCR Thu Feb 13 15:26:16 2020 +0000
@@ -0,0 +1,6 @@
+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.
diff -r c5c58cc6bf4f -r 1e928b032051 textproc/R-hunspell/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-hunspell/Makefile      Thu Feb 13 15:26:16 2020 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2020/02/13 15:26:16 mef Exp $
+
+R_PKGNAME=     hunspell
+R_PKGVER=      3.0
+CATEGORIES=    textproc
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       High-Performance Stemmer, Tokenizer, and Spell Checker
+LICENSE=       gnu-gpl-v2 OR gnu-lgpl-v2.1 OR mpl-1.1
+
+DEPENDS+=      R-digest>=0.6.20:../../security/R-digest
+
+#Packages suggested but not available:
+#  'spelling', 'pdftools', 'janeaustenr', 'wordcloud2', 'stopwords'
+TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
+
+
+USE_LANGUAGES= c c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c5c58cc6bf4f -r 1e928b032051 textproc/R-hunspell/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-hunspell/distinfo      Thu Feb 13 15:26:16 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/02/13 15:26:16 mef Exp $
+
+SHA1 (R/hunspell_3.0.tar.gz) = b9ed82f2c36d7ee1ad2dbb8d010ef49fc42c15a1
+RMD160 (R/hunspell_3.0.tar.gz) = 23bdc736219132c3a90f9bcfc673bdbfe6be43db
+SHA512 (R/hunspell_3.0.tar.gz) = c6fbd7a8ba8a02d59945e82953268001d008bc5df0f444600fc0186e267753afbc4a9bf269802696341c18c1930f115c6f0449665ae24947a89d3c53d7b0b646
+Size (R/hunspell_3.0.tar.gz) = 3220101 bytes



Home | Main Index | Thread Index | Old Index