svn commit: r346607 - in head/devel: . libgpkg
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Mar 1 09:33:54 UTC 2014
Author: sunpoet
Date: Sat Mar 1 09:33:52 2014
New Revision: 346607
URL: http://svnweb.freebsd.org/changeset/ports/346607
QAT: https://qat.redports.org/buildarchive/r346607/
Log:
- Add libgpkg 0.9.16
libgpkg is a SQLite 3 extension that provides a minimal OGC GeoPackage
implementation. GeoPackage is an open, standards-based, application and
platform independent, and self-describing file format for geodata based on
SQLite.
WWW: https://bitbucket.org/luciad/libgpkg
Added:
head/devel/libgpkg/
head/devel/libgpkg/Makefile (contents, props changed)
head/devel/libgpkg/distinfo (contents, props changed)
head/devel/libgpkg/pkg-descr (contents, props changed)
head/devel/libgpkg/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat Mar 1 09:26:51 2014 (r346606)
+++ head/devel/Makefile Sat Mar 1 09:33:52 2014 (r346607)
@@ -1017,6 +1017,7 @@
SUBDIR += libglade2-reference
SUBDIR += libglademm24
SUBDIR += libgpc
+ SUBDIR += libgpkg
SUBDIR += libgsf
SUBDIR += libgta
SUBDIR += libgtop
Added: head/devel/libgpkg/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libgpkg/Makefile Sat Mar 1 09:33:52 2014 (r346607)
@@ -0,0 +1,32 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= libgpkg
+PORTVERSION= 0.9.16
+CATEGORIES= devel
+MASTER_SITES= https://bitbucket.org/luciad/libgpkg/get/ \
+ LOCAL/sunpoet/${PORTNAME}
+DISTNAME= ${PORTVERSION}
+DIST_SUBDIR= ${PORTNAME}
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= SQLite 3 extension of minimal OGC GeoPackage implementation
+
+LICENSE= APACHE20
+
+OPTIONS_DEFINE= GEOS
+OPTIONS_DEFAULT=GEOS
+
+USE_BZIP2= yes
+USES= cmake
+
+WRKSRC= ${WRKDIR}/luciad-libgpkg-efe52f76ad35
+
+GEOS_CMAKE_OFF= -DGPKG_GEOS=OFF
+GEOS_CMAKE_ON= -DGPKG_GEOS=ON
+GEOS_LIB_DEPENDS= libgeos_c.so:${PORTSDIR}/graphics/geos
+
+post-install:
+ @${INSTALL_LIB} ${WRKSRC}/gpkg/libgpkg.a ${STAGEDIR}${PREFIX}/lib/
+
+.include <bsd.port.mk>
Added: head/devel/libgpkg/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libgpkg/distinfo Sat Mar 1 09:33:52 2014 (r346607)
@@ -0,0 +1,2 @@
+SHA256 (libgpkg/0.9.16.tar.bz2) = d7428ecdcdbf2addb01b9a3e97277690196cf45cedbbd9d55f131798be91c2c7
+SIZE (libgpkg/0.9.16.tar.bz2) = 1191515
Added: head/devel/libgpkg/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libgpkg/pkg-descr Sat Mar 1 09:33:52 2014 (r346607)
@@ -0,0 +1,6 @@
+libgpkg is a SQLite 3 extension that provides a minimal OGC GeoPackage
+implementation. GeoPackage is an open, standards-based, application and
+platform independent, and self-describing file format for geodata based on
+SQLite.
+
+WWW: https://bitbucket.org/luciad/libgpkg
Added: head/devel/libgpkg/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libgpkg/pkg-plist Sat Mar 1 09:33:52 2014 (r346607)
@@ -0,0 +1,6 @@
+bin/gpkg
+include/gpkg.h
+lib/libgpkg.a
+lib/libgpkg.so
+lib/libgpkg.so.0
+lib/libgpkg.so.0.9.16
More information about the svn-ports-all
mailing list