summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorrodent <rodent>2014-05-03 01:24:27 +0000
committerrodent <rodent>2014-05-03 01:24:27 +0000
commit6d0f01cbdaf5eda3651af9218c0d59f7d1fbb76e (patch)
tree59bbfb443b4607ce75e1867b34aa42fd7423fcc4 /www
parent1b29a87866770775238104e72719b16da9533f4d (diff)
downloadpkgsrc-6d0f01cbdaf5eda3651af9218c0d59f7d1fbb76e.tar.gz
Import py27-Flask-DebugToolbar-0.9.0 as www/py-flask-debugtoolbar.
This is a port of the django-debug-toolbar for Flask applications.
Diffstat (limited to 'www')
-rw-r--r--www/py-flask-debugtoolbar/DESCR1
-rw-r--r--www/py-flask-debugtoolbar/Makefile29
-rw-r--r--www/py-flask-debugtoolbar/PLIST208
-rw-r--r--www/py-flask-debugtoolbar/distinfo5
4 files changed, 243 insertions, 0 deletions
diff --git a/www/py-flask-debugtoolbar/DESCR b/www/py-flask-debugtoolbar/DESCR
new file mode 100644
index 00000000000..7c0e1c0efec
--- /dev/null
+++ b/www/py-flask-debugtoolbar/DESCR
@@ -0,0 +1 @@
+This is a port of the django-debug-toolbar for Flask applications.
diff --git a/www/py-flask-debugtoolbar/Makefile b/www/py-flask-debugtoolbar/Makefile
new file mode 100644
index 00000000000..d2e5c111b6a
--- /dev/null
+++ b/www/py-flask-debugtoolbar/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2014/05/03 01:24:27 rodent Exp $
+
+DISTNAME= Flask-DebugToolbar-0.9.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= python www
+MASTER_SITES= https://pypi.python.org/packages/source/F/Flask-DebugToolbar/
+
+MAINTAINER= rodent@NetBSD.org
+HOMEPAGE= http://flask-debugtoolbar.rtfd.org/
+COMMENT= Port of the Django debug toolbar to Flask
+LICENSE= apache-2.0 AND gnu-gpl-v3 AND gnu-lgpl-v2.1 AND mit
+
+DEPENDS+= ${PYPKGPREFIX}-flask>0.8:../../www/py-flask
+DEPENDS+= ${PYPKGPREFIX}-blinker-[0-9]*:../../devel/py-blinker
+DEPENDS+= ${PYPKGPREFIX}-itsdangerous-[0-9]*:../../security/py-itsdangerous
+DEPENDS+= ${PYPKGPREFIX}-werkzeug-[0-9]*:../../www/py-werkzeug
+
+USE_LANGUAGES= # none
+
+EGG_NAME= ${DISTNAME:S/-/_/1}
+
+post-install:
+ ${CHMOD} -x ${DESTDIR}${PREFIX}/${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/properties/index.html
+ ${CHMOD} -x ${DESTDIR}${PREFIX}/${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/properties/properties.js
+ ${CHMOD} -x ${DESTDIR}${PREFIX}/${PYSITELIB}/flask_debugtoolbar/static/img/tick-red.png
+ ${CHMOD} -x ${DESTDIR}${PREFIX}/${PYSITELIB}/flask_debugtoolbar/static/img/tick.png
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/py-flask-debugtoolbar/PLIST b/www/py-flask-debugtoolbar/PLIST
new file mode 100644
index 00000000000..28cabb006cf
--- /dev/null
+++ b/www/py-flask-debugtoolbar/PLIST
@@ -0,0 +1,208 @@
+@comment $NetBSD: PLIST,v 1.1 2014/05/03 01:24:27 rodent Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/flask_debugtoolbar/__init__.py
+${PYSITELIB}/flask_debugtoolbar/__init__.pyc
+${PYSITELIB}/flask_debugtoolbar/__init__.pyo
+${PYSITELIB}/flask_debugtoolbar/compat.py
+${PYSITELIB}/flask_debugtoolbar/compat.pyc
+${PYSITELIB}/flask_debugtoolbar/compat.pyo
+${PYSITELIB}/flask_debugtoolbar/panels/__init__.py
+${PYSITELIB}/flask_debugtoolbar/panels/__init__.pyc
+${PYSITELIB}/flask_debugtoolbar/panels/__init__.pyo
+${PYSITELIB}/flask_debugtoolbar/panels/config_vars.py
+${PYSITELIB}/flask_debugtoolbar/panels/config_vars.pyc
+${PYSITELIB}/flask_debugtoolbar/panels/config_vars.pyo
+${PYSITELIB}/flask_debugtoolbar/panels/headers.py
+${PYSITELIB}/flask_debugtoolbar/panels/headers.pyc
+${PYSITELIB}/flask_debugtoolbar/panels/headers.pyo
+${PYSITELIB}/flask_debugtoolbar/panels/logger.py
+${PYSITELIB}/flask_debugtoolbar/panels/logger.pyc
+${PYSITELIB}/flask_debugtoolbar/panels/logger.pyo
+${PYSITELIB}/flask_debugtoolbar/panels/profiler.py
+${PYSITELIB}/flask_debugtoolbar/panels/profiler.pyc
+${PYSITELIB}/flask_debugtoolbar/panels/profiler.pyo
+${PYSITELIB}/flask_debugtoolbar/panels/request_vars.py
+${PYSITELIB}/flask_debugtoolbar/panels/request_vars.pyc
+${PYSITELIB}/flask_debugtoolbar/panels/request_vars.pyo
+${PYSITELIB}/flask_debugtoolbar/panels/sqlalchemy.py
+${PYSITELIB}/flask_debugtoolbar/panels/sqlalchemy.pyc
+${PYSITELIB}/flask_debugtoolbar/panels/sqlalchemy.pyo
+${PYSITELIB}/flask_debugtoolbar/panels/template.py
+${PYSITELIB}/flask_debugtoolbar/panels/template.pyc
+${PYSITELIB}/flask_debugtoolbar/panels/template.pyo
+${PYSITELIB}/flask_debugtoolbar/panels/timer.py
+${PYSITELIB}/flask_debugtoolbar/panels/timer.pyc
+${PYSITELIB}/flask_debugtoolbar/panels/timer.pyo
+${PYSITELIB}/flask_debugtoolbar/panels/versions.py
+${PYSITELIB}/flask_debugtoolbar/panels/versions.pyc
+${PYSITELIB}/flask_debugtoolbar/panels/versions.pyo
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/codemirror.css
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/codemirror.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/clike/clike.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/clike/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/clojure/clojure.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/clojure/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/coffeescript/LICENSE
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/coffeescript/coffeescript.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/coffeescript/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/css/css.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/css/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/diff/diff.css
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/diff/diff.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/diff/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/ecl/ecl.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/ecl/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/gfm/gfm.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/gfm/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/go/go.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/go/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/groovy/groovy.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/groovy/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/haskell/haskell.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/haskell/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/htmlembedded/htmlembedded.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/htmlembedded/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/htmlmixed/htmlmixed.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/htmlmixed/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/javascript/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/javascript/javascript.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/jinja2/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/jinja2/jinja2.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/less/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/less/less.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/lua/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/lua/lua.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/markdown/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/markdown/markdown.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/mysql/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/mysql/mysql.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/ntriples/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/ntriples/ntriples.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/pascal/LICENSE
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/pascal/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/pascal/pascal.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/perl/LICENSE
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/perl/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/perl/perl.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/php/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/php/php.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/plsql/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/plsql/plsql.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/properties/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/properties/properties.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/python/LICENSE.txt
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/python/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/python/python.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/r/LICENSE
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/r/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/r/r.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/rpm/changes/changes.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/rpm/changes/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/rpm/spec/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/rpm/spec/spec.css
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/rpm/spec/spec.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/rst/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/rst/rst.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/ruby/LICENSE
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/ruby/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/ruby/ruby.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/rust/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/rust/rust.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/scheme/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/scheme/scheme.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/smalltalk/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/smalltalk/smalltalk.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/smarty/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/smarty/smarty.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/sparql/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/sparql/sparql.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/stex/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/stex/stex.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/stex/test.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/tiddlywiki/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/tiddlywiki/tiddlywiki.css
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/tiddlywiki/tiddlywiki.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/vbscript/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/vbscript/vbscript.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/velocity/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/velocity/velocity.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/verilog/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/verilog/verilog.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/xml/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/xml/xml.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/xmlpure/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/xmlpure/xmlpure.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/xquery/LICENSE
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/xquery/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/xquery/test/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/xquery/test/testBase.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/xquery/test/testEmptySequenceKeyword.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/xquery/test/testMultiAttr.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/xquery/test/testNamespaces.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/xquery/test/testProcessingInstructions.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/xquery/test/testQuotes.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/xquery/xquery.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/yaml/index.html
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/mode/yaml/yaml.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/theme/cobalt.css
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/theme/eclipse.css
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/theme/elegant.css
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/theme/lesser-dark.css
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/theme/monokai.css
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/theme/neat.css
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/theme/night.css
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/theme/rubyblue.css
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/theme/xq-dark.css
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/util/closetag.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/util/dialog.css
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/util/dialog.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/util/foldcode.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/util/formatting.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/util/javascript-hint.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/util/match-highlighter.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/util/overlay.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/util/runmode.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/util/search.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/util/searchcursor.js
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/util/simple-hint.css
+${PYSITELIB}/flask_debugtoolbar/static/codemirror/util/simple-hint.js
+${PYSITELIB}/flask_debugtoolbar/static/css/toolbar.css
+${PYSITELIB}/flask_debugtoolbar/static/img/asc.gif
+${PYSITELIB}/flask_debugtoolbar/static/img/back.png
+${PYSITELIB}/flask_debugtoolbar/static/img/back_hover.png
+${PYSITELIB}/flask_debugtoolbar/static/img/bg.gif
+${PYSITELIB}/flask_debugtoolbar/static/img/close.png
+${PYSITELIB}/flask_debugtoolbar/static/img/close_hover.png
+${PYSITELIB}/flask_debugtoolbar/static/img/desc.gif
+${PYSITELIB}/flask_debugtoolbar/static/img/djdt_vertical.png
+${PYSITELIB}/flask_debugtoolbar/static/img/indicator.png
+${PYSITELIB}/flask_debugtoolbar/static/img/panel_bg.png
+${PYSITELIB}/flask_debugtoolbar/static/img/tick-red.png
+${PYSITELIB}/flask_debugtoolbar/static/img/tick.png
+${PYSITELIB}/flask_debugtoolbar/static/js/jquery.js
+${PYSITELIB}/flask_debugtoolbar/static/js/jquery.tablesorter.js
+${PYSITELIB}/flask_debugtoolbar/static/js/toolbar.js
+${PYSITELIB}/flask_debugtoolbar/templates/base.html
+${PYSITELIB}/flask_debugtoolbar/templates/panels/config_vars.html
+${PYSITELIB}/flask_debugtoolbar/templates/panels/headers.html
+${PYSITELIB}/flask_debugtoolbar/templates/panels/logger.html
+${PYSITELIB}/flask_debugtoolbar/templates/panels/profiler.html
+${PYSITELIB}/flask_debugtoolbar/templates/panels/request_vars.html
+${PYSITELIB}/flask_debugtoolbar/templates/panels/sqlalchemy.html
+${PYSITELIB}/flask_debugtoolbar/templates/panels/sqlalchemy_explain.html
+${PYSITELIB}/flask_debugtoolbar/templates/panels/sqlalchemy_select.html
+${PYSITELIB}/flask_debugtoolbar/templates/panels/template.html
+${PYSITELIB}/flask_debugtoolbar/templates/panels/template_editor.html
+${PYSITELIB}/flask_debugtoolbar/templates/panels/timer.html
+${PYSITELIB}/flask_debugtoolbar/templates/redirect.html
+${PYSITELIB}/flask_debugtoolbar/toolbar.py
+${PYSITELIB}/flask_debugtoolbar/toolbar.pyc
+${PYSITELIB}/flask_debugtoolbar/toolbar.pyo
+${PYSITELIB}/flask_debugtoolbar/utils.py
+${PYSITELIB}/flask_debugtoolbar/utils.pyc
+${PYSITELIB}/flask_debugtoolbar/utils.pyo
diff --git a/www/py-flask-debugtoolbar/distinfo b/www/py-flask-debugtoolbar/distinfo
new file mode 100644
index 00000000000..d45b702e7a6
--- /dev/null
+++ b/www/py-flask-debugtoolbar/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/05/03 01:24:27 rodent Exp $
+
+SHA1 (Flask-DebugToolbar-0.9.0.tar.gz) = ffa743e98ae3c373047b3ff97a2559ddf75408e5
+RMD160 (Flask-DebugToolbar-0.9.0.tar.gz) = 45076b30f3de1168fe3451c0250d9bd9e84bc9a0
+Size (Flask-DebugToolbar-0.9.0.tar.gz) = 248947 bytes