| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 09 Jan 2026 22:07:49 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100106184900
location: https://web.archive.org/web/20100106184900/https://g95.darwinports.com/
server-timing: captures_list;dur=0.652548, exclusion.robots;dur=0.048432, exclusion.robots.policy;dur=0.034707, esindex;dur=0.012628, cdx.remote;dur=5.927647, LoadShardBlock;dur=466.361838, PetaboxLoader3.resolve;dur=35.109493, PetaboxLoader3.datanode;dur=141.818985
x-app-server: wwwb-app223-dc8
x-ts: 302
x-tr: 505
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app223; 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 22:07:51 GMT
content-type: text/html
x-archive-orig-date: Wed, 06 Jan 2010 18:34:51 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 18:49:00 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-20100106184705-00477-ia360906-c/TLA-20100106184818-00533-ia360908.us.archive.org.warc.gz
server-timing: captures_list;dur=0.727960, exclusion.robots;dur=0.026068, exclusion.robots.policy;dur=0.010790, esindex;dur=0.014586, cdx.remote;dur=61.200125, LoadShardBlock;dur=191.031139, PetaboxLoader3.resolve;dur=209.551333, PetaboxLoader3.datanode;dur=109.387101, load_resource;dur=1173.114779
x-app-server: wwwb-app223-dc8
x-ts: 200
x-tr: 1510
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
G95 version 0.91 - How to Download and Install on Mac OS X
|
|||||||||
Wednesday the 6th of January, 2010 |
|||||||||
g95 most recent diffversion 0.91
Scroll down toward the bottom of the page to get installation instructions for g95. The raw portfile for g95 0.91 is located here: https://g95.darwinports.com/dports/lang/g95/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/g95 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 The g95 Portfile 60475 2009-11-13 08:13:31Z takeshi PortSystem 1.0 Name: g95 Version: 0.91 Revision: 2 Platform: darwin Category: lang Maintainers: takeshi Description: Another GNU Fortran 95 compiler Long Description: G95 is a stable, production Fortran 95 compiler available for multiple cpu architectures and operating systems. Innovations and optimizations continue to be worked on. Parts of the F2003 standard have been implemented in g95. Homepage: https://g95.org/ Master Sites: ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.0.4/:gcc https://ftp.g95.org/v${version}/:g95 platform darwin 10 {} if {[variant_isset darwin_10]} { default_variants +gcc42 } if {[variant_isset gcc42]} { set version_gcc 4.2.4 dist_subdir gcc42 array set barch {ppc powerpc ppc64 powerpc64 i386 i386 x86_64 x86_64} set triple $barch(${build_arch})-apple-darwin${os.major} } else { set version_gcc 4.0.4 dist_subdir gcc40 set triple ${os.arch}-apple-darwin${os.major} } set buildhost "--build=${triple} --host=${triple}" set dcore gcc-core-${version_gcc}.tar.bz2 set dg95 ${name}_source.tgz set gcclib lib/${name}/${triple}/${version_gcc} distfiles ${dcore}:gcc ${dg95}:g95 Checksums: ${dcore} md5 193e0a7a471cca70e374974bc5a60137 ${dcore} sha1 55c664b33a4dc6b2130c47da28a1d6daab732ce9 ${dcore} rmd160 af67dc8385942450f6b27ad83a6b9e3d22f779a1 ${dg95} md5 35e1852e09b69555bc07f30d0ab4b6ba ${dg95} sha1 aa58510c04e357439a4bf34c54d380e9079395d5 ${dg95} rmd160 f0a8325c0e930d69d2def16eaa3c6c21dfd2b5a8 depends_lib port:libtool port:libiconv Patch Files: patch-Makefile.in.diff patch-host-darwin.c.diff patch-darwin-fallback.c.diff universal_variant no extract.only ${dg95} pre-fetch { file delete ${distpath}/${dg95} } post-extract { system "tar jxvf ${distpath}/${dcore} -C ${workpath}; cd ${worksrcpath}; tar zxvf libf95.a-${version}.tar.gz" } post-patch { reinplace "s|gcc-lib|$name|" ${worksrcpath}/configure reinplace "s|gcc-lib|$name|" ${worksrcpath}/libf95.a-${version}/configure } pre-configure { file mkdir ${workpath}/gcc-${version_gcc}/${name} reinplace "s|tjmp %%edx|tjmp *%%edx|" ${workpath}/gcc-${version_gcc}/gcc/config/i386/i386.c if {![variant_isset darwin_8]} { reinplace "s|i686|i386|" ${workpath}/gcc-${version_gcc}/gcc/config/i386/darwin.h set gcc_configargs "--with-as=/usr/bin/as --with-ld=/usr/bin/ld --with-nm=/usr/bin/nm" } else { reinplace "s|/usr/bin/libtool|${prefix}/bin/odlibtool|" ${workpath}/gcc-${version_gcc}/gcc/config/darwin.h set gcc_configargs "--with-as=${prefix}/bin/odas --with-ld=${prefix}/bin/odld --with-nm=${prefix}/bin/odnm" } system "export CPPFLAGS=\"${configure.cppflags}\"; export CFLAGS=\"${configure.cflags}\"; export LDFLAGS=\"${configure.ldflags}\"; cd ${workpath}/gcc-${version_gcc}/${name}; ../configure --prefix=${prefix}/${gcclib} --enable-languages=c --with-included-gettext --with-libiconv=${prefix} --libdir=${prefix}/lib/${name} ${gcc_configargs} ${buildhost}; make" if {[variant_isset gcc42]} { system "cd ${workpath}/gcc-${version_gcc}/${name}/gcc; ar d libbackend.a options.o; cd ${workpath}/gcc-${version_gcc}/gcc/; patch -p0 < ${portpath}/files/patch-gcc.c.diff" } } configure.args --with-gcc-dir=${workpath}/gcc-${version_gcc} ${buildhost} post-build { system "cd ${worksrcpath}/libf95.a-${version}; export CFLAGS=\"${configure.cflags} ${configure.cc_archflags}\"; ./configure --prefix=${prefix} ${buildhost}; make" } post-destroot { system "cd ${worksrcpath}/libf95.a-${version}; make install DESTDIR=${destroot}; ranlib ${destroot}${prefix}/${gcclib}/libf95.a; ranlib ${destroot}${prefix}/${gcclib}/libgcc.a; ranlib ${destroot}${prefix}/${gcclib}/libgcc_eh.a" xinstall -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 ${worksrcpath}/G95Manual.pdf ${destroot}${prefix}/share/doc/${name} system "ln -sf ${prefix}/${gcclib}/libf95.a ${destroot}${prefix}/lib/libf95.a" xinstall -d ${destroot}${prefix}/${gcclib}/lib system "ln -sf ${prefix}/${gcclib}/libgcc_s.1.0.dylib ${destroot}${prefix}/${gcclib}/lib/libgcc_s.1.0.dylib" system "ln -sf ${prefix}/${gcclib}/libgcc_s.1.0.dylib ${destroot}${prefix}/${gcclib}/lib/libgcc_s.dylib" } platform darwin 8 { patchfiles-delete patch-host-darwin.c.diff patch-darwin-fallback.c.diff depends_lib-append port:odcctools } Variant: gcc42 description {link against gcc42} { master_sites-delete ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.0.4/:gcc master_sites-append ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.2.4/:gcc checksums-delete ${dcore} md5 193e0a7a471cca70e374974bc5a60137 ${dcore} sha1 55c664b33a4dc6b2130c47da28a1d6daab732ce9 ${dcore} rmd160 af67dc8385942450f6b27ad83a6b9e3d22f779a1 checksums-append ${dcore} md5 b7a4c167f6a05301591b139b356e36d0 ${dcore} sha1 540fa6949415ded321a7cbe80bbf8befe85e3566 ${dcore} rmd160 d54581d0a2ecc22718e6be101c6dc524a4a88463 patchfiles-append patch-lang.opt.diff patch-darwin.h.diff patchfiles-delete patch-host-darwin.c.diff patch-darwin-fallback.c.diff post-configure { reinplace "s|\(f951_LDADD\)|(f951_LDADD) ${workpath}/gcc-${version_gcc}/g95/libdecnumber/*.o|" ${worksrcpath}/Makefile } pre-build { if {${os.arch}=="i386"} { reinplace "s|\(g95_LDADD\)|(g95_LDADD) ${workpath}/gcc-${version_gcc}/g95/gcc/driver-i386.o|" ${worksrcpath}/Makefile } } } 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/g95You 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 g95 with these commands: % man g95 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 |
|||||||
| |




