pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/R-hunspell
Module Name: pkgsrc
Committed By: mef
Date: Thu Feb 13 15:26:16 UTC 2020
Added Files:
pkgsrc/textproc/R-hunspell: DESCR Makefile distinfo
Log Message:
(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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/R-hunspell/DESCR \
pkgsrc/textproc/R-hunspell/Makefile pkgsrc/textproc/R-hunspell/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/textproc/R-hunspell/DESCR
diff -u /dev/null pkgsrc/textproc/R-hunspell/DESCR:1.1
--- /dev/null Thu Feb 13 15:26:16 2020
+++ pkgsrc/textproc/R-hunspell/DESCR Thu Feb 13 15:26:16 2020
@@ -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.
Index: pkgsrc/textproc/R-hunspell/Makefile
diff -u /dev/null pkgsrc/textproc/R-hunspell/Makefile:1.1
--- /dev/null Thu Feb 13 15:26:16 2020
+++ pkgsrc/textproc/R-hunspell/Makefile Thu Feb 13 15:26:16 2020
@@ -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"
Index: pkgsrc/textproc/R-hunspell/distinfo
diff -u /dev/null pkgsrc/textproc/R-hunspell/distinfo:1.1
--- /dev/null Thu Feb 13 15:26:16 2020
+++ pkgsrc/textproc/R-hunspell/distinfo Thu Feb 13 15:26:16 2020
@@ -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