Commit graph

217808 commits

Author SHA1 Message Date
wiz
b6e69cb54e Fix build on NetBSD-6. From Leonardo Taccari in PR 48882. 2014-06-09 09:27:10 +00:00
obache
d318583b57 -lpthread not needed, it's in libroot. 2014-06-09 08:47:29 +00:00
rodent
340dab51ac Fix SHA1 (again). 2014-06-09 04:06:59 +00:00
rodent
53f840d565 Rollback last commits, as it's not working properly. 2014-06-09 04:05:34 +00:00
rodent
bac7b78b88 Fix SHA1. 2014-06-09 03:40:09 +00:00
rodent
1deceaa827 Fix linker flag. Step 1 of getting shared library support to work. 2014-06-09 03:36:57 +00:00
schnoebe
2da1c3c41b update print/hplip to 2.14.6. 2014-06-09 01:12:30 +00:00
schnoebe
6e65ff3e1a HPLIP 3.14.6 - This release has the following changes:
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-09 01:11:32 +00:00
rodent
4150c16395 Remove www/py-boto. 2014-06-09 00:52:53 +00:00
rodent
46627a76fd Remove py-boto, as it's a duplicate of net/py-boto. Searched for the wrong
package before adding this one. Sorry for the noise.
2014-06-09 00:51:47 +00:00
rodent
50e1592e27 Updated net/py-boto to 2.29.1 2014-06-09 00:49:49 +00:00
rodent
eeaf86cf66 Fold diffs from www/py-boto into this package. Use ALTERNATIVES for files
installed to ${PREFIX}/bin. CATEGORIES+=python www. Fix HOMEPAGE and
MASTER_SITES. Update REPLACE_PYTHON.
2014-06-09 00:49:33 +00:00
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