Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Nov 2012 20:51:46 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307568 - in head/graphics: . librasterlite
Message-ID:  <201211192051.qAJKpk8u039163@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <coder@tuxfamily.org>
  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 <coder@tuxfamily.org>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211192051.qAJKpk8u039163>