aboutsummaryrefslogtreecommitdiff
path: root/www/py-pylons
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.9.7Nicola Vitale2009-07-144-150/+83
| | | | | | | | | | - Remove post-install: target from Makefile PR: ports/134736 Submitted by: Wen Heping <wenheping@gmail.com> Notes: svn path=/head/; revision=237768
* - Update lang/python26 and make Python 2.6.2 to the default Python versionMartin Wilke2009-06-081-1/+2
| | | | | | | | Tested by: 3 pointyhat runs Thanks to: pav, gahr, lwhsu, mva, amdmi3 Notes: svn path=/head/; revision=235453
* - Remove devel/py-setuptools form BUILD_DEPENDS and RUN_DEPEDNS to fix INDEX,Li-Wen Hsu2009-05-191-3/+1
| | | | | | | we already have USE_PYDISTUTILS=qeasy_install Notes: svn path=/head/; revision=234225
* - Fix pkg-plistLi-Wen Hsu2009-05-192-286/+280
| | | | | | | - Grap maintainership for python@ Notes: svn path=/head/; revision=234215
* - Reset magik@back-up.plMartin Wilke2009-03-121-1/+1
| | | | | | | | | | | Mail reject here: <magik@back-up.pl>: Host or domain name not found. Name service error for name=back-up.pl type=AAAA: Host not found Approved by: portmgr (linimon) Notes: svn path=/head/; revision=229964
* - Update to 0.9.6.2Martin Wilke2008-12-043-307/+282
| | | | | | | | PR: 129194 Submitted by: "Grzegorz B&#322;ach" <magik@back-up.pl> (maintainer) Notes: svn path=/head/; revision=223772
* - Update maintainer mail adressMartin Wilke2008-11-231-1/+1
| | | | | | | | PR: 129015 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer) Notes: svn path=/head/; revision=223308
* 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
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Fix pkg-plistMartin Wilke2007-06-262-41/+42
| | | | | | | | Reported by: sat@ Approved by: maintainer Notes: svn path=/head/; revision=194272
* The Pylons web framework is aimed at making webapps and largeMartin Wilke2007-06-254-0/+376
programmatic website development in Python easy. Several key points: * A framework to make writing web applications in Python easy * Inspired by Rails and TurboGears * Utilizes a minimalist, component-based philosophy that makes it easy to expand on * Harness existing knowledge about Python Pylons makes it easy to expand on your knowledge of Python to master Pylons for web development. Using a MVC style dispath, Python knowledge is used at various levels: * The Controller is just a basic Python class, called for each request. Customizing the response is as easy as overriding __call__ to make your webapp work how you want. * Myghty templating compiles directly to Python byte-code for speed and utilizes Python for template control rather than creating its own template syntax for "for, while, etc" WWW: http://www.pylonshq.com/ PR: ports/113970 Submitted by: Denis Shaposhnikov <dsh at vlink.ru> Notes: svn path=/head/; revision=194249