Port details |
- python22 An interpreted object-oriented programming language
- 2.2.3_9 lang
=9 2.2.3_9Version of this port present on the latest quarterly branch.
- DEPRECATED: Version branch long since retired
This port expired on: 2007-01-07
- Maintainer: python@FreeBSD.org
- Port Added: 2003-07-31 19:39:36
- Last Update: 2007-01-27 03:38:41
- SVN Revision: UNKNOWN
- People watching this port, also watch:: unzip, zip, gmake, libiconv, freetype2
- Also Listed In: ipv6 python
- License: not specified in port
- Description:
- Python is an interpreted object-oriented programming language, and is
often compared to Tcl, Perl or Scheme.
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: python22
- 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. Perhaps there is a build error. Check the fallout link:
- This port has no dependencies.
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.3_9 27 Jan 2007 03:38:41 |
tmclaugh |
Remove python21 and python22. These version lines are long deprecated and
no ports require them.
Approved by: python@ |
2.2.3_9 08 Nov 2006 04:34:13 |
tmclaugh |
Deprecate these old python versions and schedual for expiration on
2007-01-07. These version branches are no longer developed upstream and are
rarely seen these days.
Approved by: alexbl (python@) |
2.2.3_9 21 Oct 2006 11:47:59 |
jkoshy |
Fix `make fetch'.
Reported by: fenner's portssurvey tool
Approved by: portmgr (erwin) |
2.2.3_9 09 Oct 2006 14:29:18 |
perky |
- Update the main python version to 2.5.
- Now, lang/python is just a meta-port which depends on lang/python25.
- And all versions of Python ports have short version identifier in its
package name; python25-2.5, python24-2.4.3 and etc.
- Also you must upgrade all python modules after lang/python updated,
cd /usr/ports/lang/python && make upgrade-site-packages
- Give maintainership of Python ports to the new python@ group which
includes me, alexbl@ and others. |
2.2.3_9 12 Aug 2006 04:24:42 |
perky |
Remove a wrong patch which doesn't apply to Python 2.2.
PR: 90829
Submitted by: Mike Brown <mike@skew.org> |
2.2.3_8 09 May 2006 20:52:24 |
edwin |
Remove USE_REINPLACE from the categories starting with L |
2.2.3_8 22 Jan 2006 12:42:24 |
edwin |
SHA256ify
Approved by: krion@ |
2.2.3_8 28 Jul 2005 07:19:11 |
perky |
- Add support for FreeBSD 7
- Drop support for FreeBSD 3
- Fix fcntl.ioctl argument parsing to accept termios.TIOCGWINSZ. [1]
Submitted by: jkim [1]
Obtained from: Python CVS |
2.2.3_7 04 Feb 2005 04:16:47 |
perky |
Add a patch from PSF-2005-001 which fixes SimpleXMLRPCServer
vulnerability.
PR: 77079
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Security: CAN-2005-0089
Security:
http://www.vuxml.org/freebsd/6afa87d3-764b-11d9-b0e7-0000e249a0a2.html
Security: SimpleXMLRPCServer.py allows unrestricted traversal |
2.2.3_6 15 Nov 2004 05:19:30 |
sf |
farewell to libxpg4. |
2.2.3_6 21 Aug 2004 03:48:20 |
perky |
- Add support for FreeBSD 6.
- Remove support for FreeBSD 2.
Spotted by: marcus, kris
Obtained from: Python CVS |
2.2.3_5 09 Jul 2004 17:18:00 |
perky |
Allow to install and use 3rd party packages in X11BASE.
${X11BASE}/lib/{python2.3{,/site-packages},site-python} will be
added to your python's sys.path if each directory exists.
Suggested by: marcus |
2.2.3_4 14 Apr 2004 06:49:21 |
perky |
Fixed a bug where the configure script couldn't detect getaddrinfo()
properly if the KAME stack had SCTP support.
Submitted by: suz |
2.2.3_3 18 Mar 2004 07:38:48 |
perky |
Add SIZE data.
Submitted by: trevor |
2.2.3_3 18 Mar 2004 07:00:08 |
perky |
Correct pre-install target to pre-su-install so that the credential
switch happens before directories are created under PREFIX.
Submitted by: marcel |
2.2.3_3 27 Feb 2004 13:12:13 |
perky |
Set NO_LATEST_LINK to avoid confliction against lang/python.
Spotted by: kris |
2.2.3_3 29 Oct 2003 21:31:13 |
perky |
- Update lang/python-devel to Python-2.4 031022 snapshot.
- Correct USE_ZOPE dependency to Python 2.1. [1]
- Fetch from correct MASTER_SITE_SUBDIR when upgrading python
in same branch. [2]
- Enable installing separated standard modules for python-devel port.
Reported by: Filippo Natali <pitonat@libero.it> [1],
Yoshihiko Sarumaru <mistral@imasy.or.jp> [2] |
2.2.3_3 21 Oct 2003 17:17:45 |
perky |
Don't use PYTHON_DISTFILE as well as PYTHON_WRKSRC on lang/python* ports
because it does not point the most recent version of each from
ports/Mk/bsd.python.mk 1.38.
Reported by: Andy Fawcett <andy@athame.co.uk> |
2.2.3_3 19 Oct 2003 09:24:01 |
perky |
Utilize PYTHON_SITE_SUBDIR. |
2.2.3_3 31 Jul 2003 19:38:54 |
perky |
- Add python22 as an alternative version.
- Correct pydoc search path to lang/python-doc-html port's [1]
PR: 43036 [1]
Submitted by: Emil Sit <sit@amsterdam.lcs.mit.edu> [1] |