Opened 20 years ago

Closed 20 years ago

Last modified 19 years ago

#1157 closed defect (fixed)

NEW: gdal-1.1.9

Reported by: fulton@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

gdal-1.1.9

the portfile can be found here: INLINE

Description: Geospatial Data Abstraction Library. No python support or docs.

Homepage: http://www.remotesensing.org/gdal/

Comments: Very basic port without much attention to possible variants. A lot of people have had trouble compiling this on OS X. This might be of some help.

================INLINE CONTENT================ # $Id: Portfile,v 1.1 2003/07/20 17:13:59 fkr Exp $

PortSystem 1.0 name gdal version 1.1.9 maintainers Sean Fulton <fulton@…> 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 http://www.remotesensing.org/gdal/ master_sites ftp://ftp.remotesensing.org/pub/gdal/ categories science checksums md5 2183e206affc7bf25e0d33459ccb8572

configure.args --without-python

build.cmd make build.args LD_SHARED='g++ -dynamiclib -install_name /opt/local/lib/libgdal.1.1.dylib' build.target destroot.args prefix=${destroot}${prefix}

Change History (2)

comment:1 Changed 20 years ago by mww@…

Owner: changed from darwinports-bugs@… to mww@…

cool! I've got a (mostly cosmetical) suggestion here: http://wwwcip.informatik.uni-erlangen.de/~simrweis/dports/gdal/Portfile

If you don't like it, I'll submit your Portfile (with the 'opt/local' -> '${prefix}' change)

comment:2 Changed 20 years ago by mww@…

Resolution: fixed
Status: newclosed

thanks, commited!

Note: See TracTickets for help on using tickets.