aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-django12
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.0 (based on [1])lwhsu2008-09-083-245/+1370
| | | | | | | | | | - 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]
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+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)
* - Update to 0.96.1lwhsu2008-05-143-8/+4
| | | | | | | This fix the XSS vulnerability Security: http://www.vuxml.org/freebsd/f49ba347-2190-11dd-907c-001c2514716c.html Notified by: delphij
* - Chease www/py-flup updatinglwhsu2008-04-171-2/+1
|
* - Update to 0.96.1lwhsu2007-10-292-6/+5
| | | | | | | This fix the denial of service vulnerability. Security: http://www.vuxml.org/freebsd/d2c2952d-85a1-11dc-bfff-003048705d5a.html Notified by: delphij
* - Make Python 2.5.1 the default Python versionalexbl2007-07-301-0/+2
| | | | | | | | | | - 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
* - Take maintainership of following ports, and do some minor fixeslwhsu2007-04-181-2/+3
| | | | | | | | | | | | | | | | | | | | | 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)
* - Separate py-django and py-django-devel, they should not be master/slave portslwhsu2007-04-051-4/+6
| | | | Approved by: clsung (mentor)
* - Update to 0.96clsung2007-03-313-1128/+1284
| | | | | PR: ports/111049 Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
* - Add easy_install commands to add/remove its entry in easy-install.pthclsung2007-02-152-1117/+1124
| | | | | | | | - 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>
* - Update to 0.95.1miwi2007-02-143-7/+7
| | | | | PR: 109158 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
* - Add FastCGI supportclsung2007-02-141-2/+8
| | | | | | | - bump PORTREVISION PR: ports/109058 Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
* - Change maintainer email to python@acm2006-11-181-1/+1
|
* - Added PYVERSION to PLIST_SUB. It reflect installed version of pythonacm2006-08-042-1110/+1112
| | | | Approved by: garga (mentor)
* - Update to 0.95acm2006-08-023-462/+768
| | | | Approved by: garga (mentor)
* Change maintainer address to my @FreeBSD.org emailacm2006-07-231-1/+1
| | | | Approved by: garga (mentor)
* Turn py-django into a master port for the upcoming py-django-devel port.flz2006-07-071-5/+6
| | | | Approved by: maintainer
* - Update to 0.91pav2006-04-083-740/+821
| | | | | PR: ports/93782 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
* Update dependencies to moved portmnag2006-01-281-2/+2
| | | | Bump PORTREVISION
* - Fix plistpav2006-01-162-0/+2
| | | | Reported by: krismail
* Django is a high-level Python Web framework that encourages rapid developmentpav2005-11-264-0/+845
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>