mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
new port: devel/R-cran-filelock: Portable File Locking
Approved by: lwhsu
This commit is contained in:
parent
72e1192c2e
commit
8cdf928802
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561285
@ -41,6 +41,7 @@
|
||||
SUBDIR += R-cran-ellipsis
|
||||
SUBDIR += R-cran-evaluate
|
||||
SUBDIR += R-cran-fansi
|
||||
SUBDIR += R-cran-filelock
|
||||
SUBDIR += R-cran-foreach
|
||||
SUBDIR += R-cran-gbRd
|
||||
SUBDIR += R-cran-gbm
|
||||
|
21
devel/R-cran-filelock/Makefile
Normal file
21
devel/R-cran-filelock/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Created by: Guangyuan Yang <ygy@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= filelock
|
||||
DISTVERSION= 1.0.2
|
||||
CATEGORIES= devel
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= ygy@FreeBSD.org
|
||||
COMMENT= Portable File Locking
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
TEST_DEPENDS= R-cran-callr>=2.0.0:devel/R-cran-callr \
|
||||
R-cran-covr>0:devel/R-cran-covr \
|
||||
R-cran-testthat>0:devel/R-cran-testthat
|
||||
|
||||
USES= cran:auto-plist,compiles
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/R-cran-filelock/distinfo
Normal file
3
devel/R-cran-filelock/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1610211187
|
||||
SHA256 (filelock_1.0.2.tar.gz) = ac2915950789b16c43a625a2b8dab6ba423588db4a7d0daa75b74518b82b1403
|
||||
SIZE (filelock_1.0.2.tar.gz) = 12377
|
4
devel/R-cran-filelock/pkg-descr
Normal file
4
devel/R-cran-filelock/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Place an exclusive or shared lock on a file. It uses 'LockFile' on Windows and
|
||||
'fcntl' locks on Unix-like systems.
|
||||
|
||||
WWW: https://github.com/r-lib/filelock#readme
|
Loading…
Reference in New Issue
Block a user