Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Sep 2018 15:25:09 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479102 - in head/net: . rubygem-hangouts-chat
Message-ID:  <201809061525.w86FP9Ld039267@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Thu Sep  6 15:25:09 2018
New Revision: 479102
URL: https://svnweb.freebsd.org/changeset/ports/479102

Log:
  Added new port net/rubygem-hangouts-chat which is required by gitlab-ce version 11.2.x.
  
  Approved by:	mentors (implicit)

Added:
  head/net/rubygem-hangouts-chat/
  head/net/rubygem-hangouts-chat/Makefile   (contents, props changed)
  head/net/rubygem-hangouts-chat/distinfo   (contents, props changed)
  head/net/rubygem-hangouts-chat/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Thu Sep  6 14:06:55 2018	(r479101)
+++ head/net/Makefile	Thu Sep  6 15:25:09 2018	(r479102)
@@ -1274,6 +1274,7 @@
     SUBDIR += rubygem-gitlab_omniauth-ldap
     SUBDIR += rubygem-gitlab_omniauth-ldap20
     SUBDIR += rubygem-grpc
+    SUBDIR += rubygem-hangouts-chat
     SUBDIR += rubygem-http_parser.rb
     SUBDIR += rubygem-httpauth
     SUBDIR += rubygem-ipaddress

Added: head/net/rubygem-hangouts-chat/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-hangouts-chat/Makefile	Thu Sep  6 15:25:09 2018	(r479102)
@@ -0,0 +1,19 @@
+# Created by: Matthias Fechner <mfechner@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	hangouts-chat
+PORTVERSION=	0.0.5
+CATEGORIES=	net rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	mfechner@FreeBSD.org
+COMMENT=	Module 'hangouts-chat' gem to talk to G Suite Hangouts Chat rooms
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		gem
+USE_RUBY=	yes
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/net/rubygem-hangouts-chat/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-hangouts-chat/distinfo	Thu Sep  6 15:25:09 2018	(r479102)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1535123051
+SHA256 (rubygem/hangouts-chat-0.0.5.gem) = bdbeb6c6e4abc98f395cb273f53b39911b3aa9e248fbbf063242b021ced8b6b6
+SIZE (rubygem/hangouts-chat-0.0.5.gem) = 8192

Added: head/net/rubygem-hangouts-chat/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-hangouts-chat/pkg-descr	Thu Sep  6 15:25:09 2018	(r479102)
@@ -0,0 +1,4 @@
+Send messages to G Suite Hangouts Chat rooms using
+incoming webhooks and Net::HTTP::Post.
+
+WWW: https://github.com/enzinia/hangouts-chat



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809061525.w86FP9Ld039267>