Port details |
- tile38 In-memory geolocation data store, spatial index, and realtime geofence
- 1.12.0 databases
=1 1.12.0Version of this port present on the latest quarterly branch.- Maintainer: a.andersson.thn@gmail.com
 - Port Added: 2016-06-23 23:16:12
- Last Update: 2021-01-23 12:02:43
- SVN Revision: 562391
People watching this port, also watch: zrep - License: MIT
- Description:
- Tile38 is an open source (MIT licensed), in-memory geolocation data store,
spatial index, and realtime geofence. It supports a variety of object types
including lat/lon points, bounding boxes, XYZ tiles, Geohashes, and GeoJSON.
Features:
Spatial index with search methods such as NEARBY, WITHIN, and INTERSECTS.
Realtime geofencing through persistent sockets or webhooks.
Object types of lat/lon, bbox, Geohash, GeoJSON, QuadKey, and XYZ tile.
Support for lots of Clients Libraries written in many different languages.
Variety of client protocols, including http (curl), websockets, telnet,
and the Redis RESP.
Server responses are RESP or JSON.
Full command line interface.
Leader / follower replication.
In-memory database that persists on disk.
WWW: https://tile38.com/
- SVNWeb : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- tile38>0:databases/tile38
- To install the port:
cd /usr/ports/databases/tile38/ && make install clean - To add the package:
pkg install tile38 - PKGNAME: tile38
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1523593520
SHA256 (tidwall-tile38-1.12.0_GH0.tar.gz) = ca054d40109ff970fccd29efc425fc249b1824bf9dccfdc50e461d9e980ba014
SIZE (tidwall-tile38-1.12.0_GH0.tar.gz) = 32813196
Packages: (move your mouse over the cells for more information)
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash : shells/bash
- go : lang/go
- There are no ports dependent upon this port
- Configuration Options
- No options to configure
- USES:
- go shebangfix
- Master Sites:
-
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
23 Jan 2021 12:02:43
1.12.0

|
dmgk  |
databases/tile38: Unbreak with go1.16
PR: 252521
Approved by: maintainer timeout (a.andersson.thn@gmail.com, 2 weeks) |
06 Dec 2020 09:37:39
1.12.0

|
amdmi3  |
- Respect test env
- Update WWW
Approved by: portmgr blanket |
29 Jun 2019 03:51:14
1.12.0

|
tobik  |
Convert all Go ports to USES=go
This allows for port testing with lang/go-devel via GO_PORT, setting
up the Go build environment in a single place, and is step one in
simplifying Go ports that often define too complicated do-build
targets themselves.
USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and
'no_targets' for ports with composite builds that call 'go' themselves
and do not need the do-build/do-install targets of USES=go.
PR: 238849
Submitted by: dg@syrec.org (also D20745)
Reviewed by: mat, tobik
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20746 |
13 Apr 2018 09:41:17
1.12.0

|
krion  |
Update to version 1.12.0
PR: 227486
Submitted by: maintainer |
17 Mar 2018 12:16:29
1.11.1

|
dbaio  |
databases/tile38: Update to 1.11.1
Changes: https://github.com/tidwall/tile38/releases/tag/1.11.1
PR: 226660
Submitted by: Andreas Andersson <a.andersson.thn@gmail.com> (maintainer) |
06 Mar 2018 05:57:47
1.11.0

|
yuri  |
databases/tile38: Update to 1.11.0
Port changes:
* Changed to DISTVERSION
* Use MAKE_ENV to unbreak it
* Added SSP_UNSAFE because otherwise it doesn't like -fstack-protector
PR: 226378
Submitted by: Andreas Andersson <a.andersson.thn@gmail.com> (maintainer)
Approved by: tcberner (mentor, implicit) |
22 Feb 2018 16:44:08
1.10.1

|
pi  |
databases/tile38: give maintainer to a.andersson.thn@gmail.com
Submitted by: Andreas Andersson <a.andersson.thn@gmail.com> |
22 Feb 2018 12:53:14
1.10.1

|
tobik  |
Reset MAINTAINER
https://lists.freebsd.org/pipermail/freebsd-ports/2018-February/112646.html
Submitted by: olevole@olevole.ru (maintainer) |
22 Jan 2018 16:17:23
1.10.1

|
rm  |
databases/tile38 update to 1.10.1
Update to 1.10.1, changes:
- https://github.com/tidwall/tile38/releases/tag/1.10.1
PR: 225329
Submitted by: olevole@olevole.ru (maintainer) |
09 Jan 2018 16:38:57
1.10.0

|
novel  |
databases/tile38: update to 1.10.0
Change Log:
https://github.com/tidwall/tile38/releases/tag/1.10.0
PR: 225023
Submitted by: maintainer |
24 Aug 2017 18:20:58
1.9.1

|
ultima  |
* Updated to 1.9.1
* Cleanup Makefile
PR: 221580
Submitted by: Andreas Andersson
Approved by: Approved by: lifanov (mentor, implicit), <olevole@olevole.ru>
(maintainer) |
11 Aug 2017 10:21:44
1.9.0

|
tz  |
databases/tile38: Update from 1.5.2 to 1.9.0
Changelog: https://github.com/tidwall/tile38/blob/1.9.0/CHANGELOG.md
PR: 221313
Submitted by: Andreas Andersson <a.andersson.thn@gmail.com> |
13 Nov 2016 15:52:30
1.5.2

|
riggs  |
Update to upstream version 1.5.2
PR: 213772
Submitted by: olevole@olevole.ru (maintainer) |
19 Sep 2016 10:16:24
1.4.2

|
vg  |
- Update to 1.4.2
- Allow fragmented pipeline requests.
- Allow multispace delim in native proto
- MATCH with slashes
- Linestring nearby search correction
- Allow for nginx support
- Reset requirepass
- Added "BOUNDS key" command
PR: ports/212800
Submitted by: olevole@olevole.ru (maintainer) |
24 Jul 2016 20:56:07
1.3.0

|
pawel  |
Update to version 1.3.0
Changelog:
* Added:
New EXPIRE, PERSISTS, TTL commands. New EX keyword to SET command.
Support for plain strings using SET ... STRING value. syntax.
New SEARCH command for finding strings.
Scans can now order descending.
PR: 211341
Submitted by: maintainer |
23 Jun 2016 23:16:03
1.2.0

|
amdmi3  |
- Add databases/tile38
Tile38 is an open source (MIT licensed), in-memory geolocation data store,
spatial index, and realtime geofence. It supports a variety of object types
including lat/lon points, bounding boxes, XYZ tiles, Geohashes, and GeoJSON.
Features:
Spatial index with search methods such as NEARBY, WITHIN, and INTERSECTS.
Realtime geofencing through persistent sockets or webhooks.
Object types of lat/lon, bbox, Geohash, GeoJSON, QuadKey, and XYZ tile.
Support for lots of Clients Libraries written in many different langauges.
Variety of client protocols, including http (curl), websockets, telnet,
and the Redis RESP.
Server responses are RESP or JSON.
Full command line interface.
Leader / follower replication.
In-memory database that persists on disk.
WWW: http://tile38.com/
PR: 210147
Submitted by: olevole@olevole.ru |