pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/go-webhooks www/go-webhooks: Import version 3.12.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/b6ca7c08b731
branches: trunk
changeset: 310428:b6ca7c08b731
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Jul 14 22:20:10 2018 +0000
description:
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.
diffstat:
www/go-webhooks/DESCR | 2 ++
www/go-webhooks/Makefile | 26 ++++++++++++++++++++++++++
www/go-webhooks/PLIST | 28 ++++++++++++++++++++++++++++
www/go-webhooks/buildlink3.mk | 17 +++++++++++++++++
www/go-webhooks/distinfo | 6 ++++++
5 files changed, 79 insertions(+), 0 deletions(-)
diffs (99 lines):
diff -r ac83bbec3514 -r b6ca7c08b731 www/go-webhooks/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/go-webhooks/DESCR Sat Jul 14 22:20:10 2018 +0000
@@ -0,0 +1,2 @@
+Webhooks allows for easy receiving and parsing of GitHub, Bitbucket
+and GitLab Webhook Events. It only accepts json payloads.
diff -r ac83bbec3514 -r b6ca7c08b731 www/go-webhooks/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/go-webhooks/Makefile Sat Jul 14 22:20:10 2018 +0000
@@ -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"
diff -r ac83bbec3514 -r b6ca7c08b731 www/go-webhooks/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/go-webhooks/PLIST Sat Jul 14 22:20:10 2018 +0000
@@ -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
diff -r ac83bbec3514 -r b6ca7c08b731 www/go-webhooks/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/go-webhooks/buildlink3.mk Sat Jul 14 22:20:10 2018 +0000
@@ -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
diff -r ac83bbec3514 -r b6ca7c08b731 www/go-webhooks/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/go-webhooks/distinfo Sat Jul 14 22:20:10 2018 +0000
@@ -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