12 Commits

Author SHA1 Message Date
Danilo G. Baio
ec5782e3d8 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)
2018-03-17 12:16:29 +00:00
Yuri Victorovich
1a3a6ff1dc 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)
2018-03-06 05:57:47 +00:00
Kurt Jaeger
d3bafa7df0 databases/tile38: give maintainer to a.andersson.thn@gmail.com
Submitted by:	Andreas Andersson <a.andersson.thn@gmail.com>
2018-02-22 16:44:08 +00:00
Tobias Kortkamp
42e93c3579 Reset MAINTAINER
https://lists.freebsd.org/pipermail/freebsd-ports/2018-February/112646.html

Submitted by:	olevole@olevole.ru (maintainer)
2018-02-22 12:53:13 +00:00
Ruslan Makhmatkhanov
859fd6a16c 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)
2018-01-22 16:17:23 +00:00
Roman Bogorodskiy
24179941c4 databases/tile38: update to 1.10.0
Change Log:
https://github.com/tidwall/tile38/releases/tag/1.10.0

PR:		225023
Submitted by:	maintainer
2018-01-09 16:38:57 +00:00
Richard Gallamore
04d5483ba0 * Updated to 1.9.1
* Cleanup Makefile

PR:		221580
Submitted by:	Andreas Andersson
Approved by:	Approved by: lifanov (mentor, implicit), <olevole@olevole.ru> (maintainer)
2017-08-24 18:20:58 +00:00
Torsten Zuehlsdorff
2439a5401e 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>
2017-08-11 10:21:44 +00:00
Thomas Zander
f088097def Update to upstream version 1.5.2
PR:		213772
Submitted by:	olevole@olevole.ru (maintainer)
2016-11-13 15:52:30 +00:00
Veniamin Gvozdikov
c0b3332807 - 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)
2016-09-19 10:16:24 +00:00
Pawel Pekala
64e998a1c1 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
2016-07-24 20:56:07 +00:00
Dmitry Marakasov
db38d296fd - 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
2016-06-23 23:16:03 +00:00