pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/R-filelock



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jan  2 11:24:34 UTC 2021

Added Files:
        pkgsrc/devel/R-filelock: DESCR Makefile distinfo

Log Message:
(devel/R-filelock) import R-filelock-1.0.2

Place an exclusive or shared lock on a file. It uses 'LockFile' on
Windows and 'fcntl' locks on Unix-like systems.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-filelock/DESCR \
    pkgsrc/devel/R-filelock/Makefile pkgsrc/devel/R-filelock/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/R-filelock/DESCR
diff -u /dev/null pkgsrc/devel/R-filelock/DESCR:1.1
--- /dev/null   Sat Jan  2 11:24:34 2021
+++ pkgsrc/devel/R-filelock/DESCR       Sat Jan  2 11:24:34 2021
@@ -0,0 +1,2 @@
+Place an exclusive or shared lock on a file. It uses 'LockFile' on
+Windows and 'fcntl' locks on Unix-like systems.
Index: pkgsrc/devel/R-filelock/Makefile
diff -u /dev/null pkgsrc/devel/R-filelock/Makefile:1.1
--- /dev/null   Sat Jan  2 11:24:34 2021
+++ pkgsrc/devel/R-filelock/Makefile    Sat Jan  2 11:24:34 2021
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2021/01/02 11:24:34 mef Exp $
+
+R_PKGNAME=     filelock
+R_PKGVER=      1.0.2
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Portable File Locking
+LICENSE=       mit     # + file LICENSE
+
+USE_LANGUAGES= c
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-filelock/distinfo
diff -u /dev/null pkgsrc/devel/R-filelock/distinfo:1.1
--- /dev/null   Sat Jan  2 11:24:34 2021
+++ pkgsrc/devel/R-filelock/distinfo    Sat Jan  2 11:24:34 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/01/02 11:24:34 mef Exp $
+
+SHA1 (R/filelock_1.0.2.tar.gz) = 933361614aa3188bf79a431baa69874ef5ff5051
+RMD160 (R/filelock_1.0.2.tar.gz) = eaa8cb74eeff9316f9267450c0963b2d9a3110b8
+SHA512 (R/filelock_1.0.2.tar.gz) = 4ee728266e8a6fad3f8e76875cc8829d98762e5b1f60474fdf86ee7b7540f1183aee1dd037355a42f9ef3861f31303c1d3267789c96340d54210b1fe379fbacf
+Size (R/filelock_1.0.2.tar.gz) = 12377 bytes



Home | Main Index | Thread Index | Old Index