pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/go-webhooks



Module Name:    pkgsrc
Committed By:   minskim
Date:           Sat Jul 14 22:20:11 UTC 2018

Added Files:
        pkgsrc/www/go-webhooks: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
www/go-webhooks: Import version 3.12.0

Webhooks allows for easy receiving and parsing of GitHub, Bitbucket
and GitLab Webhook Events. It only accepts json payloads.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/go-webhooks/DESCR \
    pkgsrc/www/go-webhooks/Makefile pkgsrc/www/go-webhooks/PLIST \
    pkgsrc/www/go-webhooks/buildlink3.mk pkgsrc/www/go-webhooks/distinfo

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

Added files:

Index: pkgsrc/www/go-webhooks/DESCR
diff -u /dev/null pkgsrc/www/go-webhooks/DESCR:1.1
--- /dev/null   Sat Jul 14 22:20:11 2018
+++ pkgsrc/www/go-webhooks/DESCR        Sat Jul 14 22:20:10 2018
@@ -0,0 +1,2 @@
+Webhooks allows for easy receiving and parsing of GitHub, Bitbucket
+and GitLab Webhook Events. It only accepts json payloads.
Index: pkgsrc/www/go-webhooks/Makefile
diff -u /dev/null pkgsrc/www/go-webhooks/Makefile:1.1
--- /dev/null   Sat Jul 14 22:20:11 2018
+++ pkgsrc/www/go-webhooks/Makefile     Sat Jul 14 22:20:10 2018
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2018/07/14 22:20:10 minskim Exp $
+
+DISTNAME=      webhooks-3.12.0
+PKGNAME=       go-${DISTNAME}
+CATEGORIES=    www
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=go-playground/}
+GITHUB_PROJECT=        ${PKGBASE:S/^go-//}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/go-playground/webhooks
+COMMENT=       Webhook receiver for GitHub, Bitbucket, and GitLab
+LICENSE=       mit
+
+SUBST_CLASSES+=                import
+SUBST_STAGE.import=    pre-configure
+SUBST_MESSAGE.import=  Fixing import paths for go-gogs-client.
+SUBST_FILES.import=    gogs/gogs.go
+SUBST_SED.import=      -e 's,/gogits/,/gogs/,g'
+
+GO_DIST_BASE=  ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+GO_SRCPATH=    gopkg.in/go-playground/webhooks.v3
+
+.include "../../www/go-gogs-client/buildlink3.mk"
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/go-webhooks/PLIST
diff -u /dev/null pkgsrc/www/go-webhooks/PLIST:1.1
--- /dev/null   Sat Jul 14 22:20:11 2018
+++ pkgsrc/www/go-webhooks/PLIST        Sat Jul 14 22:20:10 2018
@@ -0,0 +1,28 @@
+@comment $NetBSD: PLIST,v 1.1 2018/07/14 22:20:10 minskim Exp $
+bin/custom-logger
+bin/multiple-handlers
+bin/single-handler
+gopkg/pkg/${GO_PLATFORM}/gopkg.in/go-playground/webhooks.v3.a
+gopkg/pkg/${GO_PLATFORM}/gopkg.in/go-playground/webhooks.v3/bitbucket.a
+gopkg/pkg/${GO_PLATFORM}/gopkg.in/go-playground/webhooks.v3/github.a
+gopkg/pkg/${GO_PLATFORM}/gopkg.in/go-playground/webhooks.v3/gitlab.a
+gopkg/pkg/${GO_PLATFORM}/gopkg.in/go-playground/webhooks.v3/gogs.a
+gopkg/src/gopkg.in/go-playground/webhooks.v3/LICENSE
+gopkg/src/gopkg.in/go-playground/webhooks.v3/README.md
+gopkg/src/gopkg.in/go-playground/webhooks.v3/bitbucket/bitbucket.go
+gopkg/src/gopkg.in/go-playground/webhooks.v3/bitbucket/bitbucket_test.go
+gopkg/src/gopkg.in/go-playground/webhooks.v3/bitbucket/payload.go
+gopkg/src/gopkg.in/go-playground/webhooks.v3/examples/custom-logger/main.go
+gopkg/src/gopkg.in/go-playground/webhooks.v3/examples/multiple-handlers/main.go
+gopkg/src/gopkg.in/go-playground/webhooks.v3/examples/single-handler/main.go
+gopkg/src/gopkg.in/go-playground/webhooks.v3/github/github.go
+gopkg/src/gopkg.in/go-playground/webhooks.v3/github/github_test.go
+gopkg/src/gopkg.in/go-playground/webhooks.v3/github/payload.go
+gopkg/src/gopkg.in/go-playground/webhooks.v3/gitlab/gitlab.go
+gopkg/src/gopkg.in/go-playground/webhooks.v3/gitlab/gitlab_test.go
+gopkg/src/gopkg.in/go-playground/webhooks.v3/gitlab/payload.go
+gopkg/src/gopkg.in/go-playground/webhooks.v3/gogs/gogs.go
+gopkg/src/gopkg.in/go-playground/webhooks.v3/logger.go
+gopkg/src/gopkg.in/go-playground/webhooks.v3/logo.png
+gopkg/src/gopkg.in/go-playground/webhooks.v3/webhooks.go
+gopkg/src/gopkg.in/go-playground/webhooks.v3/webhooks_test.go
Index: pkgsrc/www/go-webhooks/buildlink3.mk
diff -u /dev/null pkgsrc/www/go-webhooks/buildlink3.mk:1.1
--- /dev/null   Sat Jul 14 22:20:11 2018
+++ pkgsrc/www/go-webhooks/buildlink3.mk        Sat Jul 14 22:20:10 2018
@@ -0,0 +1,17 @@
+# $NetBSD: buildlink3.mk,v 1.1 2018/07/14 22:20:10 minskim Exp $
+
+BUILDLINK_TREE+=       go-webhooks
+
+.if !defined(GO_WEBHOOKS_BUILDLINK3_MK)
+GO_WEBHOOKS_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-webhooks= ${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-webhooks?=      build
+
+BUILDLINK_API_DEPENDS.go-webhooks+=    go-webhooks>=3.12.0
+BUILDLINK_PKGSRCDIR.go-webhooks?=      ../../www/go-webhooks
+
+.include "../../www/go-gogs-client/buildlink3.mk"
+.endif # GO_WEBHOOKS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -go-webhooks
Index: pkgsrc/www/go-webhooks/distinfo
diff -u /dev/null pkgsrc/www/go-webhooks/distinfo:1.1
--- /dev/null   Sat Jul 14 22:20:11 2018
+++ pkgsrc/www/go-webhooks/distinfo     Sat Jul 14 22:20:10 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/07/14 22:20:10 minskim Exp $
+
+SHA1 (webhooks-3.12.0.tar.gz) = f9192218a173130d68073c1b3c43d489f077c3db
+RMD160 (webhooks-3.12.0.tar.gz) = b65e2c7d2eaf4e159cfe21743002f1244745eeca
+SHA512 (webhooks-3.12.0.tar.gz) = b3dd18b316be54ba0234b750ab97da2cdbdf9ae5c37f3682b3f8c2c3df4ca7adc95b1ccc6b747db1082142231998c8ae27d2930c609fd0b67334065e9eb3dd3f
+Size (webhooks-3.12.0.tar.gz) = 55116 bytes



Home | Main Index | Thread Index | Old Index