Index: head/www/quixote/Makefile =================================================================== --- head/www/quixote/Makefile (revision 48659) +++ head/www/quixote/Makefile (revision 48660) @@ -1,40 +1,40 @@ # New ports collection makefile for: quixote # Date created: 18 September 2001 # Whom: Johann Visagie # # $FreeBSD$ # PORTNAME= quixote -PORTVERSION= 0.4 +PORTVERSION= 0.4.1 CATEGORIES= www python MASTER_SITES= http://www.mems-exchange.org/software/files/quixote/ DISTNAME= Quixote-${PORTVERSION} MAINTAINER= wjv@FreeBSD.org BUILD_DEPENDS= ${PYDISTUTILS} RUN_DEPENDS= ${PYTHON_SITELIBDIR}/compiler/__init__.py:${PORTSDIR}/lang/py-compiler USE_PYTHON= yes do-build: @ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} \ setup.py build pre-install: @ ${SH} ${PKGREQ} INSTALL do-install: @ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} \ setup.py install -c -O1 --prefix=${PREFIX} post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${DOCSDIR} -.for docfile in CHANGES LICENSE README TODO doc/ACKS doc/*.txt +.for docfile in ACKS CHANGES LICENSE README TODO doc/*.txt @ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} .endfor .endif .include Property changes on: head/www/quixote/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/www/quixote/distinfo =================================================================== --- head/www/quixote/distinfo (revision 48659) +++ head/www/quixote/distinfo (revision 48660) @@ -1 +1 @@ -MD5 (Quixote-0.4.tar.gz) = 1280dc69bd1651b61727c5d73c4cf098 +MD5 (Quixote-0.4.1.tar.gz) = 1ca13eca80db4b8d26a754e19868f859 Property changes on: head/www/quixote/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/www/quixote/pkg-descr =================================================================== --- head/www/quixote/pkg-descr (revision 48659) +++ head/www/quixote/pkg-descr (revision 48660) @@ -1,24 +1,24 @@ Quixote is yet another framework for developing Web applications in Python. The design goals were: -- To make the templating language as similar to Python in semantics as - possible. The aim is to make as many of the skills and structural - techniques used in writing regular Python code applicable to Web - applications built using Quixote. - To allow easy development of Web applications where the accent is more on complicated programming logic than complicated templating. -- The entire system should be implementable in a week or two. -- No magical behaviour. When it's not obvious what to do in a certain case, - Quixote refuses to guess. +- To make the templating language as similar to Python as possible, in both + syntax and semantics. The aim is to make as many of the skills and + structural techniques used in writing regular Python code applicable to Web + applications built using Quixote. +- No magic. When it's not obvious what to do in a certain case, Quixote + refuses to guess. Quixote works by using a Python package to store all the code and HTML for a Web-based application. There's a simple framework for publishing code and objects on the Web, and the publishing loop can be customized by subclassing the Publisher class. You can think of it as a toolkit to build your own smaller, simpler version of Zope, specialized for your application. -Author: A.M. Kuchling +Authors: A.M. Kuchling, Neil Schemenauer, Greg Ward + <{akuchlin,nascheme,gward}@mems-exchange.org> WWW: http://www.mems-exchange.org/software/quixote/ See also: http://www.amk.ca/python/writing/mx-architecture/ -- Johann Visagie Property changes on: head/www/quixote/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property