CVS log for ports/x11-toolkits/py-wxPython28/pkg-plist
Up to [FreeBSD] / ports / x11-toolkits / py-wxPython28
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Oct 19 17:31:07 2011 UTC (3 months, 3 weeks ago) by glarkin
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +922 -293 lines
- Updated to 2.8.12.1
ChangeLog:
http://www.wxpython.org/recentchanges.php (scroll to 2.8.10.1 - 2.8.12.1)
- Start storing distfile in distfiles/python
- Removed stale patch (patch-wxpython-fedora11)
PR: ports/161693
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: Neal Nelson <neal@nicandneal.net> (maintainer)
Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Feb 28 10:56:27 2011 UTC (11 months, 1 week ago) by wen
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
- Fix build with python-2.7 PR: ports/155065 Submitted by: Wen Heping (myself) Approved by: maintainer
Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Jul 20 20:34:18 2010 UTC (18 months, 3 weeks ago) by rene
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +559 -125 lines
Update to 2.8.10.1. PR: ports/148782 Submitted by: myself Approved by: maintainer, tabthorpe (mentor) Obtained from: Fedora (API patch)
Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Jun 8 22:30:55 2009 UTC (2 years, 8 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
- Update lang/python26 and make Python 2.6.2 to the default Python version Tested by: 3 pointyhat runs Thanks to: pav, gahr, lwhsu, mva, amdmi3
Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Mar 10 19:12:11 2008 UTC (3 years, 11 months ago) by alepulver
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +586 -11 lines
- Update to version 2.8.7.1. PR: ports/118919 Approved by: Neal Nelson <neal@nelson.name> (maintainer)
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Sep 29 17:54:38 2007 UTC (4 years, 4 months ago) by alepulver
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +79 -0 lines
- Complete repocopy of x11-toolkits/py-wxPython28, x11-toolkits/py-wxPython28-common and x11-toolkits/py-wxPython28-unicode, applying the corresponding patches. - Add PYDISTUTILS_NOEGGINFO to fix plist issues [1]. - Integrate with bsd.wx.mk: the noticeable difference is that ports using USE_WX=2.6+ and WX_COMPS=python will be built from now on with wxWidgets 2.8, which was previously restricted for these ports because of the lack of the "python" component for version 2.6 [1]. PR: ports/115349, ports/115350, ports/115351 Submitted by: Neal Nelson <neal@nelson.name> Reworked by: alepulver (myself) [1]
Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Jul 27 11:19:06 2006 UTC (5 years, 6 months ago) by itetcu
Branches: MAIN
CVS tags: old_RELEASE_6_2_0, old_RELEASE_4_EOL, old_PRE_XORG_7
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +7 -0 lines
Update to 2.6.3.3 PR: ports/100882 Submitted by: Neal Nelson (maintainer)
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu May 18 19:28:35 2006 UTC (5 years, 8 months ago) by stefan
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
Fix the sed(1) call introduced in the last commit by adding an empty string argument to the '-i' parameter. Approved by: arved (mentor)
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat May 13 21:38:45 2006 UTC (5 years, 9 months ago) by stefan
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -0 lines
Fix pkg-plist and unbreak. PR: 97144 Submitted by: Neal Nelson <neal@nelson.name> (maintainer) Approved by: arved (mentor)
Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Apr 4 19:34:39 2006 UTC (5 years, 10 months ago) by mezz
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +32 -6 lines
-Update to 2.6.3.0. -Portlint: -Remove USE_REINPLACE. -Tweak the IGNORE. PR: ports/95301 Submitted by: Neal Nelson <neal@nelson.name> (maintainer)
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Oct 2 08:17:17 2005 UTC (6 years, 4 months ago) by lioux
Branches: MAIN
CVS tags: old_RELEASE_6_1_0, old_RELEASE_5_5_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +800 -1391 lines
o Prepare it to become a master port: 1) This port will build an ansi based version of x11-toolkits/py-wxPython26 2) A slave port x11-toolkits/py-wxPython26-unicode will build a unicode version 3) Move the common parts shared amongst both the ansi and the unicode ports to a slave port x11-toolkits/py-wxPython26-common Approved by: maintainer
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Sep 5 15:20:34 2005 UTC (6 years, 5 months ago) by vsevolod
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +67 -82 lines
Update to 2.6.1. PR: 85686 Submitted by: maintainer Approved by: perky (mentor)
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun May 22 01:41:06 2005 UTC (6 years, 8 months ago) by pav
Branches: MAIN
CVS tags: old_RELEASE_6_0_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1181 -1189 lines
- Update to 2.6.0.0 after repocopy PR: ports/80983 Submitted by: Neal Nelson <neal@nelson.name> Repocopy by: marcus
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Nov 10 00:07:23 2003 UTC (8 years, 3 months ago) by fjoe
Branches: MAIN
CVS tags: old_old_old_RELEASE_5_4_0, old_old_old_RELEASE_5_3_0, old_old_old_RELEASE_5_2_1, old_old_old_RELEASE_5_2_0, old_old_old_RELEASE_4_11_0, old_old_old_RELEASE_4_10_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +32 -0 lines
Update to 2.4.2.4.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Sep 3 07:47:25 2003 UTC (8 years, 5 months ago) by tg
Branches: MAIN
CVS tags: old_old_old_RELEASE_4_9_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +594 -173 lines
Upgrade to 2.4.1.2. PR: 56058 Submitted by: Stefan Ehmann <shoesoft@gmx.net>
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Apr 17 15:22:44 2003 UTC (8 years, 9 months ago) by sobomax
Branches: MAIN
CVS tags: old_old_old_RELEASE_5_1_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +184 -0 lines
Update to 2.4.0.7.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Jan 15 18:44:23 2003 UTC (9 years ago) by sobomax
Branches: MAIN
CVS tags: old_old_old_RELEASE_4_8_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +194 -10 lines
Update to 2.4.0.1.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jan 31 13:01:07 2002 UTC (10 years ago) by sobomax
Branches: MAIN
CVS tags: old_old_old_RELEASE_5_0_DP1, old_old_old_RELEASE_5_0_0, old_old_old_RELEASE_4_7_0, old_old_old_RELEASE_4_6_2, old_old_old_RELEASE_4_6_1, old_old_old_RELEASE_4_6_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +183 -10 lines
Update to 2.3.2.1. Submitted by: tg
Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Nov 27 12:33:19 2001 UTC (10 years, 2 months ago) by sobomax
Branches: MAIN
CVS tags: old_old_old_RELEASE_4_5_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +420 -352 lines
Update to 2.3.1.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon May 28 20:10:53 2001 UTC (10 years, 8 months ago) by sobomax
Branches: MAIN
CVS tags: old_old_old_RELEASE_4_4_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +30 -0 lines
Update to 2.3.0.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon May 28 15:40:00 2001 UTC (10 years, 8 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -0 lines
- Enable GL support; - unbroke with Python 2.1; - take over maintainership.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Mar 21 16:08:46 2001 UTC (10 years, 10 months ago) by sobomax
Branches: MAIN
CVS tags: old_old_old_RELEASE_4_3_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +28 -216 lines
Update to 2.2.5. Approved by: maintainer
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Dec 11 09:43:50 2000 UTC (11 years, 2 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +25 -2 lines
Build two additional modules required for forthcoming Boa port. Approved by: maintainer
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Oct 2 03:14:25 2000 UTC (11 years, 4 months ago) by nectar
Branches: MAIN
CVS tags: old_old_old_RELEASE_4_2_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +482 -482 lines
USE_PYTHON so that this works with python1.5, python1.6, and python2.0.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Sep 10 22:08:15 2000 UTC (11 years, 5 months ago) by nectar
Branches: MAIN
CVS tags: old_old_old_RELEASE_4_1_1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +7 -0 lines
Update 2.1.16 -> 2.2.1
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jun 15 19:16:38 2000 UTC (11 years, 7 months ago) by nectar
Branches: MAIN
CVS tags: old_old_old_RELEASE_4_1_0, old_old_old_RELEASE_3_5_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +38 -4 lines
Update 2.1.15 -> 2.1.16
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat May 20 13:35:35 2000 UTC (11 years, 8 months ago) by nectar
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +84 -0 lines
Update 2.1.11 -> 2.1.15
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jan 16 19:15:26 2000 UTC (12 years ago) by nectar
Branches: MAIN
CVS tags: old_old_old_RELEASE_4_0_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +100 -7 lines
Update 2.1b3 -> 2.1.11 Submitted by: tg
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Sep 19 20:07:04 1999 UTC (12 years, 4 months ago) by nectar
Branches: old_old_old_VIDRINE
CVS tags: old_old_old_wxpython_2_1b3, old_old_old_RELEASE_3_4_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Python bindings for the wxWindows/GTK GUI toolkit.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Sep 19 20:07:04 1999 UTC (12 years, 4 months ago) by nectar
Branches: MAIN
Initial revision
