View | Details | Raw Unified | Return to bug 246843 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/R-cran-roxygen2/Makefile (+29 lines)
Added Link Here
1
PORTNAME=	roxygen2
2
DISTVERSION=	7.1.1
3
CATEGORIES=	devel
4
DISTNAME=	${PORTNAME}_${DISTVERSION}
5
6
MAINTAINER=	jpbeconne@free.fr
7
COMMENT=	In-Line Documentation for R
8
9
LICENSE=	MIT
10
11
CRAN_DEPENDS=	R-cran-brew>0:textproc/R-cran-brew \
12
		R-cran-commonmark>0:textproc/R-cran-commonmark \
13
		R-cran-desc>=1.2.0:devel/R-cran-desc \
14
		R-cran-digest>0:security/R-cran-digest \
15
		R-cran-knitr>0:print/R-cran-knitr \
16
		R-cran-pkgload>=1.0.2:devel/R-cran-pkgload \
17
		R-cran-purrr>=0.3.3:devel/R-cran-purrr \
18
		R-cran-R6>=2.1.2:devel/R-cran-R6 \
19
		R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp \
20
		R-cran-rlang>0:devel/R-cran-rlang \
21
		R-cran-stringi>0:textproc/R-cran-stringi \
22
		R-cran-stringr>=1.0.0:textproc/R-cran-stringr \
23
		R-cran-xml2>0:textproc/R-cran-xml2
24
BUILD_DEPENDS=	${CRAN_DEPENDS}
25
RUN_DEPENDS=	${CRAN_DEPENDS}
26
27
USES=		cran:auto-plist,compiles
28
29
.include <bsd.port.mk>
(-)b/devel/R-cran-roxygen2/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1607028971
2
SHA256 (roxygen2_7.1.1.tar.gz) = bdc55ded037d4366f4d25a0d69e880dacc0fa22bee20f595d45855eef8548861
3
SIZE (roxygen2_7.1.1.tar.gz) = 254118
(-)b/devel/R-cran-roxygen2/pkg-descr (+6 lines)
Added Link Here
1
Generate your Rd documentation, 'NAMESPACE' file, and collation field using
2
specially formatted comments. Writing documentation in-line with code makes
3
it easier to keep your documentation up-to-date as your requirements change.
4
'Roxygen2' is inspired by the 'Doxygen' system for C++.
5
6
WWW: https://roxygen2.r-lib.org

Return to bug 246843