| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 11 Jan 2026 22:49:35 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20071120035407
location: https://web.archive.org/web/20071120035407/https://ice-python.darwinports.com/
server-timing: captures_list;dur=0.567618, exclusion.robots;dur=0.038280, exclusion.robots.policy;dur=0.028425, esindex;dur=0.008708, cdx.remote;dur=15.822854, LoadShardBlock;dur=242.603893, PetaboxLoader3.resolve;dur=47.372335, PetaboxLoader3.datanode;dur=166.644847
x-app-server: wwwb-app218-dc8
x-ts: 302
x-tr: 291
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app218; 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: Sun, 11 Jan 2026 22:49:35 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Tue, 20 Nov 2007 03:54:33 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: Tue, 20 Nov 2007 03:54: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: 52_0_20071120025004_crawl100-c/52_0_20071120035214_crawl109.arc.gz
server-timing: captures_list;dur=0.969600, exclusion.robots;dur=0.014158, exclusion.robots.policy;dur=0.006456, esindex;dur=0.012071, cdx.remote;dur=55.415494, LoadShardBlock;dur=183.189309, PetaboxLoader3.datanode;dur=145.199626, PetaboxLoader3.resolve;dur=63.178129, load_resource;dur=120.019214
x-app-server: wwwb-app218-dc8
x-ts: 200
x-tr: 424
server-timing: TR;dur=0,Tw;dur=0,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
ice-python version 3.2.1 for Mac OS X 10.5 Leopard
|
|||||||||
Monday the 19th of November, 2007 |
|||||||||
ice-python most recent diff
Scroll down toward the bottom of the page to get installation instructions for ice-python. The raw portfile for ice-python 3.2.1 is located here: https://ice-python.darwinports.com/dports/devel/ice-python/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/ice-python # $Id: Portfile 27831 2007-08-15 00:28:32Z blair PortSystem 1.0 Name: ice-python Version: 3.2.1 Category: devel python Maintainers: blair Description: Fast, object-oriented RPC for C++, Java, Python, Ruby, PHP Long Description: The Internet Communications Engine (Ice) is a modern alternative to object middleware such as CORBA or COM/DCOM/COM+, with support for C++, C#, Java, PHP, Python, Ruby and Visual Basic. Ice consists of the following packages. Slice: The Specification Language for Ice. Slice establishes a contract between clients and servers, and is also used to describe persistent data. Slice Compilers: Slice specifications are compiled into various programming languages. Ice supports C++, Java, C#, Visual Basic, PHP, Python and Ruby. Ice clients and servers work together, regardless of the programming language. Ice: The Ice core library manages all the communication tasks using a highly efficient protocol (including protocol compression and support for both TCP and UDP), provides a flexible thread pool for multi-threaded servers. This Port provides the Python bindings that sit on top of the C++ Ice C++ runtime libraries. Homepage: https://www.zeroc.com/ master_sites https://www.zeroc.com/download/Ice/3.2/ distname IcePy-${version} checksums md5 2fdd8add2ea6271894392645f768e147 sha1 c34a7458e64cf55d7135a8bbb8f3ccce0cff3e60 rmd160 f3bf071433d9193ff42b54d9b031c712bc55ef86 Platform: darwin depends_lib port:python24 port:ice-cpp patchfiles patch-config.Make.rules patch-config.Make.rules.Darwin use_configure no build.target prefix="${prefix}" ICE_HOME="${prefix}" PYTHON_HOME="${prefix}/Library/Frameworks/Python.framework/Versions/2.4" PYTHON_VERSION=python2.4 OPTIMIZE="yes" all test.run yes test.target test test.env ICE_HOME=${prefix}/share/ice destroot.target prefix="${destroot}${prefix}" ICE_HOME="${prefix}" PYTHON_HOME="${prefix}/Library/Frameworks/Python.framework/Versions/2.4" PYTHON_VERSION=python2.4 OPTIMIZE="yes" install post-destroot { cd ${destroot}${prefix} xinstall -m 755 -d share/doc/${name} file rename ICE_LICENSE share/doc/${name}/ file rename LICENSE share/doc/${name}/ file mkdir lib/python2.4/site-packages cd ${destroot}${prefix}/python foreach f [glob *] { file rename ${f} ${destroot}${prefix}/lib/python2.4/site-packages/ } system "${prefix}/bin/python2.4 ${prefix}/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/compileall.py ${destroot}${prefix}/lib/python2.4/site-packages" system "${prefix}/bin/python2.4 -O ${prefix}/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/compileall.py ${destroot}${prefix}/lib/python2.4/site-packages" cd ${destroot}${prefix}/share/doc/${name} foreach f {CHANGES INSTALL README} { file copy ${worksrcpath}/${f} . } if {[variant_isset demo_source_code]} { file copy ${worksrcpath}/demo . } } platform darwin 7 { build.env-append CPP=/usr/bin/cpp-3.3 CC=/usr/bin/gcc-3.3 CXX=/usr/bin/g++-3.3 } platform darwin 8 { build.env-append CPP=/usr/bin/cpp-4.0 CC=/usr/bin/gcc-4.0 CXX=/usr/bin/g++-4.0 } Variant: demo_source_code { } 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/ice-pythonYou 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 ice-python with these commands: % man ice-python Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg ice-python on MacOSX
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
aqua
archivers audio benchmarks cad comms cross databases devel editors emulators games genealogy gnome gnustep graphics irc java kde lang math multimedia net news palm perl python ruby science security shells sysutils textproc www x11 xfce zope
Current CVS DownloadsDarwin Ports Current :nightly CVS snapshot OpenDarwin CVSWeb SSH Key Gen |
|||||||
| |




