notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-wxPython26 Python bindings for the wxWidgets/GTK GUI toolkit
2.6.3.3_8 x11-toolkits Deleted on this many watch lists=4 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.6.3.3_8Version of this port present on the latest quarterly branch.
Maintainer: neal@nelson.name search for ports maintained by this maintainer
Port Added: 2005-05-22 01:46:51
Last Update: 2014-03-24 13:37:24
SVN Revision: 348999
People watching this port, also watch:: desktop-file-utils, libmad, mplayer-skins, libao, xorg-fonts-miscbitmaps
Also Listed In: python
License: not specified in port
WWW:
http://www.wxpython.org/
Description:
Latest stable branch of wxPython. From the home page: wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the popular wxWidgets cross- platform GUI library, which is written in C++. wxPython is a cross-platform toolkit. This means that the same program will run on multiple platforms without modification. Currently supported platforms are Microsoft Windows, and most Unix or unix-like systems. WWW: http://www.wxpython.org/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • py27-wxPython26>0:x11-toolkits/py-wxPython26
No installation instructions:
This port has been deleted.
PKGNAME: py27-wxPython26
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools27>0 : devel/py-setuptools27
  2. python2.7 : lang/python27
  3. gmake : devel/gmake
  4. pkgconf : devel/pkgconf
Runtime dependencies:
  1. __init__.py : graphics/py-opengl
  2. py27-setuptools27>0 : devel/py-setuptools27
  3. python2.7 : lang/python27
  4. wxversion.py : x11-toolkits/py-wxPython26-common
Library dependencies:
  1. wx_gtk2_animate-2.6 : x11-toolkits/wxgtk26-contrib
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://downloads.sourceforge.net/project/wxpython/wxPython/2.6.3.3/
Collapse this list.

Number of commits found: 34

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.6.3.3_8
24 Mar 2014 13:37:24
Revision:348999Original commit files touched by this commit
bapt search for other commits by this committer
wxGTK 2.6 is EOLed
2.6.3.3_8
10 Mar 2014 20:55:22
Revision:347809Original commit files touched by this commit
gerald search for other commits by this committer
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2.6.3.3_7
04 Jan 2014 01:16:19
Revision:338620Original commit files touched by this commit
bapt search for other commits by this committer
Fix pkg name collisions
2.6.3.3_7
15 Dec 2013 16:22:17
Revision:336553Original commit files touched by this commit
wg search for other commits by this committer
Use setuptools for all Python ports.

Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.

Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.

Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.

pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.6.3.3_7
26 Oct 2013 00:52:36
Revision:331644Original commit files touched by this commit
gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.6.3.3_6
20 Sep 2013 23:57:48
Revision:327785Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits)
2.6.3.3_6
03 Sep 2013 18:14:19
Revision:326189Original commit files touched by this commit
antoine search for other commits by this committer
Add an explicit dependency on pkgconf

Approved by:	portmgr (bapt)
2.6.3.3_6
01 Jun 2012 05:26:28
Original commit files touched by this commit
dinoex search for other commits by this committer
- update png to 1.5.10
2.6.3.3_5
02 Jul 2011 18:18:48
Original commit files touched by this commit
miwi search for other commits by this committer
- Kick MD5 support
2.6.3.3_5
08 Jun 2010 19:52:58
Original commit files touched by this commit
makc search for other commits by this committer
Convert LDCONFIG_DIRS to USE_LDCONFIG.

PR:             based on ports/146365
Submitted by:   Alex Kozlov <spam at rm-rf.kiev.ua>
Approved by:    maintainers timeout (two weeks)
2.6.3.3_4
28 Mar 2010 06:47:48
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
2.6.3.3_3
05 Feb 2010 11:46:55
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to jpeg-8
2.6.3.3_2
22 Aug 2009 00:39:37
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with X
2.6.3.3_2
31 Jul 2009 13:57:52
Original commit files touched by this commit
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
2.6.3.3_1
30 Jul 2009 16:08:09
Original commit files touched by this commit
erwin search for other commits by this committer
Set NO_LATEST_LINK as it conflicts with x11-toolkits/py-wxPython28

