From owner-svn-ports-all@freebsd.org Thu Mar 9 21:25:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 684DFD051D0; Thu, 9 Mar 2017 21:25:53 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E6C11BF4; Thu, 9 Mar 2017 21:25:53 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v29LPqvH063830; Thu, 9 Mar 2017 21:25:52 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v29LPp0g063826; Thu, 9 Mar 2017 21:25:51 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201703092125.v29LPp0g063826@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Thu, 9 Mar 2017 21:25:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435801 - in head/sysutils: . rubygem-fluent-plugin-graylog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Mar 2017 21:25:53 -0000 Author: girgen Date: Thu Mar 9 21:25:51 2017 New Revision: 435801 URL: https://svnweb.freebsd.org/changeset/ports/435801 Log: A Fluentd output plugin for Graylog. Send logging information in JSON format via TCP to an instance of GrayLog WWW: https://github.com/FundingCircle/fluent-plugin-graylog Added: head/sysutils/rubygem-fluent-plugin-graylog/ head/sysutils/rubygem-fluent-plugin-graylog/Makefile (contents, props changed) head/sysutils/rubygem-fluent-plugin-graylog/distinfo (contents, props changed) head/sysutils/rubygem-fluent-plugin-graylog/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu Mar 9 21:05:23 2017 (r435800) +++ head/sysutils/Makefile Thu Mar 9 21:25:51 2017 (r435801) @@ -955,6 +955,7 @@ SUBDIR += rubygem-fluent-mixin-plaintextformatter SUBDIR += rubygem-fluent-plugin-config-expander SUBDIR += rubygem-fluent-plugin-file-alternative + SUBDIR += rubygem-fluent-plugin-graylog SUBDIR += rubygem-fluent-plugin-tail-asis SUBDIR += rubygem-fluentd SUBDIR += rubygem-fluentd010 Added: head/sysutils/rubygem-fluent-plugin-graylog/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-fluent-plugin-graylog/Makefile Thu Mar 9 21:25:51 2017 (r435801) @@ -0,0 +1,19 @@ +# Created by: Palle Girgensohn +# $FreeBSD$ + +PORTNAME= fluent-plugin-graylog +PORTVERSION= 1.0.1 +CATEGORIES= sysutils rubygems +MASTER_SITES= RG + +MAINTAINER= girgen@FreeBSD.org +COMMENT= Gems for fluent plugin for graylog + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= rubygem-fluentd>0:sysutils/rubygem-fluentd + +USE_RUBY= yes +USES= gem + +.include Added: head/sysutils/rubygem-fluent-plugin-graylog/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-fluent-plugin-graylog/distinfo Thu Mar 9 21:25:51 2017 (r435801) @@ -0,0 +1,3 @@ +TIMESTAMP = 1489013140 +SHA256 (rubygem/fluent-plugin-graylog-1.0.1.gem) = ae15760d566990d8285bda19ef36be86faa27fb6a9d642cdf3dff23a3a9c3224 +SIZE (rubygem/fluent-plugin-graylog-1.0.1.gem) = 7680 Added: head/sysutils/rubygem-fluent-plugin-graylog/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-fluent-plugin-graylog/pkg-descr Thu Mar 9 21:25:51 2017 (r435801) @@ -0,0 +1,4 @@ +A Fluentd output plugin for Graylog. Send logging information in JSON format +via TCP to an instance of GrayLog + +WWW: https://github.com/FundingCircle/fluent-plugin-graylog