1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Matthew Seaman
179c8320cb Update to 6.1.0
ChangeLog:	https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2017-02-10 08:30:49 +00:00
Dmitry Marakasov
9d79e7b146 - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-09 13:16:49 +00:00
Matthew Seaman
bcc29940c3 Update to 6.0.1
ChangeLog:	https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2016-11-30 18:55:49 +00:00
Matthew Seaman
647710051f Update to 6.0.0
ChangeLog:	https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2016-11-12 13:37:32 +00:00
Matthew Seaman
f5aaf6e55d Upgrade to 5.2.2
ChangeLog: https://github.com/citusdata/citus/blob/release-5.2/CHANGELOG.md
2016-11-08 08:38:38 +00:00
Matthew Seaman
320df82176 pg_citus is not compatible with postgresql 9.6.0 -- only 9.5.x works.
For now.
2016-10-04 09:35:20 +00:00
Matthew Seaman
a6405d78e3 Upgrade to 5.2.1
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2016-09-07 13:46:58 +00:00
Matthew Seaman
7b4c13b292 Update to version 5.2.0
Note: this release drops support for postgresql-9.4.x:
postgresql-9.5.x or above is now mandatory.

ChangeLog:	  https://github.com/citusdata/citus/blob/v5.2.0/CHANGELOG.md
2016-08-19 10:13:45 +00:00
Matthew Seaman
0e81ae8d7c Add 'lib' to WANT_PGSQL, now that it is possible to mix 'lib' with
other terms.
2016-06-22 11:20:12 +00:00
Matthew Seaman
14f297f295 Update to 5.1.1
Remove files/patch-src_backend_distributed_commands_multi__copy.c
  -- patch was incorporated upstream

Add USES+= readline

ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2016-06-18 13:12:02 +00:00
Matthew Seaman
51a95ee7ad Add pkg-plist changes forgotten in the previous update. 2016-05-19 16:36:21 +00:00
Matthew Seaman
5e53060395 Update to 5.1.0
- Remove all the previous patches: fixed upstream
  - but add a new patch for another missing header file

ChangeLog:  https://github.com/citusdata/citus/blob/v5.1.0/CHANGELOG.md
2016-05-19 14:52:41 +00:00
Matthew Seaman
33223ce665 Upgrade to 5.0.1
- fixes for 32bit platforms have been applied upstream, so remove the
    corresponding patch.

ChangeLog:	  https://github.com/citusdata/citus/blob/v5.0.1/CHANGELOG.md
2016-04-16 23:24:14 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Matthew Seaman
500185d1ac What is Citus?
* Open-source PostgreSQL extension (not a fork)
  * Scalable across multiple hosts through sharding and replication
  * Distributed engine for query parallelization
  * Highly available in the face of host failures

Citus horizontally scales PostgreSQL across commodity servers using
sharding and replication. Its query engine parallelizes incoming SQL
queries across these servers to enable real-time responses on large
datasets.

WWW: https://www.citusdata.com/

Differential Revision: https://reviews.freebsd.org/D5729
2016-03-26 16:53:33 +00:00