pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hs-lukko Import lukko-0.1.1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81bf9e548a8d
branches:  trunk
changeset: 421891:81bf9e548a8d
user:      pho <pho%pkgsrc.org@localhost>
date:      Sun Jan 19 01:11:35 2020 +0000

description:
Import lukko-0.1.1.1

This package provides access to platform dependent file locking APIs:

* Open file descriptor locking on Linux (Lukko.OFD)

* flock locking on unix platforms (Lukko.FLock)

* Windows locking LockFileEx (Lukko.Windows)

* No-op locking, which throws exceptions (Lukko.NoOp)

Lukko module exports the best option for the target platform with
uniform API.

diffstat:

 devel/hs-lukko/DESCR         |  12 ++++++++++++
 devel/hs-lukko/Makefile      |  11 +++++++++++
 devel/hs-lukko/buildlink3.mk |  13 +++++++++++++
 devel/hs-lukko/distinfo      |   6 ++++++
 4 files changed, 42 insertions(+), 0 deletions(-)

diffs (58 lines):

diff -r 73e65ada2440 -r 81bf9e548a8d devel/hs-lukko/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-lukko/DESCR      Sun Jan 19 01:11:35 2020 +0000
@@ -0,0 +1,12 @@
+This package provides access to platform dependent file locking APIs:
+
+* Open file descriptor locking on Linux (Lukko.OFD)
+
+* flock locking on unix platforms (Lukko.FLock)
+
+* Windows locking LockFileEx (Lukko.Windows)
+
+* No-op locking, which throws exceptions (Lukko.NoOp)
+
+Lukko module exports the best option for the target platform with
+uniform API.
diff -r 73e65ada2440 -r 81bf9e548a8d devel/hs-lukko/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-lukko/Makefile   Sun Jan 19 01:11:35 2020 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2020/01/19 01:11:35 pho Exp $
+
+DISTNAME=      lukko-0.1.1.1
+CATEGORIES=    devel
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       File locking
+LICENSE=       gnu-gpl-v2 AND modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 73e65ada2440 -r 81bf9e548a8d devel/hs-lukko/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-lukko/buildlink3.mk      Sun Jan 19 01:11:35 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/19 01:11:35 pho Exp $
+
+BUILDLINK_TREE+=       hs-lukko
+
+.if !defined(HS_LUKKO_BUILDLINK3_MK)
+HS_LUKKO_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-lukko+=       hs-lukko>=0.1.1
+BUILDLINK_ABI_DEPENDS.hs-lukko+=       hs-lukko>=0.1.1.1
+BUILDLINK_PKGSRCDIR.hs-lukko?=         ../../devel/hs-lukko
+.endif # HS_LUKKO_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-lukko
diff -r 73e65ada2440 -r 81bf9e548a8d devel/hs-lukko/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-lukko/distinfo   Sun Jan 19 01:11:35 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/19 01:11:35 pho Exp $
+
+SHA1 (lukko-0.1.1.1.tar.gz) = 54cc499574239d41d5e9cf8d7e83ac4171e39055
+RMD160 (lukko-0.1.1.1.tar.gz) = 9b1e7a4806566de0fb1021f759d634f573ce5507
+SHA512 (lukko-0.1.1.1.tar.gz) = 2a307eef1ceb421a6b46854c99b50fd64da02df2e74e662f67fbd179db0880599d40d8b5b8bb8d117e4c52ad114e45d9b1434ecba984f4dea314ff1f840ec37f
+Size (lukko-0.1.1.1.tar.gz) = 28312 bytes



Home | Main Index | Thread Index | Old Index