pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/R-Rdpack (textproc/R-Rdpack) import R-Rdpack-2.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/885d8f46590e
branches:  trunk
changeset: 390254:885d8f46590e
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Dec 18 06:13:31 2022 +0000

description:
(textproc/R-Rdpack) import R-Rdpack-2.4

Functions for manipulation of R documentation objects, including
functions reprompt() and ereprompt() for updating 'Rd' documentation
for functions, methods and classes; 'Rd' macros for citations and
import of references from 'bibtex' files for use in 'Rd' files and
'roxygen2' comments; 'Rd' macros for evaluating and inserting snippets
of 'R' code and the results of its evaluation or creating graphics on
the fly; and many functions for manipulation of references and Rd
files.

diffstat:

 textproc/R-Rdpack/DESCR    |   8 ++++++++
 textproc/R-Rdpack/Makefile |  19 +++++++++++++++++++
 textproc/R-Rdpack/distinfo |   5 +++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r ab921d4f2a5a -r 885d8f46590e textproc/R-Rdpack/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-Rdpack/DESCR   Sun Dec 18 06:13:31 2022 +0000
@@ -0,0 +1,8 @@
+Functions for manipulation of R documentation objects, including
+functions reprompt() and ereprompt() for updating 'Rd' documentation
+for functions, methods and classes; 'Rd' macros for citations and
+import of references from 'bibtex' files for use in 'Rd' files and
+'roxygen2' comments; 'Rd' macros for evaluating and inserting snippets
+of 'R' code and the results of its evaluation or creating graphics on
+the fly; and many functions for manipulation of references and Rd
+files.
diff -r ab921d4f2a5a -r 885d8f46590e textproc/R-Rdpack/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-Rdpack/Makefile        Sun Dec 18 06:13:31 2022 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2022/12/18 06:13:31 mef Exp $
+
+R_PKGNAME=     Rdpack
+R_PKGVER=      2.4
+CATEGORIES=    textproc
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Update and Manipulate Rd Documentation Objects
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
+
+DEPENDS+=      R-rbibutils-[0-9]*:../../textproc/R-rbibutils
+
+# Package suggested but not available: 'gbRd'
+
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r ab921d4f2a5a -r 885d8f46590e textproc/R-Rdpack/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-Rdpack/distinfo        Sun Dec 18 06:13:31 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/12/18 06:13:31 mef Exp $
+
+BLAKE2s (R/Rdpack_2.4.tar.gz) = 5dc5e2a95e0d828ed6aaa44d31c07790f3f745c484787f0d55944c2cbc30d46a
+SHA512 (R/Rdpack_2.4.tar.gz) = d58e2bae5e366d7bac7f98873ef5c8a2767c725d5f1b792ca7e8a2e82458a45d79fc4606b49d16de4555eff85224c01f6ebfd4e2fb42c0d518a734a9c5e2b8c5
+Size (R/Rdpack_2.4.tar.gz) = 707773 bytes



Home | Main Index | Thread Index | Old Index