1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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
This commit is contained in:
Pawel Pekala 2012-11-19 20:51:45 +00:00
parent 55337b5e96
commit abdaa7b1a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307568
5 changed files with 54 additions and 0 deletions

View File

@ -498,6 +498,7 @@
SUBDIR += libpuzzle
SUBDIR += libqglviewer
SUBDIR += libqrencode
SUBDIR += librasterlite
SUBDIR += libraw
SUBDIR += librsvg2
SUBDIR += libspiro

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (librasterlite-1.1c.tar.gz) = d6fcbf25d64e57a81eb8ea45f6e565fd81f32493380af67ca838d397df7daf15
SIZE (librasterlite-1.1c.tar.gz) = 619761

View File

@ -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

View File

@ -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