svn commit: r354771 - in head/devel: . py-python-statsd

Martin Wilke miwi at FreeBSD.org
Thu May 22 05:42:09 UTC 2014


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 at 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 at 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


More information about the svn-ports-all mailing list