From owner-freebsd-ports Wed Apr 10 23:40:21 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C187B37B416 for ; Wed, 10 Apr 2002 23:40:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3B6e5Q19802; Wed, 10 Apr 2002 23:40:05 -0700 (PDT) (envelope-from gnats) Received: from v2project.com (cliente-212079143077.cm256.senpc.supercable.es [212.79.143.77]) by hub.freebsd.org (Postfix) with SMTP id 821FA37B405 for ; Wed, 10 Apr 2002 23:32:20 -0700 (PDT) Received: (qmail 96014 invoked by uid 1001); 11 Apr 2002 06:32:25 -0000 Message-Id: <20020411063225.96011.qmail@v2project.com> Date: 11 Apr 2002 06:32:25 -0000 From: Joseph King To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36989: Update Port: (ports/graphics/gdal) to 1.1.6 follow up ports/36965 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36989 >Category: ports >Synopsis: Update Port: (ports/graphics/gdal) to 1.1.6 follow up ports/36965 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Apr 10 23:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: king >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD main.v2project.com 4.5-STABLE FreeBSD 4.5-STABLE #1: Fri Apr 5 02:33:49 CEST 2002 king@main.v2project.com:/usr/src/sys-altq/compile/MAIN i386 >Description: Port update from 1.1.5 to 1.1.6 also solve the problem of checksum error by ports/36965, added dependency of (devel/doxygen) for doc generation and png.5 for correct building. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gdal # gdal/files # gdal/Makefile # gdal/distinfo # gdal/pkg-plist # gdal/pkg-comment # gdal/pkg-descr # echo c - gdal mkdir -p gdal > /dev/null 2>&1 echo c - gdal/files mkdir -p gdal/files > /dev/null 2>&1 echo x - gdal/Makefile sed 's/^X//' >gdal/Makefile << 'END-of-gdal/Makefile' X# New ports collection makefile for: Geospatial Data Abstraction Library X# Date created: 27 Aug 2001 X# Whom: Randall Hopper X# X# $FreeBSD: ports/graphics/gdal/Makefile,v 1.1 2001/10/17 19:02:21 ijliao Exp $ X# X XPORTNAME= gdal XPORTVERSION= 1.1.6 XCATEGORIES= graphics XMASTER_SITES= ftp://ftp.remotesensing.org/pub/gdal/ X XMAINTAINER= aa8vb@nc.rr.com X XLIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ X jpeg.9:${PORTSDIR}/graphics/jpeg \ X tiff.4:${PORTSDIR}/graphics/tiff XBUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen X XUSE_PYTHON= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --prefix=${PREFIX} \ X --with-libz=internal \ X --with-png=internal \ X --with-libtiff=internal \ X --with-libgeotiff=internal \ X --with-libjpeg=internal \ X --with-libgif=internal \ X --with-python XMAKEFILE= GNUmakefile XUSE_GMAKE= yes XINSTALLS_SHLIB= yes X X.include END-of-gdal/Makefile echo x - gdal/distinfo sed 's/^X//' >gdal/distinfo << 'END-of-gdal/distinfo' XMD5 (gdal-1.1.6.tar.gz) = c1b04a35c15d85ca9bef3a20ab6f534e END-of-gdal/distinfo echo x - gdal/pkg-plist sed 's/^X//' >gdal/pkg-plist << 'END-of-gdal/pkg-plist' Xbin/ogr2ogr Xbin/ogrinfo Xbin/gdalinfo Xbin/gdal_translate Xbin/gdaladdo Xbin/gdal-config Xinclude/cpl_config.h Xinclude/cpl_conv.h Xinclude/cpl_csv.h Xinclude/cpl_error.h Xinclude/cpl_minixml.h Xinclude/cpl_port.h Xinclude/cpl_string.h Xinclude/cpl_vsi.h Xinclude/gdal.h Xinclude/gdal_frmts.h Xinclude/gdal_priv.h Xinclude/ogr_core.h Xinclude/ogr_feature.h Xinclude/ogr_geometry.h Xinclude/ogr_p.h Xinclude/ogr_spatialref.h Xinclude/ogr_srs_api.h Xinclude/ogrsf_frmts.h Xinclude/ogr_featurestyle.h Xlib/cpl.a Xlib/ogrsf_frmts.a Xlib/ogr.a Xlib/gdal.a Xlib/libgdal.1.1.so Xshare/gdal/compd_cs.csv Xshare/gdal/ellips_alias.csv Xshare/gdal/ellipsoid.csv Xshare/gdal/gdatum_alias.csv Xshare/gdal/geod_datum.csv Xshare/gdal/geod_trf.csv Xshare/gdal/horiz_cs.csv Xshare/gdal/p_meridian.csv Xshare/gdal/s57attributes.csv Xshare/gdal/s57expectedinput.csv Xshare/gdal/s57objectclasses.csv Xshare/gdal/trf_method.csv Xshare/gdal/trf_nonpolynomial.csv Xshare/gdal/trf_path.csv Xshare/gdal/uom_an_alias.csv Xshare/gdal/uom_angle.csv Xshare/gdal/uom_le_alias.csv Xshare/gdal/uom_length.csv Xshare/gdal/uom_sc_alias.csv Xshare/gdal/uom_scale.csv Xshare/gdal/vert_cs.csv Xshare/gdal/vert_datum.csv Xshare/gdal/vert_offset.csv Xshare/gdal/stateplane.txt X@dirrm share/gdal/ END-of-gdal/pkg-plist echo x - gdal/pkg-comment sed 's/^X//' >gdal/pkg-comment << 'END-of-gdal/pkg-comment' XA translator library for raster geospatial data formats END-of-gdal/pkg-comment echo x - gdal/pkg-descr sed 's/^X//' >gdal/pkg-descr << 'END-of-gdal/pkg-descr' XGDAL - Geospatial Data Abstraction Library X XGDAL is a translator library for raster geospatial data formats that is Xreleased under an Open Source license. As a library, it presents a single Xabstract data model to the calling application for all supported formats. X XGDAL is in active use in a few projects, and includes a number of Xformats. Current translators include GeoTIFF (read/write), Erdas Imagine X(read), ESRI .BIL (read/write), .aux labelled raw (read/write), DTED X(read), SDTS DEM (read), CEOS (read), JPEG (read/write), PNG (read/write), XGeosoft GXF (read) and Arc/Info Binary Grid (read). A full list is Xavailable in Supported Formats. X XWWW: http://www.remotesensing.org/gdal/ END-of-gdal/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message