summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJohann Visagie <wjv@FreeBSD.org>2002-10-20 20:11:50 +0000
committerJohann Visagie <wjv@FreeBSD.org>2002-10-20 20:11:50 +0000
commit1a5a3d0a0346df8932e567cf5c7e1f4223556a74 (patch)
tree1a010a3330d7bedbce22e03f262131681b9cdc73 /www
parentUpdate to 1.32 point release (diff)
- Update to version 0.5.1
Notes
Notes: svn path=/head/; revision=68429
Diffstat (limited to 'www')
-rw-r--r--www/quixote/Makefile11
-rw-r--r--www/quixote/distinfo2
-rw-r--r--www/quixote/pkg-descr2
-rw-r--r--www/quixote/pkg-plist25
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