From owner-svn-ports-all@freebsd.org Sun Nov 27 16:43:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 568CDC58607; Sun, 27 Nov 2016 16:43:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06458F6C; Sun, 27 Nov 2016 16:43:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uARGh7vA081610; Sun, 27 Nov 2016 16:43:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uARGh7Br081608; Sun, 27 Nov 2016 16:43:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611271643.uARGh7Br081608@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 27 Nov 2016 16:43:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427240 - head/graphics/gdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Nov 2016 16:43:08 -0000 Author: sunpoet Date: Sun Nov 27 16:43:06 2016 New Revision: 427240 URL: https://svnweb.freebsd.org/changeset/ports/427240 Log: - Add GNM option Modified: head/graphics/gdal/Makefile head/graphics/gdal/pkg-plist Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Sun Nov 27 16:43:02 2016 (r427239) +++ head/graphics/gdal/Makefile Sun Nov 27 16:43:06 2016 (r427240) @@ -22,12 +22,14 @@ LIB_DEPENDS= libgeotiff.so:graphics/libg libproj.so:graphics/proj \ libtiff.so:graphics/tiff -OPTIONS_DEFINE= ARMADILLO CFITSIO CURL ECW EXPAT FREEXL GEOS GTA HDF5 JASPER \ - KML LIBXML2 MYSQL NETCDF ODBC OPENJPEG PCRE PGSQL SPATIALITE \ - SQLITE WEBP XERCES +OPTIONS_DEFINE= ARMADILLO CFITSIO CURL ECW EXPAT FREEXL GEOS GNM GTA HDF5 \ + JASPER KML LIBXML2 MYSQL NETCDF ODBC OPENJPEG PCRE PGSQL \ + SPATIALITE SQLITE WEBP XERCES OPTIONS_DEFAULT=JASPER OPTIONS_RADIO= PDF OPTIONS_RADIO_PDF= PODOFO POPPLER +OPTIONS_SUB= yes +GNM_DESC= Geographical networks support PCRE_DESC= Regular expression support for SQLite CFLAGS+= -fPIC @@ -73,6 +75,7 @@ FREEXL_LIB_DEPENDS= libfreexl.so:textpro GEOS_CONFIGURE_OFF= --with-geos=no GEOS_CONFIGURE_ON= --with-geos=${LOCALBASE}/bin/geos-config GEOS_LIB_DEPENDS= libgeos.so:graphics/geos +GNM_CONFIGURE_WITH= gnm GTA_CONFIGURE_WITH= gta GTA_LIB_DEPENDS= libgta.so:devel/libgta HDF5_CONFIGURE_WITH= hdf5 @@ -136,4 +139,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/GDALmake.opt ${STAGEDIR}${DATADIR}/ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgdal.so.${PORTVERSION} +post-install-GNM-on: + cd ${WRKSRC}/gnm/ && ${INSTALL_DATA} gnm.h gnm_api.h gnm_priv.h gnmgraph.h ${STAGEDIR}${PREFIX}/include/ + .include Modified: head/graphics/gdal/pkg-plist ============================================================================== --- head/graphics/gdal/pkg-plist Sun Nov 27 16:43:02 2016 (r427239) +++ head/graphics/gdal/pkg-plist Sun Nov 27 16:43:06 2016 (r427240) @@ -15,6 +15,8 @@ bin/gdalsrsinfo bin/gdaltindex bin/gdaltransform bin/gdalwarp +%%GNM%%bin/gnmanalyse +%%GNM%%bin/gnmmanage bin/nearblack bin/ogr2ogr bin/ogrinfo @@ -76,6 +78,10 @@ include/gdalpansharpen.h include/gdalsse_priv.h include/gdalwarper.h include/gdalwarpkernel_opencl.h +%%GNM%%include/gnm.h +%%GNM%%include/gnm_api.h +%%GNM%%include/gnm_priv.h +%%GNM%%include/gnmgraph.h include/gvgcpfit.h include/internal_qhull_headers.h include/memdataset.h