Submitted by:   pointyhat
Discussed with: alepulver
Approved by:    maintainer timeout
2.6.3.3_1
19 Apr 2008 17:56:05
Original commit files touched by this commit Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
2.6.3.3_1
04 Oct 2007 06:27:14
Original commit files touched by this commit
edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
2.6.3.3_1
02 Aug 2007 09:46:18
Original commit files touched by this commit
pav search for other commits by this committer
- Fix packaging with new python - track egg-info files properly
2.6.3.3_1
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2.6.3.3
01 Dec 2006 07:39:02
Original commit files touched by this commit
pav search for other commits by this committer
- Use features of bsd.wx.mk, especially USE_WX

PR:             ports/101613
Submitted by:   alepulver
2.6.3.3
27 Jul 2006 11:19:07
Original commit files touched by this commit
itetcu search for other commits by this committer
Update to 2.6.3.3

PR:             ports/100882
Submitted by:   Neal Nelson (maintainer)
2.6.3.2
18 May 2006 19:28:35
Original commit files touched by this commit
stefan search for other commits by this committer
Fix the sed(1) call introduced in the last commit by adding an empty string
argument to the '-i' parameter.

Approved by:    arved (mentor)
2.6.3.2
13 May 2006 21:38:45
Original commit files touched by this commit
stefan search for other commits by this committer
Fix pkg-plist and unbreak.

PR:             97144
Submitted by:   Neal Nelson <neal@nelson.name> (maintainer)
Approved by:    arved (mentor)
2.6.3.2
05 May 2006 03:52:02
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Incomplete pkg-plist
2.6.3.2
20 Apr 2006 17:04:04
Original commit files touched by this commit
mezz search for other commits by this committer
- Update to 2.6.3.2. [1]
- Do not let py-wxPython26-common to touch wx.pth or it will ending up as
  empty by overwrite when you reinstall or update py-wxPython26-common. [2]

PR:             ports/96091 [1], ports/96092 [2]
Submitted by:   Neal Nelson <neal@nelson.name> (maintainer)
2.6.3.0
07 Apr 2006 05:00:53
Original commit files touched by this commit
mezz search for other commits by this committer
x11-toolkits/py-wxPython26:
        PORTREVISION= -> PORTREVISION?= for slave port.

x11-toolkits/py-wxPython26-common:
        Fix the plist to catch up with 2.6.3.0, bump the PORTREVISION.

Reported by:    krismail
Approved by:    Neal Nelson <neal@nelson.name> (maintainer)
2.6.3.0
04 Apr 2006 19:34:40
Original commit files touched by this commit
mezz search for other commits by this committer
-Update to 2.6.3.0.
-Portlint:
        -Remove USE_REINPLACE.
        -Tweak the IGNORE.

PR:             ports/95301
Submitted by:   Neal Nelson <neal@nelson.name> (maintainer)
2.6.1.0_3
24 Jan 2006 03:16:52
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
2.6.1.0_3
12 Jan 2006 12:54:32
Original commit files touched by this commit
sem search for other commits by this committer
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:             ports/90247
Submitted by:   Ermal Lu?i <eri--@albabsd.org>
2.6.1.0_2
05 Nov 2005 05:22:06
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
2.6.1.0_1
02 Oct 2005 08:23:39
Original commit files touched by this commit
lioux search for other commits by this committer
Bump PORTREVISION to force update to the new master/slave structure
2.6.1.0
02 Oct 2005 08:17:17
Original commit files touched by this commit
lioux search for other commits by this committer
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
2.6.1.0
05 Sep 2005 15:20:34
Original commit files touched by this commit
vsevolod search for other commits by this committer
Update to 2.6.1.

PR:             85686
Submitted by:   maintainer
Approved by:    perky (mentor)
2.6.0.0
22 May 2005 01:41:06
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 2.6.0.0 after repocopy

PR:             ports/80983
Submitted by:   Neal Nelson <neal@nelson.name>
Repocopy by:    marcus

Number of commits found: 34