| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
03 Jul 2011 14:12:23
0.5.7
|
ohauer  |
-remove MD5 |
30 Jul 2007 09:42:28
0.5.7
|
alexbl  |
- 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 |
23 Jul 2006 02:45:24
0.5.7
|
acm  |
Change maintainer address to my @FreeBSD.org email
Approved by: garga (mentor) |
11 Jun 2006 21:04:35
0.5.7
|
erwin  |
Remove the use of USE_GZIP. I cannot find any use of it in bsd.port.mk
and these ports build fine without it. My guess is that it was added
by someone as an opposite to USE_BZIP2 and other people copied it.
Remove it once and for all.
With hat: portmgr |
08 Apr 2006 17:01:08
0.5.7
|
mnag  |
- Update to 0.5.7
PR: 95504
Submitted by: maintainer |
22 Jan 2006 12:35:18
0.5.6
|
edwin  |
SHA256ify
Approved by: krion@ |
10 Oct 2005 17:37:16
0.5.6
|
mnag  |
Change COMMENT to reflect Porters Handbook (sect 5.6)
Notified by: hq
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer) |
08 Oct 2005 22:52:37
0.5.6
|
mnag  |
Use %%PYTHON_SITELIBDIR%% |
08 Oct 2005 22:47:44
0.5.6
|
mnag  |
EditObj can create and display a Tkinter dialog
box for editing any Python object (similarly to
what Java call a Bean editor, but for Python object).
EditObj is a usefull tool for writing (text or
non-text) editors of all kinds, including GUI editor,
3D editor,... It also includes a Python console
(thanks to Ka-Ping Yee).
PR: 86937
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> |