git: 483db0ebe3ff - main - devel/R-cran-roxygen2: New port: In-Line Documentation for R

Guangyuan Yang ygy at FreeBSD.org
Mon Jun 21 02:15:06 UTC 2021


The branch main has been updated by ygy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=483db0ebe3ffd77e5d57aa111ccd0bcbd1764db8

commit 483db0ebe3ffd77e5d57aa111ccd0bcbd1764db8
Author:     Jean-Paul Beconne <jpbeconne at free.fr>
AuthorDate: 2021-06-21 01:56:10 +0000
Commit:     Guangyuan Yang <ygy at FreeBSD.org>
CommitDate: 2021-06-21 01:56:10 +0000

    devel/R-cran-roxygen2: New port: In-Line Documentation for R
    
    PR:             246843
    Approved by:    lwhsu (mentor, implicit)
---
 devel/Makefile                  |  1 +
 devel/R-cran-roxygen2/Makefile  | 29 +++++++++++++++++++++++++++++
 devel/R-cran-roxygen2/distinfo  |  3 +++
 devel/R-cran-roxygen2/pkg-descr |  6 ++++++
 4 files changed, 39 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 639d7bcd4cfc..4a37f617c125 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -92,6 +92,7 @@
     SUBDIR += R-cran-rgexf
     SUBDIR += R-cran-rlang
     SUBDIR += R-cran-rngtools
+    SUBDIR += R-cran-roxygen2
     SUBDIR += R-cran-rprojroot
     SUBDIR += R-cran-rstudioapi
     SUBDIR += R-cran-rversions
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 at 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


More information about the dev-commits-ports-main mailing list