Commit graph

12644 commits

Author SHA1 Message Date
Martin Wilke
59975d569b This extension provides an API for communicating with Redis database,
a persistent key-value database with built-in net interface written
in ANSI-C for Posix systems.

It is a fork of alfonsojimenez's phpredis, adding many methods and
fixing a lot of issues.

WWW: https://github.com/nicolasff/phpredis

PR:		ports/189414
Submitted by:	Arjan Koole <arjan@blackoak.net>
2014-06-04 11:49:48 +00:00
Baptiste Daroussin
69f1ad517f Fix dependency after switch to USES=pgsql 2014-06-04 09:23:09 +00:00
Baptiste Daroussin
8d148b99b3 Convert to USES=pgsql 2014-06-04 09:18:44 +00:00
Martin Wilke
5a9a08cc86 SFCGAL is a C++ wrapper library around CGAL with the aim of supporting ISO
19107:2013 and OGC Simple Features Access 1.2 for 3D operations.

SFCGAL provides standard compliant geometry types and operations, that can be
accessed from its C or C++ APIs. PostGIS uses the C API, to expose some
SFCGAL's functions in spatial databases

WWW: http://www.sfcgal.org/

PR:		ports/188927
Submitted by:	Loïc BARTOLETTI <coder@tuxfamily.org>
2014-06-04 08:49:57 +00:00
Martin Wilke
ac6a82dc0b - Add SFCGAL option (ports/188927)
- Add Licenses
- Add stage
- Fix iconv (ports/186563)

PR:		189540
Submitted by:	maintainer
2014-06-04 08:11:09 +00:00
Sunpoet Po-Chuan Hsieh
9026405a6d - Update LICENSE
Approved by:	portmgr (blanket)
2014-06-03 17:20:45 +00:00
Vanilla I. Shu
28775aff66 Upgrade snappy to 1.1.1, and bump all related PORTREVISION to chase shared library version.
PR:		ports/190409
Submitted by:	ports at robakdesign.com
Approved by:	portmgr@ (for NO_STAGE)
2014-06-03 14:34:06 +00:00
Alex Dupre
baa2f5cff4 Update to 5.6.19 release. 2014-06-03 12:53:54 +00:00
Alex Dupre
d48bb98dd8 Update to 5.5.38 release. 2014-06-03 12:33:57 +00:00
Barbara Guida
1c9f97117a - Update to 11.2.0.4 (using JDK 1.6 jar)
- Add STAGE support
2014-06-02 14:15:10 +00:00
John Marino
5b1df3895a libgda[45]-jdbc: Set to build only with openjdk6
Due to a change in the default system ld.library.path, these ports
fail to build due to not being able to find libjvm.so.  Verified by
Redports, only openJDK6 can build these ports currently.

Approved by:	gnome (kwm)
2014-06-02 12:41:44 +00:00
Martin Wilke
afcacdf122 - Update to 5.5.37
PR:		189887
Submitted by:	maintainer
2014-06-02 12:28:58 +00:00
Sergey A. Osokin
c4bf2a232e Upgrade from 3.0.0-beta2 to 3.0.0-beta5.
Fix lua/luajit-specific extra patches.
Stagefy.

<ChangeLog>

--[ Redis 3.0.0 Beta 5 (version 2.9.54) ] Release date: 26 may 2014

This is the 5th beta of Redis 3.0.0. It does not include any real
worthwhile change (just three days passed since the previous beta), but
fixes two stupid bugs preventing cluster tests to pass.

--[ Redis 3.0.0 Beta 4 (version 2.9.53) ] Release date: 23 may 2014

This is the fourth beta of Redis 3.0.0.

>> General changes

* [NEW] Scripting engine performances improvements.
* [NEW] Log format slightly changed to report current node role.

* [FIX] Correct the HyperLogLog stale cache flag to prevent unnecessary
        computation.

>> Cluster changes

* [NEW] redis-trib: ability to import data from standalone Redis instances.
* [NEW] redis-trib: "fix" subcommand much better at fixing errors.
* [NEW] CLUSTER FAILOVER FORCE implemented.
* [NEW] CLUSTER RESET implemented, it is now possible to completely reset
        nodes and create a new cluster without restarting anything.
* [NEW] Slave validity factor (max estimated data age to still failover)
        is now under the control of the user, and can be configured via
        redis.conf or CONFIG SET. Option name cluster-slave-validity-factor.
* [NEW] Cluster test: failure detection and failover initial tests.
* [NEW] CLUSTER MEET: better error messages when address is invalid.
* [NEW] Bulk-accept new Cluster nodes in the Cluster bus instead of
        performing just a single accept() per event fired.

