From owner-svn-ports-all@FreeBSD.ORG Mon Nov 19 20:51:46 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9793D3DE; Mon, 19 Nov 2012 20:51:46 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 727358FC12; Mon, 19 Nov 2012 20:51:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAJKpkwn039168; Mon, 19 Nov 2012 20:51:46 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAJKpk8u039163; Mon, 19 Nov 2012 20:51:46 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201211192051.qAJKpk8u039163@svn.freebsd.org> From: Pawel Pekala Date: Mon, 19 Nov 2012 20:51:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307568 - in head/graphics: . librasterlite 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.14 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: Mon, 19 Nov 2012 20:51:46 -0000 Author: pawel Date: Mon Nov 19 20:51:45 2012 New Revision: 307568 URL: http://svnweb.freebsd.org/changeset/ports/307568 Log: librasterlite is an open source library that stores and retrieves huge raster coverages using a SpatiaLite DBMS. WWW: https://www.gaia-gis.it/fossil/librasterlite/index PR: ports/173130 Submitted by: lbartoletti Feature safe: yes Added: head/graphics/librasterlite/ head/graphics/librasterlite/Makefile (contents, props changed) head/graphics/librasterlite/distinfo (contents, props changed) head/graphics/librasterlite/pkg-descr (contents, props changed) head/graphics/librasterlite/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Mon Nov 19 18:28:56 2012 (r307567) +++ head/graphics/Makefile Mon Nov 19 20:51:45 2012 (r307568) @@ -498,6 +498,7 @@ SUBDIR += libpuzzle SUBDIR += libqglviewer SUBDIR += libqrencode + SUBDIR += librasterlite SUBDIR += libraw SUBDIR += librsvg2 SUBDIR += libspiro Added: head/graphics/librasterlite/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/librasterlite/Makefile Mon Nov 19 20:51:45 2012 (r307568) @@ -0,0 +1,36 @@ +# Created by: lbartoletti +# $FreeBSD$ + +PORTNAME= librasterlite +PORTVERSION= 1.1c +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 + +LIB_DEPENDS= spatialite:${PORTSDIR}/databases/spatialite \ + sqlite3:${PORTSDIR}/databases/sqlite3 \ + geotiff:${PORTSDIR}/graphics/libgeotiff \ + jbig:${PORTSDIR}/graphics/jbigkit \ + jpeg:${PORTSDIR}/graphics/jpeg \ + png15:${PORTSDIR}/graphics/png \ + geos:${PORTSDIR}/graphics/geos \ + proj:${PORTSDIR}/graphics/proj \ + tiff:${PORTSDIR}/graphics/tiff \ + freexl:${PORTSDIR}/textproc/freexl + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_PKGCONFIG= build +USE_ICONV= yes +USE_LDCONFIG= yes + +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +post-patch: + @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' \ + ${WRKSRC}/Makefile.in + +.include Added: head/graphics/librasterlite/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/librasterlite/distinfo Mon Nov 19 20:51:45 2012 (r307568) @@ -0,0 +1,2 @@ +SHA256 (librasterlite-1.1c.tar.gz) = d6fcbf25d64e57a81eb8ea45f6e565fd81f32493380af67ca838d397df7daf15 +SIZE (librasterlite-1.1c.tar.gz) = 619761 Added: head/graphics/librasterlite/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/librasterlite/pkg-descr Mon Nov 19 20:51:45 2012 (r307568) @@ -0,0 +1,4 @@ +librasterlite is an open source library that stores and retrieves huge raster +coverages using a SpatiaLite DBMS. + +WWW: https://www.gaia-gis.it/fossil/librasterlite/index Added: head/graphics/librasterlite/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/librasterlite/pkg-plist Mon Nov 19 20:51:45 2012 (r307568) @@ -0,0 +1,11 @@ +bin/rasterlite_grid +bin/rasterlite_load +bin/rasterlite_pyramid +bin/rasterlite_tool +bin/rasterlite_topmost +include/rasterlite.h +lib/librasterlite.a +lib/librasterlite.la +lib/librasterlite.so +lib/librasterlite.so.1 +libdata/pkgconfig/rasterlite.pc