Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-14 | Convert @exec/@unexec to @pkgdir or drop it. | joerg | 1 | -7/+1 | |
2008-09-17 | twisted is restricted to 2.4+, so restrict here as well. | joerg | 1 | -1/+3 | |
2008-06-12 | Add DESTDIR support. | joerg | 1 | -1/+3 | |
2008-04-25 | Update PYTHON_VERSIONS_COMPATIBLE | joerg | 1 | -3/+1 | |
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals. | |||||
2006-10-04 | Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. | wiz | 1 | -2/+2 | |
2006-06-07 | yield forces Python 2.3+ | joerg | 1 | -2/+2 | |
2006-05-28 | Dependency py-twisted only available for Python 2.2 and newer. | joerg | 1 | -1/+3 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2006-01-24 | Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because | wiz | 1 | -1/+2 | |
of the shlib major bump. PKGREVISION++ for the dependencies. | |||||
2005-11-05 | Import py-nevow from pkgsrc-wip. Packaged by Michal Pasternak and | minskim | 4 | -0/+234 | |
maintained by Siegmund Fuehringer. Nevow is a next-generation web application templating system, based on the ideas 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. |