1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- 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)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-07-04 08:39:01 +00:00
parent 6fce4dc72d
commit 3a5eb3a413
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300472
5 changed files with 245 additions and 225 deletions

View File

@ -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>

View File

@ -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

View File

@ -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',

View File

@ -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

View File

@ -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