summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-07-04 08:39:01 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-07-04 08:39:01 +0000
commit3a5eb3a413752d14146ddf4261d955a9c953ce63 (patch)
treeeed57f60fc8d3b285d1ad90a744d3207e11bb45c
parent- Update to 3.6 (diff)
- Update to 0.9.10
- While I'm here: - Update MASTER_SITES and WWW - Do not use 'cp -r' which is strongly discouraged - Pet portlint Changes: http://graphite.wikidot.com/ PR: ports/169334 Submitted by: Brad Davis <brd@FreeBSD.org> Approved by: Dan Rowe <drowe@wayfair.com> (maintainer)
-rw-r--r--www/py-graphite-web/Makefile25
-rw-r--r--www/py-graphite-web/distinfo4
-rw-r--r--www/py-graphite-web/files/patch-setup.py8
-rw-r--r--www/py-graphite-web/pkg-descr3
-rw-r--r--www/py-graphite-web/pkg-plist430
5 files changed, 245 insertions, 225 deletions
diff --git a/www/py-graphite-web/Makefile b/www/py-graphite-web/Makefile
index 4513284c2811..3b366ebe88e0 100644
--- a/www/py-graphite-web/Makefile
+++ b/www/py-graphite-web/Makefile
@@ -6,26 +6,27 @@
#
PORTNAME= graphite-web
-PORTVERSION= 0.9.9
-PORTREVISION= 1
+PORTVERSION= 0.9.10
CATEGORIES= www python
-MASTER_SITES= http://launchpad.net/graphite/0.9/${PORTVERSION}/+download/
+MASTER_SITES= CHEESESHOP \
+ https://github.com/downloads/graphite-project/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bsdports@wayfair.com
COMMENT= Enterprise scalable realtime graphing platform
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=1.8.10:${PORTSDIR}/graphics/py-cairo \
- ${PYTHON_PKGNAMEPREFIX}django>=1.3.1:${PORTSDIR}/www/py-django \
- ${PYTHON_PKGNAMEPREFIX}carbon>=0.9.9:${PORTSDIR}/databases/py-carbon
-BUILD_DEPENDS:= ${RUN_DEPENDS}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=1.8.10:${PORTSDIR}/graphics/py-cairo \
+ ${PYTHON_PKGNAMEPREFIX}carbon>=${PORTVERSION}:${PORTSDIR}/databases/py-carbon \
+ ${PYTHON_PKGNAMEPREFIX}django>=1.3.1:${PORTSDIR}/www/py-django \
+ ${PYTHON_PKGNAMEPREFIX}django-tagging>=0.3.1:${PORTSDIR}/www/py-django-tagging
+RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_PYTHON= 2.6+
-USE_PYDISTUTILS= yes
-FETCH_ARGS= -pRr
+FETCH_ARGS= -pRr
+USE_PYTHON= 2.6+
+USE_PYDISTUTILS=yes
post-patch:
- ${MKDIR} ${WRKSRC}/graphite/webapp
- ${CP} -r ${WRKSRC}/webapp/content ${WRKSRC}/graphite/webapp
+ @${MKDIR} ${WRKSRC}/graphite/webapp/
+ @${CP} -LR ${WRKSRC}/webapp/content ${WRKSRC}/graphite/webapp
.include <bsd.port.mk>
diff --git a/www/py-graphite-web/distinfo b/www/py-graphite-web/distinfo
index 1ca414e38378..d5adc6db23bd 100644
--- a/www/py-graphite-web/distinfo
+++ b/www/py-graphite-web/distinfo
@@ -1,2 +1,2 @@
-SHA256 (graphite-web-0.9.9.tar.gz) = cc78bab7fb26b341a62bbc0360d675147d77cea3075eae16c65db3b63f502419
-SIZE (graphite-web-0.9.9.tar.gz) = 2109863
+SHA256 (graphite-web-0.9.10.tar.gz) = 4fd1d16cac3980fddc09dbf0a72243c7ae32444903258e1b65e28428a48948be
+SIZE (graphite-web-0.9.10.tar.gz) = 2117421
diff --git a/www/py-graphite-web/files/patch-setup.py b/www/py-graphite-web/files/patch-setup.py
index 3068e6dd7092..49be68cdb418 100644
--- a/www/py-graphite-web/files/patch-setup.py
+++ b/www/py-graphite-web/files/patch-setup.py
@@ -1,9 +1,9 @@
---- setup.py.orig 2011-04-03 22:20:03.000000000 -0400
-+++ setup.py 2011-05-24 11:48:33.000000000 -0400
+--- setup.py.ori 2012-06-21 15:38:54.044808453 -0700
++++ setup.py 2012-06-21 15:41:16.067809618 -0700
@@ -15,11 +15,11 @@
storage_dirs = []
- for subdir in ('whisper', 'lists', 'rrd', 'log', 'log/webapp'):
+ for subdir in ('whisper', 'rrd', 'log', 'log/webapp'):
- storage_dirs.append( ('storage/%s' % subdir, []) )
+ storage_dirs.append( ('graphite/storage/%s' % subdir, []) )
@@ -20,6 +20,6 @@
-conf_files = [ ('conf', glob('conf/*.example')) ]
+conf_files = [ ('/usr/local/etc/graphite', glob('conf/*.example')) ]
+ examples = [ ('examples', glob('examples/example-*')) ]
setup(
- name='graphite-web',
diff --git a/www/py-graphite-web/pkg-descr b/www/py-graphite-web/pkg-descr
index 73236af93700..4897e6d2b728 100644
--- a/www/py-graphite-web/pkg-descr
+++ b/www/py-graphite-web/pkg-descr
@@ -1,4 +1,5 @@
Graphite provides real-time visualization and storage
of numeric time-series data on an enterprise level.
-WWW: http://launchpad.net/graphite
+WWW: http://graphite.wikidot.com/
+WWW: https://github.com/graphite-project/graphite-web
diff --git a/www/py-graphite-web/pkg-plist b/www/py-graphite-web/pkg-plist
index 3f8909e4a78b..7163bfae6cbd 100644
--- a/www/py-graphite-web/pkg-plist
+++ b/www/py-graphite-web/pkg-plist
@@ -1,214 +1,10 @@
-%%PYTHON_SITELIBDIR%%/graphite/__init__.py
-%%PYTHON_SITELIBDIR%%/graphite/__init__.pyc
-%%PYTHON_SITELIBDIR%%/graphite/__init__.pyo
-%%PYTHON_SITELIBDIR%%/graphite/account/__init__.py
-%%PYTHON_SITELIBDIR%%/graphite/account/__init__.pyc
-%%PYTHON_SITELIBDIR%%/graphite/account/__init__.pyo
-%%PYTHON_SITELIBDIR%%/graphite/account/ldapBackend.py
-%%PYTHON_SITELIBDIR%%/graphite/account/ldapBackend.pyc
-%%PYTHON_SITELIBDIR%%/graphite/account/ldapBackend.pyo
-%%PYTHON_SITELIBDIR%%/graphite/account/models.py
-%%PYTHON_SITELIBDIR%%/graphite/account/models.pyc
-%%PYTHON_SITELIBDIR%%/graphite/account/models.pyo
-%%PYTHON_SITELIBDIR%%/graphite/account/urls.py
-%%PYTHON_SITELIBDIR%%/graphite/account/urls.pyc
-%%PYTHON_SITELIBDIR%%/graphite/account/urls.pyo
-%%PYTHON_SITELIBDIR%%/graphite/account/views.py
-%%PYTHON_SITELIBDIR%%/graphite/account/views.pyc
-%%PYTHON_SITELIBDIR%%/graphite/account/views.pyo
-%%PYTHON_SITELIBDIR%%/graphite/browser/__init__.py
-%%PYTHON_SITELIBDIR%%/graphite/browser/__init__.pyc
-%%PYTHON_SITELIBDIR%%/graphite/browser/__init__.pyo
-%%PYTHON_SITELIBDIR%%/graphite/browser/urls.py
-%%PYTHON_SITELIBDIR%%/graphite/browser/urls.pyc
-%%PYTHON_SITELIBDIR%%/graphite/browser/urls.pyo
-%%PYTHON_SITELIBDIR%%/graphite/browser/views.py
-%%PYTHON_SITELIBDIR%%/graphite/browser/views.pyc
-%%PYTHON_SITELIBDIR%%/graphite/browser/views.pyo
-%%PYTHON_SITELIBDIR%%/graphite/cli/__init__.py
-%%PYTHON_SITELIBDIR%%/graphite/cli/__init__.pyc
-%%PYTHON_SITELIBDIR%%/graphite/cli/__init__.pyo
-%%PYTHON_SITELIBDIR%%/graphite/cli/commands.py
-%%PYTHON_SITELIBDIR%%/graphite/cli/commands.pyc
-%%PYTHON_SITELIBDIR%%/graphite/cli/commands.pyo
-%%PYTHON_SITELIBDIR%%/graphite/cli/completer.py
-%%PYTHON_SITELIBDIR%%/graphite/cli/completer.pyc
-%%PYTHON_SITELIBDIR%%/graphite/cli/completer.pyo
-%%PYTHON_SITELIBDIR%%/graphite/cli/parser.py
-%%PYTHON_SITELIBDIR%%/graphite/cli/parser.pyc
-%%PYTHON_SITELIBDIR%%/graphite/cli/parser.pyo
-%%PYTHON_SITELIBDIR%%/graphite/cli/urls.py
-%%PYTHON_SITELIBDIR%%/graphite/cli/urls.pyc
-%%PYTHON_SITELIBDIR%%/graphite/cli/urls.pyo
-%%PYTHON_SITELIBDIR%%/graphite/cli/views.py
-%%PYTHON_SITELIBDIR%%/graphite/cli/views.pyc
-%%PYTHON_SITELIBDIR%%/graphite/cli/views.pyo
-%%PYTHON_SITELIBDIR%%/graphite/composer/__init__.py
-%%PYTHON_SITELIBDIR%%/graphite/composer/__init__.pyc
-%%PYTHON_SITELIBDIR%%/graphite/composer/__init__.pyo
-%%PYTHON_SITELIBDIR%%/graphite/composer/urls.py
-%%PYTHON_SITELIBDIR%%/graphite/composer/urls.pyc
-%%PYTHON_SITELIBDIR%%/graphite/composer/urls.pyo
-%%PYTHON_SITELIBDIR%%/graphite/composer/views.py
-%%PYTHON_SITELIBDIR%%/graphite/composer/views.pyc
-%%PYTHON_SITELIBDIR%%/graphite/composer/views.pyo
-%%PYTHON_SITELIBDIR%%/graphite/dashboard/__init__.py
-%%PYTHON_SITELIBDIR%%/graphite/dashboard/__init__.pyc
-%%PYTHON_SITELIBDIR%%/graphite/dashboard/__init__.pyo
-%%PYTHON_SITELIBDIR%%/graphite/dashboard/models.py
-%%PYTHON_SITELIBDIR%%/graphite/dashboard/models.pyc
-%%PYTHON_SITELIBDIR%%/graphite/dashboard/models.pyo
-%%PYTHON_SITELIBDIR%%/graphite/dashboard/urls.py
-%%PYTHON_SITELIBDIR%%/graphite/dashboard/urls.pyc
-%%PYTHON_SITELIBDIR%%/graphite/dashboard/urls.pyo
-%%PYTHON_SITELIBDIR%%/graphite/dashboard/views.py
-%%PYTHON_SITELIBDIR%%/graphite/dashboard/views.pyc
-%%PYTHON_SITELIBDIR%%/graphite/dashboard/views.pyo
-%%PYTHON_SITELIBDIR%%/graphite/events/__init__.py
-%%PYTHON_SITELIBDIR%%/graphite/events/__init__.pyc
-%%PYTHON_SITELIBDIR%%/graphite/events/__init__.pyo
-%%PYTHON_SITELIBDIR%%/graphite/events/models.py
-%%PYTHON_SITELIBDIR%%/graphite/events/models.pyc
-%%PYTHON_SITELIBDIR%%/graphite/events/models.pyo
-%%PYTHON_SITELIBDIR%%/graphite/events/urls.py
-%%PYTHON_SITELIBDIR%%/graphite/events/urls.pyc
-%%PYTHON_SITELIBDIR%%/graphite/events/urls.pyo
-%%PYTHON_SITELIBDIR%%/graphite/events/views.py
-%%PYTHON_SITELIBDIR%%/graphite/events/views.pyc
-%%PYTHON_SITELIBDIR%%/graphite/events/views.pyo
-%%PYTHON_SITELIBDIR%%/graphite/graphlot/__init__.py
-%%PYTHON_SITELIBDIR%%/graphite/graphlot/__init__.pyc
-%%PYTHON_SITELIBDIR%%/graphite/graphlot/__init__.pyo
-%%PYTHON_SITELIBDIR%%/graphite/graphlot/urls.py
-%%PYTHON_SITELIBDIR%%/graphite/graphlot/urls.pyc
-%%PYTHON_SITELIBDIR%%/graphite/graphlot/urls.pyo
-%%PYTHON_SITELIBDIR%%/graphite/graphlot/views.py
-%%PYTHON_SITELIBDIR%%/graphite/graphlot/views.pyc
-%%PYTHON_SITELIBDIR%%/graphite/graphlot/views.pyo
-%%PYTHON_SITELIBDIR%%/graphite/local_settings.py.example
-%%PYTHON_SITELIBDIR%%/graphite/logger.py
-%%PYTHON_SITELIBDIR%%/graphite/logger.pyc
-%%PYTHON_SITELIBDIR%%/graphite/logger.pyo
-%%PYTHON_SITELIBDIR%%/graphite/manage.py
-%%PYTHON_SITELIBDIR%%/graphite/manage.pyc
-%%PYTHON_SITELIBDIR%%/graphite/manage.pyo
-%%PYTHON_SITELIBDIR%%/graphite/metrics/__init__.py
-%%PYTHON_SITELIBDIR%%/graphite/metrics/__init__.pyc
-%%PYTHON_SITELIBDIR%%/graphite/metrics/__init__.pyo
-%%PYTHON_SITELIBDIR%%/graphite/metrics/search.py
-%%PYTHON_SITELIBDIR%%/graphite/metrics/search.pyc
-%%PYTHON_SITELIBDIR%%/graphite/metrics/search.pyo
-%%PYTHON_SITELIBDIR%%/graphite/metrics/urls.py
-%%PYTHON_SITELIBDIR%%/graphite/metrics/urls.pyc
-%%PYTHON_SITELIBDIR%%/graphite/metrics/urls.pyo
-%%PYTHON_SITELIBDIR%%/graphite/metrics/views.py
-%%PYTHON_SITELIBDIR%%/graphite/metrics/views.pyc
-%%PYTHON_SITELIBDIR%%/graphite/metrics/views.pyo
-%%PYTHON_SITELIBDIR%%/graphite/remote_storage.py
-%%PYTHON_SITELIBDIR%%/graphite/remote_storage.pyc
-%%PYTHON_SITELIBDIR%%/graphite/remote_storage.pyo
-%%PYTHON_SITELIBDIR%%/graphite/render/__init__.py
-%%PYTHON_SITELIBDIR%%/graphite/render/__init__.pyc
-%%PYTHON_SITELIBDIR%%/graphite/render/__init__.pyo
-%%PYTHON_SITELIBDIR%%/graphite/render/attime.py
-%%PYTHON_SITELIBDIR%%/graphite/render/attime.pyc
-%%PYTHON_SITELIBDIR%%/graphite/render/attime.pyo
-%%PYTHON_SITELIBDIR%%/graphite/render/datalib.py
-%%PYTHON_SITELIBDIR%%/graphite/render/datalib.pyc
-%%PYTHON_SITELIBDIR%%/graphite/render/datalib.pyo
-%%PYTHON_SITELIBDIR%%/graphite/render/evaluator.py
-%%PYTHON_SITELIBDIR%%/graphite/render/evaluator.pyc
-%%PYTHON_SITELIBDIR%%/graphite/render/evaluator.pyo
-%%PYTHON_SITELIBDIR%%/graphite/render/functions.py
-%%PYTHON_SITELIBDIR%%/graphite/render/functions.pyc
-%%PYTHON_SITELIBDIR%%/graphite/render/functions.pyo
-%%PYTHON_SITELIBDIR%%/graphite/render/functions_test.py
-%%PYTHON_SITELIBDIR%%/graphite/render/functions_test.pyc
-%%PYTHON_SITELIBDIR%%/graphite/render/functions_test.pyo
-%%PYTHON_SITELIBDIR%%/graphite/render/glyph.py
-%%PYTHON_SITELIBDIR%%/graphite/render/glyph.pyc
-%%PYTHON_SITELIBDIR%%/graphite/render/glyph.pyo
-%%PYTHON_SITELIBDIR%%/graphite/render/grammar.py
-%%PYTHON_SITELIBDIR%%/graphite/render/grammar.pyc
-%%PYTHON_SITELIBDIR%%/graphite/render/grammar.pyo
-%%PYTHON_SITELIBDIR%%/graphite/render/hashing.py
-%%PYTHON_SITELIBDIR%%/graphite/render/hashing.pyc
-%%PYTHON_SITELIBDIR%%/graphite/render/hashing.pyo
-%%PYTHON_SITELIBDIR%%/graphite/render/urls.py
-%%PYTHON_SITELIBDIR%%/graphite/render/urls.pyc
-%%PYTHON_SITELIBDIR%%/graphite/render/urls.pyo
-%%PYTHON_SITELIBDIR%%/graphite/render/views.py
-%%PYTHON_SITELIBDIR%%/graphite/render/views.pyc
-%%PYTHON_SITELIBDIR%%/graphite/render/views.pyo
-%%PYTHON_SITELIBDIR%%/graphite/settings.py
-%%PYTHON_SITELIBDIR%%/graphite/settings.pyc
-%%PYTHON_SITELIBDIR%%/graphite/settings.pyo
-%%PYTHON_SITELIBDIR%%/graphite/storage.py
-%%PYTHON_SITELIBDIR%%/graphite/storage.pyc
-%%PYTHON_SITELIBDIR%%/graphite/storage.pyo
-%%PYTHON_SITELIBDIR%%/graphite/templates/500.html
-%%PYTHON_SITELIBDIR%%/graphite/templates/browser.html
-%%PYTHON_SITELIBDIR%%/graphite/templates/browserHeader.html
-%%PYTHON_SITELIBDIR%%/graphite/templates/cli.html
-%%PYTHON_SITELIBDIR%%/graphite/templates/composer.html
-%%PYTHON_SITELIBDIR%%/graphite/templates/dashboard.html
-%%PYTHON_SITELIBDIR%%/graphite/templates/dashboardHelp.html
-%%PYTHON_SITELIBDIR%%/graphite/templates/editProfile.html
-%%PYTHON_SITELIBDIR%%/graphite/templates/event.html
-%%PYTHON_SITELIBDIR%%/graphite/templates/events.html
-%%PYTHON_SITELIBDIR%%/graphite/templates/graphlot.html
-%%PYTHON_SITELIBDIR%%/graphite/templates/login.html
-%%PYTHON_SITELIBDIR%%/graphite/templates/version.html
-%%PYTHON_SITELIBDIR%%/graphite/thirdparty/__init__.py
-%%PYTHON_SITELIBDIR%%/graphite/thirdparty/__init__.pyc
-%%PYTHON_SITELIBDIR%%/graphite/thirdparty/__init__.pyo
-%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pyparsing.py
-%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pyparsing.pyc
-%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pyparsing.pyo
-%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pytz/__init__.py
-%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pytz/__init__.pyc
-%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pytz/__init__.pyo
-%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pytz/reference.py
-%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pytz/reference.pyc
-%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pytz/reference.pyo
-%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pytz/tzfile.py
-%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pytz/tzfile.pyc
-%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pytz/tzfile.pyo
-%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pytz/tzinfo.py
-%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pytz/tzinfo.pyc
-%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pytz/tzinfo.pyo
-%%PYTHON_SITELIBDIR%%/graphite/urls.py
-%%PYTHON_SITELIBDIR%%/graphite/urls.pyc
-%%PYTHON_SITELIBDIR%%/graphite/urls.pyo
-%%PYTHON_SITELIBDIR%%/graphite/util.py
-%%PYTHON_SITELIBDIR%%/graphite/util.pyc
-%%PYTHON_SITELIBDIR%%/graphite/util.pyo
-%%PYTHON_SITELIBDIR%%/graphite/version/__init__.py
-%%PYTHON_SITELIBDIR%%/graphite/version/__init__.pyc
-%%PYTHON_SITELIBDIR%%/graphite/version/__init__.pyo
-%%PYTHON_SITELIBDIR%%/graphite/version/urls.py
-%%PYTHON_SITELIBDIR%%/graphite/version/urls.pyc
-%%PYTHON_SITELIBDIR%%/graphite/version/urls.pyo
-%%PYTHON_SITELIBDIR%%/graphite/version/views.py
-%%PYTHON_SITELIBDIR%%/graphite/version/views.pyc
-%%PYTHON_SITELIBDIR%%/graphite/version/views.pyo
-%%PYTHON_SITELIBDIR%%/graphite/views.py
-%%PYTHON_SITELIBDIR%%/graphite/views.pyc
-%%PYTHON_SITELIBDIR%%/graphite/views.pyo
-%%PYTHON_SITELIBDIR%%/graphite/whitelist/__init__.py
-%%PYTHON_SITELIBDIR%%/graphite/whitelist/__init__.pyc
-%%PYTHON_SITELIBDIR%%/graphite/whitelist/__init__.pyo
-%%PYTHON_SITELIBDIR%%/graphite/whitelist/urls.py
-%%PYTHON_SITELIBDIR%%/graphite/whitelist/urls.pyc
-%%PYTHON_SITELIBDIR%%/graphite/whitelist/urls.pyo
-%%PYTHON_SITELIBDIR%%/graphite/whitelist/views.py
-%%PYTHON_SITELIBDIR%%/graphite/whitelist/views.pyc
-%%PYTHON_SITELIBDIR%%/graphite/whitelist/views.pyo
bin/build-index.sh
bin/run-graphite-devel-server.py
etc/graphite/dashboard.conf.example
etc/graphite/graphTemplates.conf.example
etc/graphite/graphite.wsgi.example
+examples/example-client.py
+examples/example-graphite-vhost.conf
graphite/webapp/content/css/cli.css
graphite/webapp/content/css/darkX.css
graphite/webapp/content/css/darkX/button-close-focused.png
@@ -740,6 +536,227 @@ graphite/webapp/content/js/window/effects.js
graphite/webapp/content/js/window/prototype.js
graphite/webapp/content/js/window/window.js
graphite/webapp/content/js/window/window_effects.js
+%%PYTHON_SITELIBDIR%%/graphite/__init__.py
+%%PYTHON_SITELIBDIR%%/graphite/__init__.pyc
+%%PYTHON_SITELIBDIR%%/graphite/__init__.pyo
+%%PYTHON_SITELIBDIR%%/graphite/account/__init__.py
+%%PYTHON_SITELIBDIR%%/graphite/account/__init__.pyc
+%%PYTHON_SITELIBDIR%%/graphite/account/__init__.pyo
+%%PYTHON_SITELIBDIR%%/graphite/account/ldapBackend.py
+%%PYTHON_SITELIBDIR%%/graphite/account/ldapBackend.pyc
+%%PYTHON_SITELIBDIR%%/graphite/account/ldapBackend.pyo
+%%PYTHON_SITELIBDIR%%/graphite/account/models.py
+%%PYTHON_SITELIBDIR%%/graphite/account/models.pyc
+%%PYTHON_SITELIBDIR%%/graphite/account/models.pyo
+%%PYTHON_SITELIBDIR%%/graphite/account/urls.py
+%%PYTHON_SITELIBDIR%%/graphite/account/urls.pyc
+%%PYTHON_SITELIBDIR%%/graphite/account/urls.pyo
+%%PYTHON_SITELIBDIR%%/graphite/account/views.py
+%%PYTHON_SITELIBDIR%%/graphite/account/views.pyc
+%%PYTHON_SITELIBDIR%%/graphite/account/views.pyo
+%%PYTHON_SITELIBDIR%%/graphite/app_settings.py
+%%PYTHON_SITELIBDIR%%/graphite/app_settings.pyc
+%%PYTHON_SITELIBDIR%%/graphite/app_settings.pyo
+%%PYTHON_SITELIBDIR%%/graphite/browser/__init__.py
+%%PYTHON_SITELIBDIR%%/graphite/browser/__init__.pyc
+%%PYTHON_SITELIBDIR%%/graphite/browser/__init__.pyo
+%%PYTHON_SITELIBDIR%%/graphite/browser/urls.py
+%%PYTHON_SITELIBDIR%%/graphite/browser/urls.pyc
+%%PYTHON_SITELIBDIR%%/graphite/browser/urls.pyo
+%%PYTHON_SITELIBDIR%%/graphite/browser/views.py
+%%PYTHON_SITELIBDIR%%/graphite/browser/views.pyc
+%%PYTHON_SITELIBDIR%%/graphite/browser/views.pyo
+%%PYTHON_SITELIBDIR%%/graphite/cli/__init__.py
+%%PYTHON_SITELIBDIR%%/graphite/cli/__init__.pyc
+%%PYTHON_SITELIBDIR%%/graphite/cli/__init__.pyo
+%%PYTHON_SITELIBDIR%%/graphite/cli/commands.py
+%%PYTHON_SITELIBDIR%%/graphite/cli/commands.pyc
+%%PYTHON_SITELIBDIR%%/graphite/cli/commands.pyo
+%%PYTHON_SITELIBDIR%%/graphite/cli/completer.py
+%%PYTHON_SITELIBDIR%%/graphite/cli/completer.pyc
+%%PYTHON_SITELIBDIR%%/graphite/cli/completer.pyo
+%%PYTHON_SITELIBDIR%%/graphite/cli/parser.py
+%%PYTHON_SITELIBDIR%%/graphite/cli/parser.pyc
+%%PYTHON_SITELIBDIR%%/graphite/cli/parser.pyo
+%%PYTHON_SITELIBDIR%%/graphite/cli/urls.py
+%%PYTHON_SITELIBDIR%%/graphite/cli/urls.pyc
+%%PYTHON_SITELIBDIR%%/graphite/cli/urls.pyo
+%%PYTHON_SITELIBDIR%%/graphite/cli/views.py
+%%PYTHON_SITELIBDIR%%/graphite/cli/views.pyc
+%%PYTHON_SITELIBDIR%%/graphite/cli/views.pyo
+%%PYTHON_SITELIBDIR%%/graphite/composer/__init__.py
+%%PYTHON_SITELIBDIR%%/graphite/composer/__init__.pyc
+%%PYTHON_SITELIBDIR%%/graphite/composer/__init__.pyo
+%%PYTHON_SITELIBDIR%%/graphite/composer/urls.py
+%%PYTHON_SITELIBDIR%%/graphite/composer/urls.pyc
+%%PYTHON_SITELIBDIR%%/graphite/composer/urls.pyo
+%%PYTHON_SITELIBDIR%%/graphite/composer/views.py
+%%PYTHON_SITELIBDIR%%/graphite/composer/views.pyc
+%%PYTHON_SITELIBDIR%%/graphite/composer/views.pyo
+%%PYTHON_SITELIBDIR%%/graphite/dashboard/__init__.py
+%%PYTHON_SITELIBDIR%%/graphite/dashboard/__init__.pyc
+%%PYTHON_SITELIBDIR%%/graphite/dashboard/__init__.pyo
+%%PYTHON_SITELIBDIR%%/graphite/dashboard/admin.py
+%%PYTHON_SITELIBDIR%%/graphite/dashboard/admin.pyc
+%%PYTHON_SITELIBDIR%%/graphite/dashboard/admin.pyo
+%%PYTHON_SITELIBDIR%%/graphite/dashboard/models.py
+%%PYTHON_SITELIBDIR%%/graphite/dashboard/models.pyc
+%%PYTHON_SITELIBDIR%%/graphite/dashboard/models.pyo
+%%PYTHON_SITELIBDIR%%/graphite/dashboard/send_graph.py
+%%PYTHON_SITELIBDIR%%/graphite/dashboard/send_graph.pyc
+%%PYTHON_SITELIBDIR%%/graphite/dashboard/send_graph.pyo
+%%PYTHON_SITELIBDIR%%/graphite/dashboard/urls.py
+%%PYTHON_SITELIBDIR%%/graphite/dashboard/urls.pyc
+%%PYTHON_SITELIBDIR%%/graphite/dashboard/urls.pyo
+%%PYTHON_SITELIBDIR%%/graphite/dashboard/views.py
+%%PYTHON_SITELIBDIR%%/graphite/dashboard/views.pyc
+%%PYTHON_SITELIBDIR%%/graphite/dashboard/views.pyo
+%%PYTHON_SITELIBDIR%%/graphite/events/__init__.py
+%%PYTHON_SITELIBDIR%%/graphite/events/__init__.pyc
+%%PYTHON_SITELIBDIR%%/graphite/events/__init__.pyo
+%%PYTHON_SITELIBDIR%%/graphite/events/admin.py
+%%PYTHON_SITELIBDIR%%/graphite/events/admin.pyc
+%%PYTHON_SITELIBDIR%%/graphite/events/admin.pyo
+%%PYTHON_SITELIBDIR%%/graphite/events/models.py
+%%PYTHON_SITELIBDIR%%/graphite/events/models.pyc
+%%PYTHON_SITELIBDIR%%/graphite/events/models.pyo
+%%PYTHON_SITELIBDIR%%/graphite/events/urls.py
+%%PYTHON_SITELIBDIR%%/graphite/events/urls.pyc
+%%PYTHON_SITELIBDIR%%/graphite/events/urls.pyo
+%%PYTHON_SITELIBDIR%%/graphite/events/views.py
+%%PYTHON_SITELIBDIR%%/graphite/events/views.pyc
+%%PYTHON_SITELIBDIR%%/graphite/events/views.pyo
+%%PYTHON_SITELIBDIR%%/graphite/graphlot/__init__.py
+%%PYTHON_SITELIBDIR%%/graphite/graphlot/__init__.pyc
+%%PYTHON_SITELIBDIR%%/graphite/graphlot/__init__.pyo
+%%PYTHON_SITELIBDIR%%/graphite/graphlot/urls.py
+%%PYTHON_SITELIBDIR%%/graphite/graphlot/urls.pyc
+%%PYTHON_SITELIBDIR%%/graphite/graphlot/urls.pyo
+%%PYTHON_SITELIBDIR%%/graphite/graphlot/views.py
+%%PYTHON_SITELIBDIR%%/graphite/graphlot/views.pyc
+%%PYTHON_SITELIBDIR%%/graphite/graphlot/views.pyo
+%%PYTHON_SITELIBDIR%%/graphite/local_settings.py.example
+%%PYTHON_SITELIBDIR%%/graphite/logger.py
+%%PYTHON_SITELIBDIR%%/graphite/logger.pyc
+%%PYTHON_SITELIBDIR%%/graphite/logger.pyo
+%%PYTHON_SITELIBDIR%%/graphite/manage.py
+%%PYTHON_SITELIBDIR%%/graphite/manage.pyc
+%%PYTHON_SITELIBDIR%%/graphite/manage.pyo
+%%PYTHON_SITELIBDIR%%/graphite/metrics/__init__.py
+%%PYTHON_SITELIBDIR%%/graphite/metrics/__init__.pyc
+%%PYTHON_SITELIBDIR%%/graphite/metrics/__init__.pyo
+%%PYTHON_SITELIBDIR%%/graphite/metrics/search.py
+%%PYTHON_SITELIBDIR%%/graphite/metrics/search.pyc
+%%PYTHON_SITELIBDIR%%/graphite/metrics/search.pyo
+%%PYTHON_SITELIBDIR%%/graphite/metrics/urls.py
+%%PYTHON_SITELIBDIR%%/graphite/metrics/urls.pyc
+%%PYTHON_SITELIBDIR%%/graphite/metrics/urls.pyo
+%%PYTHON_SITELIBDIR%%/graphite/metrics/views.py
+%%PYTHON_SITELIBDIR%%/graphite/metrics/views.pyc
+%%PYTHON_SITELIBDIR%%/graphite/metrics/views.pyo
+%%PYTHON_SITELIBDIR%%/graphite/remote_storage.py
+%%PYTHON_SITELIBDIR%%/graphite/remote_storage.pyc
+%%PYTHON_SITELIBDIR%%/graphite/remote_storage.pyo
+%%PYTHON_SITELIBDIR%%/graphite/render/__init__.py
+%%PYTHON_SITELIBDIR%%/graphite/render/__init__.pyc
+%%PYTHON_SITELIBDIR%%/graphite/render/__init__.pyo
+%%PYTHON_SITELIBDIR%%/graphite/render/attime.py
+%%PYTHON_SITELIBDIR%%/graphite/render/attime.pyc
+%%PYTHON_SITELIBDIR%%/graphite/render/attime.pyo
+%%PYTHON_SITELIBDIR%%/graphite/render/datalib.py
+%%PYTHON_SITELIBDIR%%/graphite/render/datalib.pyc
+%%PYTHON_SITELIBDIR%%/graphite/render/datalib.pyo
+%%PYTHON_SITELIBDIR%%/graphite/render/evaluator.py
+%%PYTHON_SITELIBDIR%%/graphite/render/evaluator.pyc
+%%PYTHON_SITELIBDIR%%/graphite/render/evaluator.pyo
+%%PYTHON_SITELIBDIR%%/graphite/render/functions.py
+%%PYTHON_SITELIBDIR%%/graphite/render/functions.pyc
+%%PYTHON_SITELIBDIR%%/graphite/render/functions.pyo
+%%PYTHON_SITELIBDIR%%/graphite/render/functions_test.py
+%%PYTHON_SITELIBDIR%%/graphite/render/functions_test.pyc
+%%PYTHON_SITELIBDIR%%/graphite/render/functions_test.pyo
+%%PYTHON_SITELIBDIR%%/graphite/render/glyph.py
+%%PYTHON_SITELIBDIR%%/graphite/render/glyph.pyc
+%%PYTHON_SITELIBDIR%%/graphite/render/glyph.pyo
+%%PYTHON_SITELIBDIR%%/graphite/render/grammar.py
+%%PYTHON_SITELIBDIR%%/graphite/render/grammar.pyc
+%%PYTHON_SITELIBDIR%%/graphite/render/grammar.pyo
+%%PYTHON_SITELIBDIR%%/graphite/render/hashing.py
+%%PYTHON_SITELIBDIR%%/graphite/render/hashing.pyc
+%%PYTHON_SITELIBDIR%%/graphite/render/hashing.pyo
+%%PYTHON_SITELIBDIR%%/graphite/render/urls.py
+%%PYTHON_SITELIBDIR%%/graphite/render/urls.pyc
+%%PYTHON_SITELIBDIR%%/graphite/render/urls.pyo
+%%PYTHON_SITELIBDIR%%/graphite/render/views.py
+%%PYTHON_SITELIBDIR%%/graphite/render/views.pyc
+%%PYTHON_SITELIBDIR%%/graphite/render/views.pyo
+%%PYTHON_SITELIBDIR%%/graphite/settings.py
+%%PYTHON_SITELIBDIR%%/graphite/settings.pyc
+%%PYTHON_SITELIBDIR%%/graphite/settings.pyo
+%%PYTHON_SITELIBDIR%%/graphite/storage.py
+%%PYTHON_SITELIBDIR%%/graphite/storage.pyc
+%%PYTHON_SITELIBDIR%%/graphite/storage.pyo
+%%PYTHON_SITELIBDIR%%/graphite/templates/500.html
+%%PYTHON_SITELIBDIR%%/graphite/templates/browser.html
+%%PYTHON_SITELIBDIR%%/graphite/templates/browserHeader.html
+%%PYTHON_SITELIBDIR%%/graphite/templates/cli.html
+%%PYTHON_SITELIBDIR%%/graphite/templates/composer.html
+%%PYTHON_SITELIBDIR%%/graphite/templates/dashboard.html
+%%PYTHON_SITELIBDIR%%/graphite/templates/dashboardHelp.html
+%%PYTHON_SITELIBDIR%%/graphite/templates/editProfile.html
+%%PYTHON_SITELIBDIR%%/graphite/templates/event.html
+%%PYTHON_SITELIBDIR%%/graphite/templates/events.html
+%%PYTHON_SITELIBDIR%%/graphite/templates/graphlot.html
+%%PYTHON_SITELIBDIR%%/graphite/templates/login.html
+%%PYTHON_SITELIBDIR%%/graphite/templates/version.html
+%%PYTHON_SITELIBDIR%%/graphite/thirdparty/__init__.py
+%%PYTHON_SITELIBDIR%%/graphite/thirdparty/__init__.pyc
+%%PYTHON_SITELIBDIR%%/graphite/thirdparty/__init__.pyo
+%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pyparsing.py
+%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pyparsing.pyc
+%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pyparsing.pyo
+%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pytz/__init__.py
+%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pytz/__init__.pyc
+%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pytz/__init__.pyo
+%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pytz/exceptions.py
+%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pytz/exceptions.pyc
+%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pytz/exceptions.pyo
+%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pytz/reference.py
+%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pytz/reference.pyc
+%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pytz/reference.pyo
+%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pytz/tzfile.py
+%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pytz/tzfile.pyc
+%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pytz/tzfile.pyo
+%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pytz/tzinfo.py
+%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pytz/tzinfo.pyc
+%%PYTHON_SITELIBDIR%%/graphite/thirdparty/pytz/tzinfo.pyo
+%%PYTHON_SITELIBDIR%%/graphite/urls.py
+%%PYTHON_SITELIBDIR%%/graphite/urls.pyc
+%%PYTHON_SITELIBDIR%%/graphite/urls.pyo
+%%PYTHON_SITELIBDIR%%/graphite/util.py
+%%PYTHON_SITELIBDIR%%/graphite/util.pyc
+%%PYTHON_SITELIBDIR%%/graphite/util.pyo
+%%PYTHON_SITELIBDIR%%/graphite/version/__init__.py
+%%PYTHON_SITELIBDIR%%/graphite/version/__init__.pyc
+%%PYTHON_SITELIBDIR%%/graphite/version/__init__.pyo
+%%PYTHON_SITELIBDIR%%/graphite/version/urls.py
+%%PYTHON_SITELIBDIR%%/graphite/version/urls.pyc
+%%PYTHON_SITELIBDIR%%/graphite/version/urls.pyo
+%%PYTHON_SITELIBDIR%%/graphite/version/views.py
+%%PYTHON_SITELIBDIR%%/graphite/version/views.pyc
+%%PYTHON_SITELIBDIR%%/graphite/version/views.pyo
+%%PYTHON_SITELIBDIR%%/graphite/views.py
+%%PYTHON_SITELIBDIR%%/graphite/views.pyc
+%%PYTHON_SITELIBDIR%%/graphite/views.pyo
+%%PYTHON_SITELIBDIR%%/graphite/whitelist/__init__.py
+%%PYTHON_SITELIBDIR%%/graphite/whitelist/__init__.pyc
+%%PYTHON_SITELIBDIR%%/graphite/whitelist/__init__.pyo
+%%PYTHON_SITELIBDIR%%/graphite/whitelist/urls.py
+%%PYTHON_SITELIBDIR%%/graphite/whitelist/urls.pyc
+%%PYTHON_SITELIBDIR%%/graphite/whitelist/urls.pyo
+%%PYTHON_SITELIBDIR%%/graphite/whitelist/views.py
+%%PYTHON_SITELIBDIR%%/graphite/whitelist/views.pyc
+%%PYTHON_SITELIBDIR%%/graphite/whitelist/views.pyo
@dirrm graphite/webapp/content/js/window
@dirrm graphite/webapp/content/js/scriptaculous
@dirrm graphite/webapp/content/js/ext/ux
@@ -795,6 +812,7 @@ graphite/webapp/content/js/window/window_effects.js
@dirrm graphite/storage/lists
@dirrm graphite/storage
@dirrm graphite
+@dirrm examples
@dirrm etc/graphite
@dirrm %%PYTHON_SITELIBDIR%%/graphite/whitelist
@dirrm %%PYTHON_SITELIBDIR%%/graphite/version