| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: portmgr (bapt)
|
| |
|
|
|
|
|
|
| |
- Bump PORTREVISION
Reported by: pawel (via private email)
|
|
|
|
| |
Tested on fresh FreeBSD 8, 9, and -current.
|
|
|
|
|
|
| |
Submitted by: eadler
Approved by: portmgr (itetcu)
Feature safe: yes
|
|
|
|
|
|
|
| |
return hash((self.__name__, self.__module__))
AttributeError: 'MetaTypedInterface' object has no attribute '__name__'
Reported by: pointyhat
|
| |
|
| |
|
|
|
|
| |
- Remove post-extract target
|
|
|
|
|
| |
- Remove files/patch-doc-txt2html.py
- Set USE_PYDISTUTILS to easy_install
|
| |
|
|
|
|
|
|
|
|
| |
- Add a secondary download site
- Add files/patch-doc-txt2html.py
- Fix build of docs with different PREFIX of installation
- Fix instructions for running examples in pkg-descr
- Use ${COPYTREE_SHARE} to install docs and examples
|
| |
|
|
|
|
| |
Noticed by: itetcu
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Approved by: portmgr (pav)
|
|
|
|
|
|
|
| |
- Drop maintainership
PR: 115411
Submitted by: Piet Delport <pjd@satori.za.net>
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Approved by: novel
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
| |
- Update pkg-descr and WWW
- portlint(1)
PR: 95727
Submitted by: Alexander Botero-Lowry <alex___foxybanana.com>
Approved by: maintainer timeout (14 days)
|
|
|
|
| |
Approved by: krion@
|
|
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>
|