svn commit: r504957 - in head/devel: . R-cran-gbRd
TAKATSU Tomonari
tota at FreeBSD.org
Sun Jun 23 15:28:20 UTC 2019
Author: tota
Date: Sun Jun 23 15:28:18 2019
New Revision: 504957
URL: https://svnweb.freebsd.org/changeset/ports/504957
Log:
- Add new port: devel/R-cran-gbRd
Provides utilities for processing Rd objects and files. Extract
argument descriptions and other parts of the help pages of functions.
WWW: https://cran.r-project.org/web/packages/gbRd/
Added:
head/devel/R-cran-gbRd/
head/devel/R-cran-gbRd/Makefile (contents, props changed)
head/devel/R-cran-gbRd/distinfo (contents, props changed)
head/devel/R-cran-gbRd/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun Jun 23 15:02:28 2019 (r504956)
+++ head/devel/Makefile Sun Jun 23 15:28:18 2019 (r504957)
@@ -35,6 +35,7 @@
SUBDIR += R-cran-fansi
SUBDIR += R-cran-foreach
SUBDIR += R-cran-gbm
+ SUBDIR += R-cran-gbRd
SUBDIR += R-cran-gdata
SUBDIR += R-cran-generics
SUBDIR += R-cran-glmnet
Added: head/devel/R-cran-gbRd/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-gbRd/Makefile Sun Jun 23 15:28:18 2019 (r504957)
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= gbRd
+DISTVERSION= 0.4-11
+CATEGORIES= devel
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota at FreeBSD.org
+COMMENT= Utilities for processing Rd objects and files
+
+LICENSE= GPLv2+
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
Added: head/devel/R-cran-gbRd/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-gbRd/distinfo Sun Jun 23 15:28:18 2019 (r504957)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1558726898
+SHA256 (gbRd_0.4-11.tar.gz) = 0251f6dd6ca987a74acc4765838b858f1edb08b71dbad9e563669b58783ea91b
+SIZE (gbRd_0.4-11.tar.gz) = 9533
Added: head/devel/R-cran-gbRd/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-gbRd/pkg-descr Sun Jun 23 15:28:18 2019 (r504957)
@@ -0,0 +1,4 @@
+Provides utilities for processing Rd objects and files. Extract
+argument descriptions and other parts of the help pages of functions.
+
+WWW: https://cran.r-project.org/web/packages/gbRd/
More information about the svn-ports-head
mailing list