The Django Debug Toolbar is a configurable set of panels that display various debug information about the current request/response and when clicked, display more details about the panel's content. WWW: https://pypi.python.org/pypi/django-debug-toolbar portlint: looks fine. testport: ok redports: https://redports.org/buildarchive/20140127061900-63379/ Generated with FreeBSD Port Tools 0.99_8 (mode: new)
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-python->koobs I'll take it.
Author: koobs Date: Sun Feb 2 08:34:08 2014 New Revision: 342251 URL: http://svnweb.freebsd.org/changeset/ports/342251 QAT: https://qat.redports.org/buildarchive/r342251/ Log: www/py-django-debug-toolbar: Configurable panels to display debug information [NEW PORT] The Django Debug Toolbar is a configurable set of panels that display various debug information about the current request/response and when clicked, display more details about the panel's content. WWW: https://pypi.python.org/pypi/django-debug-toolbar PR: ports/186159 Submitted by: Johannes Jost Meixner <xmj@chaot.net> Added: head/www/py-django-debug-toolbar/ head/www/py-django-debug-toolbar/Makefile (contents, props changed) head/www/py-django-debug-toolbar/distinfo (contents, props changed) head/www/py-django-debug-toolbar/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Feb 2 08:22:22 2014 (r342250) +++ head/www/Makefile Sun Feb 2 08:34:08 2014 (r342251) @@ -1501,6 +1501,7 @@ SUBDIR += py-django-classy-tags SUBDIR += py-django-cms SUBDIR += py-django-crispy-forms + SUBDIR += py-django-debug-toolbar SUBDIR += py-django-devel SUBDIR += py-django-dpaste SUBDIR += py-django-evolution Added: head/www/py-django-debug-toolbar/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-debug-toolbar/Makefile Sun Feb 2 08:34:08 2014 (r342251) @@ -0,0 +1,22 @@ +# Created by: Johannes Meixner <xmj@chaot.net> +# $FreeBSD$ + +PORTNAME= django-debug-toolbar +PORTVERSION= 1.0.1 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= xmj@chaot.net +COMMENT= Configurable set of panels to display debug information + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>0:${PORTSDIR}/www/py-django \ + ${PYTHON_PKGNAMEPREFIX}sqlparse>0:${PORTSDIR}/databases/py-sqlparse + +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/www/py-django-debug-toolbar/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-debug-toolbar/distinfo Sun Feb 2 08:34:08 2014 (r342251) @@ -0,0 +1,2 @@ +SHA256 (django-debug-toolbar-1.0.1.tar.gz) = 535b1e0176a9d955601aaba3271a148368d7710569403fbc77e5299cf097c18a +SIZE (django-debug-toolbar-1.0.1.tar.gz) = 113031 Added: head/www/py-django-debug-toolbar/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-debug-toolbar/pkg-descr Sun Feb 2 08:34:08 2014 (r342251) @@ -0,0 +1,5 @@ +The Django Debug Toolbar is a configurable set of panels that display various +debug information about the current request/response and when clicked, display +more details about the panel's content. + +WWW: https://pypi.python.org/pypi/django-debug-toolbar _______________________________________________ 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"
State Changed From-To: open->closed New port added, with minor changes. Thanks Johannes!