4baa FreshPorts -- lang/python-doc-pdf-letter
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
python-doc-pdf-letter 2.7.5 lang on this many watch lists=4 search for ports that depend on this port
Documentation for the Python programming language
Maintained by: python@FreeBSD.org search for ports maintained by this maintainer
Port Added: 22 Mar 2002 21:18:05
Also Listed In: python
License: not specified in port


Documentation for the Python programming language.

WWW: http://www.python.org/doc/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon
Master port: lang/python-doc-html

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/python27
There are no ports dependent upon this port

To install the port: cd /usr/ports/lang/python-doc-pdf-letter/ && make install clean
To add the package: pkg_add -r python-doc-pdf-letter


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/python/
  2. http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/doc/2.7.5/
  3. http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/doc/current/
  4. http://gnu.kookel.org/ftp/www.python.org/ftp/python/doc/2.7.5/
  5. http://gnu.kookel.org/ftp/www.python.org/ftp/python/doc/current/
  6. http://mirrors.ccs.neu.edu/Python/pub/www.python.org/ftp/python/doc/2.7.5/
  7. http://mirrors.ccs.neu.edu/Python/pub/www.python.org/ftp/python/doc/current/
  8. http://mirrors.sunsite.dk/pythonwww/ftp/python/doc/2.7.5/
  9. http://mirrors.sunsite.dk/pythonwww/ftp/python/doc/current/
  10. http://python.emdia.fi/ftp/python/doc/2.7.5/
  11. http://python.emdia.fi/ftp/python/doc/current/
  12. http://python.holywar.net/ftp/python/doc/2.7.5/
  13. http://python.holywar.net/ftp/python/doc/current/
  14. http://python.ilisys.com.au/ftp/python/doc/2.7.5/
  15. http://python.ilisys.com.au/ftp/python/doc/current/
  16. http://www.auth.gr/mirrors/python/ftp/python/doc/2.7.5/
  17. http://www.auth.gr/mirrors/python/ftp/python/doc/current/
  18. http://www.cwi.nl/www.python.org/ftp/python/doc/2.7.5/
  19. http://www.cwi.nl/www.python.org/ftp/python/doc/current/
  20. http://www.linux.org.hk/mirror/python/ftp/python/doc/2.7.5/
  21. http://www.linux.org.hk/mirror/python/ftp/python/doc/current/
  22. http://www.python.org/ftp/python/doc/2.7.5/
  23. http://www.python.org/ftp/python/doc/current/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2011-09-25
    Affects: users of lang/python*
    Author: lwhsu@FreeBSD.org
    Reason: 
      The HUGE_STACK_SIZE option has been removed, now Python will use default
      thread stack size of the system.  If you want to change it, specify it
      with -DTHREAD_STACK_SIZE=<size> in CFLAGS.
    
    
  • 2011-03-04
    Affects: users of lang/python* and py-*
    Author: miwi@FreeBSD.org
    Reason: 
      The default version of Python has been changed from 2.6.x to 2.7.x.
      If you have 2.6.x installed, perform an upgrade of lang/python26 to
      lang/python27 with one of the following commands:
    
      If using portupgrade:
      # portupgrade -o lang/python27 lang/python26
    
      If using portmaster:
      # portmaster -o lang/python27 lang/python26
    
      If you want to retain 2.6.x as default Python version, set the
      PYTHON_DEFAULT_VERSION variable to 'python2.6' (without quotes) in
      /etc/make.conf, then go to lang/python and perform the following
      command:
    
      # portupgrade -R python
    
      Once the installed Python has been updated to 2.7, by using the
      method above, it is required to run the upgrade-site-packages target in
      lang/python to assure that site-packages are made available to the new
      Python version.
    
      If using portupgrade:
      # cd /usr/ports/lang/python && make upgrade-site-packages
    
      If using portmaster:
      # cd /usr/ports/lang/python && make upgrade-site-packages -DUSE_PORTMASTER
    
      The portmaster case can take quite some time to complete due to the lack of
      cached information that the portupgrade suite uses (specifically pkg_which).
      This is not the fault of portmaster.
    
    
  • 2009-06-08
    Affects: users of lang/python* and py-*
    Author: miwi@FreeBSD.org
    Reason: 
      The default version of Python has been changed from 2.5.x to 2.6.x.
      If you have 2.5.x installed, perform an upgrade of lang/python25 to
      lang/python26 with one of the following commands:
    
      If using portupgrade:
      # portupgrade -o lang/python26 lang/python25
    
      If using portmaster:
      # portmaster -o lang/python26 lang/python25
    
      If you want to retain 2.5.x as default Python version, set the
      PYTHON_DEFAULT_VERSION variable to 'python2.5' (without quotes) in
      /etc/make.conf, then go to lang/python and perform the following
      command:
    
      # portupgrade -R python
    
      Once the installed Python has been updated to 2.6, by using the
      method above, it is required to run the upgrade-site-packages target in
      lang/python to assure that site-packages are made available to the new
      Python version.
    
      If using portupgrade:
      # cd /usr/ports/lang/python && make upgrade-site-packages
    
      If using portmaster:
      # cd /usr/ports/lang/python && make upgrade-site-packages -DUSE_PORTMASTER
    
      The portmaster case can take quite some time to complete due to the lack of
      cached information that the portupgrade suite uses (specifically pkg_which).
      This is not the fault of portmaster.
    
    

Number of commits found: 6

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
11 May 2013 11:37:55
Original commit files touched by this commit  2.7.3
rm search for other commits by this committer
Commit all the non-functional changes to python ports to reduce the diff size
for an exp-run of updated python versions.

- trim Makefile headers
- remove leading indefinite article from COMMENT
- use PYTHON shortcut in MASTER_SITES
- whitespace fixes
- remove checks for unsupported versions of FreeBSD
- use static value ``33'' instead of PYTHON_SUFFIX in lang/python33/pkg-plist,
  because this value is not supposed to be changed across the branch and for
  consistency with other python3 ports
- remove conflicts in lang/python-mode.el with not more existing python-2.4
31 Jul 2003 19:42:23
Original commit files touched by this commit  2.2.2
perky search for other commits by this committer
Update python documentation ports to Python-2.3's.
08 Jun 2003 21:13:49
Original commit files touched by this commit  2.2.3
will search for other commits by this committer
Please see http://freebsd.kde.org/memoriam/alane.php for an In Memoriam page.
04 Jun 2003 08:38:41
Original commit files touched by this commit  2.2.3
perky search for other commits by this committer
Update to 2.2.3 and correct tg's e-mail address.

Approved by:    maintainer (implicitly)
15 Nov 2002 17:12:56
Original commit files touched by this commit  2.2.2
alane search for other commits by this committer
Take over as maintainer since tg is taking a leave of absence from port
maintenance.
12 Apr 2000 06:20:15
files touched by this commit  2.2
obrien search for other commits by this committer
Convert to the PORTNAME - PORTVERSION syntax.

Number of commits found: 6

28c9
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
asterisk*Jun 19
asterisk10*Jun 19
clamav*Jun 19
clamav-devel*Jun 19
cyrus-imspd*Jun 19
glpi*Jun 19
otrsJun 19
otrsJun 19
tshark*Jun 19
tshark-lite*Jun 19
wireshark*Jun 19
wireshark-lite*Jun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18

15 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24569
Broken 187
Deprecated 454
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 48
Set to expire 439
Interactive 33
new 24 hours 3
new 48 hours10
new 7 days30
new fortnight85
new month175

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0