pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/R-spelling (textproc/R-spelling) import R-spe...
details: https://anonhg.NetBSD.org/pkgsrc/rev/36259e8e15a4
branches: trunk
changeset: 423234:36259e8e15a4
user: mef <mef%pkgsrc.org@localhost>
date: Thu Feb 13 15:19:44 2020 +0000
description:
(textproc/R-spelling) import R-spelling-2.1
Spell checking common document formats including latex, markdown,
manual pages, and description files. Includes utilities to automate
checking of documentation and vignettes as a unit test during 'R CMD
check'. Both British and American English are supported out of the box
and other languages can be added. In addition, packages may define a
'wordlist' to allow custom terminology without having to abuse
punctuation.
diffstat:
textproc/R-spelling/DESCR | 7 +++++++
textproc/R-spelling/Makefile | 19 +++++++++++++++++++
textproc/R-spelling/distinfo | 6 ++++++
3 files changed, 32 insertions(+), 0 deletions(-)
diffs (44 lines):
diff -r 9ec952fe0d7b -r 36259e8e15a4 textproc/R-spelling/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-spelling/DESCR Thu Feb 13 15:19:44 2020 +0000
@@ -0,0 +1,7 @@
+Spell checking common document formats including latex, markdown,
+manual pages, and description files. Includes utilities to automate
+checking of documentation and vignettes as a unit test during 'R CMD
+check'. Both British and American English are supported out of the box
+and other languages can be added. In addition, packages may define a
+'wordlist' to allow custom terminology without having to abuse
+punctuation.
diff -r 9ec952fe0d7b -r 36259e8e15a4 textproc/R-spelling/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-spelling/Makefile Thu Feb 13 15:19:44 2020 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2020/02/13 15:19:44 mef Exp $
+
+R_PKGNAME= spelling
+R_PKGVER= 2.1
+CATEGORIES= textproc
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Tools for Spell Checking in R
+LICENSE= mit # + file LICENSE
+
+DEPENDS+= R-knitr>=1.23:../../print/R-knitr
+DEPENDS+= R-commonmark>=1.7:../../textproc/R-commonmark
+DEPENDS+= R-xml2>=1.2.2nb1:../../textproc/R-xml2
+DEPENDS+= R-hunspell-[0-9]*:../../textproc/R-hunspell
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 9ec952fe0d7b -r 36259e8e15a4 textproc/R-spelling/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-spelling/distinfo Thu Feb 13 15:19:44 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/02/13 15:19:44 mef Exp $
+
+SHA1 (R/spelling_2.1.tar.gz) = eab05de1dd205af7c3409662c4ddc5f0fdf75d16
+RMD160 (R/spelling_2.1.tar.gz) = 1334a1f90750cc35fd5ba48386d1e02f1745b89f
+SHA512 (R/spelling_2.1.tar.gz) = cbca4f40328ad9279a7dfef6780c2756777c18a9add231df8b3c52eed504784dd26027ba00214ba87f7c9b8a96b2ea426c6cc92ca07c5fd8e92d70dd15cba50a
+Size (R/spelling_2.1.tar.gz) = 10447 bytes
Home |
Main Index |
Thread Index |
Old Index