Commit graph

217796 commits

Author SHA1 Message Date
obache
fa1a5872d0 readline compat editline issue is resolved. 2014-06-09 00:46:57 +00:00
obache
e57748eaa5 Fixes support of "history" and "readline" alternative libraries.
Those are required for the case in readline compatible mode, not for using
builtin editline.
2014-06-09 00:26:19 +00:00
obache
2a698809bd Prepend to assume that builtin headers are in /usr/include. 2014-06-09 00:19:05 +00:00
rodent
236ce3fdf3 Updated sysutils/spice-protocol to 0.12.7 2014-06-09 00:18:38 +00:00
rodent
7f21fcc91d Major changes in 0.12.7
=======================
* add support for Webdav channel
* add support for the Opus codec
2014-06-09 00:18:25 +00:00
rodent
497e483240 Updated net/py-kombu to 3.0.18 2014-06-09 00:16:37 +00:00
rodent
0c07a0f29f CATEGORIES+=python. Use options framework to enable user to select all
options supported by this package, with none enabled by default. Changelog:

3.0.18
======

- A typo introduced in 3.0.17 caused kombu.async.hub to crash (Issue #360).

3.0.17
======

- ``kombu[librabbitmq]`` now depends on librabbitmq 1.5.2.

- Async: Event loop now selectively removes file descriptors for the mode
  it failed in, and keeps others (e.g read vs write).

- CouchDB: Now works without userid set.

- SQLAlchemy: Now supports recovery from connection errors.

- Redis: Restore at shutdown now works when ack emulation is disabled.

- :func:`kombu.common.eventloop` accidentally swallowed socket errors.

- Adds :func:`kombu.utils.url.sanitize_url`
2014-06-09 00:16:23 +00:00
rodent
51d4807ac4 Updated net/py-zmq to 14.3.0 2014-06-08 23:59:03 +00:00
rodent
713331912d Simplify PKGNAME regex. CATEGORIES+=python. Updated to latest release,
14.3.0. From docs/source/changelog.rst:

14.3.0
======

- PyZMQ no longer calls :meth:`Socket.close` or :meth:`Context.term` during process cleanup.
  Changes to garbage collection in Python 3.4 make this impossible to do sensibly.
- :meth:`ZMQStream.close` closes its socket immediately, rather than scheduling a timeout.
- Raise the original ImportError when importing zmq fails.
  Should be more informative than `no module cffi...`.

.. warning::

    Users of Python 3.4 should not use pyzmq < 14.3, due to changes in garbage collection.


14.2.0
======

New Stuff
---------

- Raise new ZMQVersionError when a requested method is not supported by the linked libzmq.
  For backward compatibility, this subclasses NotImplementedError.


Bugs Fixed
----------

- Memory leak introduced in pyzmq-14.0 in zero copy.
- OverflowError on 32 bit systems in zero copy.


14.1.0
======

Security
--------

The headline features for 14.1 are adding better support for libzmq's
security features.

- When libzmq is bundled as a Python extension (e.g. wheels, eggs),
  libsodium is also bundled (excluding Windows),
  ensuring that libzmq security is available to users who install from wheels
- New :mod:`zmq.auth`, implementing zeromq's ZAP authentication,
  modeled on czmq zauth.
  For more information, see the `examples <https://github.com/zeromq/pyzmq/tree/master/examples/>`_.


Other New Stuff
---------------

- Add PYZMQ_BACKEND for enabling use of backends outside the pyzmq codebase.
- Add :attr:`~.Context.underlying` property and :meth:`~.Context.shadow`
  method to Context and Socket, for handing off sockets and contexts.
  between pyzmq and other bindings (mainly pyczmq_).
- Add TOS, ROUTER_HANDOVER, and IPC_FILTER constants from libzmq-4.1-dev.
- Add Context option support in the CFFI backend.
- Various small unicode and build fixes, as always.
- :meth:`~.Socket.send_json` and :meth:`~.Socket.recv_json` pass any extra kwargs to ``json.dumps/loads``.


.. _pyczmq: https://github.com/zeromq/pyczmq

Deprecations
------------

- ``Socket.socket_type`` is deprecated, in favor of ``Socket.type``,
  which has been available since 2.1.
2014-06-08 23:58:51 +00:00
rodent
227d4c2b81 +py-couchdb - packaged originally in -wip by kamelderouiche@yahoo.com. 2014-06-08 23:40:12 +00:00
rodent
a8f67c51da Added databases/py-couchdb version 0.9 2014-06-08 23:39:24 +00:00
rodent
6844f6d8c4 Import py27-couchdb-0.9 as databases/py-couchdb.
Python library for working with CouchDB.
2014-06-08 23:39:13 +00:00
joerg
1e6bcc0d5f Don't try to extract the library search path from gcc/clang. It will
leak .buildlink into the final build and create a broken p5-gdbm.
Bump revision.
2014-06-08 23:35:55 +00:00
rodent
035b54230c Updated www/py-httplib2 to 0.9 2014-06-08 23:26:50 +00:00
rodent
efe4f157b2 Updated to latest release, 0.9. Nothing seems changed except the version,
dubbed "The heartbleed release." NFI. MASTER_SITES and HOMEPAGE were
updated. Package no longer includes README.
2014-06-08 23:26:35 +00:00
rodent
43368b9672 Updated devel/py-msgpack to 0.4.2 2014-06-08 23:17:49 +00:00
rodent
2be1684a37 0.4.2
Bugs fixed
 * Unpacker doesn't increment refcount of ExtType hook.
 * Packer raises no exception for inputs doesn't fit to msgpack format.

0.4.1
Changes

 * fallback.Unpacker.feed() supports bytearray.

Bugs fixed

 * Unpacker doesn't increment refcount of hooks. Hooks may be GCed while
   unpacking.
 * Unpacker may read unfilled internal buffer.
2014-06-08 23:17:37 +00:00
rodent
bc2111c080 +py-softlayer_messaging 2014-06-08 23:10:52 +00:00
rodent
f31382a5bf Added net/py-softlayer_messaging version 1.0.3 2014-06-08 23:10:15 +00:00
rodent
f297834254 Import py27-softlayer_messaging-1.0.3 as net/py-softlayer_messaging.
This code provides bindings written in Python to communicate with the SoftLayer
Message Queue API.
2014-06-08 23:09:53 +00:00
rodent
fefab29f29 +py-beanstalkc 2014-06-08 22:56:27 +00:00
rodent
8214680f26 Added net/py-beanstalkc version 0.4.0 2014-06-08 22:56:02 +00:00
rodent
ec420caaa2 Import py27-beanstalkc-0.4.0 as net/py-beanstalkc.
beanstalkc is a simple beanstalkd client library for Python. beanstalkd is a
fast, distributed, in-memory workqueue service.
2014-06-08 22:55:51 +00:00
rodent
f5f77adb17 +py-kazoo 2014-06-08 22:51:56 +00:00
rodent
a28187eb27 Added sysutils/py-kazoo version 2.0b1 2014-06-08 22:51:16 +00:00
rodent
ab20f83e9d Import py27-kazoo-2.0b1 as sysutils/py-kazoo.
kazoo implements a higher level API to Apache Zookeeper for Python clients.
2014-06-08 22:51:04 +00:00
rodent
20082e9d09 +py-gevent - packaged originally in -wip by kamel.derouiche@gmail.com. 2014-06-08 22:37:36 +00:00
rodent
6b32b1cc43 Added net/py-gevent version 1.0.1 2014-06-08 22:36:35 +00:00
rodent
d496201709 Import py27-gevent-1.0.1 as net/py-gevent.
gevent is a coroutine-based Python networking library that uses greenlet
to provide a high-level synchronous API on top of libevent event loop.
2014-06-08 22:36:22 +00:00
rodent
780b4ec45d +py-mongo - packaged originally in -wip by mishka@ 2014-06-08 22:14:36 +00:00
rodent
0e8021864f Added databases/py-mongo version 2.7.1 2014-06-08 22:13:47 +00:00
rodent
e8efb6d8ec Import py27-mongo-2.7.1 as databases/py-mongo.
The PyMongo distribution contains tools for interacting with MongoDB
database from Python.

The bson package is an implementation of the BSON format for Python.
The pymongo package is a native Python driver for MongoDB.
The gridfs package is a gridfs implementation on top of pymongo.
2014-06-08 22:13:36 +00:00
rodent
8a23dd6636 +py-boto 2014-06-08 22:04:45 +00:00
rodent
76d4b563bd Added www/py-boto version 2.29.1 2014-06-08 22:04:08 +00:00
rodent
ef8c2e0528 Import py27-boto-2.29.1 as www/py-boto.
Boto is a Python package that provides interfaces to Amazon Web Services.
2014-06-08 22:03:54 +00:00
rodent
83bed912f4 Sorry, but this package doesn't work with editline, at least when
PREFER_PKGSRC is set. Buildlink devel/readline instead.

libtool: link: cc -o luac5.2 .libs/luac.o -Wl,-E  ./.libs/liblua5.2.a -L/usr/pkgsrc/dev/lang/lua52/work/.buildlink/lib -lm -lreadline -lhistory
ld: cannot find -lreadline
ld: cannot find -lhistory
ld: cannot find -lreadline
ld: cannot find -lhistory
Makefile:66: recipe for target 'lua5.2' failed
gmake[2]: *** [lua5.2] Error 1
gmake[2]: *** Waiting for unfinished jobs....
Makefile:69: recipe for target 'luac5.2' failed
gmake[2]: *** [luac5.2] Error 1
gmake[2]: Leaving directory '/usr/pkgsrc/dev/lang/lua52/work/lua-5.2.3/src'
Makefile:101: recipe for target 'bsd' failed
gmake[1]: *** [bsd] Error 2
gmake[1]: Leaving directory '/usr/pkgsrc/dev/lang/lua52/work/lua-5.2.3/src'
Makefile:55: recipe for target 'bsd' failed
2014-06-08 19:05:00 +00:00
rodent
ed825b39ad Add another file to SUBST. 2014-06-08 17:18:03 +00:00
tsutsui
1b23f27036 Updated x11/mlterm to 3.3.6nb2 2014-06-08 16:47:45 +00:00
tsutsui
2f4afbad10 Pull post-3.3.6 fixes and improvements from upstream.
* Fix the failure of saving font configurations from mlconfig.
http://sourceforge.net/projects/mlterm/files/01release/mlterm-3.3.6/mlterm-3.3.6-fixes.patch/download
 * x_display_get_closest_color() caches 512 + 64 pixels.
f3ea4bb791

Bump PKGREVISION.
2014-06-08 16:46:25 +00:00
rodent
8d3a6055f8 Updated databases/py-redis-py to 2.10.1 2014-06-08 15:56:57 +00:00
rodent
53f559baf8 Updated to latest release, 2.10.1. From CHANGES:
* 2.10.1
    * Fixed a bug where Sentinel connections to a server that's no longer a
      master and receives a READONLY error will disconnect and reconnect to
      the master.
* 2.10.0
    * Discontinuted support for Python 2.5. Upgrade. You'll be happier.
    * The HiRedis parser will now properly raise ConnectionErrors.
    * Completely refactored PubSub support. Fixes all known PubSub bugs and
      adds a bunch of new features. Docs can be found in the README under the
      new "Publish / Subscribe" section.
    * Added the new HyperLogLog commanads (PFADD, PFCOUNT, PFMERGE). Thanks
      Pepijn de Vos and Vincent Ohprecio.
    * Updated TTL and PTTL commands with Redis 2.8+ semantics. Thanks Markus
      Kaiserswerth.
    * *SCAN commands now return a long (int on Python3) cursor value rather
      than the string representation. This might be slightly backwards
      incompatible in code using *SCAN commands loops such as
      "while cursor != '0':".
    * Added extra *SCAN commands that return iterators instead of the normal
      [cursor, data] type. Use scan_iter, hscan_iter, sscan_iter, and
      zscan_iter for iterators. Thanks Mathieu Longtin.
    * Added support for SLOWLOG commands. Thanks Rick van Hattem.
    * Added lexicographical commands ZRANGEBYLEX, ZREMRANGEBYLEX, and ZLEXCOUNT
      for sorted sets.
    * Connection objects now support an optional argument, socket_read_size,
      indicating how much data to read during each socket.recv() call. After
      benchmarking, increased the default size to 64k, which dramatically
      improves performance when fetching large values, such as many results
      in a pipeline or a large (>1MB) string value.
    * Improved the pack_command and send_packed_command functions to increase
      performance when sending large (>1MB) values.
    * Sentinel Connections to master servers now detect when a READONLY error
      is encountered and disconnect themselves and all other active connections
      to the same master so that the new master can be discovered.
    * Fixed Sentinel state parsing on Python 3.
    * Added support for SENTINEL MONITOR, SENTINEL REMOVE, and SENTINEL SET
      commands. Thanks Greg Murphy.
    * INFO ouput that doesn't follow the "key:value" format will now be
      appended to a key named "__raw__" in the INFO dictionary. Thanks Pedro
      Larroy.
    * The "vagrant" directory contains a complete vagrant environment for
      redis-py developers. The environment runs a Redis master, a Redis slave,
      and 3 Sentinels. Future iterations of the test sutie will incorporate
      more integration style tests, ensuring things like failover happen
      correctly.
    * It's now possible to create connection pool instances from a URL.
      StrictRedis.from_url() now uses this feature to create a connection pool
      instance and use that when creating a new client instance. Thanks
      https://github.com/chillipino
    * When creating client instances or connection pool instances from an URL,
      it's now possible to pass additional options to the connection pool with
      querystring arguments.
    * Fixed a bug where some encodings (like utf-16) were unusable on Python 3
      as command names and literals would get encoded.
    * Added an SSLConnection class that allows for secure connections through
      stunnel or other means. Construct and SSL connection with the sll=True
      option on client classes, using the rediss:// scheme from an URL, or
      by passing the SSLConnection class to a connection pool's
      connection_class argument. Thanks https://github.com/oranagra.
    * Added a socket_connect_timeout option to control how long to wait while
      establishing a TCP connection before timing out. This lets the client
      fail fast when attempting to connect to a downed server while keeping
      a more lenient timeout for all other socket operations.
    * Added TCP Keep-alive support by passing use the socket_keepalive=True
      option. Finer grain control can be achieved using the
      socket_keepalive_options option which expects a dictionary with any of
      the keys (socket.TCP_KEEPIDLE, socket.TCP_KEEPCNT, socket.TCP_KEEPINTVL)
      and integers for values. Thanks Yossi Gottlieb.
    * Added a `retry_on_timeout` option that controls how socket.timeout errors
      are handled. By default it is set to False and will cause the client to
      raise a TimeoutError anytime a socket.timeout is encountered. If
      `retry_on_timeout` is set to True, the client will retry a command that
      timed out once like other `socket.error`s.
    * Completely refactored the Lock system. There is now a LuaLock class
      that's used when the Redis server is capable of running Lua scripts along
      with a fallback class for Redis servers < 2.6. The new locks fix several
      subtle race consider that the old lock could face. In additional, a
      new method, "extend" is available on lock instances that all a lock
      owner to extend the amount of time they have the lock for. Thanks to
      Eli Finkelshteyn and https://github.com/chillipino for contributions.
2014-06-08 15:56:39 +00:00
wiz
9156e753a1 + Mesa-10.2.1, MesaLib-10.2.1, bochs-2.6.5, glu-10.2.1, libetonyek-0.1.1,
mpc-0.26, nettle-3.0, nspr-4.10.6, openttd-1.4.1, py-icalendar-3.7,
  py-jinja2-2.7.3, py-pytz-2014.4, py-setuptools-4.0.1, py-six-1.7.0,
  py-tornado-3.2.2, x264-devel-20140607, xterm-306.
2014-06-08 14:03:55 +00:00
taca
3acb03ed10 - roundcube-1.0.0. 2014-06-08 13:36:55 +00:00
taca
25a91e9474 Note update of mail/roundcube package to 1.0.1. 2014-06-08 13:36:03 +00:00
taca
73bda3bf76 Update roundcube to 1.0.1.
Add dependency to net/pear-Net_Sieve.

Please refer UPGRADING from older relase, especially configuration
files are changed.

Please refer CHANGELOG for detail.
2014-06-08 13:35:24 +00:00
taca
24a674afa9 Note update of devel/SOPE and www/SOGo package to 2.2.5. 2014-06-08 13:22:38 +00:00
taca
7875dc791e Update SOGo to 2.2.5.
2.2.5 (2014-06-05)
------------------

Enhancements
 - new meta tag to tell IE to use the highest mode available
 - updated Dutch, Finnish, German, and Polish translations

Bug fixes
 - avoid crashing when we forward an email with no Subject header
 - we no longer try to include attachments when replying to a mail
 - fixed ActiveSync repetitive events issues with "Weekly" and "Monthly" ones
 - fixed ActiveSync text/plain parts re-encoding issues for Outlook

2.2.4 (2014-05-29)
------------------

New features
 - new print option in Calendar module
 - now able to save unknown recipient emails to address book on send (#1496)

Enhancements
 - Sieve folder encoding is now configurable (#2622)
 - SOGo version is now displayed in preferences window (#2612)
 - report Sieve error when saving preferences (#1046)
 - added the SOGoMaximumSyncWindowSize system default to overwrite the
   maximum number of items returned during an ActiveSync sync operation
 - updated datepicker
 - addressbooks properties are now accessible from a popup window
 - extended events and tasks searches
 - updated Czech, French, Hungarian, Polish, Russian, Slovak, Spanish (Argentina), and Spanish (Spain) translations
 - added more sycned contact properties when using ActiveSync (#2775)
 - now possible to configure the default subscribed resource name using SOGoSubscriptionFolderFormat
 - now handle server-side folder updates using ActiveSync (#2688)
 - updated CKEditor to version 4.4.1

Bug fixes
 - fixed saved HTML content of draft when attaching a file
 - fixed text nodes of HTML content handler by encoding HTML entities
 - fixed iCal7 delegation issue with the "inbox" folder (#2489)
 - fixed birth date validity checks (#1636)
 - fixed URL handling (#2616)
 - improved folder rename operations using ActiveSync (#2700)
 - fixed SmartReply/Forward when ReplaceMime was omitted (#2680)
 - fixed wrong generation of weekly repetitive events with ActiveSync (#2654)
 - fixed incorrect XML data conversion with ActiveSync (#2695)
 - fixed display of events having a category with HTML entities (#2703)
 - fixed display of images in CSS background (#2437)
 - fixed limitation of Sieve script size (#2745)
 - fixed sync-token generation when no change was returned (#2492)
 - fixed the IMAP copy/move operation between subfolders in different accounts
 - fixed synchronization of seen/unseen status of msgs in Webmail (#2715)
 - fixed focus of popup windows open through a contextual menu with Firefox on Windows 7
 - fixed missing characters in shared folder names over ActiveSync (#2709)
 - fixed reply and forward mail templates for Brazilian Portuguese (#2738)
 - fixed newline in signature when forwarding a message as attachment in HTML mode (#2787)
 - fixed restoration of options (priority & return receipt) when editing a draft (#193)
 - fixed update of participation status via CalDAV (#2786)

2.2.3 (2014-04-03)
------------------

Enhancements
 - updated Dutch, Hungarian, Russian and Spanish (Argentina) translations
 - initial support for ActiveSync event reminders support (#2681)
 - updated CKEditor to version 4.3.4

Bug fixes
 - fixed possible exception when retrieving the default event reminder value on 64bit architectures (#2678)
 - fixed calling unescapeHTML on null variables to avoid JavaScript exceptions in Contacts module
 - fixed detection of IMAP flags support on the client side (#2664)
 - fixed the ActiveSync issue marking all mails as read when downloading them
 - fixed ActiveSync's move operations not working for multiple selections (#2691)
 - fixed email validation regexp to allow gTLDs
 - improved all-day events support for ActiveSync (#2686)

2.2.2 (2014-03-21)
------------------

Enhancements
 - updated French, Finnish, German and Spanish (Spain) translations
 - added sanitization support for Outlook/ActiveSync to circumvent Outlook bugs (#2667)
 - updated CKEditor to version 4.3.3
 - updated jQuery File Upload to version 9.5.7

Bug fixes
 - fixed possible exception when retrieving the default event reminder value on 64bit architectures (#2647, #2648)
 - disable file paste support in mail editor (#2641)
 - fixed copying/moving messages to a mail folder begining with a digit (#2658)
 - fixed unseen count for folders beginning with a digit and used in Sieve filters (#2652)
 - fixed decoding of HTML entities in reminder alerts (#2659)
 - fixed check for resource conflict when creating an event in the resource's calendar (#2541)
 - fixed construction of mail folders tree
 - fixed parsing of ORG attribute in cards (#2662)
 - disabled ActiveSync provisioning for now (#2663)
 - fixed messages move in Outlook which would create duplicates (#2650)
 - fixed translations for OtherUsersFolderName and SharedFoldersName folders (#2657)
 - fixed handling of accentuated characters when filtering contacts (#2656)
 - fixed classification icon of events (#2651)
 - fixed ActiveSync's SendMail with client version <= 12.1 (#2669)
2014-06-08 13:21:37 +00:00
taca
09b3664791 Update SOPE to 2.2.5, required by SOGo 2.2.5.
Changes are too many to write here.
2014-06-08 13:20:15 +00:00
taca
cb2c0c8589 Note update of www/fengoffice package to 2.6.1. 2014-06-08 13:06:49 +00:00
taca
b76dafd0cc Update fengoffice to 2.6.1.
Changes from 2.5.1 are too many to write here, please refer
readme.txt file.
2014-06-08 13:05:51 +00:00