From owner-svn-ports-all@FreeBSD.ORG Thu May 22 05:42:09 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D72152D; Thu, 22 May 2014 05:42:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 6267E28B2; Thu, 22 May 2014 05:42:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M5g9ov041295; Thu, 22 May 2014 05:42:09 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4M5g8j2041291; Thu, 22 May 2014 05:42:08 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201405220542.s4M5g8j2041291@svn.freebsd.org> From: Martin Wilke Date: Thu, 22 May 2014 05:42:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354771 - in head/devel: . py-python-statsd 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.18 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, 22 May 2014 05:42:09 -0000 Author: miwi Date: Thu May 22 05:42:08 2014 New Revision: 354771 URL: http://svnweb.freebsd.org/changeset/ports/354771 QAT: https://qat.redports.org/buildarchive/r354771/ Log: statsd is a client for Etsy's statsd server, a front end/proxy for the Graphite stats collection and graphing server. WWW: https://github.com/WoLpH/python-statsd PR: ports/187413 Submitted by: fax@nohik.ee Added: head/devel/py-python-statsd/ head/devel/py-python-statsd/Makefile (contents, props changed) head/devel/py-python-statsd/distinfo (contents, props changed) head/devel/py-python-statsd/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu May 22 05:40:53 2014 (r354770) +++ head/devel/Makefile Thu May 22 05:42:08 2014 (r354771) @@ -3776,6 +3776,7 @@ SUBDIR += py-pytemplate SUBDIR += py-pytest SUBDIR += py-pytest-runner + SUBDIR += py-python-statsd SUBDIR += py-pythonbrew SUBDIR += py-pytz SUBDIR += py-pyutil Added: head/devel/py-python-statsd/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-python-statsd/Makefile Thu May 22 05:42:08 2014 (r354771) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= python-statsd +PORTVERSION= 1.6.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= fax@nohik.ee +COMMENT= Statsd is a client for Etsy's node-js statsd server + +LICENSE= BSD + +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes + +.include Added: head/devel/py-python-statsd/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-python-statsd/distinfo Thu May 22 05:42:08 2014 (r354771) @@ -0,0 +1,2 @@ +SHA256 (python-statsd-1.6.2.tar.gz) = 61854c53dd4573d806048ecd02712d75af822c379775304f9c929af465b047f0 +SIZE (python-statsd-1.6.2.tar.gz) = 8891 Added: head/devel/py-python-statsd/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-python-statsd/pkg-descr Thu May 22 05:42:08 2014 (r354771) @@ -0,0 +1,4 @@ +statsd is a client for Etsy's statsd server, a front end/proxy for the Graphite +stats collection and graphing server. + +WWW: https://github.com/WoLpH/python-statsd