summaryrefslogtreecommitdiff
path: root/graphics/py-editobj (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=196700
* Change maintainer address to my @FreeBSD.org emailJose Alonso Cardenas Marquez2006-07-231-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=168518
* Remove the use of USE_GZIP. I cannot find any use of it in bsd.port.mkErwin Lansing2006-06-111-1/+0
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=165142
* - Update to 0.5.7Marcus Alves Grando2006-04-082-4/+4
| | | | | | | | PR: 95504 Submitted by: maintainer Notes: svn path=/head/; revision=159137
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Change COMMENT to reflect Porters Handbook (sect 5.6)Marcus Alves Grando2005-10-101-1/+1
| | | | | | | | Notified by: hq Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer) Notes: svn path=/head/; revision=144848
* Use %%PYTHON_SITELIBDIR%%Marcus Alves Grando2005-10-081-34/+34
| | | | Notes: svn path=/head/; revision=144618
* EditObj can create and display a Tkinter dialogMarcus Alves Grando2005-10-084-0/+81
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> Notes: svn path=/head/; revision=144616