diff options
author | wjv <wjv@FreeBSD.org> | 2002-10-21 04:11:50 +0800 |
---|---|---|
committer | wjv <wjv@FreeBSD.org> | 2002-10-21 04:11:50 +0800 |
commit | f070c126cd05fdf87fa8d60a3fefb78e3b67df80 (patch) | |
tree | 0e81ad18b6e80baca07b95ea7b7d8287a197ea48 /www/quixote | |
parent | a84ac7878a942282de74bef78ba0eb7db4df0b5f (diff) | |
download | freebsd-ports-gnome-f070c126cd05fdf87fa8d60a3fefb78e3b67df80.tar.gz freebsd-ports-gnome-f070c126cd05fdf87fa8d60a3fefb78e3b67df80.tar.zst freebsd-ports-gnome-f070c126cd05fdf87fa8d60a3fefb78e3b67df80.zip |
- Update to version 0.5.1
Diffstat (limited to 'www/quixote')
-rw-r--r-- | www/quixote/Makefile | 11 | ||||
-rw-r--r-- | www/quixote/distinfo | 2 | ||||
-rw-r--r-- | www/quixote/pkg-descr | 2 | ||||
-rw-r--r-- | www/quixote/pkg-plist | 25 |
4 files changed, 33 insertions, 7 deletions
diff --git a/www/quixote/Makefile b/www/quixote/Makefile index ee3d04ceb3d4..3f34896078df 100644 --- a/www/quixote/Makefile +++ b/www/quixote/Makefile @@ -6,7 +6,7 @@ # PORTNAME= quixote -PORTVERSION= 0.5 +PORTVERSION= 0.5.1 CATEGORIES= www python MASTER_SITES= http://www.mems-exchange.org/software/files/quixote/ DISTNAME= Quixote-${PORTVERSION} @@ -30,13 +30,14 @@ pre-install: post-install: @ PYTHONPATH=${PREFIX}/lib/${PYTHON_VERSION}/site-packages \ ${PYTHON_CMD} ${SCRIPTDIR}/compile_ptl.py \ - ${PREFIX}/lib/${PYTHON_VERSION}/site-packages/${PORTNAME}/demo/pages.ptl \ - ${PREFIX}/lib/${PYTHON_VERSION}/site-packages/${PORTNAME}/form/form_templates.ptl + ${PREFIX}/lib/${PYTHON_VERSION}/site-packages/${PORTNAME}/demo/*.ptl \ + ${PREFIX}/lib/${PYTHON_VERSION}/site-packages/${PORTNAME}/form/*.ptl @ ${MKDIR} ${EXAMPLESDIR} - @ ${INSTALL_DATA} ${WRKSRC}/demo/demo.* ${EXAMPLESDIR} + @ ${INSTALL_DATA} ${WRKSRC}/demo/*.cgi ${WRKSRC}/demo/*.conf \ + ${EXAMPLESDIR} .if !defined(NOPORTDOCS) @ ${MKDIR} ${DOCSDIR} -.for docfile in ACKS CHANGES LICENSE README TODO doc/*.txt +.for docfile in ACKS CHANGES LICENSE README TODO doc/* @ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} .endfor .endif diff --git a/www/quixote/distinfo b/www/quixote/distinfo index 5f5c29458c51..f493e85878f7 100644 --- a/www/quixote/distinfo +++ b/www/quixote/distinfo @@ -1 +1 @@ -MD5 (Quixote-0.5.tar.gz) = 94c839b661053d1639f45a5100e0d9ab +MD5 (Quixote-0.5.1.tar.gz) = 1d3070f1ff86487ba038f76a089908a0 diff --git a/www/quixote/pkg-descr b/www/quixote/pkg-descr index f0932595e165..1ae9fc361746 100644 --- a/www/quixote/pkg-descr +++ b/www/quixote/pkg-descr @@ -17,7 +17,7 @@ the Publisher class. You can think of it as a toolkit to build your own smaller, simpler version of Zope, specialized for your application. Authors: A.M. Kuchling, Neil Schemenauer, Greg Ward - <{akuchlin,nascheme,gward}@mems-exchange.org> + <{amk,nas,gward}@mems-exchange.org> WWW: http://www.mems-exchange.org/software/quixote/ See also: http://www.amk.ca/python/writing/mx-architecture/ diff --git a/www/quixote/pkg-plist b/www/quixote/pkg-plist index 9b17bbb0f1f0..b06eeae9b93b 100644 --- a/www/quixote/pkg-plist +++ b/www/quixote/pkg-plist @@ -1,16 +1,26 @@ %%PORTDOCS%%share/doc/quixote/ACKS %%PORTDOCS%%share/doc/quixote/CHANGES %%PORTDOCS%%share/doc/quixote/LICENSE +%%PORTDOCS%%share/doc/quixote/PTL.html %%PORTDOCS%%share/doc/quixote/PTL.txt %%PORTDOCS%%share/doc/quixote/README %%PORTDOCS%%share/doc/quixote/TODO %%PORTDOCS%%share/doc/quixote/ZPL.txt +%%PORTDOCS%%share/doc/quixote/demo.html %%PORTDOCS%%share/doc/quixote/demo.txt +%%PORTDOCS%%share/doc/quixote/programming.html %%PORTDOCS%%share/doc/quixote/programming.txt +%%PORTDOCS%%share/doc/quixote/session-mgmt.html %%PORTDOCS%%share/doc/quixote/session-mgmt.txt +%%PORTDOCS%%share/doc/quixote/session-upgrade.html %%PORTDOCS%%share/doc/quixote/session-upgrade.txt +%%PORTDOCS%%share/doc/quixote/upload.html +%%PORTDOCS%%share/doc/quixote/upload.txt +%%PORTDOCS%%share/doc/quixote/web-server.html %%PORTDOCS%%share/doc/quixote/web-server.txt +%%PORTDOCS%%share/doc/quixote/web-services.html %%PORTDOCS%%share/doc/quixote/web-services.txt +%%PORTDOCS%%share/doc/quixote/widgets.html %%PORTDOCS%%share/doc/quixote/widgets.txt lib/%%PYTHON_VERSION%%/site-packages/quixote/TemplateIO.py lib/%%PYTHON_VERSION%%/site-packages/quixote/TemplateIO.pyc @@ -28,13 +38,16 @@ lib/%%PYTHON_VERSION%%/site-packages/quixote/demo/demo_scgi.py lib/%%PYTHON_VERSION%%/site-packages/quixote/demo/demo_scgi.pyc lib/%%PYTHON_VERSION%%/site-packages/quixote/demo/demo_scgi.pyo lib/%%PYTHON_VERSION%%/site-packages/quixote/demo/forms.ptl +lib/%%PYTHON_VERSION%%/site-packages/quixote/demo/forms.ptlc lib/%%PYTHON_VERSION%%/site-packages/quixote/demo/integer_ui.py lib/%%PYTHON_VERSION%%/site-packages/quixote/demo/integer_ui.pyc lib/%%PYTHON_VERSION%%/site-packages/quixote/demo/integer_ui.pyo lib/%%PYTHON_VERSION%%/site-packages/quixote/demo/pages.ptl lib/%%PYTHON_VERSION%%/site-packages/quixote/demo/pages.ptlc lib/%%PYTHON_VERSION%%/site-packages/quixote/demo/session.ptl +lib/%%PYTHON_VERSION%%/site-packages/quixote/demo/session.ptlc lib/%%PYTHON_VERSION%%/site-packages/quixote/demo/widgets.ptl +lib/%%PYTHON_VERSION%%/site-packages/quixote/demo/widgets.ptlc lib/%%PYTHON_VERSION%%/site-packages/quixote/errors.py lib/%%PYTHON_VERSION%%/site-packages/quixote/errors.pyc lib/%%PYTHON_VERSION%%/site-packages/quixote/errors.pyo @@ -82,15 +95,27 @@ lib/%%PYTHON_VERSION%%/site-packages/quixote/qx_distutils.pyo lib/%%PYTHON_VERSION%%/site-packages/quixote/sendmail.py lib/%%PYTHON_VERSION%%/site-packages/quixote/sendmail.pyc lib/%%PYTHON_VERSION%%/site-packages/quixote/sendmail.pyo +lib/%%PYTHON_VERSION%%/site-packages/quixote/server/__init__.py +lib/%%PYTHON_VERSION%%/site-packages/quixote/server/__init__.pyc +lib/%%PYTHON_VERSION%%/site-packages/quixote/server/__init__.pyo +lib/%%PYTHON_VERSION%%/site-packages/quixote/server/medusa_http.py +lib/%%PYTHON_VERSION%%/site-packages/quixote/server/medusa_http.pyc +lib/%%PYTHON_VERSION%%/site-packages/quixote/server/medusa_http.pyo lib/%%PYTHON_VERSION%%/site-packages/quixote/session.py lib/%%PYTHON_VERSION%%/site-packages/quixote/session.pyc lib/%%PYTHON_VERSION%%/site-packages/quixote/session.pyo +lib/%%PYTHON_VERSION%%/site-packages/quixote/upload.py +lib/%%PYTHON_VERSION%%/site-packages/quixote/upload.pyc +lib/%%PYTHON_VERSION%%/site-packages/quixote/upload.pyo lib/%%PYTHON_VERSION%%/site-packages/quixote/util.py lib/%%PYTHON_VERSION%%/site-packages/quixote/util.pyc lib/%%PYTHON_VERSION%%/site-packages/quixote/util.pyo share/examples/quixote/demo.cgi share/examples/quixote/demo.conf +share/examples/quixote/session_demo.cgi +share/examples/quixote/upload.cgi @dirrm share/examples/quixote +@dirrm lib/%%PYTHON_VERSION%%/site-packages/quixote/server @dirrm lib/%%PYTHON_VERSION%%/site-packages/quixote/form @dirrm lib/%%PYTHON_VERSION%%/site-packages/quixote/demo @dirrm lib/%%PYTHON_VERSION%%/site-packages/quixote |