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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
python30 An interpreted object-oriented programming language
3.0.1_2 lang Deleted on this many watch lists=1 search for ports that depend on this port This port version is marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.0.1_2Version of this port present on the latest quarterly branch.
Maintainer: python@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2008-10-13 08:23:28
Last Update: 2009-12-18 10:08:32
SVN Revision: UNKNOWN
People watching this port, also watch:: python
Also Listed In: ipv6 python
License: not specified in port
WWW:
http://www.python.org/
Description:
Python is an interpreted object-oriented programming language, and is often compared to Tcl, Perl or Scheme. WWW: http://www.python.org/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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:
  • python30>0:lang/python30
No installation instructions:
This port has been deleted.
PKGNAME: python30
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: pkg-fallout
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for python30-3.0.1_2: THREADS=on (default) "Enable thread support" HUGE_STACK_SIZE=off (default) "Use a larger thread stack" UCS4=on (default) "Use UCS4 for unicode support" PYMALLOC=on (default) "Use python's internal malloc" IPV6=on (default) "Enable IPv6 support" FPECTL=off (default) "Enable floating point exception handling" ===> Use 'make config' to modify these settings
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (16 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/python/
  2. ftp://ftp.mirrorservice.org/sites/ftp.python.org/pub/www.python.org/ftp/python/3.0.1/
  3. http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/3.0.1/
  4. http://ftp.easynet.be/python/ftp/python/3.0.1/
  5. http://gnu.kookel.org/ftp/www.python.org/ftp/python/3.0.1/
  6. http://mirrors.ccs.neu.edu/Python/pub/www.python.org/ftp/python/3.0.1/
  7. http://mirrors.sunsite.dk/pythonwww/ftp/python/3.0.1/
  8. http://python.cdpa.nsysu.edu.tw/ftp/python/3.0.1/
  9. http://python.emdia.fi/ftp/python/3.0.1/
  10. http://python.holywar.net/ftp/python/3.0.1/
  11. http://python.ilisys.com.au/ftp/python/3.0.1/
  12. http://python.mirrors.pair.com/ftp/python/3.0.1/
  13. http://www.auth.gr/mirrors/python/ftp/python/3.0.1/
  14. http://www.cwi.nl/www.python.org/ftp/python/3.0.1/
  15. http://www.linux.org.hk/mirror/python/ftp/python/3.0.1/
  16. http://www.python.org/ftp/python/3.0.1/
Collapse this list.

Number of commits found: 8

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.0.1_2
18 Dec 2009 10:08:32
Original commit files touched by this commit This port version is marked as vulnerable.
miwi search for other commits by this committer
- Get rid python-2.3 and python-3.0 (no longer under developement)

Reviewed by:    alexbl, clsung, pav
3.0.1_2
14 Jul 2009 09:29:03
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Ask the first Python installed to install the bin/python link,
  and be the default Python version

PR:             ports/109550
Submitted by:   David Yeske <dyeske AT yahoo.com>
Obtained from:  tmclaugh
3.0.1_1
02 Jul 2009 01:51:07
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Remove regression-test target since it is not quite useful here
3.0.1_1
02 Jul 2009 01:46:33
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Honor EXAMPLESDIR, DATADIR and NOPORTEXAMPLES, NOPORTDATA
- Remove bsddb module in pkg-message since it's removed from
  Python default modules
  (python3 user should use databases/py-bsddb3)
- Fix WITH_UCS4 support
- Mark jobs safe
- Makefile/patch cleanup

PR:             ports/133440
Submitted by:   Paul Hoffman <phoffman AT proper.com>
3.0.1
09 Mar 2009 22:52:21
Original commit files touched by this commit This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update python30 to 3.0.1

Release Changelog:
http://python.org/download/releases/3.0.1/NEWS.txt
3.0
04 Dec 2008 11:21:22
Original commit files touched by this commit This port version is marked as vulnerable.
perky search for other commits by this committer
Welcome to the new era of Python 3, with antigravity support!

Update to Python 3.0.
3.0.rc1
13 Oct 2008 09:50:53
Original commit files touched by this commit This port version is marked as vulnerable.
perky search for other commits by this committer
Remove "_gdbm" module from packaging which should be excluded in
this port.

Reported by:    QAT
3.0.rc1
13 Oct 2008 08:23:00
Original commit files touched by this commit This port version is marked as vulnerable.
perky search for other commits by this committer
Introduce two new versions of Python: 2.6 and 3.0rc1 (finally!)
Python 2.6 will be the next default python version when enough
testings of consumer ports are done.  The new "2to3" program is
renamed to 2to3-2.6 and 2to3-3.0 for each version, respectively.

Repo-copied by: marcus

Number of commits found: 8