| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 09 Jan 2026 05:59:13 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100528130046
location: https://web.archive.org/web/20100528130046/https://ruby19.darwinports.com/
server-timing: captures_list;dur=0.811439, exclusion.robots;dur=0.118621, exclusion.robots.policy;dur=0.101441, esindex;dur=0.014945, cdx.remote;dur=18.019670, LoadShardBlock;dur=197.283396, PetaboxLoader3.datanode;dur=110.016445, PetaboxLoader3.resolve;dur=81.199951
x-app-server: wwwb-app241-dc8
x-ts: 302
x-tr: 252
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app241; 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: Fri, 09 Jan 2026 05:59:14 GMT
content-type: text/html
x-archive-orig-date: Fri, 28 May 2010 12:56:39 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: Fri, 28 May 2010 13:00:46 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_16_20100528120711_crawl101-c/51_16_20100528130034_crawl103.arc.gz
server-timing: captures_list;dur=0.645589, exclusion.robots;dur=0.029755, exclusion.robots.policy;dur=0.017399, esindex;dur=0.010294, cdx.remote;dur=8.121272, LoadShardBlock;dur=261.224428, PetaboxLoader3.resolve;dur=157.360509, PetaboxLoader3.datanode;dur=188.192936, load_resource;dur=123.996466
x-app-server: wwwb-app241-dc8
x-ts: 200
x-tr: 490
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
Ruby19 version 1.9.1-p243 - How to Download and Install on Mac OS X
|
|||||||||
Friday the 28th of May, 2010 |
|||||||||
ruby19 most recent diffversion 1.9.1-p243
Scroll down toward the bottom of the page to get installation instructions for ruby19. The raw portfile for ruby19 1.9.1-p243 is located here: https://ruby19.darwinports.com/dports/lang/ruby19/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/ruby19 The ruby19 Portfile 57375 2009-09-10 08:16:41Z ryandesign PortSystem 1.0 Name: ruby19 Version: 1.9.1-p243 Category: lang ruby Maintainers: febeling openmaintainer Platform: darwin Description: Powerful and clean object-oriented scripting language Long Description: Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, extensible, and portable. Version 1.9 contains a new VM called YARV, is faster and slightly incompatible from version 1.8. Homepage: https://www.ruby-lang.org/ Master Sites: ruby:1.9 use_bzip2 yes distname ruby-${version} Checksums: md5 66d4f8403d13623051091347764881a0 use_parallel_build yes depends_lib port:libiconv port:readline port:openssl port:zlib port:ncurses configure.args --enable-shared --mandir="${prefix}/share/man" --enable-pthread --without-tk --program-suffix=1.9 # Ignore minor version for archdir, like i686-darwin9. # Port "ruby" does the same. configure.env UNAME_RELEASE=${os.major} post-destroot { foreach type {site vendor} { set libdir ${destroot}${prefix}/lib/ruby1.9/${type}_ruby xinstall -m 0755 -d ${libdir} xinstall -m 0644 ${filespath}/${type}-specific.rb ${libdir} } foreach subdir [exec find ${libdir} -type d -empty] { destroot.keepdirs-append ${subdir} } } Variant: nosuffix description "Don't add the 1.9 program suffix to the executables. Note: that makes the port conflict with ruby (1.8), rb-rubygems, and rb-rake ports." { configure.args-delete --program-suffix=1.9 } Variant: c_api_docs description "Generate documentation for Ruby C API" { depends_build-append port:doxygen post-build { file mkdir ${workpath}/c_api set doxygen_conf ${name}-doxygen.conf file copy -force ${filespath}/${doxygen_conf} ${workpath} set doxygen_conf_path ${workpath}/${name}-doxygen.conf reinplace "s|%WORKPATH%|${workpath}|" ${doxygen_conf_path} reinplace "s|%WORKSRCPATH%|${worksrcpath}|" ${doxygen_conf_path} system "doxygen ${doxygen_conf_path}" } post-destroot { set api_docs ${destroot}${prefix}/share/doc/${name}-${version}/html/c_api xinstall -m 755 -d ${api_docs} eval xinstall -m 640 [glob ${workpath}/c_api/html/*] ${api_docs} } } Variant: tk conflicts mactk description "Build using MacPorts Tk" { configure.args-delete --without-tk configure.args-append --with-tk depends_lib-append port:tcl port:tk } Variant: mactk conflicts tk description "Build using Mac OS X Tk Framework" { configure.args-delete --without-tk configure.args-append --enable-tcltk-framework } livecheck.type regex livecheck.url https://ftp.ruby-lang.org/pub/ruby/1.9/ livecheck.regex ruby-(${version})${extract.suffix} 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/ruby19You 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 ruby19 with these commands: % man ruby19 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 |
|||||||
| |




