Bug 186159 - [NEW PORT] www/py-django-debug-toolbar: Configurable set of panels to display debug information
Summary: [NEW PORT] www/py-django-debug-toolbar: Configurable set of panels to display...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Kubilay Kocak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-27 06:40 UTC by Johannes Meixner
Modified: 2014-02-02 09:29 UTC (History)
0 users

See Also:


Attachments
.shar (1.95 KB, text/plain)
2014-01-27 06:40 UTC, Johannes Meixner
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Meixner 2014-01-27 06:40:00 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-27 06:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2014-01-31 07:39:28 UTC
Responsible Changed
From-To: freebsd-python->koobs

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-02-02 08:34:16 UTC
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"
Comment 4 Kubilay Kocak freebsd_committer freebsd_triage 2014-02-02 09:29:11 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks Johannes!