svn commit: r378606 - in head/graphics: . librasterlite2
Jan Beich
jbeich at FreeBSD.org
Sat Feb 7 17:14:00 UTC 2015
Author: jbeich
Date: Sat Feb 7 17:13:58 2015
New Revision: 378606
URL: https://svnweb.freebsd.org/changeset/ports/378606
QAT: https://qat.redports.org/buildarchive/r378606/
Log:
Add new port: graphics/librasterlite2
PR: 197228
Submitted by: coder at tuxfamily.org
Approved by: mentors (implicit)
librasterlite2 is an open source library that stores and retrieves huge raster
coverages using a SpatiaLite DBMS.
WWW: https://www.gaia-gis.it/fossil/librasterlite2/index
Added:
head/graphics/librasterlite2/
head/graphics/librasterlite2/Makefile (contents, props changed)
head/graphics/librasterlite2/distinfo (contents, props changed)
head/graphics/librasterlite2/pkg-descr (contents, props changed)
head/graphics/librasterlite2/pkg-plist (contents, props changed)
Modified:
head/graphics/Makefile
Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile Sat Feb 7 17:09:45 2015 (r378605)
+++ head/graphics/Makefile Sat Feb 7 17:13:58 2015 (r378606)
@@ -513,6 +513,7 @@
SUBDIR += libpuzzle
SUBDIR += libqrencode
SUBDIR += librasterlite
+ SUBDIR += librasterlite2
SUBDIR += libraw
SUBDIR += libreatlas
SUBDIR += librsvg2
Added: head/graphics/librasterlite2/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/librasterlite2/Makefile Sat Feb 7 17:13:58 2015 (r378606)
@@ -0,0 +1,44 @@
+# Created by: lbartoletti <coder at tuxfamily.org>
+# $FreeBSD$
+
+PORTNAME= librasterlite2
+PORTVERSION= 1.0.0
+DISTVERSIONSUFFIX=-rc0
+CATEGORIES= graphics geography
+MASTER_SITES= http://www.gaia-gis.it/gaia-sins/
+
+MAINTAINER= coder at tuxfamily.org
+COMMENT= Library that stores and retrieves raster coverages using a SpatiaLite
+
+LICENSE= MPL GPLv2 LGPL21
+LICENSE_COMB= dual
+
+LIB_DEPENDS= libspatialite.so:${PORTSDIR}/databases/spatialite \
+ libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
+ libgeotiff.so:${PORTSDIR}/graphics/libgeotiff \
+ libjbig.so:${PORTSDIR}/graphics/jbigkit \
+ libjpeg.so:${PORTSDIR}/graphics/jpeg \
+ libpng.so:${PORTSDIR}/graphics/png \
+ libgif.so:${PORTSDIR}/graphics/giflib \
+ libgeos.so:${PORTSDIR}/graphics/geos \
+ libproj.so:${PORTSDIR}/graphics/proj \
+ libtiff.so:${PORTSDIR}/graphics/tiff \
+ libfreexl.so:${PORTSDIR}/textproc/freexl \
+ libwebp.so:${PORTSDIR}/graphics/webp \
+ libcairo.so:${PORTSDIR}/graphics/cairo \
+ libcurl.so:${PORTSDIR}/ftp/curl
+
+GNU_CONFIGURE= yes
+USES= gmake iconv libtool pathfix pkgconfig
+USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
+
+# Work around PKG_CHECK_MODULES before base r276898
+.if !exists(/usr/libdata/pkgconfig/liblzma.pc)
+CONFIGURE_ENV+= LIBLZMA_CFLAGS=" " LIBLZMA_LIBS="-llzma"
+.endif
+
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+.include <bsd.port.mk>
Added: head/graphics/librasterlite2/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/librasterlite2/distinfo Sat Feb 7 17:13:58 2015 (r378606)
@@ -0,0 +1,2 @@
+SHA256 (librasterlite2-1.0.0-rc0.tar.gz) = 8ddf8e7640ecc2591804a97cc78f54263362e67eb8af3089f014dc058060ef4f
+SIZE (librasterlite2-1.0.0-rc0.tar.gz) = 16400254
Added: head/graphics/librasterlite2/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/librasterlite2/pkg-descr Sat Feb 7 17:13:58 2015 (r378606)
@@ -0,0 +1,4 @@
+librasterlite2 is an open source library that stores and retrieves huge raster
+coverages using a SpatiaLite DBMS.
+
+WWW: https://www.gaia-gis.it/fossil/librasterlite2/index
Added: head/graphics/librasterlite2/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/librasterlite2/pkg-plist Sat Feb 7 17:13:58 2015 (r378606)
@@ -0,0 +1,16 @@
+bin/rl2tool
+bin/wmslite
+include/rasterlite2/rasterlite2.h
+include/rasterlite2/rl2graphics.h
+include/rasterlite2/rl2svg.h
+include/rasterlite2/rl2tiff.h
+include/rasterlite2/rl2wms.h
+include/rasterlite2/sqlite.h
+lib/librasterlite2.a
+lib/librasterlite2.so
+lib/librasterlite2.so.1
+lib/librasterlite2.so.1.0.0
+lib/mod_rasterlite2.so
+lib/mod_rasterlite2.so.1
+lib/mod_rasterlite2.so.1.0.0
+libdata/pkgconfig/rasterlite2.pc
More information about the svn-ports-head
mailing list