Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 60B541A923A for ; Sat, 2 Jan 2021 11:24:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9694684D4C; Sat, 2 Jan 2021 11:24:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CFBE184D3D for ; Sat, 2 Jan 2021 11:24:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id X7nJB8AHEglv for ; Sat, 2 Jan 2021 11:24:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 54E2084D21 for ; Sat, 2 Jan 2021 11:24:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4C928FA9D; Sat, 2 Jan 2021 11:24:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1609586674117010" MIME-Version: 1.0 Date: Sat, 2 Jan 2021 11:24:34 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-filelock To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210102112434.4C928FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1609586674117010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1609586674117010 Content-Disposition: inline Content-Length: 1496 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1609586674117010--