From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 17:30:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA1571065677 for ; Sun, 17 Jun 2012 17:30:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 780F48FC18 for ; Sun, 17 Jun 2012 17:30:12 +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 q5HHUCkl069566 for ; Sun, 17 Jun 2012 17:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HHUCV6069563; Sun, 17 Jun 2012 17:30:12 GMT (envelope-from gnats) Resent-Date: Sun, 17 Jun 2012 17:30:12 GMT Resent-Message-Id: <201206171730.q5HHUCV6069563@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 066661065672 for ; Sun, 17 Jun 2012 17:25:30 +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 CB5A18FC08 for ; Sun, 17 Jun 2012 17:25:29 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5HHPTIC063022 for ; Sun, 17 Jun 2012 17:25:29 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5HHPT7J063021; Sun, 17 Jun 2012 17:25:29 GMT (envelope-from nobody) Message-Id: <201206171725.q5HHPT7J063021@red.freebsd.org> Date: Sun, 17 Jun 2012 17:25:29 GMT From: lbartoletti To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169181: New port: databases/spatialite_gui spatialite-gui is an open source Graphical User Interface (GUI) tool supporting SpatiaLite. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2012 17:30:12 -0000 >Number: 169181 >Category: ports >Synopsis: New port: databases/spatialite_gui spatialite-gui is an open source Graphical User Interface (GUI) tool supporting SpatiaLite. >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: Sun Jun 17 17:30:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: lbartoletti >Release: >Organization: lbartoletti >Environment: >Description: spatialite-gui is an open source Graphical User Interface (GUI) tool supporting SpatiaLite. spatialite-gui is licensed under the GPL v3 (or any subsequent version) terms WWW : https://www.gaia-gis.it/fossil/spatialite_gui/index Require graphics/libgaigraphics (see this new port) >How-To-Repeat: >Fix: See shar file. Tinder log : https://redports.org/~lbartoletti/20120617053842-61265-30729/spatialite_gui-1.5.0.log 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: # # spatialite_gui # spatialite_gui/Makefile # spatialite_gui/pkg-descr # spatialite_gui/distinfo # echo c - spatialite_gui mkdir -p spatialite_gui > /dev/null 2>&1 echo x - spatialite_gui/Makefile sed 's/^X//' >spatialite_gui/Makefile << 'c2298336e8aedfcab025be96e97bd30a' X# New ports collection makefile for: spatialite-gui X# Date created: 2012-06-14 X# Whom: lbartoletti X# X# $FreeBSD$ X# X XPORTNAME= spatialite_gui XPORTVERSION= 1.5.0 XCATEGORIES= databases XMASTER_SITES= http://www.gaia-gis.it/gaia-sins/ XDISTNAME= ${PORTNAME}-${PORTVERSION}-stable X XMAINTAINER= coder@tuxfamily.org XCOMMENT= spatialite-gui is an open source Graphical User Interface (GUI) tool supporting SpatiaLite X XLIB_DEPENDS= gaiagraphics:${PORTSDIR}/graphics/libgaiagraphics \ X freexl:${PORTSDIR}/textproc/freexl \ X spatialite:${PORTSDIR}/databases/spatialite X XUSE_WX= 2.8 XWANT_UNICODE= yes XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_ICONV= yes XUSE_GNOME= pkgconfig XCPPFLAGS+= -I${LOCALBASE}/include `${WX_CONFIG} --cppflags` XLDFLAGS+= -L${LOCALBASE}/lib -liconv `${WX_CONFIG} --libs` XCONFIGURE_ARGS+=CFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" XUSE_LDCONFIG= yes X XPLIST_FILES= bin/spatialite_gui X X.include c2298336e8aedfcab025be96e97bd30a echo x - spatialite_gui/pkg-descr sed 's/^X//' >spatialite_gui/pkg-descr << '638880d81ddb07137998ad4c0ace84b3' Xspatialite-gui is an open source Graphical User Interface (GUI) tool supporting SpatiaLite. X XWWW: https://www.gaia-gis.it/fossil/spatialite_gui/index 638880d81ddb07137998ad4c0ace84b3 echo x - spatialite_gui/distinfo sed 's/^X//' >spatialite_gui/distinfo << '31a0ea540978056669b7907b2b73ae69' XSHA256 (spatialite_gui-1.5.0-stable.tar.gz) = 4d531954b3e2a0fbd147d7df77dbb8aa83634fe0349d454e904031278b836494 XSIZE (spatialite_gui-1.5.0-stable.tar.gz) = 1019221 31a0ea540978056669b7907b2b73ae69 exit >Release-Note: >Audit-Trail: >Unformatted: