| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 21 Dec 2025 16:05:34 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100106151943
location: https://web.archive.org/web/20100106151943/https://ice-java.darwinports.com/
server-timing: captures_list;dur=1.652216, exclusion.robots;dur=0.220276, exclusion.robots.policy;dur=0.063041, esindex;dur=0.014238, cdx.remote;dur=18.271656, LoadShardBlock;dur=243.607656, PetaboxLoader3.datanode;dur=132.678854, PetaboxLoader3.resolve;dur=17.627635
x-app-server: wwwb-app246-dc8
x-ts: 302
x-tr: 352
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app246; 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:05:35 GMT
content-type: text/html
x-archive-orig-date: Wed, 06 Jan 2010 15:05:35 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 15:19:43 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-20100106151418-00757-ia360905-c/TLA-20100106151536-00513-ia360908.us.archive.org.warc.gz
server-timing: captures_list;dur=0.431952, exclusion.robots;dur=0.015352, exclusion.robots.policy;dur=0.006183, esindex;dur=0.008050, cdx.remote;dur=6.463864, LoadShardBlock;dur=217.335409, PetaboxLoader3.datanode;dur=295.691916, PetaboxLoader3.resolve;dur=166.340324, load_resource;dur=282.390888
x-app-server: wwwb-app246-dc8
x-ts: 200
x-tr: 621
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-java version 3.3.1 - How to Download and Install on Mac OS X
|
|||||||||
Wednesday the 6th of January, 2010 |
|||||||||
ice-java most recent diffversion 3.3.1
Scroll down toward the bottom of the page to get installation instructions for ice-java. The raw portfile for ice-java 3.3.1 is located here: https://ice-java.darwinports.com/dports/devel/ice-java/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-java The ice-java Portfile 52985 2009-06-27 04:09:34Z blair PortSystem 1.0 Name: ice-java Version: 3.3.1 Category: devel java 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 Java runtime and bindings. You must install the db46 port with the +java variant. Homepage: https://www.zeroc.com/ Master Sites: ${homepage}download/Ice/3.3/ dist_subdir ice-cpp distname Ice-${version} distfiles ${distname}${extract.suffix} Checksums: Ice-${version}.tar.gz md5 1f37dfcec4662fcde030553fb447d064 sha1 08d0f32bdb7d909b4a531d45cccfa97bdde649aa rmd160 d64d52c35640cebe1145e62f57618473d17cbeb5 Platform: darwin depends_lib port:db46 port:ice-cpp depends_build port:apache-ant port:jgoodies-forms port:jgoodies-looks port:proguard use_configure no set classpath ${prefix}/lib/db46/db.jar:${prefix}/share/java/forms.jar:${prefix}/share/java/looks.jar:${prefix}/share/java/proguard.jar build.dir ${worksrcpath}/java build.env JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home CLASSPATH=${classpath} ICE_HOME=${prefix} build.cmd ant build.target clean all test.run yes test.dir ${worksrcpath}/java test.env CLASSPATH=${classpath} DYLD_LIBRARY_PATH=${prefix}/lib/db46 ICE_HOME=${prefix} test.cmd python test.target allTests.py destroot { set ice-java ${workpath}/Ice-${version}/java set javadir ${destroot}${prefix}/share/java set docdir ${destroot}${prefix}/share/doc/${name} xinstall -d -m 755 ${javadir} xinstall -d -m 755 ${docdir} foreach f {ant-ice.jar Ice.jar IceGridGUI.jar} { file copy ${ice-java}/lib/${f} ${javadir}/ } file copy ${ice-java}/resources/IceGridAdmin ${docdir}/ foreach f {CHANGES ICE_LICENSE LICENSE RELEASE_NOTES} { file copy ${worksrcpath}/${f} ${docdir} } file copy ${worksrcpath}/java/INSTALL ${docdir} if {[variant_isset demo_source_code]} { file copy ${ice-java}/demo ${docdir}/ } } Variant: demo_source_code description {Install demonstration Java 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-javaYou 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-java with these commands: % man ice-java 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 |
|||||||
| |




