1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Nicola Vitale
12f4acd452 - Update to 0.9.7
- Remove post-install: target from Makefile

PR:		ports/134736
Submitted by:	Wen Heping <wenheping@gmail.com>
2009-07-14 09:00:03 +00:00
Martin Wilke
81100672d4 - Update lang/python26 and make Python 2.6.2 to the default Python version
Tested by:	3 pointyhat runs
Thanks to:	pav, gahr, lwhsu, mva, amdmi3
2009-06-08 22:30:55 +00:00
Li-Wen Hsu
d077f0224f - Remove devel/py-setuptools form BUILD_DEPENDS and RUN_DEPEDNS to fix INDEX,
we already have USE_PYDISTUTILS=qeasy_install
2009-05-19 19:12:10 +00:00
Li-Wen Hsu
fc4aa4f8bc - Fix pkg-plist
- Grap maintainership for python@
2009-05-19 16:45:30 +00:00
Martin Wilke
93de54d36c - Reset magik@back-up.pl
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)
2009-03-12 19:53:21 +00:00
Martin Wilke
55c71017a6 - Update to 0.9.6.2
PR:		129194
Submitted by:	"Grzegorz B&#322;ach" <magik@back-up.pl> (maintainer)
2008-12-04 19:52:14 +00:00
Martin Wilke
d2b683251f - Update maintainer mail adress
PR:		129015
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
2008-11-23 23:09:07 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Gabor Kovesdan
42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00
Martin Wilke
deea99c2f3 - Fix pkg-plist
Reported by:	sat@
Approved by:	maintainer
2007-06-26 07:34:14 +00:00
Martin Wilke
5c4d1ce470 The Pylons web framework is aimed at making webapps and large
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>
2007-06-25 18:19:25 +00:00