aboutsummaryrefslogtreecommitdiff
path: root/www/py-nevow
Commit message (Collapse)AuthorAgeFilesLines
* Mark broken, can't import module web from twistedIon-Mihai Tetcu2008-06-291-0/+2
| | | | Notes: svn path=/head/; revision=215951
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Cleanup plugin caches so that py-mantissa can be uninstalled cleanlyAlexander Botero-Lowry2007-11-242-0/+2
| | | | | | | Approved by: portmgr (pav) Notes: svn path=/head/; revision=202811
* - Update to 0.9.18Alexander Botero-Lowry2007-10-123-26/+67
| | | | | | | | | | - Drop maintainership PR: 115411 Submitted by: Piet Delport <pjd@satori.za.net> Notes: svn path=/head/; revision=201373
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* Change all my MAINTAINER lines to my new FreeBSD.org address.Alexander Botero-Lowry2006-09-131-1/+1
| | | | | | | Approved by: novel Notes: svn path=/head/; revision=172903
* - Small plist change.Ion-Mihai Tetcu2006-06-062-2/+2
| | | | | | | | | | | | - Assign maintainership to submitter since maintainer's email bounce and it also did for the last PR. [1] PR: ports/98503 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> Approved by: portmgr (erwin) [1], lawrance (mentor, implicit) Notes: svn path=/head/; revision=164584
* - Update to 0.8.0Marcus Alves Grando2006-04-285-486/+659
| | | | | | | | | | | | - Update pkg-descr and WWW - portlint(1) PR: 95727 Submitted by: Alexander Botero-Lowry <alex___foxybanana.com> Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=160682
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Nevow is a next-generation web application templating system, based on the ideasPav Lucistnik2005-04-196-0/+577
developed in the Twisted Woven package. Its main focus is on separating the HTML template from both the business logic and the display logic, while allowing the programmer to write pure Python code as much as possible. It separates your code into 'data' and 'render' functions, a simplified implementation of traditional MVC. It has various parts which can be used individually or as a whole, integrated web solution. PR: ports/80049 Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com> Notes: svn path=/head/; revision=133711