| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 08 Jan 2026 06:39:54 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100106143618
location: https://web.archive.org/web/20100106143618/https://gdal.darwinports.com/
server-timing: captures_list;dur=0.881435, exclusion.robots;dur=0.050226, exclusion.robots.policy;dur=0.035100, esindex;dur=0.019310, cdx.remote;dur=38.395965, LoadShardBlock;dur=168.485628, PetaboxLoader3.datanode;dur=59.492039, PetaboxLoader3.resolve;dur=38.830744
x-app-server: wwwb-app221-dc8
x-ts: 302
x-tr: 240
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app221; 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: Thu, 08 Jan 2026 06:39:55 GMT
content-type: text/html
x-archive-orig-date: Wed, 06 Jan 2010 14:22:10 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 14:36:18 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-20100106141907-00858-00865-ia360904-20100117030615-00000-c/TLA-20100106142414-00508-ia360908.us.archive.org.warc.gz
server-timing: captures_list;dur=0.636467, exclusion.robots;dur=0.020190, exclusion.robots.policy;dur=0.008706, esindex;dur=0.011499, cdx.remote;dur=13.369559, LoadShardBlock;dur=109.706182, PetaboxLoader3.datanode;dur=96.841203, PetaboxLoader3.resolve;dur=81.023985, load_resource;dur=113.213812
x-app-server: wwwb-app221-dc8
x-ts: 200
x-tr: 325
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
Gdal version 1.6.2 - How to Download and Install on Mac OS X
|
|||||||||
Wednesday the 6th of January, 2010 |
|||||||||
gdal most recent diffversion 1.6.2
Scroll down toward the bottom of the page to get installation instructions for gdal. The raw portfile for gdal 1.6.2 is located here: https://gdal.darwinports.com/dports/science/gdal/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/gdal The gdal Portfile 58230 2009-09-24 16:45:22Z ryandesign PortSystem 1.0 Name: gdal Version: 1.6.2 Maintainers: gmail.com:seanasy Platform: darwin Description: GDAL - Geospatial Data Abstraction Library Long Description: GDAL is a translator library for raster geospatial data formats that is released under an X/MIT style Open Source license. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. Homepage: https://www.gdal.org/ Master Sites: https://www.gdal.org/dl/ https://download.osgeo.org/gdal/ Category: science Checksums: md5 f2dcd6aa7222d021202984523adf3b55 rmd160 e445680953f25047a280f36cedba0597094e0562 sha1 1d9e1d8f01f06bca99e7335d7e86dff784eee819 depends_lib port:zlib port:libpng port:tiff port:libgeotiff port:jpeg path:include/gif_lib.h:giflib port:proj configure.args --with-local=${prefix} --with-libz=${prefix} --with-png=${prefix} --with-libtiff=${prefix} --with-geotiff=${prefix} --with-jpeg=${prefix} --with-gif=${prefix} --with-static-proj4=${prefix} --without-pg --without-grass --without-libgrass --without-cfitsio --without-pcraster --without-netcdf --without-ogdi --without-fme --without-hdf4 --without-hdf5 --without-jasper --without-ecw --without-kakadu --without-mrsid --without-jp2mrsid --without-msg --without-bsb --without-oci --without-grib --without-mysql --without-ingres --without-xerces --without-expat --without-odbc --with-dods-support=no --without-curl --without-sqlite3 --without-dwgdirect --without-idb --without-sde --without-geos --without-pam --without-macosx-framework --without-perl --without-php --without-ruby --without-python --without-ogpython --without-xerces --mandir=${prefix}/share/man --with-pthreads # Patch to ensure that the python installation respects DESTDIR Patch Files: patch-swig_python_GNUmakefile # Patches for universal build pre-build { if {[variant_isset universal]} { system "cd ${worksrcpath} && patch -p0 < ${portpath}/files/patch_cpl_config_h" } } # Set target to none build.target Variant: geos description {Enable GEOS geometry engine functionality} { depends_lib-append port:geos configure.args-delete --without-geos configure.args-append --with-geos=${prefix}/bin/geos-config } Variant: curl description {Enable curl support} { depends_lib-append port:curl configure.args-delete --without-curl configure.args-append --with-curl=${prefix}/bin/curl-config } Variant: mrsid description {Enable MrSID file format} { depends_lib-append port:geoexpress-sdk configure.args-delete --without-mrsid configure.args-append --with-mrsid=${prefix}/share/Geo_DSDK # Fixes for Geo_DSDK 7.x - https://trac.osgeo.org/gdal/ticket/2410 patchfiles-append patch-frmts_mrsid_mrsiddataset.cpp patch-mrsid-configure } Variant: hdf4 description {Enable HDF4 file format} { depends_lib-append port:hdf4 configure.args-delete --without-hdf4 configure.args-append --with-hdf4=${prefix} } Variant: hdf5 description {Enable HDF5 file format} { depends_lib-append port:hdf5 configure.args-delete --without-hdf5 configure.args-append --with-hdf5=${prefix} } Variant: netcdf description {Enable NetCDF file format} { depends_lib-append port:netcdf configure.args-delete --without-netcdf configure.args-append --with-netcdf=${prefix} } Variant: jasper description {Enable JasPer JPEG-2000 file format} { depends_lib-append port:jasper configure.args-delete --without-jasper configure.args-append --with-jasper=${prefix} } Variant: xerces description {Enable xerces XML support for GML file format} { depends_lib-append port:xercesc configure.args-delete --without-xerces configure.args-append --with-xerces=${prefix} } # Python variants Variant: python24 description {Enable Python 2.4 support} { depends_lib-append port:python24 port:py-numpy configure.args-delete --without-python configure.args-append --with-python build.args-append PYTHON=python2.4 } Variant: python25 description {Enable Python 2.5 support} { depends_lib-append port:python25 port:py25-numpy configure.args-delete --without-python configure.args-append --with-python build.args-append PYTHON=python2.5 } Variant: python26 description {Enable Python 2.6 support} { depends_lib-append port:python26 port:py26-numpy configure.args-delete --without-python configure.args-append --with-python build.args-append PYTHON=python2.6 } # Database variants Variant: postgresql81 description {Enable PostgreSQL 8.1 support} { depends_lib-append port:postgresql81 configure.args-delete --without-pg configure.args-append --with-pg=${prefix}/lib/postgresql81/bin/pg_config } Variant: postgresql82 description {Enable PostgreSQL 8.2 support} { depends_lib-append port:postgresql82 configure.args-delete --without-pg configure.args-append --with-pg=${prefix}/lib/postgresql82/bin/pg_config } Variant: postgresql83 description {Enable PostgreSQL 8.3 support} { depends_lib-append port:postgresql83 configure.args-delete --without-pg configure.args-append --with-pg=${prefix}/lib/postgresql83/bin/pg_config } Variant: postgresql84 description {Enable PostgreSQL 8.4 support} { depends_lib-append port:postgresql84 configure.args-delete --without-pg configure.args-append --with-pg=${prefix}/lib/postgresql84/bin/pg_config } Variant: mysql5 description {Enable MySQL 5 support} { depends_lib-append path:bin/mysql_config5:mysql5 configure.args-delete --without-mysql configure.args-append --with-mysql=${prefix}/lib/mysql5/bin/mysql_config } Variant: sqlite3 description {Enable SQLite3 support} { depends_lib-append port:sqlite3 configure.args-delete --without-sqlite configure.args-append --with-sqlite=${prefix} } Variant: odbc description {Enable ODBC support} { depends_lib-append port:unixODBC configure.args-delete --without-odbc configure.args-append --with-odbc=${prefix} } # OS X Framework Variant: framework description {Build as a Mac OS X framework} { configure.args-append --with-macosx-framework } post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} HOWTO-RELEASE NEWS VERSION ${destroot}${prefix}/share/doc/${name} } 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/gdalYou 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 gdal with these commands: % man gdal 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 |
|||||||
| |




