CVS log for ports/graphics/py-editobj/Makefile
Up to [FreeBSD] / ports / graphics / py-editobj
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jul 30 09:41:31 2007 UTC (4 years, 6 months ago) by alexbl
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL, HEAD
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -0 lines
- 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
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jul 23 02:45:21 2006 UTC (5 years, 6 months ago) by acm
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Change maintainer address to my @FreeBSD.org email Approved by: garga (mentor)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jun 11 21:04:34 2006 UTC (5 years, 8 months ago) by erwin
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +0 -1 lines
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
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Apr 8 17:01:08 2006 UTC (5 years, 10 months ago) by mnag
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
- Update to 0.5.7 PR: 95504 Submitted by: maintainer
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Oct 10 17:37:16 2005 UTC (6 years, 4 months ago) by mnag
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Change COMMENT to reflect Porters Handbook (sect 5.6) Notified by: hq Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Oct 8 22:47:43 2005 UTC (6 years, 4 months ago) by mnag
Branches: MAIN
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>
