FreshPorts -- The Place For Ports Tue, 9 Feb 2010 5:54 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
py-django 1.1.1 www on this many watch lists=7 search for ports that depend on this port An older version of this port was marked as vulnerable.
High-level Python Web framework
Maintained by: lwhsu@FreeBSD.org search for ports maintained by this maintainer
Port Added: 25 Nov 2005 20:17:09
Also Listed In: python


Django is a high-level Python Web framework that encourages rapid development
and clean, pragmatic design.

Developed and used over the past two years by a fast-moving online-news
operation, Django was designed from scratch to handle two challenges: the
intensive deadlines of a newsroom and the stringent requirements of experienced
Web developers. It has convenient niceties for developing content-management
systems, but it's an excellent tool for building any Web site.

WWW:	http://www.djangoproject.com/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: lang/python26
Required To Run: lang/python26
Required Libraries: devel/gettext

To install the port: cd /usr/ports/www/py-django/ && make install clean
To add the package: pkg_add -r py26-django


Configuration Options
===> The following configuration options are available for py25-django-1.1.1:
     MOD_PYTHON3=off (default) "Install Apache2 with mod_python3"
     POSTGRESQL=off (default) "PostgreSQL support"
     MYSQL=off (default) "MySQL support"
     SQLITE=off (default) "SQLite support"
     FASTCGI=off (default) "FastCGI support"
     DOCS=off (default) "Install HTML documentation (requires Sphinx)"
===> Use 'make config' to modify these settings

Master Sites:
http://media.djangoproject.com/releases/1.1.1/
http://pypi.python.org/packages/source/D/Django/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/python/

Number of commits found: 27

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
16 Oct 2009 17:47:20
Original commit files touched by this commit  1.1.1
lwhsu search for other commits by this committer
- Update to 1.1.1
- Use CHEESESHOP

Security:       http://www.djangoproject.com/weblog/2009/oct/09/security/
30 Jul 2009 12:37:38
Original commit files touched by this commit  1.1
 This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to 1.1

PR:             ports/137256 (based on)
Submitted by:   Qing Feng <qingfeng AT me.com>
22 May 2009 06:10:32
Original commit files touched by this commit  1.0.2_1
 This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Add a patch for be compatible with sphinx 0.6.1

PR:             ports/134781
Obtained from:  http://osdir.com/ml/debian-bugs-dist/2009-05/msg02233.html
                (patch for trunk was adopted by debian team for 1.0.2, and
                 slightly modified for FreeBSD)
23 Nov 2008 18:08:42
Original commit files touched by this commit  1.0.2
 This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to 1.0.2
17 Nov 2008 15:14:00
Original commit files touched by this commit  1.0.1
 This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Fix plist problem, I was testing on wrong working copy...

Reported by:    QAT
17 Nov 2008 14:22:23
Original commit files touched by this commit  1.0.1
 This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to 1.0.1
07 Sep 2008 20:49:04
Original commit files touched by this commit  1.0
 This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to 1.0 (based on [1])
- Fix dependency on sqlite3, for PYTHON_REL >= 250, uses databases/py-sqlite3,
  for PYTHON_REL < 250, uses databases/py-pysqlite23 (based on [2])
- Make document installation as an option

PR:             [1] ports/127113, [2] ports/126982
Submitted by:   Artis Caune <Artis.Caune AT gmail.com> [1]
                Julien Laffaye <kimelto AT gmail.com> [2]
06 Jun 2008 15:07:24
Original commit files touched by this commit  0.96.2_1
 This port version is marked as vulnerable.
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)
14 May 2008 11:58:00
Original commit files touched by this commit  0.96.2
 This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to 0.96.1
  This fix the XSS vulnerability

Security:      
http://www.vuxml.org/freebsd/f49ba347-2190-11dd-907c-001c2514716c.html
Notified by:    delphij
17 Apr 2008 12:16:17
Original commit files touched by this commit  0.96.1
 This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Chease www/py-flup updating
29 Oct 2007 14:44:33
Original commit files touched by this commit  0.96.1
 This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to 0.96.1
  This fix the denial of service vulnerability.

