aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-nevow
Commit message (Collapse)AuthorAgeFilesLines
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* - Remove http://nivi.interfree.it/* from MASTER_SITESnivit2012-07-061-2/+1
|
* - Fix pkg-plistnivit2012-07-052-1/+2
| | | | | | - Bump PORTREVISION Reported by: pawel (via private email)
* Mark unbroken.kevlo2012-03-081-2/+0
| | | | Tested on fresh FreeBSD 8, 9, and -current.
* - fix small typos in COMMENTeadler2011-11-151-1/+1
| | | | | | Submitted by: eadler Approved by: portmgr (itetcu) Feature safe: yes
* - Mark BROKEN: does not buildpav2011-07-271-0/+2
| | | | | | | return hash((self.__name__, self.__module__)) AttributeError: 'MetaTypedInterface' object has no attribute '__name__' Reported by: pointyhat
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* - Update to 0.10.0nivit2009-12-183-62/+18
| | | | - Remove post-extract target
* - Update to 0.9.33nivit2009-08-194-448/+638
| | | | | - Remove files/patch-doc-txt2html.py - Set USE_PYDISTUTILS to easy_install
* - Forgot the patch in the previous commitnivit2009-02-151-0/+12
|
* - Update to 0.9.32nivit2009-02-154-698/+772
| | | | | | | | - Add a secondary download site - Add files/patch-doc-txt2html.py - Fix build of docs with different PREFIX of installation - Fix instructions for running examples in pkg-descr - Use ${COPYTREE_SHARE} to install docs and examples
* - Take maintainershipnivit2009-02-141-1/+1
|
* - Fix build while NOPORTDOCS=yes, this port actually needs TwistedWeblwhsu2009-02-011-3/+2
| | | | Noticed by: itetcu
* - Unbreaklwhsu2009-01-311-2/+0
|
* Mark broken, can't import module web from twisteditetcu2008-06-301-0/+2
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* - Cleanup plugin caches so that py-mantissa can be uninstalled cleanlyalexbl2007-11-242-0/+2
| | | | Approved by: portmgr (pav)
* - Update to 0.9.18alexbl2007-10-133-26/+67
| | | | | | | - Drop maintainership PR: 115411 Submitted by: Piet Delport <pjd@satori.za.net>
* - Make Python 2.5.1 the default Python versionalexbl2007-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
* Change all my MAINTAINER lines to my new FreeBSD.org address.alexbl2006-09-131-1/+1
| | | | Approved by: novel
* - Small plist change.itetcu2006-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)
* - Update to 0.8.0mnag2006-04-295-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)
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Nevow is a next-generation web application templating system, based on the ideaspav2005-04-206-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>