svn commit: r342251 - in head/www: . py-django-debug-toolbar

Kubilay Kocak koobs at FreeBSD.org
Sun Feb 2 08:34:10 UTC 2014


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 at 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 at chaot.net>
+# $FreeBSD$
+
+PORTNAME=	django-debug-toolbar
+PORTVERSION=	1.0.1
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	xmj at 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


More information about the svn-ports-all mailing list