pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-lukko



Module Name:    pkgsrc
Committed By:   pho
Date:           Sun Jan 19 01:11:35 UTC 2020

Added Files:
        pkgsrc/devel/hs-lukko: DESCR Makefile buildlink3.mk distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-lukko/DESCR \
    pkgsrc/devel/hs-lukko/Makefile pkgsrc/devel/hs-lukko/buildlink3.mk \
    pkgsrc/devel/hs-lukko/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/hs-lukko/DESCR
diff -u /dev/null pkgsrc/devel/hs-lukko/DESCR:1.1
--- /dev/null   Sun Jan 19 01:11:35 2020
+++ pkgsrc/devel/hs-lukko/DESCR Sun Jan 19 01:11:35 2020
@@ -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.
Index: pkgsrc/devel/hs-lukko/Makefile
diff -u /dev/null pkgsrc/devel/hs-lukko/Makefile:1.1
--- /dev/null   Sun Jan 19 01:11:35 2020
+++ pkgsrc/devel/hs-lukko/Makefile      Sun Jan 19 01:11:35 2020
@@ -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"
Index: pkgsrc/devel/hs-lukko/buildlink3.mk
diff -u /dev/null pkgsrc/devel/hs-lukko/buildlink3.mk:1.1
--- /dev/null   Sun Jan 19 01:11:35 2020
+++ pkgsrc/devel/hs-lukko/buildlink3.mk Sun Jan 19 01:11:35 2020
@@ -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
Index: pkgsrc/devel/hs-lukko/distinfo
diff -u /dev/null pkgsrc/devel/hs-lukko/distinfo:1.1
--- /dev/null   Sun Jan 19 01:11:35 2020
+++ pkgsrc/devel/hs-lukko/distinfo      Sun Jan 19 01:11:35 2020
@@ -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