1
0
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:
Guangyuan Yang 2021-01-11 23:37:18 +00:00
parent 72e1192c2e
commit 8cdf928802
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561285
4 changed files with 29 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1610211187
SHA256 (filelock_1.0.2.tar.gz) = ac2915950789b16c43a625a2b8dab6ba423588db4a7d0daa75b74518b82b1403
SIZE (filelock_1.0.2.tar.gz) = 12377

View 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