aboutsummaryrefslogtreecommitdiff
path: root/databases/tile38/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Convert all Go ports to USES=goTobias Kortkamp2019-06-291-3/+2
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=505321
* Update to version 1.12.0Kirill Ponomarev2018-04-131-1/+1
| | | | | | | | PR: 227486 Submitted by: maintainer Notes: svn path=/head/; revision=467228
* databases/tile38: Update to 1.11.1Danilo G. Baio2018-03-171-1/+1
| | | | | | | | | | Changes: https://github.com/tidwall/tile38/releases/tag/1.11.1 PR: 226660 Submitted by: Andreas Andersson <a.andersson.thn@gmail.com> (maintainer) Notes: svn path=/head/; revision=464810
* databases/tile38: Update to 1.11.0Yuri Victorovich2018-03-061-4/+3
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=463691
* databases/tile38: give maintainer to a.andersson.thn@gmail.comKurt Jaeger2018-02-221-1/+1
| | | | | | | Submitted by: Andreas Andersson <a.andersson.thn@gmail.com> Notes: svn path=/head/; revision=462614
* Reset MAINTAINERTobias Kortkamp2018-02-221-1/+1
| | | | | | | | | https://lists.freebsd.org/pipermail/freebsd-ports/2018-February/112646.html Submitted by: olevole@olevole.ru (maintainer) Notes: svn path=/head/; revision=462587
* databases/tile38 update to 1.10.1Ruslan Makhmatkhanov2018-01-221-4/+2
| | | | | | | | | | | Update to 1.10.1, changes: - https://github.com/tidwall/tile38/releases/tag/1.10.1 PR: 225329 Submitted by: olevole@olevole.ru (maintainer) Notes: svn path=/head/; revision=459672
* databases/tile38: update to 1.10.0Roman Bogorodskiy2018-01-091-1/+1
| | | | | | | | | | | Change Log: https://github.com/tidwall/tile38/releases/tag/1.10.0 PR: 225023 Submitted by: maintainer Notes: svn path=/head/; revision=458547
* * Updated to 1.9.1Richard Gallamore2017-08-241-6/+6
| | | | | | | | | | | * Cleanup Makefile PR: 221580 Submitted by: Andreas Andersson Approved by: Approved by: lifanov (mentor, implicit), <olevole@olevole.ru> (maintainer) Notes: svn path=/head/; revision=448700
* databases/tile38: Update from 1.5.2 to 1.9.0Torsten Zuehlsdorff2017-08-111-1/+1
| | | | | | | | | | Changelog: https://github.com/tidwall/tile38/blob/1.9.0/CHANGELOG.md PR: 221313 Submitted by: Andreas Andersson <a.andersson.thn@gmail.com> Notes: svn path=/head/; revision=447752
* Update to upstream version 1.5.2Thomas Zander2016-11-131-1/+1
| | | | | | | | PR: 213772 Submitted by: olevole@olevole.ru (maintainer) Notes: svn path=/head/; revision=426058
* - Update to 1.4.2Veniamin Gvozdikov2016-09-191-1/+1
| | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=422422
* Update to version 1.3.0Pawel Pekala2016-07-241-1/+1
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=419027
* - Add databases/tile38Dmitry Marakasov2016-06-231-0/+54
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 Notes: svn path=/head/; revision=417404