90e8 FreshPorts -- www/py-turbogears
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
py-turbogears 1.5.1_2 www on this many watch lists=2 search for ports that depend on this port
Python-Based Framework for Rapid Web Development
Maintained by: python@FreeBSD.org search for ports maintained by this maintainer
Port Added: 15 Jan 2006 02:46:30
Also Listed In: python
License: not specified in port


TurboGears brings together four major pieces to create an easy to install, easy
to use web megaframework. It covers everything from front end (MochiKit
JavaScript for the browser, Kid for templates in Python) to the controllers
(CherryPy) to the back end (SQLObject).

The TurboGears project is focused on providing documentation and integration
with these tools without losing touch with the communities that already exist
around those tools.

TurboGears is easy to use for a wide range of web applications.

WWW: http://www.turbogears.org/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/py-distribute
  2. lang/python27
Required To Run:
  1. www/py-cherrypy
  2. devel/py-configobj
  3. www/py-formencode
  4. www/py-pastescript
  5. devel/py-PEAK-Rules
  6. devel/py-simplejson
  7. devel/py-turbocheetah
  8. devel/py-turbokid
  9. devel/py-turbojson
  10. devel/py-tgMochiKit
  11. textproc/py-genshi
  12. devel/py-TGScheduler
  13. databases/py-sqlobject
  14. devel/py-distribute
  15. lang/python27
Required Libraries:
  1. devel/gettext
There are no ports dependent upon this port

To install the port: cd /usr/ports/www/py-turbogears/ && make install clean
To add the package: pkg_add -r py27-TurboGears


Configuration Options
===> The following configuration options are available for py27-TurboGears-1.5.1_2:
     ELIXIR=off: Use Elixir as plugin
     NOSE=off: Use nose TG[testtools]
     SQLALCHEMY=off: Use SQLAlchemy as DB backend TG[future]
     SQLOBJECT=on: Use SQLObject as DB backend
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://a.pypi.python.org/packages/source/T/TurboGears/
  3. http://b.pypi.python.org/packages/source/T/TurboGears/
  4. http://c.pypi.python.org/packages/source/T/TurboGears/
  5. http://d.pypi.python.org/packages/source/T/TurboGears/
  6. http://e.pypi.python.org/packages/source/T/TurboGears/
  7. http://f.pypi.python.org/packages/source/T/TurboGears/
  8. http://g.pypi.python.org/packages/source/T/TurboGears/
  9. http://pypi.crate.io/packages/source/T/TurboGears/
  10. http://pypi.inqbus.de/TurboGears/
  11. http://pypi.it.uwosh.edu/TurboGears/
  12. http://pypi.python.jp/TurboGears/
  13. http://pypi.python.org/packages/source/T/TurboGears/

Number of commits found: 23

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
24 Apr 2013 18:10:32
Original commit files touched by this commit  1.5.1_2
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
21 Mar 2013 11:42:42
Original commit files touched by this commit  1.5.1_2
rm search for other commits by this committer
- trim Makefile header
- limit python version to 2.x branch
- convert to optionsng
- relax checks for dateutil versions to fix runtime with our 2.1 version
- tab -> space change in pkg-descr:WWW
16 Dec 2011 08:33:22
Original commit files touched by this commit  1.5.1_1
wen search for other commits by this committer
- Add missing DEPENDS

Feature safe:   yes
14 Dec 2011 08:32:19
Original commit files touched by this commit  1.5.1
wen search for other commits by this committer
- Update to 1.5.1

Feature safe:   yes
25 Jun 2011 07:35:30
Original commit files touched by this commit  1.1.2_1
nivit search for other commits by this committer
- Fix path/typo in the tuple of py-sqlalchemy in RUN_DEPENDS

