- 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]
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)
- 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
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>