Date: Tue, 13 Aug 2024 07:14:05 GMT From: Zsolt Udvari <uzsolt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d9349fe1919e - main - www/R-cran-pkgdown: new port: generate websites Message-ID: <202408130714.47D7E5VF001254@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by uzsolt: URL: https://cgit.FreeBSD.org/ports/commit/?id=d9349fe1919ef95bc74fd943004c3d9cf9caef5f commit d9349fe1919ef95bc74fd943004c3d9cf9caef5f Author: Zsolt Udvari <uzsolt@FreeBSD.org> AuthorDate: 2024-08-13 07:12:54 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2024-08-13 07:12:54 +0000 www/R-cran-pkgdown: new port: generate websites Generate an attractive and useful website from a source package. 'pkgdown' converts your documentation, vignettes, 'README', and more to 'HTML' making it easy to share information about your package online. Needed by devel/R-cran-devtools. --- www/Makefile | 1 + www/R-cran-pkgdown/Makefile | 38 ++++++++++++++++++++++++++++++++++++++ www/R-cran-pkgdown/distinfo | 3 +++ www/R-cran-pkgdown/pkg-descr | 3 +++ 4 files changed, 45 insertions(+) diff --git a/www/Makefile b/www/Makefile index e0fe7f048375..4ff2dbc61077 100644 --- a/www/Makefile +++ b/www/Makefile @@ -11,6 +11,7 @@ SUBDIR += R-cran-httr SUBDIR += R-cran-httr2 SUBDIR += R-cran-jquerylib + SUBDIR += R-cran-pkgdown SUBDIR += R-cran-rvest SUBDIR += R-cran-scrapeR SUBDIR += R-cran-selectr diff --git a/www/R-cran-pkgdown/Makefile b/www/R-cran-pkgdown/Makefile new file mode 100644 index 000000000000..970fe0682e88 --- /dev/null +++ b/www/R-cran-pkgdown/Makefile @@ -0,0 +1,38 @@ +PORTNAME= pkgdown +DISTVERSION= 2.1.0 +CATEGORIES= www +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= uzsolt@FreeBSD.org +COMMENT= Generate an attractive and useful website from a source package +WWW= https://cran.r-project.org/web/packages/pkgdown/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +CRAN_DEPENDS= R-cran-bslib>0:www/R-cran-bslib \ + R-cran-callr>0:devel/R-cran-callr \ + R-cran-cli>0:devel/R-cran-cli \ + R-cran-desc>0:devel/R-cran-desc \ + R-cran-digest>0:security/R-cran-digest \ + R-cran-downlit>0:textproc/R-cran-downlit \ + R-cran-fontawesome>0:devel/R-cran-fontawesome \ + R-cran-fs>0:sysutils/R-cran-fs \ + R-cran-httr2>0:www/R-cran-httr2 \ + R-cran-jsonlite>0:converters/R-cran-jsonlite \ + R-cran-openssl>0:security/R-cran-openssl \ + R-cran-purrr>0:devel/R-cran-purrr \ + R-cran-ragg>0:graphics/R-cran-ragg \ + R-cran-rlang>0:devel/R-cran-rlang \ + R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ + R-cran-tibble>0:devel/R-cran-tibble \ + R-cran-whisker>0:devel/R-cran-whisker \ + R-cran-withr>0:devel/R-cran-withr \ + R-cran-xml2>0:textproc/R-cran-xml2 \ + R-cran-yaml>0:textproc/R-cran-yaml +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist + +.include <bsd.port.mk> diff --git a/www/R-cran-pkgdown/distinfo b/www/R-cran-pkgdown/distinfo new file mode 100644 index 000000000000..b4ecf481c0be --- /dev/null +++ b/www/R-cran-pkgdown/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1723486088 +SHA256 (pkgdown_2.1.0.tar.gz) = c4d1df3b738d66e60db71e57c01c86c46f2fe58f972c9e2403c07a1436279fb4 +SIZE (pkgdown_2.1.0.tar.gz) = 1261777 diff --git a/www/R-cran-pkgdown/pkg-descr b/www/R-cran-pkgdown/pkg-descr new file mode 100644 index 000000000000..7921b1810a18 --- /dev/null +++ b/www/R-cran-pkgdown/pkg-descr @@ -0,0 +1,3 @@ +Generate an attractive and useful website from a source package. 'pkgdown' +converts your documentation, vignettes, 'README', and more to 'HTML' making it +easy to share information about your package online.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408130714.47D7E5VF001254>