Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 May 2014 05:50:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-python@FreeBSD.org
Subject:   Re: ports/187413: commit references a PR
Message-ID:  <201405220550.s4M5o1cG000650@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/187413; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/187413: commit references a PR
Date: Thu, 22 May 2014 05:42:12 +0000 (UTC)

 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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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