summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-06-09Fix SHA1.rodent1-2/+2
2014-06-09Fix linker flag. Step 1 of getting shared library support to work.rodent2-4/+4
2014-06-09update print/hplip to 2.14.6.schnoebe1-1/+2
2014-06-09HPLIP 3.14.6 - This release has the following changes:schnoebe3-8/+16
Added Support for the Following New Printers: - HP DesignJet Z6600 PostScript - HP DesignJet Z6800PS Photo - HP DesignJet D5800 60-in Production Printer - HP DesignJet T3500 36-in Production eMFP - HP Designjet T7200 42-in Production Printer - HP Deskjet 2543 All-in-One Printer - HP Deskjet 2549 All-in-One Printer - HP OfficeJet Pro 8640 e-All-in-One Printer - HP OfficeJet Pro 8660 e-All-in-One Printer Added support for the following new Distro's: - Boss 5.0 - Debian 7.5 - Linux Mint 17 Issues fixed: - Fixed Device Communication Error on launching HP Device Manager - Unable to add/remove file in 'hp-sendfax' wizard - Fax cover page does not get changed after changing recipient second time - Improved scan performance for 'hp-scan' utility Launchpad fixes: 1310869 - hplip updates my public key ring and changes its ownership to "root" 1318956 - avahi.py:64:detectNetworkDevices:ValueError: need more than 1 value to unpack
2014-06-09Remove www/py-boto.rodent1-2/+1
2014-06-09Remove py-boto, as it's a duplicate of net/py-boto. Searched for the wrongrodent6-1058/+3
package before adding this one. Sorry for the noise.
2014-06-09Updated net/py-boto to 2.29.1rodent1-1/+2
2014-06-09Fold diffs from www/py-boto into this package. Use ALTERNATIVES for filesrodent4-36/+308
installed to ${PREFIX}/bin. CATEGORIES+=python www. Fix HOMEPAGE and MASTER_SITES. Update REPLACE_PYTHON.
2014-06-09readline compat editline issue is resolved.obache1-2/+2
2014-06-09Fixes support of "history" and "readline" alternative libraries.obache1-4/+6
Those are required for the case in readline compatible mode, not for using builtin editline.
2014-06-09Prepend to assume that builtin headers are in /usr/include.obache1-2/+2
2014-06-09Updated sysutils/spice-protocol to 0.12.7rodent1-1/+2
2014-06-09Major changes in 0.12.7rodent2-6/+6
======================= * add support for Webdav channel * add support for the Opus codec
2014-06-09Updated net/py-kombu to 3.0.18rodent1-1/+2
2014-06-09CATEGORIES+=python. Use options framework to enable user to select allrodent3-8/+74
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-08Updated net/py-zmq to 14.3.0rodent1-1/+2
2014-06-08Simplify PKGNAME regex. CATEGORIES+=python. Updated to latest release,rodent3-14/+35
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+py-couchdb - packaged originally in -wip by kamelderouiche@yahoo.com.rodent1-1/+2
2014-06-08Added databases/py-couchdb version 0.9rodent1-1/+2
2014-06-08Import py27-couchdb-0.9 as databases/py-couchdb.rodent5-0/+143
Python library for working with CouchDB.
2014-06-08Don't try to extract the library search path from gcc/clang. It willjoerg3-4/+14
leak .buildlink into the final build and create a broken p5-gdbm. Bump revision.
2014-06-08Updated www/py-httplib2 to 0.9rodent1-1/+2
2014-06-08Updated to latest release, 0.9. Nothing seems changed except the version,rodent3-19/+9
dubbed "The heartbleed release." NFI. MASTER_SITES and HOMEPAGE were updated. Package no longer includes README.
2014-06-08Updated devel/py-msgpack to 0.4.2rodent1-1/+2
2014-06-080.4.2rodent2-6/+6
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+py-softlayer_messagingrodent1-1/+2
2014-06-08Added net/py-softlayer_messaging version 1.0.3rodent1-1/+2
2014-06-08Import py27-softlayer_messaging-1.0.3 as net/py-softlayer_messaging.rodent4-0/+59
This code provides bindings written in Python to communicate with the SoftLayer Message Queue API.
2014-06-08+py-beanstalkcrodent1-1/+2
2014-06-08Added net/py-beanstalkc version 0.4.0rodent1-1/+2
2014-06-08Import py27-beanstalkc-0.4.0 as net/py-beanstalkc.rodent4-0/+35
beanstalkc is a simple beanstalkd client library for Python. beanstalkd is a fast, distributed, in-memory workqueue service.
2014-06-08+py-kazoorodent1-1/+2
2014-06-08Added sysutils/py-kazoo version 2.0b1rodent1-1/+2
2014-06-08Import py27-kazoo-2.0b1 as sysutils/py-kazoo.rodent5-0/+195
kazoo implements a higher level API to Apache Zookeeper for Python clients.
2014-06-08+py-gevent - packaged originally in -wip by kamel.derouiche@gmail.com.rodent1-1/+2
2014-06-08Added net/py-gevent version 1.0.1rodent1-1/+2
2014-06-08Import py27-gevent-1.0.1 as net/py-gevent.rodent5-0/+151
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+py-mongo - packaged originally in -wip by mishka@rodent1-1/+2
2014-06-08Added databases/py-mongo version 2.7.1rodent1-1/+2
2014-06-08Import py27-mongo-2.7.1 as databases/py-mongo.rodent4-0/+155
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+py-botorodent1-1/+2
2014-06-08Added www/py-boto version 2.29.1rodent1-1/+2
2014-06-08Import py27-boto-2.29.1 as www/py-boto.rodent4-0/+1054
Boto is a Python package that provides interfaces to Amazon Web Services.
2014-06-08Sorry, but this package doesn't work with editline, at least whenrodent1-2/+2
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-08Add another file to SUBST.rodent1-3/+3
2014-06-08Updated x11/mlterm to 3.3.6nb2tsutsui1-1/+2
2014-06-08Pull post-3.3.6 fixes and improvements from upstream.tsutsui10-3/+500
* 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. https://bitbucket.org/arakiken/mlterm/commits/f3ea4bb79134409b0b66ba22676b9b4d1f5e1c02 Bump PKGREVISION.
2014-06-08Updated databases/py-redis-py to 2.10.1rodent1-1/+2
2014-06-08Updated to latest release, 2.10.1. From CHANGES:rodent3-7/+10
* 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+ Mesa-10.2.1, MesaLib-10.2.1, bochs-2.6.5, glu-10.2.1, libetonyek-0.1.1,wiz1-7/+18
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.