From owner-svn-ports-all@freebsd.org Wed Sep 21 11:13:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 411E2BE3015; Wed, 21 Sep 2016 11:13:52 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA2CA18EF; Wed, 21 Sep 2016 11:13:51 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8LBDpuT016538; Wed, 21 Sep 2016 11:13:51 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8LBDo7L016534; Wed, 21 Sep 2016 11:13:50 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201609211113.u8LBDo7L016534@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Wed, 21 Sep 2016 11:13:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422553 - in head/www: . py-rollbar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 11:13:52 -0000 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 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