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
- Assign maintainership to submitter since maintainer's email bounce and it
also did for the last PR. [1]
PR: ports/98503
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Approved by: portmgr (erwin) [1], lawrance (mentor, implicit)
developed in the Twisted Woven package. Its main focus is on separating the HTML
template from both the business logic and the display logic, while allowing the
programmer to write pure Python code as much as possible. It separates your code
into 'data' and 'render' functions, a simplified implementation of traditional
MVC. It has various parts which can be used individually or as a whole,
integrated web solution.
PR: ports/80049
Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com>