| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 12 Jan 2026 08:39:51 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100106183107
location: https://web.archive.org/web/20100106183107/https://python24-doc.darwinports.com/
server-timing: captures_list;dur=1.077860, exclusion.robots;dur=0.117430, exclusion.robots.policy;dur=0.093620, esindex;dur=0.014384, cdx.remote;dur=91.873743, LoadShardBlock;dur=503.290181, PetaboxLoader3.datanode;dur=190.942637, PetaboxLoader3.resolve;dur=179.740218
x-app-server: wwwb-app206-dc6
x-ts: 302
x-tr: 635
server-timing: TR;dur=0,Tw;dur=1004,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app206; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Mon, 12 Jan 2026 08:39:53 GMT
content-type: text/html
x-archive-orig-date: Wed, 06 Jan 2010 18:16:58 GMT
x-archive-orig-server: Apache
x-archive-orig-vary: Accept-Encoding
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Wed, 06 Jan 2010 18:31:07 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: TLA-20100106175817-00362-ia360913-c/TLA-20100106181756-00531-ia360908.us.archive.org.warc.gz
server-timing: captures_list;dur=0.596044, exclusion.robots;dur=0.025263, exclusion.robots.policy;dur=0.012410, esindex;dur=0.013735, cdx.remote;dur=19.628390, LoadShardBlock;dur=394.517412, PetaboxLoader3.datanode;dur=214.432218, PetaboxLoader3.resolve;dur=195.533456, load_resource;dur=149.838246
x-app-server: wwwb-app206-dc6
x-ts: 200
x-tr: 655
server-timing: TR;dur=0,Tw;dur=1100,Tc;dur=0
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Python24-doc version 2.4.4 - How to Download and Install on Mac OS X
|
|||||||||
Wednesday the 6th of January, 2010 |
|||||||||
python24-doc most recent diffversion 2.4.4
Scroll down toward the bottom of the page to get installation instructions for python24-doc. The raw portfile for python24-doc 2.4.4 is located here: https://python24-doc.darwinports.com/dports/lang/python24-doc/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/python24-doc The python24-doc Portfile 57375 2009-09-10 08:16:41Z ryandesign PortSystem 1.0 Name: python24-doc Version: 2.4.4 Category: lang Platform: darwin freebsd linux Maintainers: nomaintainer Description: HTML documentation for Python 2.4 Long Description: HTML documentation for Python 2.4. Use by running 'pydoc2.4 TOPIC', e.g. 'pydoc2.4 NUMBERS'. Homepage: https://www.python.org/ Master Sites: ${homepage}ftp/python/${version}/ ftp://ftp.python.org/pub/python/${version}/ dist_subdir [lindex [split $name -] 0] distname Python-${version} Checksums: md5 0ba90c79175c017101100ebf5978e906 Patch Files: patch-configure patch-Makefile.pre.in patch-Lib-cgi.py patch-Lib-site.py patch-setup.py patch-Include-pyport.h patch-Mac-OSX-Makefile.in patch-Mac-OSX-IDLE-Makefile.in patch-Mac-OSX-PythonLauncher-Makefile.in use_bzip2 yes depends_lib port:gettext port:python24 port:latex2html configure.args --enable-shared --mandir=${prefix}/share/man --bindir=${prefix}/bin --libdir=${prefix}/lib --without-readline --enable-framework=${prefix}/Library/Frameworks --disable-tk --enable-ipv6 post-patch { reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/Lib/cgi.py reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/Lib/site.py reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/Mac/OSX/Makefile.in reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/setup.py } build.target html build.cmd { cd Doc && make } destroot.target frameworkinstall maninstall destroot { set framewdir ${prefix}/Library/Frameworks/Python.framework file mkdir ${destroot}${framewdir}/Versions/2.4/Resources/English.ljproj/Documentation system "cd $worksrcpath/Doc/html/ && cp -r * ${destroot}${framewdir}/Versions/2.4/Resources/English.ljproj/Documentation" } # delete symlinks without version suffix, use python_select instead to choose version platform puredarwin { configure.args-delete --enable-framework=${prefix}/Library/Frameworks configure.args-append --disable-toolbox-glue --disable-framework destroot.target install maninstall } platform darwin 8 { configure.args-append --with-cxx=/usr/bin/g++-4.0 } platform darwin 9 { configure.cppflags-append -D__DARWIN_UNIX03 } platform freebsd { configure.args-delete --enable-framework=${prefix}/Library/Frameworks configure.args-append --disable-framework build.target all libpython2.4.so destroot.target install maninstall } platform linux { configure.args-delete --enable-framework=${prefix}/Library/Frameworks configure.args-append --disable-framework build.target all libpython2.4.so destroot.target install maninstall } livecheck.type regex livecheck.url https://www.python.org/download/releases/ livecheck.regex Python (2.4.\[0-9\]+) If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page. Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:
% cd /opt/local/bin/portslocation/dports/python24-docYou will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to: - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using python24-doc with these commands: % man python24-doc Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]()
Order Snow Leopard MacOSX 10.6 for only $29!
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
accounting
amusements aqua archivers audio benchmarks biology blinkenlights cad chat chinese comms compression cross crypto databases devel editors education electronics emacs emulators erlang finance fonts framework fuse games genealogy gis gnome gnustep graphics gtk haskell iphone irc japanese java kde kde4 lang macports math mercurial ml mono multimedia net network news ocaml office palm parallel perl php pim project python reporting rox ruby russian scheme science security shells spelling squeak sysutils tcl tex textproc tk unicode vnc win32 wsn www x11 x11-font x11-wm xfce zope
Current SVN DownloadsDarwin Ports Current :nightly SVN snapshot SSH Key Gen See also: GNU-Darwin Ports for GNU-only software |
|||||||
| |




