pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/go-locker devel/go-locker: import go-locker-0.0....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58d719a88c6f
branches:  trunk
changeset: 325454:58d719a88c6f
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Nov 18 08:17:22 2018 +0000

description:
devel/go-locker: import go-locker-0.0.0.20171007

A simple Golang package for conveniently using named read/write
locks. Useful for synchronizing access to session based storage in
web applications.

diffstat:

 devel/go-locker/DESCR         |   3 +++
 devel/go-locker/Makefile      |  19 +++++++++++++++++++
 devel/go-locker/PLIST         |   7 +++++++
 devel/go-locker/buildlink3.mk |  15 +++++++++++++++
 devel/go-locker/distinfo      |   6 ++++++
 5 files changed, 50 insertions(+), 0 deletions(-)

diffs (70 lines):

diff -r 79756bb7423a -r 58d719a88c6f devel/go-locker/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-locker/DESCR     Sun Nov 18 08:17:22 2018 +0000
@@ -0,0 +1,3 @@
+A simple Golang package for conveniently using named read/write
+locks. Useful for synchronizing access to session based storage in
+web applications.
diff -r 79756bb7423a -r 58d719a88c6f devel/go-locker/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-locker/Makefile  Sun Nov 18 08:17:22 2018 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2018/11/18 08:17:22 ryoon Exp $
+
+DISTNAME=      locker-0.0.0.20171007
+PKGNAME=       go-${DISTNAME}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=BurntSushi/}
+CATEGORIES=    devel
+GITHUB_PROJECT=        locker
+GITHUB_TAG=    a6e239ea1c69bff1cfdb20c4b73dadf52f784b6a
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/BurntSushi/locker
+COMMENT=       Golang package using named read/write locks
+LICENSE=       public-domain
+
+GO_DIST_BASE=  locker-${GITHUB_TAG}
+GO_SRCPATH=    github.com/BurntSushi/locker
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 79756bb7423a -r 58d719a88c6f devel/go-locker/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-locker/PLIST     Sun Nov 18 08:17:22 2018 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2018/11/18 08:17:22 ryoon Exp $
+gopkg/pkg/${GO_PLATFORM}/github.com/BurntSushi/locker.a
+gopkg/src/github.com/BurntSushi/locker/Makefile
+gopkg/src/github.com/BurntSushi/locker/README.md
+gopkg/src/github.com/BurntSushi/locker/UNLICENSE
+gopkg/src/github.com/BurntSushi/locker/locker.go
+gopkg/src/github.com/BurntSushi/locker/session.vim
diff -r 79756bb7423a -r 58d719a88c6f devel/go-locker/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-locker/buildlink3.mk     Sun Nov 18 08:17:22 2018 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2018/11/18 08:17:22 ryoon Exp $
+
+BUILDLINK_TREE+=       go-locker
+
+.if !defined(GO_LOCKER_BUILDLINK3_MK)
+GO_LOCKER_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-locker=   ${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-locker?=                build
+
+BUILDLINK_API_DEPENDS.go-locker+=      go-locker>=0.0.0.20171007
+BUILDLINK_PKGSRCDIR.go-locker?=                ../../devel/go-locker
+.endif # GO_LOCKER_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -go-locker
diff -r 79756bb7423a -r 58d719a88c6f devel/go-locker/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-locker/distinfo  Sun Nov 18 08:17:22 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/11/18 08:17:22 ryoon Exp $
+
+SHA1 (locker-0.0.0.20171007-a6e239ea1c69bff1cfdb20c4b73dadf52f784b6a.tar.gz) = f3c24b8924a6f91b7ca86d7eab420749b87aa3fd
+RMD160 (locker-0.0.0.20171007-a6e239ea1c69bff1cfdb20c4b73dadf52f784b6a.tar.gz) = 4b1e2e328799cd15d031dda6914a69dc1aba4c61
+SHA512 (locker-0.0.0.20171007-a6e239ea1c69bff1cfdb20c4b73dadf52f784b6a.tar.gz) = 
b6eaa606660ab6fd2a952a8ef727c830db859658636ee7b214014f2b4a1ec3c671d85745f94ed118ed9d2cc9909a15d26c6be72baed5b6e13eccb5cfe20e58bd
+Size (locker-0.0.0.20171007-a6e239ea1c69bff1cfdb20c4b73dadf52f784b6a.tar.gz) = 2112 bytes



Home | Main Index | Thread Index | Old Index