Date: Tue, 19 Apr 2005 22:02:47 +0000 (UTC) From: Pav Lucistnik <pav@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/py-nevow Makefile distinfo pkg-descr pkg-plist ports/www/py-nevow/files patch-examples_wsgi_test-cgi.py pkg-message.in Message-ID: <200504192202.j3JM2l7x038132@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pav 2005-04-19 22:02:47 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-nevow Makefile distinfo pkg-descr pkg-plist www/py-nevow/files patch-examples_wsgi_test-cgi.py pkg-message.in Log: 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. PR: ports/80049 Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com> Revision Changes Path 1.1075 +1 -0 ports/www/Makefile 1.1 +49 -0 ports/www/py-nevow/Makefile (new) 1.1 +2 -0 ports/www/py-nevow/distinfo (new) 1.1 +11 -0 ports/www/py-nevow/files/patch-examples_wsgi_test-cgi.py (new) 1.1 +5 -0 ports/www/py-nevow/files/pkg-message.in (new) 1.1 +9 -0 ports/www/py-nevow/pkg-descr (new) 1.1 +501 -0 ports/www/py-nevow/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504192202.j3JM2l7x038132>