From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 12 04:10:03 2008 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 32C44106566B for ; Sat, 12 Jul 2008 04:10:03 +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 0F8B68FC1D for ; Sat, 12 Jul 2008 04:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m6C4A26I024372 for ; Sat, 12 Jul 2008 04:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m6C4A2uC024371; Sat, 12 Jul 2008 04:10:02 GMT (envelope-from gnats) Resent-Date: Sat, 12 Jul 2008 04:10:02 GMT Resent-Message-Id: <200807120410.m6C4A2uC024371@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, Wen heping Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F18B106566B for ; Sat, 12 Jul 2008 04:08:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 8D9AD8FC16 for ; Sat, 12 Jul 2008 04:08:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m6C48TqB000417 for ; Sat, 12 Jul 2008 04:08:29 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m6C48T94000416; Sat, 12 Jul 2008 04:08:29 GMT (envelope-from nobody) Message-Id: <200807120408.m6C48T94000416@www.freebsd.org> Date: Sat, 12 Jul 2008 04:08:29 GMT From: Wen heping To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/125528: [NEW PORT] databases/spatialite:Spatial Extensions for SQLite 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: Sat, 12 Jul 2008 04:10:03 -0000 >Number: 125528 >Category: ports >Synopsis: [NEW PORT] databases/spatialite:Spatial Extensions for SQLite >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: Sat Jul 12 04:10:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Wen heping >Release: FreeBSD 7.0 release >Organization: ChangAn Middle School >Environment: FreeBSD tinderbox.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: SpatiaLite is just a small sized SQLite extension. Once you have installed SpatiaLite (a very simple and elementary task), the SQLite DBMS is enable to load, store and manipulate Spatial Data (aka Geographic Data, GIS Data, Cartographic Data, GeoSpatial Data, Geometry Data and alike).SpatiaLite implements spatial extensions following the specification of the Open Geospatial Consortium(OGC). WWW: http://www.gaia-gis.it/spatialite-2.0/index.html >How-To-Repeat: >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: # # spatialite # spatialite/pkg-plist # spatialite/pkg-descr # spatialite/distinfo # spatialite/Makefile # echo c - spatialite mkdir -p spatialite > /dev/null 2>&1 echo x - spatialite/pkg-plist sed 's/^X//' >spatialite/pkg-plist << 'END-of-spatialite/pkg-plist' Xbin/spatialite Xlib/libspatialite.la Xlib/libspatialite.a Xlib/libspatialite.so Xlib/libspatialite.so.2 Xinclude/spatialite.h Xinclude/spatialite/gaiageo.h Xinclude/spatialite/rtree.h Xinclude/spatialite/spatialite.h Xinclude/spatialite/sqlite3.h Xinclude/spatialite/sqlite3ext.h X@dirrm include/spatialite/ END-of-spatialite/pkg-plist echo x - spatialite/pkg-descr sed 's/^X//' >spatialite/pkg-descr << 'END-of-spatialite/pkg-descr' XSpatiaLite is just a small sized SQLite extension. XOnce you have installed SpatiaLite (a very simple Xand elementary task), the SQLite DBMS is enable to Xload, store and manipulate Spatial Data (aka Geographic XData, GIS Data, Cartographic Data, GeoSpatial Data, XGeometry Data and alike).SpatiaLite implements spatial Xextensions following the specification of the Open XGeospatial Consortium(OGC). X XWWW: http://www.gaia-gis.it/spatialite-2.0/index.html END-of-spatialite/pkg-descr echo x - spatialite/distinfo sed 's/^X//' >spatialite/distinfo << 'END-of-spatialite/distinfo' XMD5 (spatialite-2.0.tar.gz) = 57a4343e1507e1db67f137a699676a9f XSHA256 (spatialite-2.0.tar.gz) = 79448ee25c7be75581d2cb61b7d4a8fd93c94e015b05532e8a02c74ef28cf7a6 XSIZE (spatialite-2.0.tar.gz) = 1259917 END-of-spatialite/distinfo echo x - spatialite/Makefile sed 's/^X//' >spatialite/Makefile << 'END-of-spatialite/Makefile' X# New ports collection makefile for: spatialite X# Date created: 11 July 2008 X# Whom: Wen Heping X# X# $FreeBSD$ X# X XPORTNAME= spatialite XPORTVERSION= 2.0 XCATEGORIES= databases geography XMASTER_SITES= http://www.gaia-gis.it/spatialite-2.0/ X XMAINTAINER= wenheping@gmail.com XCOMMENT= Spatial Extensions for SQLite X XLIB_DEPENDS= geos_c.5:${PORTSDIR}/graphics/geos/ \ X proj.5:${PORTSDIR}/graphics/proj/ X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XCFLAGS+= -I${LOCALBASE}/include XLDFLAGS+= -L${LOCALBASE}/lib XCONFIGURE_ARGS+=CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" XUSE_LDCONFIG= yes X Xpost-patch: X @${REINPLACE_CMD} -e 's#-ldl##g' ${WRKSRC}/src/shell/Makefile.in X X.include END-of-spatialite/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: