Index: head/www/py-nevow/Makefile =================================================================== --- head/www/py-nevow/Makefile (revision 394000) +++ head/www/py-nevow/Makefile (revision 394001) @@ -1,35 +1,35 @@ # Created by: Choe, Cheng-Dae # $FreeBSD$ PORTNAME= nevow PORTVERSION= 0.10.0 PORTREVISION= 3 CATEGORIES= www python devel -MASTER_SITES= http://divmod.org/trac/attachment/wiki/SoftwareReleases/ +MASTER_SITES= http://divmod.org/trac/attachment/wiki/SoftwareReleases/ \ + https://pypi.python.org/packages/source/N/Nevow/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Nevow-${PORTVERSION} EXTRACT_SUFX= .tar.gz?format=raw MAINTAINER= nivit@FreeBSD.org COMMENT= Web application templating system, based on the Twisted Woven -BROKEN= Unfetchable - USE_PYTHON= distutils autoplist USES= gettext python twisted:web +NO_ARCH= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKSRC}/pkg-message DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} OPTIONS_DEFINE= DOCS EXAMPLES post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .include Index: head/www/py-nevow/pkg-plist =================================================================== --- head/www/py-nevow/pkg-plist (revision 394000) +++ head/www/py-nevow/pkg-plist (revision 394001) @@ -1,279 +1,195 @@ %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/howto/chattutorial/part00/listings/echothing/__init__.py %%PORTDOCS%%%%DOCSDIR%%/howto/chattutorial/part00/listings/echothing/echobox.py %%PORTDOCS%%%%DOCSDIR%%/howto/chattutorial/part00/listings/echothing/js/EchoThing.js %%PORTDOCS%%%%DOCSDIR%%/howto/chattutorial/part00/listings/echothing/template.html %%PORTDOCS%%%%DOCSDIR%%/howto/chattutorial/part00/listings/nevow/plugins/echothing_package.py %%PORTDOCS%%%%DOCSDIR%%/howto/chattutorial/part01/listings/chatthing/__init__.py %%PORTDOCS%%%%DOCSDIR%%/howto/chattutorial/part01/listings/chatthing/chatterbox.py %%PORTDOCS%%%%DOCSDIR%%/howto/chattutorial/part01/listings/chatthing/js/ChatThing.js %%PORTDOCS%%%%DOCSDIR%%/howto/chattutorial/part01/listings/chatthing/template.html %%PORTDOCS%%%%DOCSDIR%%/howto/chattutorial/part01/listings/nevow/plugins/chatthing_package.py %%PORTDOCS%%%%DOCSDIR%%/howto/listings/gettingstarted/helloworld.py %%PORTDOCS%%%%DOCSDIR%%/howto/listings/gettingstarted/helloworld.tac %%PORTDOCS%%%%DOCSDIR%%/howto/stylesheet.css %%PORTDOCS%%%%DOCSDIR%%/html/default.css %%PORTDOCS%%%%DOCSDIR%%/man/nevow-xmlgettext.1 %%PORTDOCS%%%%DOCSDIR%%/old/nevow.doc %%PORTDOCS%%%%DOCSDIR%%/old/toc.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced_manualform/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced_manualform/advanced_manualform.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/athenademo/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/athenademo/benchmark.js %%PORTEXAMPLES%%%%EXAMPLESDIR%%/athenademo/benchmark.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/athenademo/calculator.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/athenademo/calculator.js %%PORTEXAMPLES%%%%EXAMPLESDIR%%/athenademo/calculator.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/athenademo/typeahead.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/athenademo/typeahead.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/athenademo/widgets.js %%PORTEXAMPLES%%%%EXAMPLESDIR%%/athenademo/widgets.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/blogengine/atom.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/blogengine/axiomstore.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/blogengine/blogengine.tac %%PORTEXAMPLES%%%%EXAMPLESDIR%%/blogengine/email_client.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/blogengine/frontend.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/blogengine/iblogengine.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/blogengine/images/bg-header2.jpg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/blogengine/images/blank.gif %%PORTEXAMPLES%%%%EXAMPLESDIR%%/blogengine/images/geek-bullet.gif %%PORTEXAMPLES%%%%EXAMPLESDIR%%/blogengine/images/here-bullet.gif %%PORTEXAMPLES%%%%EXAMPLESDIR%%/blogengine/images/home-bullet.gif %%PORTEXAMPLES%%%%EXAMPLESDIR%%/blogengine/images/top.gif %%PORTEXAMPLES%%%%EXAMPLESDIR%%/blogengine/smtpserver.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/blogengine/styles/form.css %%PORTEXAMPLES%%%%EXAMPLESDIR%%/blogengine/styles/site.css %%PORTEXAMPLES%%%%EXAMPLESDIR%%/blogengine/styles/typo.css %%PORTEXAMPLES%%%%EXAMPLESDIR%%/blogengine/ui.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cal/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cal/cal.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/canvas/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/canvas/canvas.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/children/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/children/children.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/children/childrenhtml.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/children/childrenhtml_ChildOfChildPage.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/children/childrenhtml_ChildPage.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/children/childrenhtml_RootPage.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/customform/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/customform/customform.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/db/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/db/db.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/disktemplates/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/disktemplates/disktemplates.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/disktemplates/disktemplates.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/disktemplates/disktemplates_stan.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples.tac %%PORTEXAMPLES%%%%EXAMPLESDIR%%/files/words %%PORTEXAMPLES%%%%EXAMPLESDIR%%/formbuilder/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/formbuilder/formbuilder.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/formpost/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/formpost/formpost.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/formpost/formpost2.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fragments/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fragments/fragments.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fragments/main.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/guarded/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/guarded/guarded.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/guarded/guarded2.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello/hellohtml.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello/hellohtml.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello/hellostan.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/http_auth/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/http_auth/http_auth.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18n/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18n/hello.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18n/i18n.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18n/locale/de/LC_MESSAGES/test.mo %%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18n/locale/de/LC_MESSAGES/test.po %%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18n/locale/en-us/LC_MESSAGES/test.mo %%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18n/locale/en-us/LC_MESSAGES/test.po %%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18n/locale/en/LC_MESSAGES/test.mo %%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18n/locale/en/LC_MESSAGES/test.po %%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18n/locale/fi/LC_MESSAGES/test.mo %%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18n/locale/fi/LC_MESSAGES/test.po %%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18n/locale/fr/LC_MESSAGES/test.mo %%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18n/locale/fr/LC_MESSAGES/test.po %%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18n/locale/it/LC_MESSAGES/test.mo %%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18n/locale/it/LC_MESSAGES/test.po %%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18n/test.pot %%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18n/update-l10n %%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18n/xmli18n.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/image_uploader/images.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/image_uploader/imagination.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/image_uploader/imagination.tac %%PORTEXAMPLES%%%%EXAMPLESDIR%%/index.css %%PORTEXAMPLES%%%%EXAMPLESDIR%%/index.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/irenderer/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/irenderer/irenderer.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/irenderer/simple_irenderer.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/liveanimal/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/liveanimal/liveanimal.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/liveanimal/liveanimal.tac %%PORTEXAMPLES%%%%EXAMPLESDIR%%/livepage/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/livepage/livepage.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/logout_guard/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/logout_guard/logout_guard.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/logout_guard/logout_guard2.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/macros/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/macros/child_macro.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/macros/macros.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/macros/main.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/macros/root_macro.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/manualform/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/manualform/manualform.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/most_basic/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/most_basic/most_basic.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/nestedsequence/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/nestedsequence/nestedsequence.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/objcontainer/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/objcontainer/objcontainer.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pastebin/TODO %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pastebin/pastebin.tac %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pastebin/pastebin/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pastebin/pastebin/interfaces.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pastebin/pastebin/pasting.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pastebin/pastebin/service.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pastebin/pastebin/web/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pastebin/pastebin/web/pages.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pastebin/static/css/default.css %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pastebin/static/css/freeform.css %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pastebin/static/css/python.css %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pastebin/static/css/standard.css %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pastebin/static/images/pasting.gif %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pastebin/static/robots.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pastebin/templates/pasting.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pastebin/templates/site.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/postit/atom.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/postit/images/blank.gif %%PORTEXAMPLES%%%%EXAMPLESDIR%%/postit/images/geek-bullet.gif %%PORTEXAMPLES%%%%EXAMPLESDIR%%/postit/images/grad.png %%PORTEXAMPLES%%%%EXAMPLESDIR%%/postit/images/here-bullet.gif %%PORTEXAMPLES%%%%EXAMPLESDIR%%/postit/images/home-bullet.gif %%PORTEXAMPLES%%%%EXAMPLESDIR%%/postit/images/hr2.gif %%PORTEXAMPLES%%%%EXAMPLESDIR%%/postit/images/postit-bg.jpg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/postit/images/postit-bg2.png %%PORTEXAMPLES%%%%EXAMPLESDIR%%/postit/images/top.gif %%PORTEXAMPLES%%%%EXAMPLESDIR%%/postit/postit.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/postit/postit.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/postit/postit.tac %%PORTEXAMPLES%%%%EXAMPLESDIR%%/postit/store.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/postit/styles/postit.css %%PORTEXAMPLES%%%%EXAMPLESDIR%%/postit/styles/typo.css %%PORTEXAMPLES%%%%EXAMPLESDIR%%/progress/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/progress/progress.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/simple.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/simplehtml.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/simplehtml.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabbed/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabbed/tabbed.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/table/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/table/tablehtml.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/table/tablehtml.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/testexamples.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/testformless.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/todo/controller.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/todo/database.sql %%PORTEXAMPLES%%%%EXAMPLESDIR%%/todo/dispatcher.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/todo/environment.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/todo/itodo.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/todo/store.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/todo/todo.tac %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tree/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tree/tree.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/userdb/userdb.tac %%PORTEXAMPLES%%%%EXAMPLESDIR%%/with_axiom/main.tac %%PORTEXAMPLES%%%%EXAMPLESDIR%%/with_axiom/powerups.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/wsgi/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/wsgi/test-cgi.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/wsgi/test-modpy.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/xul/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/xul/xul_example.xul %%PORTEXAMPLES%%%%EXAMPLESDIR%%/xul/xul_nevow.py -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/xul -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/wsgi -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/with_axiom -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/userdb -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tree -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/todo -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/table -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tabbed -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/simple -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/progress -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/postit/styles -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/postit/images -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/postit -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pastebin/templates -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pastebin/static/images -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pastebin/static/css -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pastebin/static -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pastebin/pastebin/web -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pastebin/pastebin -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pastebin -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/objcontainer -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/nestedsequence -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/most_basic -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/manualform -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/macros -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/logout_guard -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/livepage -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/liveanimal -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/irenderer -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/image_uploader -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/i18n/locale/it/LC_MESSAGES -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/i18n/locale/it -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/i18n/locale/fr/LC_MESSAGES -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/i18n/locale/fr -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/i18n/locale/fi/LC_MESSAGES -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/i18n/locale/fi -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/i18n/locale/en/LC_MESSAGES -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/i18n/locale/en-us/LC_MESSAGES -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/i18n/locale/en-us -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/i18n/locale/en -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/i18n/locale/de/LC_MESSAGES -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/i18n/locale/de -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/i18n/locale -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/i18n -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/http_auth -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/hello -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/guarded -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/fragments -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/formpost -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/formbuilder -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/files -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/disktemplates -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/db -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/customform -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/children -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/canvas -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/cal -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/blogengine/styles -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/blogengine/images -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/blogengine -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/athenademo -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/advanced_manualform -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/old -%%PORTDOCS%%@dirrm %%DOCSDIR%%/man -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/howto/listings/gettingstarted -%%PORTDOCS%%@dirrm %%DOCSDIR%%/howto/listings -%%PORTDOCS%%@dirrm %%DOCSDIR%%/howto/chattutorial/part01/listings/nevow/plugins -%%PORTDOCS%%@dirrm %%DOCSDIR%%/howto/chattutorial/part01/listings/nevow -%%PORTDOCS%%@dirrm %%DOCSDIR%%/howto/chattutorial/part01/listings/chatthing/js -%%PORTDOCS%%@dirrm %%DOCSDIR%%/howto/chattutorial/part01/listings/chatthing -%%PORTDOCS%%@dirrm %%DOCSDIR%%/howto/chattutorial/part01/listings -%%PORTDOCS%%@dirrm %%DOCSDIR%%/howto/chattutorial/part01 -%%PORTDOCS%%@dirrm %%DOCSDIR%%/howto/chattutorial/part00/listings/nevow/plugins -%%PORTDOCS%%@dirrm %%DOCSDIR%%/howto/chattutorial/part00/listings/nevow -%%PORTDOCS%%@dirrm %%DOCSDIR%%/howto/chattutorial/part00/listings/echothing/js -%%PORTDOCS%%@dirrm %%DOCSDIR%%/howto/chattutorial/part00/listings/echothing -%%PORTDOCS%%@dirrm %%DOCSDIR%%/howto/chattutorial/part00/listings -%%PORTDOCS%%@dirrm %%DOCSDIR%%/howto/chattutorial/part00 -%%PORTDOCS%%@dirrm %%DOCSDIR%%/howto/chattutorial -%%PORTDOCS%%@dirrm %%DOCSDIR%%/howto -%%PORTDOCS%%@dirrm %%DOCSDIR%%