Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Sep 2016 11:13:50 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422553 - in head/www: . py-rollbar
Message-ID:  <201609211113.u8LBDo7L016534@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Wed Sep 21 11:13:50 2016
New Revision: 422553
URL: https://svnweb.freebsd.org/changeset/ports/422553

Log:
  www/py-rollbar: Easy and powerful exception tracking with Rollbar
  
  Send messages and exceptions with arbitrary context, get back aggregates, and
  debug production issues quickly.
  
  WWW: https://github.com/rollbar/pyrollbar

Added:
  head/www/py-rollbar/
  head/www/py-rollbar/Makefile   (contents, props changed)
  head/www/py-rollbar/distinfo   (contents, props changed)
  head/www/py-rollbar/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Wed Sep 21 09:56:34 2016	(r422552)
+++ head/www/Makefile	Wed Sep 21 11:13:50 2016	(r422553)
@@ -1766,6 +1766,7 @@
     SUBDIR += py-rfc3986
     SUBDIR += py-rfc3987
     SUBDIR += py-rhodecode
+    SUBDIR += py-rollbar
     SUBDIR += py-routes
     SUBDIR += py-scgi
     SUBDIR += py-scrapy

Added: head/www/py-rollbar/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-rollbar/Makefile	Wed Sep 21 11:13:50 2016	(r422553)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	rollbar
+PORTVERSION=	0.13.4
+CATEGORIES=	www python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	wg@FreeBSD.org
+COMMENT=	Easy and powerful exception tracking with Rollbar
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests \
+		${PYTHON_PKGNAMEPREFIX}six>=1.5.7:devel/py-six
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+USE_GITHUB=	yes
+
+GH_PROJECT=	pyrollbar
+GH_TAGNAME=	v${PORTVERSION}
+
+.include <bsd.port.mk>

Added: head/www/py-rollbar/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-rollbar/distinfo	Wed Sep 21 11:13:50 2016	(r422553)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1474401025
+SHA256 (rollbar-pyrollbar-0.13.4-v0.13.4_GH0.tar.gz) = 7ebca4681cc89fea66f3e18441e8fcd721c96609dc148e599568362d8a7a7143
+SIZE (rollbar-pyrollbar-0.13.4-v0.13.4_GH0.tar.gz) = 47367

Added: head/www/py-rollbar/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-rollbar/pkg-descr	Wed Sep 21 11:13:50 2016	(r422553)
@@ -0,0 +1,4 @@
+Send messages and exceptions with arbitrary context, get back aggregates, and
+debug production issues quickly.
+
+WWW: https://github.com/rollbar/pyrollbar



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