Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv21127

Modified Files:
        gdal.info 
Removed Files:
        gdal-10.5.info 
Log Message:
push gdal 1.5.0 back to osx 10.4

Index: gdal.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/gdal.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- gdal.info   15 Oct 2007 22:22:58 -0000      1.14
+++ gdal.info   3 Mar 2008 15:28:52 -0000       1.15
@@ -1,8 +1,8 @@
 Info2: <<
 Package: gdal
-Version: 1.4.2
-Revision: 1002
-Distribution: 10.4
+Version: 1.5.0
+Revision: 1003
+Distribution: 10.4, 10.5
 Description: Raster/Vector Geospatial Format Translator
 License: BSD
 Homepage: http://www.gdal.org
@@ -41,6 +41,8 @@
        postgis82,
        libdap6-shlibs
        ,libjasper.1-shlibs
+       ,hdf5-shlibs
+       ,hdf
 <<
 
 Suggests: gdal-python-py23, gdal-grass
@@ -63,6 +65,7 @@
        proj, szip,
        libdap6
        ,libjasper.1
+       ,hdf
 <<
 
 #Conflicts: gdal, gdal-nopgsql, gdal-dev
@@ -73,7 +76,7 @@
 
 # Unpack Phase.
 Source: mirror:custom:%n-%v.tar.gz
-Source-MD5: dedf5ff6a766e85b9a2b5c54c1c59221
+Source-MD5: ffbb024db521a002018cb5666bd6e60d
 CustomMirror: <<
   nam-US: http://www.gdal.org/dl
   nam-US: ftp://ftp.remotesensing.org/gdal
@@ -81,14 +84,14 @@
 
 
 # Patch Phase.
-PatchScript: sed 's|@PREFIX@|%p|g' <%a/gdal.patch | patch -p1
+#PatchScript: sed 's|@PREFIX@|%p|g' <%a/gdal.patch | patch -p1
 
 # Compile Phase.
 #GCC: 3.3
 
 SetCPPFLAGS: -Os -I%b/port -I%b/gcore -I%b/alg -I%b/ogr -I%b/ogr/ogrsf_frmts 
-I%b/ogr/ogrsf_frmts/gtiff -I%p/include
 
-ConfigureParams: --mandir='${prefix}/share/man' --with-local=%p --with-libz=%p 
--with-grass=no --with-cfitsio=%p --with-pcraster=no --with-netcdf=%p 
--with-png=%p --with-libtiff=%p --with-geotiff=internal --with-jpeg=%p 
--with-gif=%p --with-ogdi=%p --with-fme=no --without-hdf4 --with-hdf5=%p 
--with-jasper=yes --with-ecw=no --with-kakadu=no --with-mrsid=no --with-bsb 
--with-ogr --with-pg=%p/bin/pg_config --with-mysql=no --with-xerces 
--with-xerces-inc=%p/include --with-xerces-lib='-L%p/lib -lxerces-c -lpthread' 
--with-odbc=%p --with-oci=no --with-dods-root=no --with-sqlite=%p 
--with-geos=%p/bin/geos-config --with-static-proj4=%p --without-perl 
--without-php --without-ruby --without-python --with-dods=%p
+ConfigureParams: --mandir='${prefix}/share/man' --with-local=%p --with-libz=%p 
--with-grass=no --with-cfitsio=%p --with-pcraster=no --with-netcdf=%p 
--with-png=%p --with-libtiff=%p --with-geotiff=internal --with-jpeg=%p 
--with-gif=%p --with-ogdi=%p --with-fme=no  --with-jasper=yes --with-ecw=no 
--with-kakadu=no --with-mrsid=no --with-bsb --with-ogr 
--with-pg=%p/bin/pg_config --with-mysql=no --with-xerces 
--with-xerces-inc=%p/include --with-xerces-lib='-L%p/lib -lxerces-c -lpthread' 
--with-odbc=%p --with-oci=no --with-dods-root=no --with-sqlite=%p 
--with-geos=%p/bin/geos-config --with-static-proj4=%p --without-perl 
--without-php --without-ruby --without-python --with-dods=%p --with-hdf4=%p 
--with-hdf5=%p --includedir=%p/include/gdal1
 
 CompileScript: <<
 #!/bin/sh -xe
@@ -102,10 +105,12 @@
 
 # Install Phase.
 InstallScript: <<
+  #mkdir -p %i/share
+  #mv %i/man %i/share/
   make install prefix=%i INST_INCLUDE=%i/include/gdal1
 <<
 
-DocFiles: LICENSE NEWS
+DocFiles: NEWS
 SplitOff: <<
   Package: %N-shlibs
   Description: GDAL/OGR shared libraries
@@ -124,7 +129,7 @@
   <<
   Files: lib/libgdal.*.dylib
   Shlibs: %p/lib/libgdal.1.dylib 13.0.0 %n (>= 1.4.0-1000)
-  DocFiles: LICENSE NEWS
+  DocFiles: NEWS
 <<
 SplitOff2: <<
   Package: %N-dev
@@ -135,16 +140,14 @@
   Conflicts: %N (<< %v-%r), gdal-nopgsql-dev
   Depends: %N-shlibs (= %v-%r)
   BuildDependsOnly: true
-  Files: bin/gdal-config include/gdal1 lib/*.a lib/*.la lib/libgdal.dylib 
share/man/man1/gdal-config.1
-  DocFiles: LICENSE NEWS
+  Files: bin/gdal-config include/gdal1 lib/*.a lib/*.la lib/libgdal.dylib 
+#share/man/man1/gdal-config.1
+  DocFiles: NEWS
 <<
 
 DescPackaging: <<
-Patch file does the following:
-  1. add LICENSE.
-  2. install header files in %p/include/gdal1.
-  3. change the order of include directories not to read header files of 
-     older GDAL package.
+
+As of 1.5.0, the patch is no longer needed
 
 Previous versions of this package were maintained by Matt Stephenson
 <[EMAIL PROTECTED]>, Blair Zajac <[EMAIL PROTECTED]>

--- gdal-10.5.info DELETED ---


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to