Port details |
- libgpkg SQLite 3 extension of minimal OGC GeoPackage implementation
- 0.9.18_3 devel
=2 0.9.18_3Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2014-03-01 09:34:02
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://github.com/luciad/libgpkg
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/libgpkg/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libgpkg
- pkg install libgpkg
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libgpkg
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1656702472
SHA256 (luciad-libgpkg-0.9.18_GH0.tar.gz) = fc0e3dfe6576c220d0167412704dce062f71c4741eca103468dcc5321b3bf5fd
SIZE (luciad-libgpkg-0.9.18_GH0.tar.gz) = 1608664
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libgeos_c.so : graphics/geos
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for libgpkg-0.9.18_3:
GEOS=on: GEOS Geometry Engine support
===> Use 'make config' to modify these settings
- Options name:
- devel_libgpkg
- USES:
- cmake:insource compiler:c11 tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9.18_3 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.9.18_3 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.9.18_3 07 Jul 2022 12:36:11
    |
Po-Chuan Hsieh (sunpoet)  |
devel/libgpkg: Update MASTER_SITES and WWW |
0.9.18_3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.9.18_3 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.9.18_2 07 Jul 2019 19:12:54
  |
sunpoet  |
Cosmetic change |
0.9.18_2 01 Jul 2019 08:06:01
  |
pkubaj  |
devel/libgpkg: fix build
The segfault that happens with base GCC doesn't happen with GCC8.
Approved by: mentors (implicite approval) |
0.9.18_2 25 Dec 2018 20:25:40
  |
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
0.9.18_2 19 Feb 2018 10:29:26
  |
sunpoet  |
Use CMAKE_BOOL |
0.9.18_2 13 May 2017 03:35:51
  |
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.9.18_2 15 Sep 2016 01:41:28
  |
swills  |
Unmark broken on powerpc64
These ports built successfully |
0.9.18_2 19 May 2016 03:42:21
  |
sunpoet  |
- Add LICENSE_FILE |
0.9.18_2 23 Apr 2016 06:46:42
  |
sunpoet  |
- Update MASTER_SITES
- Update BROKEN: use lowercase for leading character |
0.9.18_2 21 Apr 2016 16:43:15
  |
swills  |
many ports: mark broken on powerpc64 |
0.9.18_2 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.9.18_2 09 May 2015 01:12:51
  |
amdmi3  |
- Don't install static libraries with INSTALL_LIB (part 2/2)
Approved by: portmgr blanket
MFH: 2015Q2 |
0.9.18_1 18 Jul 2014 13:07:24
  |
sunpoet  |
- Add missing USE_LDCONFIG
- Use USES=libtool
- Fix USE_PYTHON
- Convert to new options helper
- Bump PORTREVISION for package change
- Do not hard-coded PORTVERSION in PLIST
- Bump PORTREVISION for graphics/geos shlib change |
0.9.18 23 Jun 2014 17:42:06
  |
sunpoet  |
- Update to 0.9.18
Changes: https://bitbucket.org/luciad/libgpkg/src/default/ChangeLog |
0.9.17 24 May 2014 07:21:24
  |
sunpoet  |
- Update to 0.9.17
Changes: https://bitbucket.org/luciad/libgpkg/src/default/ChangeLog |
0.9.16 29 Mar 2014 19:57:11
  |
sunpoet  |
- Add missing USE_LDCONFIG
- Use USES=tar:bzip2
- Do not silence installation message |
0.9.16 01 Mar 2014 09:33:52
  |
sunpoet  |
- 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 |