* [FIX] Bypass data_age check for manual failovers.
* [FIX] Fixed data_age computation / check integer overflow.
* [FIX] Various fixes to Tcl client.tcl Redis Cluster client used in tests.
* [FIX] Better handling of stolen slots.
* [FIX] Don't accept cluster bus connections during startup.

>> Sentinel changes

* [NEW] Generate +config-update-from event when a new config is received.
* [NEW] Log when a failover will be re-attempted again.

* [FIX] Sentinel: Add "dir /tmp" directive in example sentinel.conf.

--[ Redis 3.0.0 Beta 3 (version 2.9.52) ] Release date: 5 may 2014

This is the third beta of Redis 3.0.0.

>> General changes

* [NEW] New data structure: the HyperLogLog (see 2.8 release notes).
* [NEW] Lexicograhical range queries in sorted sets (see 2.8 release notes).
* [NEW] LRU algorithm precision greatly improved.

* [FIX] Redis is now much more responsive to reply with LOADING / BUSY errors.

>> Cluster changes

* [NEW] Cluster testing framework and initial tests.
* [NEW] Cluster epochs collision resolution (make Redis Cluster more resilient
        to admin and programming errors).
* [NEW] Persist / fsync some global state to ensure correct crash-recovery
        semantics.
* [NEW] New command introduced: CLUSTER SET-CONFIG-EPOCH, still not used
        by redis-trib. Will be used to speedup the assignment of unique
        epochs to different nodes at cluster creation time. For now this is
        handled as a side effect of the cluster epochs collision resolution.

* [FIX] Different fixes to redis-trib cluster creation.
* [FIX] Fix an error in the CLUSTER NODES output for nodes slots.

>> Sentinel changes

* [NEW] Sentinels are now able to send update messages in a peer-to-peer
        fashion even if no Redis instances are available. Now the Sentinel
        liveness property that the most updated configuration in a given
        partition is propagated to all the Sentinels is extended to partitions
        without reachable instances.
* [NEW] Sentinel safety properties are now ensured in a crash-recovery system
        model since some state is persisted on disk before replying to other
        nodes, and reloaded at startup.
* [NEW] Sentinel now uses CLIENT SETNAME so that it is easy to identify
        Sentinels using CLIENT LIST among other clients.
* [NEW] Sentinel failure detection and reconnection code improved.

</ChangeLog>
2014-06-02 01:42:11 +00:00
William Grzybowski
19aeafab96 databases/py-sqlobject: update to 1.6.0 and add license
PR:		ports/190421
Submitted by:	Bartek Rutkowski <ports at robakdesign com>
2014-06-01 23:04:51 +00:00
William Grzybowski
1873d38a77 databases/pymongo: update to 2.7.1
PR:		ports/190424
Submitted by:	Bartek Rutkowski <ports at robakdesign com>
2014-06-01 23:03:29 +00:00
Alex Kozlov
fe7fc772a5 - Fix various distinfo errors
- Remove unused USE_* knobs
- Convert USE_TWISTED_RUN to USES
- Remove empty lines after .include <bsd.port.mk>

Approved by:	portmgr (antoine)
2014-05-31 16:37:58 +00:00
Alexey Degtyarev
e64bb3f555 Update to latest version - 2.8.
Approved by:	wg (mentor)
2014-05-31 08:32:05 +00:00
Marcus von Appen
9f90cca55f Peewee is a MIT licensed object relational mapper for Python. It allows access
of relational databases (MySQL / MariaDB, PostgreSQL, SQLite3) in a pretty
object oriented way. There is usually no need to write SQL.

PR:		ports/185470
Submitted by:	Matthias Petermann <matthias@petermann-it.de>
2014-05-31 08:31:00 +00:00
Sunpoet Po-Chuan Hsieh
76e1fca2e4 - Fix dependency: this port requires libpgcommon.a from postgresqlXX-server
- Bump PORTREVISION for dependency change

PR:		ports/189773
Submitted by:	marck
Approved by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2014-05-30 05:31:16 +00:00
Mathieu Arnold
188cc9c140 - Fix build
- Fix plist with pgsql > 9.0
- Update to 1.1.10 to fix with pgsql >= 9.3

