new port: devel/R-cran-rversions: Query 'R' Versions, Including 'r-release' and 'r-oldrel'
Approved by: lwhsu
This commit is contained in:
parent
1c31db63b3
commit
726286738b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559982
@ -85,6 +85,7 @@
|
||||
SUBDIR += R-cran-rngtools
|
||||
SUBDIR += R-cran-rprojroot
|
||||
SUBDIR += R-cran-rstudioapi
|
||||
SUBDIR += R-cran-rversions
|
||||
SUBDIR += R-cran-sfsmisc
|
||||
SUBDIR += R-cran-sourcetools
|
||||
SUBDIR += R-cran-sys
|
||||
|
21
devel/R-cran-rversions/Makefile
Normal file
21
devel/R-cran-rversions/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $FreeBSD$
|
||||
# Created by: Guangyuan Yang <ygy@FreeBSD.org>
|
||||
|
||||
PORTNAME= rversions
|
||||
DISTVERSION= 2.0.2
|
||||
CATEGORIES= devel
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= ygy@FreeBSD.org
|
||||
COMMENT= Query 'R' Versions, Including 'r-release' and 'r-oldrel'
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= R-cran-curl>0:ftp/R-cran-curl \
|
||||
R-cran-xml2>=1.0.0:textproc/R-cran-xml2
|
||||
TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/R-cran-rversions/distinfo
Normal file
3
devel/R-cran-rversions/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1609524021
|
||||
SHA256 (rversions_2.0.2.tar.gz) = 3523f4b7393365341d429500b01ba3a224056e89d134635b81dfb4918ba2173e
|
||||
SIZE (rversions_2.0.2.tar.gz) = 41558
|
5
devel/R-cran-rversions/pkg-descr
Normal file
5
devel/R-cran-rversions/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Query the main 'R' 'SVN' repository to find the versions 'r-release' and
|
||||
'r-oldrel' refer to, and also all previous 'R' versions and their release
|
||||
dates.
|
||||
|
||||
WWW: https://github.com/r-hub/rversions
|
Loading…
Reference in New Issue
Block a user