From owner-svn-ports-head@freebsd.org Mon May 30 13:43:41 2016 Return-Path: Delivered-To: svn-ports-head@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 32B06B53BDD; Mon, 30 May 2016 13:43:41 +0000 (UTC) (envelope-from demon@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 DDF1C17D2; Mon, 30 May 2016 13:43:40 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4UDheme099916; Mon, 30 May 2016 13:43:40 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4UDhd1h099912; Mon, 30 May 2016 13:43:39 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201605301343.u4UDhd1h099912@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Mon, 30 May 2016 13:43:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416154 - in head/net: . py-haproxy-log-analysis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2016 13:43:41 -0000 Author: demon Date: Mon May 30 13:43:39 2016 New Revision: 416154 URL: https://svnweb.freebsd.org/changeset/ports/416154 Log: New port: HAProxy log analyzer Added: head/net/py-haproxy-log-analysis/ head/net/py-haproxy-log-analysis/Makefile (contents, props changed) head/net/py-haproxy-log-analysis/distinfo (contents, props changed) head/net/py-haproxy-log-analysis/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon May 30 13:30:10 2016 (r416153) +++ head/net/Makefile Mon May 30 13:43:39 2016 (r416154) @@ -953,6 +953,7 @@ SUBDIR += py-gntp SUBDIR += py-gspread SUBDIR += py-gspreadsheet + SUBDIR += py-haproxy-log-analysis SUBDIR += py-impacket SUBDIR += py-ipaddress SUBDIR += py-iplib Added: head/net/py-haproxy-log-analysis/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-haproxy-log-analysis/Makefile Mon May 30 13:43:39 2016 (r416154) @@ -0,0 +1,19 @@ +# Created by: Dmitry Sivachenko +# $FreeBSD$ + +PORTNAME= haproxy-log-analysis +PORTVERSION= 2.0.b0 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/g}-${PORTVERSION:S/.b/b/} + +MAINTAINER= demon@FreeBSD.org +COMMENT= Haproxy log analyzer that tries to gives an insight of what's going on + +LICENSE= GPLv3 + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/net/py-haproxy-log-analysis/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-haproxy-log-analysis/distinfo Mon May 30 13:43:39 2016 (r416154) @@ -0,0 +1,3 @@ +TIMESTAMP = 1464615546 +SHA256 (haproxy_log_analysis-2.0b0.tar.gz) = 8f2ee1c239d112f046502f9228edc2a2c570f16176fde2a68106a912d8309798 +SIZE (haproxy_log_analysis-2.0b0.tar.gz) = 259502 Added: head/net/py-haproxy-log-analysis/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-haproxy-log-analysis/pkg-descr Mon May 30 13:43:39 2016 (r416154) @@ -0,0 +1,3 @@ +Haproxy log analyzer that tries to gives an insight of what's going on. + +WWW: https://pypi.python.org/pypi/haproxy_log_analysis