diff options
Diffstat (limited to 'devel/R-roxygen2')
-rw-r--r-- | devel/R-roxygen2/DESCR | 5 | ||||
-rw-r--r-- | devel/R-roxygen2/Makefile | 25 | ||||
-rw-r--r-- | devel/R-roxygen2/distinfo | 6 |
3 files changed, 36 insertions, 0 deletions
diff --git a/devel/R-roxygen2/DESCR b/devel/R-roxygen2/DESCR new file mode 100644 index 00000000000..87b20dac95a --- /dev/null +++ b/devel/R-roxygen2/DESCR @@ -0,0 +1,5 @@ +Generate your Rd documentation, 'NAMESPACE' file, and collation field +using specially formatted comments. Writing documentation in-line with +code makes it easier to keep your documentation up-to-date as your +requirements change. 'Roxygen2' is inspired by the 'Doxygen' system +for C++. diff --git a/devel/R-roxygen2/Makefile b/devel/R-roxygen2/Makefile new file mode 100644 index 00000000000..e9ddc4da369 --- /dev/null +++ b/devel/R-roxygen2/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1 2019/08/09 19:12:14 brook Exp $ + +R_PKGNAME= roxygen2 +R_PKGVER= 6.1.1 +CATEGORIES= devel + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= In-line documentation for R +LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 + +DEPENDS+= R-desc>=1.2.0:../../devel/R-desc +DEPENDS+= R-pkgload>=1.0.2:../../devel/R-pkgload +DEPENDS+= R-purrr>=0.3.2:../../devel/R-purrr +DEPENDS+= R-digest>=0.6.20:../../security/R-digest +DEPENDS+= R-brew>=1.0.6:../../textproc/R-brew +DEPENDS+= R-commonmark>=1.7:../../textproc/R-commonmark +DEPENDS+= R-stringi>=1.4.3:../../textproc/R-stringi +DEPENDS+= R-stringr>=1.0.0:../../textproc/R-stringr +DEPENDS+= R-xml2>=1.2.2:../../textproc/R-xml2 + +USE_LANGUAGES= c c++ + +.include "../../math/R/Makefile.extension" +.include "../../devel/R-Rcpp/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/R-roxygen2/distinfo b/devel/R-roxygen2/distinfo new file mode 100644 index 00000000000..0f0068904f5 --- /dev/null +++ b/devel/R-roxygen2/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/08/09 19:12:14 brook Exp $ + +SHA1 (R/roxygen2_6.1.1.tar.gz) = 61b3a143e61ff3c565871e2a3046b46bff032060 +RMD160 (R/roxygen2_6.1.1.tar.gz) = bc423d472fb646b995f4304aa9e1dcb09405b1b1 +SHA512 (R/roxygen2_6.1.1.tar.gz) = 7643237182bf56853e99942f4f1db1b104f9401d4f3340a91be273f5ae50b8f21767e894e69f3a48bd2133afaa43385366db880147b3aa5b4d8feac75b2cefd5 +Size (R/roxygen2_6.1.1.tar.gz) = 178346 bytes |