Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 May 2014 05:42:08 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
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
Message-ID:  <201405220542.s4M5g8j2041291@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405220542.s4M5g8j2041291>