| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 21 Dec 2025 16:22:20 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100106163422
location: https://web.archive.org/web/20100106163422/https://ice-python.darwinports.com/
server-timing: captures_list;dur=0.775469, exclusion.robots;dur=0.069883, exclusion.robots.policy;dur=0.057623, esindex;dur=0.010406, cdx.remote;dur=5.869166, LoadShardBlock;dur=387.304169, PetaboxLoader3.resolve;dur=277.800165, PetaboxLoader3.datanode;dur=72.027309
x-app-server: wwwb-app243-dc6
x-ts: 302
x-tr: 427
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app243; 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, 21 Dec 2025 16:22:20 GMT
content-type: text/html
x-archive-orig-date: Wed, 06 Jan 2010 16:20:13 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 16:34:22 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-20100106163034-00522-ia360908-c/TLA-20100106163034-00522-ia360908.us.archive.org.warc.gz
server-timing: captures_list;dur=0.437747, exclusion.robots;dur=0.020606, exclusion.robots.policy;dur=0.013231, esindex;dur=0.006875, cdx.remote;dur=3.865969, LoadShardBlock;dur=192.991325, PetaboxLoader3.datanode;dur=156.735685, PetaboxLoader3.resolve;dur=44.016702, load_resource;dur=85.087261
x-app-server: wwwb-app243-dc6
x-ts: 200
x-tr: 387
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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.3.1 - How to Download and Install on Mac OS X
|
|||||||||
Wednesday the 6th of January, 2010 |
|||||||||
ice-python most recent diffversion 3.3.1
Scroll down toward the bottom of the page to get installation instructions for ice-python. The raw portfile for ice-python 3.3.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 The ice-python Portfile 52985 2009-06-27 04:09:34Z blair PortSystem 1.0 Name: ice-python Version: 3.3.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: ${homepage}download/Ice/3.3/ dist_subdir ice-cpp distname Ice-${version} distfiles ${distname}${extract.suffix} Patch Files: patch-py.config.Make.rules.Darwin.diff patch-scripts.TestUtil.py.diff Checksums: Ice-${version}.tar.gz md5 1f37dfcec4662fcde030553fb447d064 sha1 08d0f32bdb7d909b4a531d45cccfa97bdde649aa rmd160 d64d52c35640cebe1145e62f57618473d17cbeb5 Platform: darwin depends_lib port:python24 port:ice-cpp post-patch { reinplace "s/-O2/-g -O2/" ${workpath}/Ice-${version}/py/config/Make.rules.Darwin # Prevent name conflicts between libICE.* from xorg-libice and # libIce.* from this port by renaming libIce.* to libZeroCIce.*. reinplace "s/-lIce /-lZeroCIce /" ${workpath}/Ice-${version}/py/config/Make.rules reinplace "s/-lIce /-lZeroCIce /" ${workpath}/Ice-${version}/py/config/Make.rules.Darwin } use_configure no build.dir ${worksrcpath}/py build.target prefix="${prefix}" CC="${configure.cc}" CXX="${configure.cxx}" ICE_HOME="${prefix}" PYTHON_HOME="${prefix}/Library/Frameworks/Python.framework/Versions/2.4" PYTHON_VERSION=python2.4 OPTIMIZE="yes" all test.run yes test.dir ${worksrcpath}/py test.env ICE_HOME=${prefix} test.cmd ${prefix}/bin/python2.4 test.target allTests.py destroot.dir ${worksrcpath}/py destroot.target prefix="${destroot}${prefix}" CC="${configure.cc}" CXX="${configure.cxx}" ICE_HOME="${prefix}" PYTHON_HOME="${prefix}/Library/Frameworks/Python.framework/Versions/2.4" PYTHON_VERSION=python2.4 OPTIMIZE="yes" install post-destroot { set sharedir ${destroot}${prefix}/share set docdir ${sharedir}/doc/${name} delete ${destroot}${prefix}/slice xinstall -m 755 -d ${docdir} file mkdir ${destroot}${prefix}/lib/python2.4 file rename ${destroot}${prefix}/python ${destroot}${prefix}/lib/python2.4/site-packages set cmd "${prefix}/bin/python2.4 ${prefix}/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/compileall.py ${destroot}${prefix}/lib/python2.4/site-packages" ui_debug ${cmd} system ${cmd} set cmd "${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" ui_debug ${cmd} system ${cmd} file rename ${destroot}${prefix}/ICE_LICENSE ${docdir} file rename ${destroot}${prefix}/LICENSE ${docdir} foreach f {CHANGES RELEASE_NOTES} { file copy ${worksrcpath}/${f} ${docdir} } file copy ${worksrcpath}/py/INSTALL ${docdir} if {[variant_isset demo_source_code]} { file copy ${worksrcpath}/py/demo ${docdir} } } Variant: demo_source_code description {Install demonstration Python 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,
|
![]() |
![]()
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 |
|||||||
| |