Security:      
http://www.vuxml.org/freebsd/d2c2952d-85a1-11dc-bfff-003048705d5a.html
Notified by:    delphij
30 Jul 2007 10:42:28
Original commit files touched by this commit  0.96
 This port version is marked as vulnerable.
alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - 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
18 Apr 2007 06:51:30
Original commit files touched by this commit  0.96
 This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Take maintainership of following ports, and do some minor fixes

devel/py-pytz
- Use CHEESESHOP in bsd.sites.mk

devel/py-icalendar
- Add backup MASTER_SITE

www/py-django
- Add backup MASTER_SITE

www/py-django-devel

www/py-clientform
- Add backup MASTER_SITE

www/py-mechanize
- Add backup MASTER_SITE

Approved by:    clsung (mentor)
05 Apr 2007 08:01:51
Original commit files touched by this commit  0.96
 This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Separate py-django and py-django-devel, they should not be master/slave ports

Approved by:    clsung (mentor)
31 Mar 2007 07:50:12
Original commit files touched by this commit  0.96
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- Update to 0.96

PR:             ports/111049
Submitted by:   Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
15 Feb 2007 14:04:17
Original commit files touched by this commit  0.95.1_1
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- Add easy_install commands to add/remove its entry in easy-install.pth
- Use PYTHON_VER
- Add variable PYDJANGO_EGG, and apply it in pkg-plist

PR:             ports/109193
Submitted by:   Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
14 Feb 2007 10:13:01
Original commit files touched by this commit  0.95.1
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 0.95.1

PR:             109158
Submitted by:   Li-Wen Hsu <lwhsu@lwhsu.org>
14 Feb 2007 08:03:05
Original commit files touched by this commit  0.95_2
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- Add FastCGI support
- bump PORTREVISION

PR:             ports/109058
Submitted by:   Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
17 Nov 2006 18:07:45
Original commit files touched by this commit  0.95_1
 This port version is marked as vulnerable.
acm search for other commits by this committer
- Change maintainer email to python@
03 Aug 2006 20:37:48
Original commit files touched by this commit  0.95_1
 This port version is marked as vulnerable.
acm search for other commits by this committer
- Added PYVERSION to PLIST_SUB. It reflect installed version of python

Approved by:    garga (mentor)
02 Aug 2006 00:49:52
Original commit files touched by this commit  0.95
 This port version is marked as vulnerable.
acm search for other commits by this committer
- Update to 0.95

Approved by:    garga (mentor)
23 Jul 2006 03:45:24
Original commit files touched by this commit  0.91
 This port version is marked as vulnerable.
acm search for other commits by this committer
Change maintainer address to my @FreeBSD.org email

Approved by:    garga (mentor)
07 Jul 2006 00:01:21
Original commit files touched by this commit  0.91
 This port version is marked as vulnerable.
flz search for other commits by this committer
Turn py-django into a master port for the upcoming py-django-devel port.

Approved by:    maintainer
08 Apr 2006 14:27:24
Original commit files touched by this commit  0.91
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 0.91

PR:             ports/93782
Submitted by:   Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
27 Jan 2006 21:17:06
Original commit files touched by this commit  0.90_2
 This port version is marked as vulnerable.
mnag search for other commits by this committer
Update dependencies to moved port
Bump PORTREVISION
16 Jan 2006 00:21:19
Original commit files touched by this commit  0.90_1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Fix plist

Reported by:    krismail
25 Nov 2005 20:16:12
Original commit files touched by this commit  0.90
 This port version is marked as vulnerable.
pav search for other commits by this committer
Django is a high-level Python Web framework that encourages rapid development
and clean, pragmatic design.

Developed and used over the past two years by a fast-moving online-news
operation, Django was designed from scratch to handle two challenges: the
intensive deadlines of a newsroom and the stringent requirements of experienced
Web developers. It has convenient niceties for developing content-management
systems, but it's an excellent tool for building any Web site.

PR:             ports/89437
Submitted by:   Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>

Number of commits found: 27

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 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 21261
Broken 172
Deprecated 36
Ignore 906
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight88
new month197

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

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.352 seconds.