From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 26 17:30:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1EAF0BEE for ; Fri, 26 Oct 2012 17:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id E7F3F8FC0A for ; Fri, 26 Oct 2012 17:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9QHU0pd025502 for ; Fri, 26 Oct 2012 17:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9QHU0Uc025500; Fri, 26 Oct 2012 17:30:00 GMT (envelope-from gnats) Resent-Date: Fri, 26 Oct 2012 17:30:00 GMT Resent-Message-Id: <201210261730.q9QHU0Uc025500@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, lbartoletti Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4CCCF8B7 for ; Fri, 26 Oct 2012 17:25:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 300EF8FC0A for ; Fri, 26 Oct 2012 17:25:29 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q9QHPSWV092986 for ; Fri, 26 Oct 2012 17:25:28 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q9QHPSUe092985; Fri, 26 Oct 2012 17:25:28 GMT (envelope-from nobody) Message-Id: <201210261725.q9QHPSUe092985@red.freebsd.org> Date: Fri, 26 Oct 2012 17:25:28 GMT From: lbartoletti To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/173130: [NEW PORT] graphics/rasterlite is an open source library that stores and retrieves huge raster coverages using a SpatiaLite DBMS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2012 17:30:01 -0000 >Number: 173130 >Category: ports >Synopsis: [NEW PORT] graphics/rasterlite is an open source library that stores and retrieves huge raster coverages using a SpatiaLite DBMS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 26 17:30:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: lbartoletti >Release: 9.0 >Organization: >Environment: FreeBSD bart 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: 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 >How-To-Repeat: Tinder log : https://redports.org/buildarchive/20121026094304-24568/ >Fix: Patch attached with submission follows: # 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: # # rasterlite # rasterlite/Makefile # rasterlite/pkg-descr # rasterlite/distinfo # rasterlite/pkg-plist # echo c - rasterlite mkdir -p rasterlite > /dev/null 2>&1 echo x - rasterlite/Makefile sed 's/^X//' >rasterlite/Makefile << '682127940398eb8d7df1dda8e5dff461' X# New ports collection makefile for: rasterlite X# Date created: 25 octobre 2012 X# Whom: lbartoletti X# X# $FreeBSD$ X# X XPORTNAME= rasterlite XPORTVERSION= 1.1c XCATEGORIES= graphics geography XMASTER_SITES= http://www.gaia-gis.it/gaia-sins/ XDISTNAME= lib${PORTNAME}-${PORTVERSION} X XMAINTAINER= coder@tuxfamily.org XCOMMENT= SpatiaLite raster X XLIB_DEPENDS= spatialite:${PORTSDIR}/databases/spatialite \ X geotiff:${PORTSDIR}/graphics/libgeotiff \ X jpeg:${PORTSDIR}/graphics/jpeg \ X png15:${PORTSDIR}/graphics/png \ X geos:${PORTSDIR}/graphics/geos \ X proj:${PORTSDIR}/graphics/proj X XEXTRACT_SUFX = .tar.gz XWRKSRC= ${WRKDIR}/lib${PORTNAME}-${PORTVERSION} XGNU_CONFIGURE= yes XUSE_GMAKE= yes X XCPPFLAGS+= -I${LOCALBASE}/include XLDFLAGS+= -L${LOCALBASE}/lib XCONFIGURE_ARGS+=CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" XUSE_LDCONFIG= yes X Xpost-patch: X @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' \ X ${WRKSRC}/Makefile.in X X.include 682127940398eb8d7df1dda8e5dff461 echo x - rasterlite/pkg-descr sed 's/^X//' >rasterlite/pkg-descr << 'b99298e2a99a160a976680d0c07a9c05' Xlibrasterlite is an open source library that stores and retrieves huge raster Xcoverages using a SpatiaLite DBMS. X XWWW: https://www.gaia-gis.it/fossil/librasterlite/index b99298e2a99a160a976680d0c07a9c05 echo x - rasterlite/distinfo sed 's/^X//' >rasterlite/distinfo << 'b4647a152e06525cb3627d3bd149c087' XSHA256 (librasterlite-1.1c.tar.gz) = d6fcbf25d64e57a81eb8ea45f6e565fd81f32493380af67ca838d397df7daf15 XSIZE (librasterlite-1.1c.tar.gz) = 619761 b4647a152e06525cb3627d3bd149c087 echo x - rasterlite/pkg-plist sed 's/^X//' >rasterlite/pkg-plist << '9e661163f0926acc505676c1470113d4' Xbin/rasterlite_grid Xbin/rasterlite_load Xbin/rasterlite_pyramid Xbin/rasterlite_tool Xbin/rasterlite_topmost Xinclude/rasterlite.h Xlib/librasterlite.a Xlib/librasterlite.la Xlib/librasterlite.so Xlib/librasterlite.so.1 Xlibdata/pkgconfig/rasterlite.pc 9e661163f0926acc505676c1470113d4 exit >Release-Note: >Audit-Trail: >Unformatted: