freebsd-ports/databases/py-Elixir/pkg-plist
Nicola Vitale 7d47557605 - Update to 0.6.1
- Add pkg-plist
- Add post-install stage to install examples
2008-08-19 08:42:23 +00:00

49 lines
3.3 KiB
Text

%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/__init__.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/dev.cfg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/devdata.sqlite
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/setup.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/start-videostore.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore.egg-info/PKG-INFO
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore.egg-info/SOURCES.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore.egg-info/dependency_links.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore.egg-info/not-zip-safe
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore.egg-info/paster_plugins.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore.egg-info/requires.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore.egg-info/sqlobject.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore.egg-info/top_level.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/__init__.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/config/__init__.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/config/app.cfg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/config/log.cfg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/controllers/__init__.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/controllers/root.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/json.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/model.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/release.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/static/css/login.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/static/css/style.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/static/images/favicon.ico
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/static/images/info.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/static/images/ok.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/templates/__init__.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/templates/actor.kid
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/templates/director.kid
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/templates/index.kid
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/templates/login.kid
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/templates/master.kid
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/templates/movie.kid
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/tests/__init__.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/tests/test_controllers.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/tests/test_model.py
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/videostore/videostore/tests
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/videostore/videostore/templates
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/videostore/videostore/static/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/videostore/videostore/static/css
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/videostore/videostore/static
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/videostore/videostore/controllers
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/videostore/videostore/config
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/videostore/videostore.egg-info
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/videostore/videostore
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/videostore
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%