From owner-svn-ports-all@freebsd.org Mon Mar 12 21:17:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BE2AF4B908; Mon, 12 Mar 2018 21:17:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D4B7737BB; Mon, 12 Mar 2018 21:17:35 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 321D110F35; Mon, 12 Mar 2018 21:17:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2CLHZla027966; Mon, 12 Mar 2018 21:17:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2CLHYT6027962; Mon, 12 Mar 2018 21:17:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803122117.w2CLHYT6027962@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 12 Mar 2018 21:17:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464322 - in head/devel: . py-fluent-logger X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-fluent-logger X-SVN-Commit-Revision: 464322 X-SVN-Commit-Repository: ports 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.25 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: Mon, 12 Mar 2018 21:17:47 -0000 Author: sunpoet Date: Mon Mar 12 21:17:34 2018 New Revision: 464322 URL: https://svnweb.freebsd.org/changeset/ports/464322 Log: Add py-fluent-logger 0.9.2 Many web/mobile applications generate huge amount of event logs (cf. login, logout, purchase, follow, etc). To analyze these event logs could be really valuable for improving the service. However, the challenge is collecting these logs easily and reliably. Fluentd solves that problem by having: easy installation, small footprint, plugins, reliable buffering, log forwarding, etc. fluent-logger-python is a Python library, to record the events from Python application. WWW: https://github.com/fluent/fluent-logger-python PR: 207636 Submitted by: Edward Chuang Added: head/devel/py-fluent-logger/ head/devel/py-fluent-logger/Makefile (contents, props changed) head/devel/py-fluent-logger/distinfo (contents, props changed) head/devel/py-fluent-logger/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Mar 12 21:17:29 2018 (r464321) +++ head/devel/Makefile Mon Mar 12 21:17:34 2018 (r464322) @@ -4443,6 +4443,7 @@ SUBDIR += py-flake8-quotes SUBDIR += py-flask-babel SUBDIR += py-flexmock + SUBDIR += py-fluent-logger SUBDIR += py-flufl.i18n SUBDIR += py-flufl.lock SUBDIR += py-foolscap Added: head/devel/py-fluent-logger/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-fluent-logger/Makefile Mon Mar 12 21:17:34 2018 (r464322) @@ -0,0 +1,21 @@ +# Created by: Edward Chuang +# $FreeBSD$ + +PORTNAME= fluent-logger +PORTVERSION= 0.9.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= edwardchuang@gmail.com +COMMENT= Structured logger for Fluentd (Python) + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack-python>0:devel/py-msgpack-python@${FLAVOR} + +NO_ARCH= yes +USE_PYTHON= autoplist concurrent distutils +USES= python + +.include Added: head/devel/py-fluent-logger/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-fluent-logger/distinfo Mon Mar 12 21:17:34 2018 (r464322) @@ -0,0 +1,3 @@ +TIMESTAMP = 1520787461 +SHA256 (fluent-logger-0.9.2.tar.gz) = 84aa4d843a530e5724927849995b8d7698413a670ee4bc0fcaafc9bcbf8b49bc +SIZE (fluent-logger-0.9.2.tar.gz) = 12270 Added: head/devel/py-fluent-logger/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-fluent-logger/pkg-descr Mon Mar 12 21:17:34 2018 (r464322) @@ -0,0 +1,12 @@ +Many web/mobile applications generate huge amount of event logs (cf. login, +logout, purchase, follow, etc). To analyze these event logs could be really +valuable for improving the service. However, the challenge is collecting these +logs easily and reliably. + +Fluentd solves that problem by having: easy installation, small footprint, +plugins, reliable buffering, log forwarding, etc. + +fluent-logger-python is a Python library, to record the events from Python +application. + +WWW: https://github.com/fluent/fluent-logger-python