Reported by:    pavbot
23 Jun 2011 14:20:04
Original commit files touched by this commit  1.1.2_1
nivit search for other commits by this committer
- Fix RUN_DEPENDS after the repocopy of databases/py-sqlalchemy
  (This port doesn't yet support SQLAlchemy 0.7.X)
- Bump PORTREVISION
27 Feb 2011 16:14:05
Original commit files touched by this commit  1.1.2
miwi search for other commits by this committer
- Update to 1.1.2 (this release added python27 support)

Submitted by:   wen@
25 Feb 2011 04:40:31
Original commit files touched by this commit  1.0.8_3
miwi search for other commits by this committer
- Move over to py25
- while here drop md5 support
- Small cleanups
31 May 2010 02:01:56
Original commit files touched by this commit  1.0.8_2
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
03 Aug 2009 12:18:30
Original commit files touched by this commit  1.0.8_1
nivit search for other commits by this committer
- The port now depends on devel/py-turbojson11
- Bump PORTREVISION
18 Jan 2009 17:31:10
Original commit files touched by this commit  1.0.8
nivit search for other commits by this committer
- Update to 1.0.8
- Add ELIXIR, SQLOBJECT to OPTIONS
- Add switch -N to PYEASYINSTALL_UNINSTALLARGS when ${PYTHON_REL} < 250
- Move easy_install support to <bsd.python.mk>
- Option PYSQLITE available only for Python < 2.5
- Remove TGFASTDATA from OPTIONS
- Set USE_PYTHON to 2.4+

PR:             ports/130180
Submitted by:   Wen Heping <wenheping at gmail dot com>
06 Jun 2008 14:07:24
Original commit files touched by this commit  1.0.1_1
edwin search for other commits by this committer
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)
04 Aug 2007 11:41:31
Original commit files touched by this commit  1.0.1
gabor search for other commits by this committer
- 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)
26 Feb 2007 06:09:20
Original commit files touched by this commit  1.0.1
dryice search for other commits by this committer
update simplejson dependency

Approved by:    itetcu (mentor, implicit)   nivit (original maintainer)
15 Feb 2007 20:42:41
Original commit files touched by this commit  1.0.1
nivit search for other commits by this committer
- Updated to 1.0.1
- Set MAINTAINER to python@FreeBSD.org
- Removed files/pkg-deinstall.in
11 Jan 2007 14:12:22
Original commit files touched by this commit  0.8.9_4
nivit search for other commits by this committer
- Bumped PORTREVISION
- Removed option -D (ignored by the new version of easy_install),
  added -q to files/pkg-deinstall.in
- Updated path to the Python egg of devel/py-kid (dependency),
  fixing build on pointyhat (reported by kris@)

Approved by:    alexbl (mentor, implicit)
04 Jan 2007 13:04:28
Original commit files touched by this commit  0.8.9_3
nivit search for other commits by this committer
- Updated path to the Python egg of www/py-formencode (dependency)

Approved by:    alexbl (mentor)
10 Dec 2006 01:21:51
Original commit files touched by this commit  0.8.9_3
nivit search for other commits by this committer
- Updated email address in my ports

Approved by:    alexbl (mentor)
03 Dec 2006 21:46:57
Original commit files touched by this commit  0.8.9_3
miwi search for other commits by this committer
- Chase increase of devel/py-kid shlib version.
- Bump PORTREVISION

Submitted by:   pointyhat via kris mail
25 Nov 2006 10:18:31
Original commit files touched by this commit  0.8.9_2
miwi search for other commits by this committer
- Update MASTER_SITES
- Change dependency from www/py-cherrypy to www/py-cherrypy-old

PR:             ports/105842
Submitted by:   nivit@email.it (Nicola Vitale) (maintainer)
02 Aug 2006 13:58:48
Original commit files touched by this commit  0.8.9_1
erwin search for other commits by this committer
Fix PLIST

PR:             101256
Submitted by:   erwin, pointyhat
Approved by:    maintainer
13 Feb 2006 12:12:25
Original commit files touched by this commit  0.8.9
lawrance search for other commits by this committer
Update to 0.8.9.

PR:             ports/93190
Submitted by:   Nicola Vitale <nivit@email.it> (maintainer)
15 Jan 2006 02:32:42
Original commit files touched by this commit  0.8.8
pav search for other commits by this committer
TurboGears brings together four major pieces to create an easy to install, easy
to use web megaframework. It covers everything from front end (MochiKit
JavaScript for the browser, Kid for templates in Python) to the controllers
(CherryPy) to the back end (SQLObject).

The TurboGears project is focused on providing documentation and integration
with these tools without losing touch with the communities that already exist
around those tools.

TurboGears is easy to use for a wide range of web applications.

Author: Kevin Dangoor et alii
WWW:    http://www.turbogears.org/

PR:             ports/91691
Submitted by:   Nicola Vitale <nivit@email.it>

Number of commits found: 23

284b
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15
linux-firefoxMay 15
linux-seamonkeyMay 15

3 vulnerabilities affecting 19 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24518
Broken 217
Deprecated 473
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 28
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours8
new 7 days24
new fortnight76
new month206

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0