From owner-svn-ports-all@freebsd.org Sun Jul 26 18:59:18 2015 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 454959AB2C4; Sun, 26 Jul 2015 18:59:18 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 1AAF1AA3; Sun, 26 Jul 2015 18:59:18 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6QIxHG5008093; Sun, 26 Jul 2015 18:59:17 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6QIxGkK008084; Sun, 26 Jul 2015 18:59:16 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201507261859.t6QIxGkK008084@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 26 Jul 2015 18:59:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392940 - in head/devel: . py-raven 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.20 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: Sun, 26 Jul 2015 18:59:18 -0000 Author: pi Date: Sun Jul 26 18:59:15 2015 New Revision: 392940 URL: https://svnweb.freebsd.org/changeset/ports/392940 Log: New port: devel/raven Raven is a Python client for Sentry (http://getsentry.com/). It provides full out-of-the-box support for many of the popular frameworks, including Django, Flask, and Pylons. Raven also includes drop-in support for any WSGI-compatible web application. WWW: https://pypi.python.org/pypi/raven Added: head/devel/py-raven/ head/devel/py-raven/Makefile (contents, props changed) head/devel/py-raven/distinfo (contents, props changed) head/devel/py-raven/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jul 26 18:45:43 2015 (r392939) +++ head/devel/Makefile Sun Jul 26 18:59:15 2015 (r392940) @@ -4141,6 +4141,7 @@ SUBDIR += py-qt4-scripttools SUBDIR += py-qt4-test SUBDIR += py-rauth + SUBDIR += py-raven SUBDIR += py-repl SUBDIR += py-repoze.lru SUBDIR += py-repoze.tm2 Added: head/devel/py-raven/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-raven/Makefile Sun Jul 26 18:59:15 2015 (r392940) @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= raven +PORTVERSION= 5.5.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP + +MAINTAINER= pi@FreeBSD.org +COMMENT= Client for Sentry + +LICENSE= BSD2CLAUSE + +USES= python:3 +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-raven/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-raven/distinfo Sun Jul 26 18:59:15 2015 (r392940) @@ -0,0 +1,2 @@ +SHA256 (raven-5.5.0.tar.gz) = ede426f8d8b4df665f881516602ca0bafbb38eb2d8e2d9a338363aecba41f989 +SIZE (raven-5.5.0.tar.gz) = 249261 Added: head/devel/py-raven/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-raven/pkg-descr Sun Jul 26 18:59:15 2015 (r392940) @@ -0,0 +1,7 @@ +Raven is a Python client for Sentry (http://getsentry.com/). + +It provides full out-of-the-box support for many of the popular +frameworks, including Django, Flask, and Pylons. Raven also includes +drop-in support for any WSGI-compatible web application. + +WWW: https://pypi.python.org/pypi/raven