pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/R-Rdpack



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Dec 18 06:13:31 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/R-Rdpack/DESCR \
    pkgsrc/textproc/R-Rdpack/Makefile pkgsrc/textproc/R-Rdpack/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-Rdpack/DESCR
diff -u /dev/null pkgsrc/textproc/R-Rdpack/DESCR:1.1
--- /dev/null   Sun Dec 18 06:13:31 2022
+++ pkgsrc/textproc/R-Rdpack/DESCR      Sun Dec 18 06:13:31 2022
@@ -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.
Index: pkgsrc/textproc/R-Rdpack/Makefile
diff -u /dev/null pkgsrc/textproc/R-Rdpack/Makefile:1.1
--- /dev/null   Sun Dec 18 06:13:31 2022
+++ pkgsrc/textproc/R-Rdpack/Makefile   Sun Dec 18 06:13:31 2022
@@ -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"
Index: pkgsrc/textproc/R-Rdpack/distinfo
diff -u /dev/null pkgsrc/textproc/R-Rdpack/distinfo:1.1
--- /dev/null   Sun Dec 18 06:13:31 2022
+++ pkgsrc/textproc/R-Rdpack/distinfo   Sun Dec 18 06:13:31 2022
@@ -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