aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-roxygen2
diff options
context:
space:
mode:
authorJean-Paul Beconne <jpbeconne@free.fr>2021-06-21 01:56:10 +0000
committerGuangyuan Yang <ygy@FreeBSD.org>2021-06-21 01:56:10 +0000
commit483db0ebe3ffd77e5d57aa111ccd0bcbd1764db8 (patch)
tree6c79f0b081bc99fc412f3a5e57efcd478a6f8bba /devel/R-cran-roxygen2
parent0a95ce6df0d3c906d93f9e4d11f0938d343ee33f (diff)
downloadports-483db0ebe3ffd77e5d57aa111ccd0bcbd1764db8.tar.gz
ports-483db0ebe3ffd77e5d57aa111ccd0bcbd1764db8.zip
devel/R-cran-roxygen2: New port: In-Line Documentation for R
PR: 246843 Approved by: lwhsu (mentor, implicit)
Diffstat (limited to 'devel/R-cran-roxygen2')
-rw-r--r--devel/R-cran-roxygen2/Makefile29
-rw-r--r--devel/R-cran-roxygen2/distinfo3
-rw-r--r--devel/R-cran-roxygen2/pkg-descr6
3 files changed, 38 insertions, 0 deletions
diff --git a/devel/R-cran-roxygen2/Makefile b/devel/R-cran-roxygen2/Makefile
new file mode 100644
index 000000000000..27b52f19a874
--- /dev/null
+++ b/devel/R-cran-roxygen2/Makefile
@@ -0,0 +1,29 @@
+PORTNAME= roxygen2
+DISTVERSION= 7.1.1
+CATEGORIES= devel
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= jpbeconne@free.fr
+COMMENT= In-Line Documentation for R
+
+LICENSE= MIT
+
+CRAN_DEPENDS= R-cran-brew>0:textproc/R-cran-brew \
+ R-cran-commonmark>0:textproc/R-cran-commonmark \
+ R-cran-desc>=1.2.0:devel/R-cran-desc \
+ R-cran-digest>0:security/R-cran-digest \
+ R-cran-knitr>0:print/R-cran-knitr \
+ R-cran-pkgload>=1.0.2:devel/R-cran-pkgload \
+ R-cran-purrr>=0.3.3:devel/R-cran-purrr \
+ R-cran-R6>=2.1.2:devel/R-cran-R6 \
+ R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp \
+ R-cran-rlang>0:devel/R-cran-rlang \
+ R-cran-stringi>0:textproc/R-cran-stringi \
+ R-cran-stringr>=1.0.0:textproc/R-cran-stringr \
+ R-cran-xml2>0:textproc/R-cran-xml2
+BUILD_DEPENDS= ${CRAN_DEPENDS}
+RUN_DEPENDS= ${CRAN_DEPENDS}
+
+USES= cran:auto-plist,compiles
+
+.include <bsd.port.mk>
diff --git a/devel/R-cran-roxygen2/distinfo b/devel/R-cran-roxygen2/distinfo
new file mode 100644
index 000000000000..1da0aaa15465
--- /dev/null
+++ b/devel/R-cran-roxygen2/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1607028971
+SHA256 (roxygen2_7.1.1.tar.gz) = bdc55ded037d4366f4d25a0d69e880dacc0fa22bee20f595d45855eef8548861
+SIZE (roxygen2_7.1.1.tar.gz) = 254118
diff --git a/devel/R-cran-roxygen2/pkg-descr b/devel/R-cran-roxygen2/pkg-descr
new file mode 100644
index 000000000000..ce6213399fb8
--- /dev/null
+++ b/devel/R-cran-roxygen2/pkg-descr
@@ -0,0 +1,6 @@
+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++.
+
+WWW: https://roxygen2.r-lib.org