From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 17:14:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C667C703; Sat, 7 Feb 2015 17:14:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 B1C6EEB4; Sat, 7 Feb 2015 17:14:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17HE0Um002134; Sat, 7 Feb 2015 17:14:00 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17HDxcO002118; Sat, 7 Feb 2015 17:13:59 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502071713.t17HDxcO002118@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 7 Feb 2015 17:13:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378606 - in head/graphics: . librasterlite2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 17:14:00 -0000 Author: jbeich Date: Sat Feb 7 17:13:58 2015 New Revision: 378606 URL: https://svnweb.freebsd.org/changeset/ports/378606 QAT: https://qat.redports.org/buildarchive/r378606/ Log: Add new port: graphics/librasterlite2 PR: 197228 Submitted by: coder@tuxfamily.org Approved by: mentors (implicit) librasterlite2 is an open source library that stores and retrieves huge raster coverages using a SpatiaLite DBMS. WWW: https://www.gaia-gis.it/fossil/librasterlite2/index Added: head/graphics/librasterlite2/ head/graphics/librasterlite2/Makefile (contents, props changed) head/graphics/librasterlite2/distinfo (contents, props changed) head/graphics/librasterlite2/pkg-descr (contents, props changed) head/graphics/librasterlite2/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sat Feb 7 17:09:45 2015 (r378605) +++ head/graphics/Makefile Sat Feb 7 17:13:58 2015 (r378606) @@ -513,6 +513,7 @@ SUBDIR += libpuzzle SUBDIR += libqrencode SUBDIR += librasterlite + SUBDIR += librasterlite2 SUBDIR += libraw SUBDIR += libreatlas SUBDIR += librsvg2 Added: head/graphics/librasterlite2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/librasterlite2/Makefile Sat Feb 7 17:13:58 2015 (r378606) @@ -0,0 +1,44 @@ +# Created by: lbartoletti +# $FreeBSD$ + +PORTNAME= librasterlite2 +PORTVERSION= 1.0.0 +DISTVERSIONSUFFIX=-rc0 +CATEGORIES= graphics geography +MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ + +MAINTAINER= coder@tuxfamily.org +COMMENT= Library that stores and retrieves raster coverages using a SpatiaLite + +LICENSE= MPL GPLv2 LGPL21 +LICENSE_COMB= dual + +LIB_DEPENDS= libspatialite.so:${PORTSDIR}/databases/spatialite \ + libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ + libgeotiff.so:${PORTSDIR}/graphics/libgeotiff \ + libjbig.so:${PORTSDIR}/graphics/jbigkit \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng.so:${PORTSDIR}/graphics/png \ + libgif.so:${PORTSDIR}/graphics/giflib \ + libgeos.so:${PORTSDIR}/graphics/geos \ + libproj.so:${PORTSDIR}/graphics/proj \ + libtiff.so:${PORTSDIR}/graphics/tiff \ + libfreexl.so:${PORTSDIR}/textproc/freexl \ + libwebp.so:${PORTSDIR}/graphics/webp \ + libcairo.so:${PORTSDIR}/graphics/cairo \ + libcurl.so:${PORTSDIR}/ftp/curl + +GNU_CONFIGURE= yes +USES= gmake iconv libtool pathfix pkgconfig +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip + +# Work around PKG_CHECK_MODULES before base r276898 +.if !exists(/usr/libdata/pkgconfig/liblzma.pc) +CONFIGURE_ENV+= LIBLZMA_CFLAGS=" " LIBLZMA_LIBS="-llzma" +.endif + +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +.include Added: head/graphics/librasterlite2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/librasterlite2/distinfo Sat Feb 7 17:13:58 2015 (r378606) @@ -0,0 +1,2 @@ +SHA256 (librasterlite2-1.0.0-rc0.tar.gz) = 8ddf8e7640ecc2591804a97cc78f54263362e67eb8af3089f014dc058060ef4f +SIZE (librasterlite2-1.0.0-rc0.tar.gz) = 16400254 Added: head/graphics/librasterlite2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/librasterlite2/pkg-descr Sat Feb 7 17:13:58 2015 (r378606) @@ -0,0 +1,4 @@ +librasterlite2 is an open source library that stores and retrieves huge raster +coverages using a SpatiaLite DBMS. + +WWW: https://www.gaia-gis.it/fossil/librasterlite2/index Added: head/graphics/librasterlite2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/librasterlite2/pkg-plist Sat Feb 7 17:13:58 2015 (r378606) @@ -0,0 +1,16 @@ +bin/rl2tool +bin/wmslite +include/rasterlite2/rasterlite2.h +include/rasterlite2/rl2graphics.h +include/rasterlite2/rl2svg.h +include/rasterlite2/rl2tiff.h +include/rasterlite2/rl2wms.h +include/rasterlite2/sqlite.h +lib/librasterlite2.a +lib/librasterlite2.so +lib/librasterlite2.so.1 +lib/librasterlite2.so.1.0.0 +lib/mod_rasterlite2.so +lib/mod_rasterlite2.so.1 +lib/mod_rasterlite2.so.1.0.0 +libdata/pkgconfig/rasterlite2.pc