Date: Mon, 30 May 2016 13:43:39 +0000 (UTC) From: Dmitry Sivachenko <demon@FreeBSD.org> 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 Message-ID: <201605301343.u4UDhd1h099912@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <mitya@yandex-team.ru> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605301343.u4UDhd1h099912>