Sponsored by:	Absolight
2014-05-29 20:21:45 +00:00
Mathieu Arnold
55e4a46b72 Fix for postgresql > 9.0.
Sponsored by:	Absolight
2014-05-29 19:29:18 +00:00
Antoine Brodin
0416a2e70a Chase USES=pgsql in pgtcl slaves 2014-05-29 08:12:51 +00:00
Philippe Audeoud
0b744e3744 - Update to 1.113
- Add license
2014-05-28 14:11:03 +00:00
Baptiste Daroussin
6122aafaef Convert to USES=pgsql 2014-05-28 11:47:09 +00:00
Baptiste Daroussin
fa9f53cd1e Fix dependency 2014-05-28 11:43:59 +00:00
Baptiste Daroussin
103a2dc4dc Convert to USES=pgsql 2014-05-28 11:39:54 +00:00
Baptiste Daroussin
ef2e907e0a Convert to USES=pgsql 2014-05-28 11:38:54 +00:00
Baptiste Daroussin
fbdc4c068c Convert to USES=pgsql 2014-05-28 11:37:01 +00:00
Baptiste Daroussin
59913d7d7e Convert to USES=pgsql 2014-05-28 11:36:01 +00:00
Baptiste Daroussin
c621da4237 Convert to USES=pgsql 2014-05-28 11:35:34 +00:00
Baptiste Daroussin
c0e1e101f7 Convert to USES=pgsql 2014-05-28 11:34:51 +00:00
Baptiste Daroussin
ff3163c6a9 Convert to USES=pgsql 2014-05-28 11:30:26 +00:00
Dag-Erling Smørgrav
c1b4c17b3b Upgrade to 0.07040 and take over maintainership.
Approved by:	perl (bapt)
2014-05-27 23:04:12 +00:00
Matthias Andree
a3540da380 Update to new upstream release 6.0.30.
ChangeLog: <http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_0.html>

Note that databases using BLOB support require an upgrade,
adding a corresponding note to UPDATING.
2014-05-27 15:40:43 +00:00
Baptiste Daroussin
019aefdf9e Revert previous commit, it was not supposed touch this port yet
With hat:	portmgr
2014-05-27 11:44:04 +00:00
Baptiste Daroussin
00e545d283 Convert to USES=pgsql 2014-05-27 10:43:49 +00:00
Baptiste Daroussin
88a143795b Convert to USES=pgsql
With hat:	portmgr
2014-05-27 10:42:11 +00:00
Baptiste Daroussin
f5ba1ef320 Convert to USES=lua and make it use lua 5.2 by default 2014-05-26 16:01:45 +00:00
Baptiste Daroussin
e7c3cd6a2d Convert one more port to USES=lua 2014-05-26 15:36:49 +00:00
Sunpoet Po-Chuan Hsieh
c88e15e19f - Add LICENSE
- Pass maintainership to submitter
- While I'm here, remove leading indefinite article from COMMENT

PR:		ports/190252
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-26 15:34:31 +00:00
Sunpoet Po-Chuan Hsieh
0e20c9d45f - Add LICENSE
- Pass maintainership to submitter

PR:		ports/190251
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-26 15:34:27 +00:00
Sunpoet Po-Chuan Hsieh
fb64a25685 - Add LICENSE
- Pass maintainership to submitter

PR:		ports/190250
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-26 15:34:23 +00:00
Baptiste Daroussin
e836ab008a Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua

Approved by:	portmgr (implicit)
2014-05-26 15:28:28 +00:00
Martin Wilke
257d61366c - Convert gmake, bzip to USES
Approved by:	portmgr
2014-05-26 11:57:55 +00:00
Baptiste Daroussin
c8903f1219 Convert to USES=mono
With hat:	portmgr
2014-05-26 11:42:12 +00:00
Martin Wilke
85d657e6f0 Approved by: portmgr (myself) 2014-05-26 11:38:51 +00:00
Pietro Cerutti
ad2ef8e932 - Update to 2.2.5
PR:		190108
Submitted by:	gahr@
Approved by:	maintainer
2014-05-26 07:04:19 +00:00
Baptiste Daroussin
f0a8714b3a Convert to USES=dos2unix
With hat:	portmgr
2014-05-26 06:55:07 +00:00
Eitan Adler
eccf5db03a Multiple ports: reset maintainers
Maintainers for these ports have been notified on 5 separate occasions
	over the course of several months about pending actions required.

	We really appreciate the time and effort you put in to maintain
	these ports.

	If you are still interested in helping to maintain these ports just
	reply to me or file a PR and I will happily assign the port to you
	again.

Approved by:	portmgr (implicit)
2014-05-26 02:33:38 +00:00
Steve Wills
e90080ca9a - Add STAGE support
- Depend on xmlto to generate man pages. Add DOCS option

PR:		ports/189787
Submitted by:	"Mikhail T." <m.tsatsenko@gmail.com> (maintainer)
2014-05-25 12:23:00 +00:00