Date: Fri, 1 Apr 2016 03:15:28 +0000 (UTC) From: Tom Judge <tj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412310 - in head/devel: . py-statsd Message-ID: <201604010315.u313FS18058364@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tj Date: Fri Apr 1 03:15:27 2016 New Revision: 412310 URL: https://svnweb.freebsd.org/changeset/ports/412310 Log: New port devel/py-statsd 3.2.1 statsd is a friendly front-end to Graphite. This is a Python client for the statsd daemon. WWW: https://pypi.python.org/pypi/statsd/ Added: head/devel/py-statsd/ head/devel/py-statsd/Makefile (contents, props changed) head/devel/py-statsd/distinfo (contents, props changed) head/devel/py-statsd/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Apr 1 03:06:38 2016 (r412309) +++ head/devel/Makefile Fri Apr 1 03:15:27 2016 (r412310) @@ -4409,6 +4409,7 @@ SUBDIR += py-spyder SUBDIR += py-sqlcc SUBDIR += py-statgrab + SUBDIR += py-statsd SUBDIR += py-stdnum SUBDIR += py-stevedore SUBDIR += py-stsci.distutils Added: head/devel/py-statsd/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-statsd/Makefile Fri Apr 1 03:15:27 2016 (r412310) @@ -0,0 +1,16 @@ +# Created by: Tom Judge <tj@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= statsd +PORTVERSION= 3.2.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tj@FreeBSD.org +COMMENT= Simple statsd client + +USES= python +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> Added: head/devel/py-statsd/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-statsd/distinfo Fri Apr 1 03:15:27 2016 (r412310) @@ -0,0 +1,2 @@ +SHA256 (statsd-3.2.1.tar.gz) = 3fa92bf0192af926f7a0d9be031fe3fd0fbaa1992d42cf2f07e68f76ac18288e +SIZE (statsd-3.2.1.tar.gz) = 166047 Added: head/devel/py-statsd/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-statsd/pkg-descr Fri Apr 1 03:15:27 2016 (r412310) @@ -0,0 +1,4 @@ +statsd is a friendly front-end to Graphite. This is a Python client for the +statsd daemon. + +WWW: https://pypi.python.org/pypi/statsd/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604010315.u313FS18058364>