pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/R-spelling



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Feb 13 15:19:44 UTC 2020

Added Files:
        pkgsrc/textproc/R-spelling: DESCR Makefile distinfo

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/R-spelling/DESCR \
    pkgsrc/textproc/R-spelling/Makefile pkgsrc/textproc/R-spelling/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-spelling/DESCR
diff -u /dev/null pkgsrc/textproc/R-spelling/DESCR:1.1
--- /dev/null   Thu Feb 13 15:19:44 2020
+++ pkgsrc/textproc/R-spelling/DESCR    Thu Feb 13 15:19:44 2020
@@ -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.
Index: pkgsrc/textproc/R-spelling/Makefile
diff -u /dev/null pkgsrc/textproc/R-spelling/Makefile:1.1
--- /dev/null   Thu Feb 13 15:19:44 2020
+++ pkgsrc/textproc/R-spelling/Makefile Thu Feb 13 15:19:44 2020
@@ -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"
Index: pkgsrc/textproc/R-spelling/distinfo
diff -u /dev/null pkgsrc/textproc/R-spelling/distinfo:1.1
--- /dev/null   Thu Feb 13 15:19:44 2020
+++ pkgsrc/textproc/R-spelling/distinfo Thu Feb 13 15:19:44 2020
@@ -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