| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 21 Dec 2025 21:20:03 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090203221003
location: https://web.archive.org/web/20090203221003/https://erlang.darwinports.com/
server-timing: captures_list;dur=1.140269, exclusion.robots;dur=0.570715, exclusion.robots.policy;dur=0.037238, esindex;dur=0.010796, cdx.remote;dur=21.748151, LoadShardBlock;dur=253.929992, PetaboxLoader3.resolve;dur=67.378598, PetaboxLoader3.datanode;dur=166.252452
x-app-server: wwwb-app211-dc8
x-ts: 302
x-tr: 303
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app211; 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 21:20:03 GMT
content-type: text/html
x-archive-orig-date: Tue, 03 Feb 2009 22:08:28 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, 03 Feb 2009 22:10:03 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: 51_8_20090203214459_crawl100-c/51_8_20090203220248_crawl103.arc.gz
server-timing: captures_list;dur=0.827760, exclusion.robots;dur=0.032069, exclusion.robots.policy;dur=0.012693, esindex;dur=0.013942, cdx.remote;dur=15.168375, LoadShardBlock;dur=107.362498, PetaboxLoader3.datanode;dur=108.565507, PetaboxLoader3.resolve;dur=111.908632, load_resource;dur=139.981440
x-app-server: wwwb-app211-dc8
x-ts: 200
x-tr: 361
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
Erlang version R12B-5 - How to Download and Install on Mac OS X
|
|||||||||
Tuesday the 3rd of February, 2009 |
|||||||||
erlang most recent diffversion R12B-5
Scroll down toward the bottom of the page to get installation instructions for erlang. The raw portfile for erlang R12B-5 is located here: https://erlang.darwinports.com/dports/lang/erlang/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/erlang # $Id: Portfile 41672 2008-11-09 00:52:15Z bfulgham PortSystem 1.0 Name: erlang Version: R12B-5 Category: lang erlang Maintainers: bfulgham Platform: darwin Description: The Erlang Programming Language Long Description: Erlang is a programming language designed at the Ericsson Computer Science Laboratory. Open-source Erlang is being released to help encourage the spread of Erlang outside Ericsson. We are releasing free of charge: The entire source code of the current Erlang system. Extensive libraries of code for building robust fault-tolerant distributed applications. All with documentation. All the above software has been battle tested in a number of Ericsson products, for example the new Ericsson ATM switch. Homepage: https://www.erlang.org/ master_sites https://www.erlang.org/download/ distfiles otp_src_${version}${extract.suffix} otp_doc_man_${version}${extract.suffix} otp_doc_html_${version}${extract.suffix} checksums otp_src_R12B-5.tar.gz md5 3751ea3fea669d2b25c67eeb883734bb sha1 6c45509acf70d35d5def2cbefd86ada093c1ac3a rmd160 7265ae8ebd045ec5b977148a7c9b995eb7ef2d2d otp_doc_man_R12B-5.tar.gz md5 6231cb172847040395cc34b20781aa3b sha1 ae7036bd2afc9d1fca97f0de2eca84f56656def8 rmd160 e28d555d0a86fc69e0ee091864828c8eaa58d2be otp_doc_html_R12B-5.tar.gz md5 fb0c5454bbd865e881b6712295f6d41f sha1 0bd369d02051e01bac58c9b8665bd3538e116f51 rmd160 b460906043171b27735332ec90c45e38d888869a extract.only otp_src_${version}${extract.suffix} pre-patch { file rename ${workpath}/otp_src_${version} ${workpath}/${name}-${version} } # https://www.erlang.org/pipermail/erlang-bugs/2008-October/001023.html # https://www.erlang.org/pipermail/erlang-bugs/2008-October/001024.html # https://support.process-one.net/browse/EUNIT-13 patchfiles patch-toolbar.erl patch-erts_emulator_Makefile.in patch-lib_ssl_c_src_esock_openssl.c patch-lib_ssl_c_src_Makefile.dist patch-lib_ssl_c_src_Makefile.in patch-decode_big.c.diff patch-decode_fun.c.diff patch-eunit_xml.diff configure.args --prefix=${destroot}${prefix} --enable-kernel-poll --disable-smp-support Variant: smp { configure.args-delete --disable-smp-support } Variant: ssl { configure.args-append --with-ssl=${prefix} configure.ldflags-append -lz depends_build-append port:openssl depends_run-append port:openssl } Variant: hipe { # Currently produces bus errors in 10.5.3 due to changes in # signal handling configure.args-append --enable-hipe } platform i386 { pre-configure { file copy ${filespath}/mach_override.h ${workpath}/${name}-${version}/erts/emulator/hipe file copy ${filespath}/mach_override.c ${workpath}/${name}-${version}/erts/emulator/hipe } } depends_build port:gawk depends_run port:tk post-destroot { system "tar -C ${destroot}${prefix}/lib/erlang -zxvf ${distpath}/otp_doc_html_${version}${extract.suffix}" system "tar -C ${destroot}${prefix}/lib/erlang -zxvf ${distpath}/otp_doc_man_${version}${extract.suffix}" set erts_dir erts-5.6.5 reinplace s|${destroot}|| ${destroot}${prefix}/lib/erlang/bin/erl reinplace s|${destroot}|| ${destroot}${prefix}/lib/erlang/bin/start reinplace s|${destroot}|| ${destroot}${prefix}/lib/erlang/${erts_dir}/bin/erl reinplace s|${destroot}|| ${destroot}${prefix}/lib/erlang/${erts_dir}/bin/start foreach x {dialyzer ear ecc elink epmd erl erlc escript run_erl start to_erl typer} { file delete -force ${destroot}${prefix}/bin/${x} } foreach x {dialyzer erl erlc escript run_erl start to_erl typer} { system "ln -s ../lib/erlang/bin/${x} ${destroot}${prefix}/bin/${x}" } file delete -force ${destroot}${prefix}/lib/erlang/bin/epmd system "ln -s ../${erts_dir}/bin/epmd ${destroot}${prefix}/lib/erlang/bin/epmd" } 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/erlangYou 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 erlang with these commands: % man erlang Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg erlang 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 |
|||||||
| |



