Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2h)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 18:25:10 UTC Now

2014-04-20 08:22:11 UTC MAIN commitmail json YAML

Updated net/py-irclib to 8.5.4nb2

(imil)

2014-04-20 08:21:56 UTC MAIN commitmail json YAML

Added devel/py-setuptools as a dependency

(imil)

2014-04-20 06:40:37 UTC MAIN commitmail json YAML

Updated inputmethod/uim to 1.8.6nb11

(ryoon)

2014-04-20 06:40:00 UTC MAIN commitmail json YAML

2014-04-20 03:05:26 UTC MAIN commitmail json YAML

Added security/p5-Digest-SHA3 version 0.12

(wen)

2014-04-20 03:04:05 UTC MAIN commitmail json YAML

Add p5-Digest-SHA3

(wen)

2014-04-20 03:02:49 UTC MAIN commitmail json YAML

Import Digest-SHA3-0.12 as security/p5-Digest-SHA3.

Digest::SHA3 is a complete implementation of the NIST SHA-3
cryptographic hash function, known originally as Keccak. It
gives Perl programmers a convenient way to calculate SHA3-224,
SHA3-256, SHA3-384, and SHA3-512 message digests, as well as
variable-length hashes using the SHA3-0 variant. The module
can handle all types of input, including partial-byte data.

(wen)

2014-04-20 02:46:58 UTC MAIN commitmail json YAML

Updated security/p5-Digest-SHA to 5.89

(wen)

2014-04-20 02:46:00 UTC MAIN commitmail json YAML

Update to 5.89

Upstream changes:
5.89  Sat Apr 19 05:14:48 MST 2014
- added universal newlines mode ("U") to addfile and shasum
-- based on Python Universal Newlines concept
-- newlines identical across MacOS, DOS, and UNIX
-- will deprecate portable mode ("p") in future
-- "U" mode is cleaner and more efficient
- enhanced performance
-- reduced number of dynamic memory allocations
-- sped up addfile method with use of C code
-- ref. SHA.xs (_addfilebin and _addfileuniv)
- eliminated experimental -M option in favor of new -R option
-- reverses order of digest module preference
-- undocumented: for test and development use only
- sealed memory leak in SHA.xs
-- arose only with SvPVbyte exceptions during eval
- patched inheritence bug (ref: rt.cpan.org #94830)
-- use sv_isobject/sv_derived_from instead of sv_isa
- added 'allocated' flag to SHA structure (ref. src/sha.h)
-- to guard against Perl double frees

(wen)

2014-04-20 02:40:37 UTC MAIN commitmail json YAML

Updated time/p5-DateTime to 1.08

(wen)

2014-04-20 02:39:32 UTC MAIN commitmail json YAML

Update to 1.08

Upstream changes:
1.08  2014-03-11

- DateTime now calls DateTime->_core_time() instead of calling Perl's time()
  built-in directly. This makes it much easier to override the value of time()
  that DateTime sees. This may make it easier to write tests for code that
  uses DateTime .

1.07  2014-02-06

- Added a hack to get this module working on Android. RT #92671.

(wen)

2014-04-20 02:29:49 UTC MAIN commitmail json YAML

2014-04-20 02:27:53 UTC MAIN commitmail json YAML

2014-04-20 01:45:28 UTC MAIN commitmail json YAML

Updated mail/rss2email to 3.8nb1

(schmonz)

2014-04-20 01:45:19 UTC MAIN commitmail json YAML

Depend on latest py-html2text to make patching unnecessary. Bump PKGREVISION.

(schmonz)

2014-04-20 01:45:09 UTC MAIN commitmail json YAML

Updated textproc/py-html2text to 2014.4.5

(schmonz)

2014-04-20 01:44:54 UTC MAIN commitmail json YAML

Update to 2014.4.5 (new upstream and versioning). From the git log:

* Make html2text.py compatible with python 3.*.
* PEP8ize the script.
* Switch tests to unittest (w/generated test cases).
* Remove .editorconfig.
* Remove deprecated function has_key.
* Handle invalid literals for start attribute.
* Add bodywidth parameter instead of module-wide BODY_WIDTH.

(schmonz)

2014-04-20 00:27:54 UTC MAIN commitmail json YAML

Updated textproc/json-c to 0.12nb1

(ryoon)

2014-04-20 00:26:15 UTC MAIN commitmail json YAML

Bump PKGREVISION

* Fix -Werror build failure
* Update ABI version, warned by pkglint

(ryoon)

2014-04-20 00:10:12 UTC MAIN commitmail json YAML

Updated textproc/json-c to 0.12

(ryoon)

2014-04-20 00:09:04 UTC MAIN commitmail json YAML

Update to 0.12

* Security update for CVE-2013-6370 and CVE-2013-6371
* Update API version

0.12

  * Address security issues:
    * CVE-2013-6371: hash collision denial of service
    * CVE-2013-6370: buffer overflow if size_t is larger than int

  * Avoid potential overflow in json_object_get_double

  * Eliminate the mc_abort() function and MC_ABORT macro.

  * Make the json_tokener_errors array local.  It has been deprecated for
    a while, and json_tokener_error_desc() should be used instead.

  * change the floating point output format to %.17g so values with
    more than 6 digits show up in the output.

  * Remove the old libjson.so name compatibility support.  The library is
      only created as libjson-c.so now and headers are only installed
      into the ${prefix}/json-c directory.

  * When supported by the linker, add the -Bsymbolic-functions flag.

  * Various changes to fix the build on MSVC.

  * Make strict mode more strict:
    * number must not start with 0
    * no single-quote strings
    * no comments
    * trailing char not allowed
    * only allow lowercase literals

  * Added a json_object_new_double_s() convenience function to allow
    an exact string representation of a double to be specified when
    creating the object and use it in json_tokener_parse_ex() so
    a re-serialized object more exactly matches the input.

  * Add support NaN and Infinity

(ryoon)

2014-04-19 23:21:42 UTC MAIN commitmail json YAML

Fix PR pkg/48726 for NetBSD 6.*

* Update sqlite3 requimenent version

(ryoon)

2014-04-19 23:17:42 UTC MAIN commitmail json YAML

Updated www/firefox to 28.0nb4

(ryoon)

2014-04-19 23:16:39 UTC MAIN commitmail json YAML

2014-04-19 17:59:43 UTC MAIN commitmail json YAML

Fix dependency versions (unsaved edit).

(rodent)

2014-04-19 17:57:44 UTC MAIN commitmail json YAML

Added net/py-celery version 3.1.11

(rodent)

2014-04-19 17:57:31 UTC MAIN commitmail json YAML

Import py27-celery-3.1.11 as net/py-celery.

Celery is an asynchronous task queue/job queue based on distributed message
passing. It is focused on real-time operation, but supports scheduling as well.

The execution units, called tasks, are executed concurrently on a single or more
worker servers using multiprocessing, Eventlet, or gevent. Tasks can execute
asynchronously (in the background) or synchronously (wait until ready).

(rodent)

2014-04-19 17:54:44 UTC MAIN commitmail json YAML

Updated parallel/py-billiard to 3.3.0.17

(rodent)

2014-04-19 17:54:28 UTC MAIN commitmail json YAML

Updated to latest release 3.3.17. Remove py26 incompatibility directive.
This seems to have been fixed in a previous version. At least "import
billiard" works from the interpreter. From CHANGES.txt:

- Fixes SemLock on Python 3.4 (Issue #107) when using
  ``forking_enable(False)``.

- Pool: Include more useful exitcode information when processes exit.

(rodent)

2014-04-19 17:44:56 UTC MAIN commitmail json YAML

Adding the Creative Commons Attribution-NonCommercial-ShareAlike 3.0
Unported license. wip/celery is distributed under this license and that's
the only item barring its import into HEAD. cc-by-nc-sa-v3.0 is not being
added to DEFAULT_ACCEPTABLE_LICENSES, because there's no documentation
regarding its status on OSI nor FSF.

(rodent)

2014-04-19 17:36:22 UTC MAIN commitmail json YAML

Added net/u6rd version 1.7.1

(jakllsch)

2014-04-19 17:36:03 UTC MAIN commitmail json YAML

2014-04-19 17:34:01 UTC MAIN commitmail json YAML

Add u6rd-1.7.1 based on packaging provided in PR#47254

u6rd is a user-space 6rd (RFC 5569) implementation, which uses
tun(4) and the raw socket interface.

It runs on the 6rd border router of a 6rd site that is isolated from
the native IPv6 Internet.  In other words, it does not provide the
functionality of 6rd "relay" routers.

(jakllsch)

2014-04-19 16:05:59 UTC MAIN commitmail json YAML

Added databases/py-elasticsearch version 1.0.0

(imil)

2014-04-19 16:04:37 UTC MAIN commitmail json YAML

add & enable py-elasticsearch

(imil)

2014-04-19 16:03:47 UTC MAIN commitmail json YAML

Initial import of py-elasticsearch, version 1.0.0, into the NetBSD Packages
Collection.

Official low-level client for Elasticsearch. Its goal is to provide common
ground for all Elasticsearch-related code in Python; because of this it tries
to be opinion-free and very extendable. The full documentation is available at
http://elasticsearch-py.rtfd.org/

(imil)

2014-04-19 15:54:18 UTC MAIN commitmail json YAML

Added www/py-urllib3 version 1.8.2

(imil)

2014-04-19 15:52:32 UTC MAIN commitmail json YAML

add & enable py-urllib3

(imil)

2014-04-19 15:51:34 UTC MAIN commitmail json YAML

Initial import of py-urllib3, version 1.8.2, into the NetBSD Packages
Collection.

HTTP library with thread-safe connection pooling, file post, and more.

Highlights

  * Re-use the same socket connection for multiple requests (HTTPConnectionPool
    and HTTPSConnectionPool) (with optional client-side certificate
    verification).
  * File posting (encode_multipart_formdata).
  * Built-in redirection and retries (optional).
  * Supports gzip and deflate decoding.
  * Thread-safe and sanity-safe.
  * Works with AppEngine, gevent, and eventlib.
  * Tested on Python 2.6+ and Python 3.2+, 100% unit test coverage.
  * Small and easy to understand codebase perfect for extending and building
    upon. For a more comprehensive solution, have a look at Requests which is
    also powered by urllib3.

(imil)

2014-04-19 15:00:53 UTC MAIN commitmail json YAML

2014-04-19 15:00:37 UTC MAIN commitmail json YAML

2014-04-19 15:00:09 UTC MAIN commitmail json YAML

2014-04-19 14:59:35 UTC MAIN commitmail json YAML

2014-04-19 14:53:00 UTC MAIN commitmail json YAML

2014-04-19 14:52:31 UTC MAIN commitmail json YAML

Perl script changed its name.

(joerg)

2014-04-19 14:52:13 UTC MAIN commitmail json YAML

2014-04-19 14:48:12 UTC MAIN commitmail json YAML

2014-04-19 14:46:52 UTC MAIN commitmail json YAML

2014-04-19 14:46:06 UTC MAIN commitmail json YAML

2014-04-19 10:09:50 UTC MAIN commitmail json YAML

Move touch to pre-configure to increase chance it'll work.

(wiz)

2014-04-19 08:19:54 UTC MAIN commitmail json YAML

Added games/lgogdownloader version 2.12

(wiz)

2014-04-19 08:19:44 UTC MAIN commitmail json YAML

+ lgogdownloader.

(wiz)

2014-04-19 08:19:31 UTC MAIN commitmail json YAML

2014-04-19 05:21:16 UTC pkgsrc-2014Q1 commitmail json YAML

2014-04-19 05:19:38 UTC pkgsrc-2014Q1 commitmail json YAML

Pullup ticket #4380 - requested by tron
net/rsync: security patch

Revisions pulled up:
- net/rsync/Makefile                                            1.93
- net/rsync/distinfo                                            1.39
- net/rsync/patches/patch-authenticate.c                        1.1

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: tron
  Date: Fri Apr 18 23:29:39 UTC 2014

  Modified Files:
  pkgsrc/net/rsync: Makefile distinfo
  Added Files:
  pkgsrc/net/rsync/patches: patch-authenticate.c

  Log Message:
  Add security patch from Samba GIT repository to address remote DoS
  vulnerability in rsync's daemon mode (CVE-2014-2855).

  To generate a diff of this commit:
  cvs rdiff -u -r1.92 -r1.93 pkgsrc/net/rsync/Makefile
  cvs rdiff -u -r1.38 -r1.39 pkgsrc/net/rsync/distinfo
  cvs rdiff -u -r0 -r1.1 pkgsrc/net/rsync/patches/patch-authenticate.c

(spz)

2014-04-19 01:22:27 UTC MAIN commitmail json YAML

add and enable suse131_{32_,}lib{SDL,audiofile,esd}

(jnemeth)

2014-04-19 01:18:23 UTC MAIN commitmail json YAML

Don't use "-pe" for pax, it doesn't work on FreeBSD, use "-pp" instead.

(asau)

2014-04-19 01:16:54 UTC MAIN commitmail json YAML

Don't use "-pe" for pax, it doesn't work on FreeBSD, use "-pp" instead.

(asau)

2014-04-19 01:16:26 UTC MAIN commitmail json YAML

Don't use "-pe" for pax, it doesn't work on FreeBSD, use "-pp" instead.

(asau)

2014-04-19 01:15:46 UTC MAIN commitmail json YAML

Don't use "-pe" for pax, it doesn't work on FreeBSD, use "-pp" instead.

(asau)

2014-04-19 01:15:20 UTC MAIN commitmail json YAML

Don't use "-pe" for pax, it doesn't work on FreeBSD, use "-pp" instead.

(asau)

2014-04-19 01:14:42 UTC MAIN commitmail json YAML

Don't use "-pe" for pax, it doesn't work on FreeBSD, use "-pp" instead.

(asau)

2014-04-18 23:29:54 UTC MAIN commitmail json YAML

Note update of the "rsync" package to version 3.1.0nb1.

(tron)

2014-04-18 23:29:39 UTC MAIN commitmail json YAML

Add security patch from Samba GIT repository to address remote DoS
vulnerability in rsync's daemon mode (CVE-2014-2855).

(tron)

2014-04-18 22:26:31 UTC MAIN commitmail json YAML

Added textproc/jsoncpp version 0.6.0rc2svn276

(wiz)

2014-04-18 22:26:20 UTC MAIN commitmail json YAML

2014-04-18 22:26:08 UTC MAIN commitmail json YAML

Import jsoncpp-0.6.0rc2svn276 as textproc/jsoncpp.

JSON (JavaScript Object Notation) is a lightweight data-interchange
format.  It can represent integer, real number, string, an ordered
sequence of value, and a collection of name/value pairs.

JsonCpp is a simple API to manipulate JSON value, handle serialization
and unserialization to string.

It can also preserve existing comment in unserialization/serialization
steps, making it a convenient format to store user input files.

Unserialization parsing is user friendly and provides precise error
reports.

(wiz)

2014-04-18 21:31:55 UTC MAIN commitmail json YAML

Added security/spiped version 1.3.1

(wiz)

2014-04-18 21:31:45 UTC MAIN commitmail json YAML

2014-04-18 21:31:26 UTC MAIN commitmail json YAML

Import spiped-1.3.1 as security/spiped.

spiped (pronounced "ess-pipe-dee") is a utility for creating symmetrically
encrypted and authenticated pipes between socket addresses, so that one may
connect to one address (e.g., a UNIX socket on localhost) and transparently
have a connection established to another address (e.g., a UNIX socket on a
different system).  This is similar to 'ssh -L' functionality, but does not
use SSH and requires a pre-shared symmetric key.

Note that spiped:
1. Requires a strong key file: The file specified via the -k option should
have at least 256 bits of entropy.  ('dd if=/dev/urandom bs=32 count=1' is
your friend.)
2. Does not provide any protection against information leakage via packet
timing: Running telnet over spiped will protect a password from being directly
read from the network, but will not obscure the typing rhythm.
3. Can significantly increase bandwidth usage for interactive sessions: It
sends data in packets of 1024 bytes, and pads smaller messages up to this
length, so a 1 byte write could be expanded to 1024 bytes if it cannot be
coalesced with adjacent bytes.
4. Uses a symmetric key -- so anyone who can connect to an spiped "server" is
also able to impersonate it.

(wiz)

2014-04-18 21:22:01 UTC MAIN commitmail json YAML

Added misc/rhash version 1.3.1

(wiz)

2014-04-18 21:21:43 UTC MAIN commitmail json YAML

2014-04-18 21:21:30 UTC MAIN commitmail json YAML

Import rhash-1.3.1 as misc/rhash.

RHash is a console utility for calculation and verification of
magnet links and a wide range of hash sums like CRC32, MD4, MD5,
SHA1, SHA256, SHA512, SHA3, AICH, ED2K, Tiger, DC++ TTH, BitTorrent
BTIH, GOST R 34.11-94, RIPEMD-160, HAS-160, EDON-R, Whirlpool and
Snefru.

Hash sums are used to ensure and verify integrity of large volumes
of data for a long-term storing or transferring.

(wiz)

2014-04-18 20:12:48 UTC MAIN commitmail json YAML

+ dos2unix-6.0.5, samba-4.1.7, typo3-6.1.8.

(wiz)

2014-04-18 20:11:26 UTC MAIN commitmail json YAML

Updated security/caff to 1.1.6

(wiz)

2014-04-18 20:11:18 UTC MAIN commitmail json YAML

2014-04-18 19:58:56 UTC MAIN commitmail json YAML

Updated sysutils/py-psutil to 2.1.0

(wiz)

2014-04-18 19:58:46 UTC MAIN commitmail json YAML

Update to 2.1.0:

2.1.0 - 2014-04-08
------------------

ENHANCEMENTS

* 387: system-wide open connections a-la netstat.

BUG FIXES

* 421: [Solaris] psutil does not compile on SunOS 5.10 (patch by Naveed
        Roudsari)
* 489: [Linux] psutil.disk_partitions() return an empty list.

2.0.0 - 2014-03-10
------------------

ENHANCEMENTS

* #424: [Windows] installer for Python 3.X 64 bit.
* #427: number of logical and physical CPUs (psutil.cpu_count()).
* #447: psutil.wait_procs() timeout parameter is now optional.
* #452: make Process instances hashable and usable with set()s.
* #453: tests on Python < 2.7 require unittest2 module.
* #459: add a make file for running tests and other repetitive tasks (also
        on Windows).
* #463: make timeout parameter of cpu_percent* functions default to 0.0 'cause
        it's a common trap to introduce slowdowns.
* #468: move documentation to readthedocs.com.
* #477: process cpu_percent() is about 30% faster.  (suggested by crusaderky)
* #478: [Linux] almost all APIs are about 30% faster on Python 3.X.
* #479: long deprecated psutil.error module is gone; exception classes now
        live in "psutil" namespace only.

BUG FIXES

* #193: psutil.Popen constructor can throw an exception if the spawned process
        terminates quickly.
* #340: [Windows] process get_open_files() no longer hangs.  (patch by
        jtang@vahna.net)
* #443: [Linux] fix a potential overflow issue for Process.set_cpu_affinity()
        on systems with more than 64 CPUs.
* #448: [Windows] get_children() and ppid() memory leak (patch by Ulrich
        Klank).
* #457: [POSIX] pid_exists() always returns True for PID 0.
* #461: namedtuples are not pickle-able.
* #466: [Linux] process exe improper null bytes handling.  (patch by
        Gautam Singh)
* #470: wait_procs() might not wait.  (patch by crusaderky)
* #471: [Windows] process exe improper unicode handling. (patch by
        alex@mroja.net)
* #473: psutil.Popen.wait() does not set returncode attribute.
* #474: [Windows] Process.cpu_percent() is no longer capped at 100%.
* #476: [Linux] encoding error for process name and cmdline.

API CHANGES

For the sake of consistency a lot of psutil APIs have been renamed.
In most cases accessing the old names will work but it will cause a DeprecationWarning.

* psutil.* module level constants have being replaced by functions:

    ---------------------------------------------------------
  | Old name                | Replacement                  |
    ---------------------------------------------------------
  | - psutil.NUM_CPUS      | psutil.cpu_cpunt()            |
  | - psutil.BOOT_TIME      | psutil.boot_time()            |
  | - psutil.TOTAL_PHYMEM  | psutil.virtual_memory().total |
    ---------------------------------------------------------

* Renamed psutil.* functions:

    -----------------------------------------------
  | Old name                | Replacement        |
    -----------------------------------------------
  | - psutil.get_pid_list()  | psutil.pids()      |
  | - psutil.get_users()    | psutil.users()    |
  | - psutil.get_boot_time() | psutil.boot_time() |
    -----------------------------------------------

* All psutil.Process get_* methods lost the "get_" prefix.
  get_ext_memory_info() renamed to memory_info_ex().
  Assuming "p = psutil.Process()":

    -------------------------------------------------
  | Old name                | Replacement          |
    -------------------------------------------------
  | p.get_children()        | p.children()        |
  | p.get_connections()      | p.connections()      |
  | p.get_cpu_affinity()    | p.cpu_affinity()    |
  | p.get_cpu_percent()      | p.cpu_percent()      |
  | p.get_cpu_times()        | p.cpu_times()        |
  | p.get_ext_memory_info()  | p.memory_info_ex()  |
  | p.get_io_counters()      | p.io_counters()      |
  | p.get_ionice()          | p.ionice()          |
  | p.get_memory_info()      | p.memory_info()      |
  | p.get_memory_maps()      | p.memory_maps()      |
  | p.get_memory_percent()  | p.memory_percent()  |
  | p.get_nice()            | p.nice()            |
  | p.get_num_ctx_switches() | p.num_ctx_switches() |
  | p.get_num_fds()          | p.num_fds()          |
  | p.get_num_threads()      | p.num_threads()      |
  | p.get_open_files()      | p.open_files()      |
  | p.get_rlimit()          | p.rlimit()          |
  | p.get_threads()          | p.threads()          |
  | p.getcwd()              | p.cwd()              |
    -------------------------------------------------

* All psutil.Process set_* methods lost the "set_" prefix.
  Assuming "p = psutil.Process()":

    --------------------------------------------------------
  | Old name            | Replacement                    |
    --------------------------------------------------------
  | p.set_nice()        | p.nice(value)                  |
  | p.set_ionice()      | p.ionice(ioclass, value=None)  |
  | p.set_cpu_affinity() | p.cpu_affinity(cpus)            |
  | p.set_rlimit()      | p.rlimit(resource, limits=None) |
    --------------------------------------------------------

* Except for 'pid' all psutil.Process class properties have been turned into
  methods. This is the only case which there are no aliases.
  Assuming "p = psutil.Process()":

    ---------------------------------
  | Old name      | Replacement    |
    ---------------------------------
  | p.name        | p.name()        |
  | p.parent      | p.parent()      |
  | p.ppid        | p.ppid()        |
  | p.exe        | p.exe()        |
  | p.cmdline    | p.cmdline()    |
  | p.status      | p.status()      |
  | p.uids        | p.uids()        |
  | p.gids        | p.gids()        |
  | p.username    | p.username()    |
  | p.create_time | p.create_time() |
    ---------------------------------

* Others:
  * timeout parameter of cpu_percent* functions defaults to 0.0 instead of 0.1.
  * long deprecated psutil.error module is gone; exception classes now live in
    "psutil" namespace only.
  * Process instances' "retcode" attribute returned by psutil.wait_procs() has
    been renamed to "returncode" for consistency with subprocess.Popen.

(wiz)

2014-04-18 16:43:50 UTC MAIN commitmail json YAML

Updated emulators/qemu to 2.0.0

(adam)

2014-04-18 16:18:41 UTC MAIN commitmail json YAML

Updated multimedia/vlc to 1.1.13nb42

(wiz)

2014-04-18 15:55:34 UTC MAIN commitmail json YAML

Switch to musepack. Bump PKGREVISION.

(wiz)

2014-04-18 15:50:16 UTC MAIN commitmail json YAML

Changes 2.0.0:
Incompatible changes
All onboard buses now have distinct names, so that all of them can be reached with "-device bus=...". As a result of this, some buses that used to have duplicates got renamed:
i2c-bus.0 to i2c-bus.1 for machines n800, n810;
virtio-mmio-bus.0 to virtio-mmio-bus.3 for vexpress-a15, vexpress-a9;
virtio-mmio-bus.0 to virtio-mmio-bus.31 for virt;
usb-bus.0 to usb-bus.1 for xilinx-zynq-a9, fulong2e;
ide.0 to ide.1 for isapc, mips, g3beige, mac99, prep;
This change requires care when doing migration from 1.x to 2.x QEMU; you need to specify bus=NEW explicitly on the destination for devices on the renamed bus.
Another bus rename is pci to pci.0 for pseries. This does not require as much care on migration; if you were specifying "bus=pci" explicitly, QEMU will not start unless you change that to "bus=pci.0".
qemu-system-arm no longer defaults to the obsolete "integratorcp" if no machine is specified on the command line (this was a recurring source of confusion). Users with existing integratorcp images will need to add "-M integratorcp" to the command line if it is not already present.
Future incompatible changes
Three options are using different names on the command line and in configuration file. In particular:
The "acpi" configuration file section matches command-line option "acpitable";
The "boot-opts" configuration file section matches command-line option "boot";
The "smp-opts" configuration file section matches command-line option "smp".
Starting with QEMU 2.1, -readconfig will standardize on the name fo the command line option.
ARM
Support for "-M virt", a board type that only uses virtio devices
Support for "-cpu host" when running under KVM
Support for new 32-bit mode ARMv8 instructions in TCG
Support for all 64-bit mode ARMV8 user-accessible instructions except for the optional CRC and crypto extensions
Support for AArch64 disassembling (requires a C++ compiler to be installed on the host)
Initial support for KVM on AArch64 systems (some features such as migration are not yet implemented)
Support for the Canon PowerShot A1100 DIGIC board using "-M canon-a1100"
Support for the allwinner-a10-based board "-M cubieboard"
Support for flow control in the Cadence UART
"integratorcp" is no longer the default machine (see the 'incompatible changes' section above)
Power
Support for Altivec 2.07 and VSX instructions when running under TCG
Support for ISA 2.06 "load/store quadword instructions", "divide extended instructions" and "floating-point test instructions" when running under TCG
PReP is not anymore (incorrectly) included in qemu-system-ppcemb
Improved support for "-nodefaults" on the pSeries machine. Display devices created with "-device VGA" will be handled correctly in the device tree.
Support for boot order in pSeries emulation
s390
Support for adapter interrupts in virtio-cc2
SPARC
Support for Sun CG3 framebuffer with the Sun4m machine. The CG3 framebuffer can be requested with "-vga cg3".
Support for the CASA compare-and-swap instruction in TCG.
x86
On the Q35 machine, the HPET interrupt can now be attached to GSIs 16-23, like on real hardware.
The Q35 machine now supports CPU hotplug.
Two flash chips can be specified using the "-drive if=pflash" or "-pflash" options twice.
Memory layout has changed slightly; to improve performance, the PIIX4 machine ("-M pc") now has 3GB of low memory instead of 3.5GB if the guest has more than 3.5GB of memory. Similarly, the Q35 machine ("-M q35") now has 2GB instead of 2.75GB of low memory if the guest has more than 2.75GB of overall memory.
Support for migration of Intel MPX registers.
The Apple SMC device is now exposed in the ACPI tables.
On the PIIX machine, PCI hotplug now supports devices behind a bridge (only for bridges not added by hotplug; hot-plugged bridges can still use the PCI Standard Hot-Plug Controller).
Support for the Hyper-V reference time counter via the "hv-time" suboption of "-cpu". This can improve performance of Windows guests substantially for applications that do many floating-point or SIMD operations. (Requires KVM and Linux 3.14).
The distributed qemupciserial.inf file now allows installing multiport PCI serial devices on Windows too.
ACPI tables generated by QEMU can now be used by OVMF firmware. OVMF starting with SVN r15420 is needed. In particular hotplug, pvpanic device and other ACPI based features now work for OVMF.
KVM
x2apic is now enabled by default when KVM is in use.
Xen
PCI passthrough of devices with a ROM now works.
Xtensa
added support for ML605 and KC705 FPGA boards.
Cache-related opcodes now correctly check privilege level/memory accessibility.

(adam)

2014-04-18 15:38:48 UTC MAIN commitmail json YAML

Updated audio/audacious-plugins to 1.5.1nb43

(wiz)

2014-04-18 15:38:36 UTC MAIN commitmail json YAML

I do't udnerstand how this was supposed to compile a modplug plugin without
depending on libmodplug.
Anyway, it doesn't work against the latest libmodplug, so remove plugin from
PLIST, explicitly disable libmodplug, and bump PKGREVISION.

(wiz)

2014-04-18 15:08:49 UTC MAIN commitmail json YAML

Removed options.mk, because it didn't do anything. If specific options were enabled for SDL2, they would be pulled anyway. The 'static' option was pointless.

(adam)

2014-04-18 14:44:29 UTC MAIN commitmail json YAML

2014-04-18 14:13:00 UTC MAIN commitmail json YAML

Updated audio/cmus to 2.5.0nb4

(wiz)

2014-04-18 14:12:51 UTC MAIN commitmail json YAML

Switch to musepack. Remove modplug from default options since it
doesn't find the header during compilation.
Bump PKGREVISION.

(wiz)

2014-04-18 13:57:57 UTC MAIN commitmail json YAML

2014-04-18 13:44:42 UTC MAIN commitmail json YAML

Updated audio/gst-plugins0.10-musepack to 0.10.23nb3

(wiz)

2014-04-18 13:44:32 UTC MAIN commitmail json YAML

Switch from libmpcdec to musepack. Bump PKGREVISION.

(wiz)

2014-04-18 13:43:05 UTC MAIN commitmail json YAML

Updated multimedia/vlc2 to 2.0.9nb6

(wiz)

2014-04-18 13:42:59 UTC MAIN commitmail json YAML

Some improvements and changes for Haskell Cabal support.
* HASKELL_ENABLE_LIBRARY_PROFILING and HASKELL_ENABLE_HADDOCK_DOCUMENTATION
  are "User-settable variables", not "Package-settable variables".
* Change to HASKELL_ENABLE_HADDOCK_DOCUMENTATION=yes by default.
* Add HASKELL_ENABLE_SHARED_LIBRARY("yes" by default), to enable shlib support.
* Add support for dynamically conditional PLIST entries handling for
  HASKELL_ENABLE_SHARED_LIBRARY and HASKELL_ENABLE_LIBRARY_PROFILING.

discussed with pho@ and szptvlfn@.

(obache)

2014-04-18 13:42:54 UTC MAIN commitmail json YAML

Switch from libmpcdec to musepack. Bump PKGREVISION.

(wiz)

2014-04-18 13:15:36 UTC MAIN commitmail json YAML

Add ALTERNATIVES to prepare renamed `pybabel' tool.

(obache)

2014-04-18 13:01:07 UTC MAIN commitmail json YAML

Updated graphics/py-Pillow to 2.4.0

(obache)

2014-04-18 13:00:49 UTC MAIN commitmail json YAML

Update py-Pillow to 2.4.0.
* Based on patch from adam@.
* Add self test target.

Changelog (Pillow)
==================

2.4.0 (04/01/2014)
------------------

- Indexed Transparency handled for conversions between L, RGB, and P modes. Fixes #510
  [wiredfool]

- Conversions enabled from RGBA->P, Fixes #544
  [wiredfool]

- Improved icns support
  [al45tair]

- Fix libtiff leaking open files, fixes #580
  [wiredfool]

- Fixes for Jpeg encoding in Python 3, fixes #577
  [wiredfool]

- Added support for JPEG 2000
  [al45tair]

- Add more detailed error messages to Image.py
  [larsmans]

- Avoid conflicting _expand functions in PIL & MINGW, fixes #538
  [aclark]

- Merge from Philippe Lagadec窶冱 OleFileIO_PL fork
  [vadmium]

- Fix ImageColor.getcolor
  [homm]

- Make ICO files work with the ImageFile.Parser interface, fixes #522
  [wiredfool]

- Handle 32bit compiled python on 64bit architecture
  [choppsv1]

- Fix support for characters >128 using .pcf or .pil fonts in Py3k. Fixes #505
  [wiredfool]

- Skip CFFI test earlier if it's not installed
  [wiredfool]

- Fixed opening and saving odd sized .pcx files, fixes #523
  [wiredfool]

- Fixed palette handling when converting from mode P->RGB->P
  [d_schmidt]

- Fixed saving mode P image as a PNG with transparency = palette color 0
  [d-schmidt]

- Improve heuristic used when saving progressive and optimized JPEGs with high quality values
  [e98cuenc]

- Fixed DOS with invalid palette size or invalid image size in BMP file
  [wiredfool]

- Added support for BMP version 4 and 5
  [eddwardo, wiredfool]

- Fix segfault in getfont when passed a memory resident font
  [wiredfool]

- Fix crash on Saving a PNG when icc-profile is None
  [brutasse]

- Cffi+Python implementation of the PixelAccess object
  [wiredfool]

- PixelAccess returns unsigned ints for I16 mode
  [wiredfool]

- Minor patch on booleans + Travis
  [sciunto]

- Look in multiarch paths in GNU platforms
  [pinotree]

- Add arch support for pcc64, s390, s390x, armv7l, aarch64
  [manisandro]

- Add arch support for ppc
  [wiredfool]

- Correctly quote file names for WindowsViewer command
  [cgohlke]

- Prefer homebrew freetype over X11 freetype (but still allow both)
  [dmckeone]

(obache)

2014-04-18 13:00:02 UTC MAIN commitmail json YAML

Use a better homepage.

(wiz)

2014-04-18 12:55:26 UTC MAIN commitmail json YAML

2014-04-18 12:49:21 UTC MAIN commitmail json YAML

Add some option descriptions for musicpd.

(wiz)

2014-04-18 12:47:30 UTC MAIN commitmail json YAML

Updated audio/musicpd to 0.18.10

(wiz)

2014-04-18 12:47:19 UTC MAIN commitmail json YAML

2014-04-18 12:46:58 UTC MAIN commitmail json YAML

Update to 0.18.10. Add support for many more optional dependencies.

ver 0.18.10 (2014/04/10)
* decoder
  - ffmpeg: fix seeking bug
  - ffmpeg: handle unknown stream start time
  - gme: fix memory leak
  - sndfile: work around libsndfile bug on partial read
* don't interrupt playback when current song gets deleted

ver 0.18.9 (2014/03/02)
* protocol
  - "findadd" requires the "add" permission
* output
  - alsa: improved workaround for noise after manual song change
* decoder
  - vorbis: fix linker failure when libvorbis/libogg are static
* encoder
  - vorbis: fix another linker failure
* output
  - pipe: fix hanging child process due to blocked signals
* fix build failure due to missing signal.h include

ver 0.18.8 (2014/02/07)
* decoder
  - ffmpeg: support libav v10_alpha1
* encoder
  - vorbis: fix linker failure
* output
  - roar: documentation
* more robust Icy-Metadata parser
* fix Solaris build failure

ver 0.18.7 (2014/01/13)
* playlist
  - pls: fix crash after parser error
  - soundcloud: fix build failure with libyajl 2.0.1
* decoder
  - faad: fix memory leak
  - mpcdec: reject libmpcdec SV7 in configure script
* daemon: don't initialize supplementary groups when already running
  as the configured user

ver 0.18.6 (2013/12/24)
* input
  - cdio_paranoia: support libcdio-paranoia 0.90
* tags
  - riff: recognize upper-case "ID3" chunk name
* decoder
  - ffmpeg: use relative timestamps
* output
  - openal: fix build failure on Mac OS X
  - osx: fix build failure
* mixer
  - alsa: fix build failure with uClibc
* fix replay gain during cross-fade
* accept files without metadata

ver 0.18.5 (2013/11/23)
* configuration
  - fix crash when db_file is configured without music_directory
  - fix crash on "stats" without db_file/music_directory
* database
  - proxy: auto-reload statistics
  - proxy: provide "db_update" in "stats" response
* input
  - curl: work around stream resume bug (fixed in libcurl 7.32.0)
* decoder
  - fluidsynth: auto-detect by default
* clip 24 bit data from libsamplerate
* fix ia64, mipsel and other little-endian architectures
* fix build failures due to missing includes
* fix build failure with static libmpdclient

ver 0.18.4 (2013/11/13)
* decoder
  - dsdiff: fix byte order bug
* fix build failures due to missing includes
* libc++ compatibility

ver 0.18.3 (2013/11/08)
* fix stuck MPD after song change (0.18.2 regression)

ver 0.18.2 (2013/11/07)
* protocol:
  - "close" flushes the output buffer
* input:
  - cdio_paranoia: add setting "default_byte_order"
  - curl: fix bug with redirected streams
* playlist:
  - pls: fix reversed song order
* decoder:
  - audiofile: require libaudiofile 0.3 due to API breakage
  - dsf: enable DSD128
* enable buffering when starting playback (regression fix)
* fix build failures due to missing includes
* fix big-endian support

ver 0.18.1 (2013/11/04)
* protocol:
  - always ignore whitespace at the end of the line
* networking:
  - log UNIX domain path names instead of "localhost"
  - open listener sockets in the order they were configured
  - don't abort if IPv6 is not available
* output:
  - alsa: avoid endless loop in Raspberry Pi workaround
* filter:
  - autoconvert: fix "volume_normalization" with mp3 files
* add missing files to source tarball

ver 0.18 (2013/10/31)
* configuration:
  - allow tilde paths for socket
  - default filesystem charset is UTF-8 instead of ISO-8859-1
  - increase default buffer size to 4 MB
* protocol:
  - new command "readcomments" lists arbitrary file tags
  - new command "toggleoutput"
  - "find"/"search" with "any" does not match file name
  - "search" and "find" with base URI (keyword "base")
  - search for album artist falls back to the artist tag
  - re-add the "volume" command
* input:
  - curl: enable https
  - soup: plugin removed
* playlist:
  - lastfm: remove defunct Last.fm support
* decoder:
  - adplug: new decoder plugin using libadplug
  - dsf: don't play junk at the end of the "data" chunk
  - ffmpeg: drop support for pre-0.8 ffmpeg
  - flac: require libFLAC 1.2 or newer
  - flac: support FLAC files inside archives
  - opus: new decoder plugin for the Opus codec
  - vorbis: skip 16 bit quantisation, provide float samples
  - mikmod: add "loop" configuration parameter
  - modplug: add "loop_count" configuration parameter
  - mp4ff: obsolete plugin removed
* encoder:
  - opus: new encoder plugin for the Opus codec
  - vorbis: accept floating point input samples
* output:
  - new option "tags" may be used to disable sending tags to output
  - alsa: workaround for noise after manual song change
  - ffado: remove broken plugin
  - httpd: support HEAD requests
  - mvp: remove obsolete plugin
  - osx: disabled by default because it's unmaintained and unsupported
* improved decoder/output error reporting
* eliminate timer wakeup on idle MPD
* fix unresponsive MPD while waiting for stream
* port of the source code to C++11

ver 0.17.6 (2013/10/14)
* mixer:
  - alsa: fix busy loop when USB sound device gets unplugged
* decoder:
  - modplug: fix build with Debian package 1:0.8.8.4-4
* stored playlists:
  - fix loading playlists with references to local files
  - obey filesystem_charset for URLs

(wiz)

2014-04-18 12:45:28 UTC MAIN commitmail json YAML

Added audio/musepack version 0rc475

(wiz)

2014-04-18 12:44:59 UTC MAIN commitmail json YAML

Add musepack and its dependencies.

(wiz)

2014-04-18 12:43:42 UTC MAIN commitmail json YAML

Import musepack-0rc475 as audio/musepack.

This is a speed and portability optimized version of Andree Buschmann's
MPEG-Plus decoder.

(wiz)

2014-04-18 12:43:20 UTC MAIN commitmail json YAML

Mention that this is V7 of musepack.

(wiz)

2014-04-18 12:41:09 UTC MAIN commitmail json YAML

Import libreplaygain-0rc475 as audio/libreplaygain.

This library has been stripped down from replaygain.

ReplayGain is the name of a technique invented to achieve the same
perceived playback loudness of audio files. It defines an algorithm
to measure the perceived loudness of audio data.

(wiz)

2014-04-18 12:38:22 UTC MAIN commitmail json YAML

Import libcuefile-0rc475 as audio/libcuefile.

This library has been stripped down from cuetools.

cuetools is a set of utilities for working with Cue Sheet (cue)
and Table of Contents (toc) files.

(wiz)

2014-04-18 12:17:06 UTC MAIN commitmail json YAML

Updated devel/yajl to 2.1.0

(wiz)

2014-04-18 12:16:57 UTC MAIN commitmail json YAML

Update to 2.1.0:

2.1.0
    * @nonodename, @patperry - fixed some compiler warnings
    * @yep, @emaste - documentation improvements
    * @sgravrock - build fix for NetBSD (and whenever sh != bash)
    * @rotty, @brimstone3, @lloyd - allow client to reset generator
    * @sgravrock - remove bash dependencies
    * @lloyd - add api tests
    * @rflynn - remove ruby dependency
    * @cloderic - nmake install works on windows
    * @shahbag - build fix for qnx
    * @breese - debugging improvements
    * @lloyd - json_verify supports -s flag for stream processing
    * @lloyd - json_reformat supports -s flag for stream processing

(wiz)

2014-04-18 11:25:06 UTC MAIN commitmail json YAML

Updated to 2014.1.3, thus fixing a severe regression that appeared in 2014.1.2

(imil)

2014-04-18 10:49:01 UTC MAIN commitmail json YAML

2014-04-18 09:43:29 UTC MAIN commitmail json YAML

FreeBSD has KMS.
Fixes packaging on FreeBSD 9.1.

(asau)

2014-04-18 09:01:58 UTC MAIN commitmail json YAML

Updated devel/p5-IO-Pager to 0.31.

(hiramatsu)

2014-04-18 08:57:01 UTC MAIN commitmail json YAML

Update p5-IO-Pager to 0.31.

Changes from previous:
----------------------
0.31    Sat Apr 06 2013

Add missing IO::Handle fallback for ::Unbuffered (RT#82351)

Bogus fix for Windoze automatic line-ending failure of t/11 (RT#79950),
improvements welcomed.

0.30 Tue Sep 04 2012
Implement feature request #78270 to include support say

Preserve layers of passed hilehandle on instantiation.

Fixed tests under Win32 & cygwin, bug #75181.

Swap IO::Pager:new and ::open, alter subclass::open to
remove unnecessary level of subroutine calls

Return IO::Handle objects when not connected to a TTY for
transparent use of IO::Pager when programming OO.
NOTE: This is broken, see ::less in TODO

0.24 Sat Feb 18 2012
Fixed bug #74691, tests fail if CPANTS folk don't have a perl in PATH!

Add PID method & token overload to access pager process identifier.

Remove semi-circular reference in object to fix implicit close().

0.20 Sat Feb 11 2012

Fixed bug #74691, add File::Which as dependency / skip test if missing

Fixed non-TTY/redirection behavior and added corresponding test

Improve buffering sistuation in both ::Buffered and ::Unbuffered

Auto-gensym scalar filehandles like perl's open

Add OO interface

Add alternate pagers 'lv', 'pg',
and system default '/etc/alternatives/pager' (bug# 74519)

Add tests for initialization failure conditions (9-open.t)

0.16 Fri Feb 3 2012

Require 5.8.0 or better

Removed Perl warning 'Use of tie on a handle without * is deprecated'.

No interactive questions during 'make test' (bug# 66718)

Better handling of missing PAGER.

Look for more pagers: 'most' and 'w3m' (bug# 74519)

Documentation clean-up, light refactoring, more error checks.

Do not run IO::Pager::Page automatically when in Perl compile mode.

0.10 Unreleased

Added support for encodings via binmode() (bug# 67930).

Test: encoding, handle (glob, scalar, OO), interactive...

0.07 Unreleased

Rewrote to support scalar filehandles per user request and IO::Handle
style OO support came along for the ride.

Fixed several mis-coded segments that did not affect operation.

Added C<tell> in IO::Pager::Unbuffered to check size of buffered output.

Pager open error now sets $! instead of issuing a warning, to more
closely emulate the C<open> experience. Check return value as before.

Neglected to update $VERSION in last release.

Touched up the documentation.

(hiramatsu)

2014-04-18 08:56:33 UTC MAIN commitmail json YAML

Updated misc/calibre to 1.33.0

(wiz)

2014-04-18 08:56:22 UTC MAIN commitmail json YAML

Update to 1.33. Remove patch that was sent upstream and integrated.

New Features

    Edit book: Add a tool to check spellings, access it via
    Tools->Check spelling
    Kobo driver: Support firmware version 3.3
    Device driver for Tolino Vision on windows

Bug Fixes

    Amazon metadata download: Fix Editorial Reviews not downloading
    into the comments section for some books
    DOCX Input: Fix some text highlighting colors in the DOCX file
    not being correctly translated during conversion.
    Wireless device driver: Fix incorrect syncing behavior when
    book matching is run for a second time while connected. This
    happens when the user changes the library or selects 'Update
    cached metadata on device'.
    Searching: Fix searching by date not using the system locale
    to interpret dd/mm vs mm/dd dates on windows

(wiz)

2014-04-18 08:35:51 UTC MAIN commitmail json YAML

- glusterfs-3.4.3.

(wiz)

2014-04-18 08:32:21 UTC MAIN commitmail json YAML

Update to glusterfs 3.5.0

(manu)

2014-04-18 08:31:20 UTC MAIN commitmail json YAML

2014-04-17 21:41:38 UTC MAIN commitmail json YAML

Define "ulong" for FreeBSD to fix the build.

(asau)

2014-04-17 21:40:04 UTC MAIN commitmail json YAML

2014-04-17 21:37:55 UTC MAIN commitmail json YAML

Pull time.h to define time_t on FreeBSD.
Bump package revision since the affected header file is installed.

(asau)

2014-04-17 21:34:16 UTC MAIN commitmail json YAML

2014-04-17 21:32:25 UTC MAIN commitmail json YAML

Use correct preprocessor symbol for FreeBSD.

(asau)

2014-04-17 21:30:14 UTC MAIN commitmail json YAML

Use termios on FreeBSD too. Fixes build on FreeBSD 10.

(asau)

2014-04-17 21:28:15 UTC MAIN commitmail json YAML

Link against libexecinfo on FreeBSD too. Fixes build on FreeBSD 10.

(asau)

2014-04-17 21:23:19 UTC MAIN commitmail json YAML

2014-04-17 21:19:02 UTC MAIN commitmail json YAML

2014-04-17 21:17:35 UTC MAIN commitmail json YAML

Updated net/py-softlayer to 3.0.2nb1

(imil)

2014-04-17 21:17:21 UTC MAIN commitmail json YAML

PKGREVISION bump, added devel/py-docopt and textproc/py-prettytable as
dependencies so SoftLayer CLI tool can work correctly.

(imil)

2014-04-17 21:11:57 UTC MAIN commitmail json YAML

Updated textproc/py-prettytable to 0.7.2nb1

(imil)

2014-04-17 21:11:31 UTC MAIN commitmail json YAML

PKGREVISION bump, upstream has some useless 0600 files in its archive.

(imil)

2014-04-17 21:02:16 UTC MAIN commitmail json YAML

Updated textproc/py-prettytable to 0.7.2

(imil)

2014-04-17 21:01:59 UTC MAIN commitmail json YAML

2014-04-17 20:57:33 UTC MAIN commitmail json YAML

Added devel/py-docopt version 0.6.1

(imil)

2014-04-17 20:56:18 UTC MAIN commitmail json YAML

add & enable py-docopt

(imil)

2014-04-17 20:55:16 UTC MAIN commitmail json YAML

Initial import of py-docopt, version 0.6.1, into the NetBSD Packages Collection.

Docopt helps you create most beautiful command-line interfaces easily.

The option parser is generated based on a docstring that is passed to docopt
function. docopt parses the usage pattern ("Usage: ...") and option
descriptions (lines starting with dash "-") and ensures that the program
invocation matches the usage pattern; it parses options, arguments and commands
based on that. The basic idea is that a good help message has all necessary
information in it to make a parser.

(imil)

2014-04-17 20:48:18 UTC MAIN commitmail json YAML

Fix build by pointing to SSLCERTS for certificates.

(fhajny)

2014-04-17 20:28:12 UTC MAIN commitmail json YAML

2014-04-17 20:27:33 UTC MAIN commitmail json YAML

2014-04-17 20:26:51 UTC MAIN commitmail json YAML

Provide upper limit for the Tk dependency. No revbump as the only user
wouldn't build against 8.6 anyway.

(joerg)

2014-04-17 20:26:08 UTC MAIN commitmail json YAML

Dependency requires Ruby 1.9.3.

(joerg)

2014-04-17 20:25:48 UTC MAIN commitmail json YAML

2014-04-17 20:20:25 UTC MAIN commitmail json YAML

2014-04-17 20:19:35 UTC MAIN commitmail json YAML

2014-04-17 20:19:14 UTC MAIN commitmail json YAML

Doesn't support Ruby before 1.9.3.

(joerg)

2014-04-17 20:18:49 UTC MAIN commitmail json YAML

2014-04-17 20:18:24 UTC MAIN commitmail json YAML

Depend on libxslt and docbook-xsl.

(joerg)

2014-04-17 20:17:52 UTC MAIN commitmail json YAML

Ignore conversion warnings for now. Some of them are easy to fix, but a
bunch of them are tricky.

(joerg)

2014-04-17 20:17:18 UTC MAIN commitmail json YAML

2014-04-17 18:29:02 UTC MAIN commitmail json YAML

Amend previous: pick built bmake binary from correct directory.

(asau)

2014-04-17 18:27:24 UTC MAIN commitmail json YAML

Follow the conventional path of "configure-make-install"
when bootstrapping bmake.

(asau)

2014-04-17 18:12:48 UTC MAIN commitmail json YAML

The only use of "bmakexenv" variable is on IRIX to pass MAKE=pmake
to devel/bmake when bootstrapping the latter.
bmake doesn't take this environment variable into consideration anyway.

(asau)

2014-04-17 16:44:30 UTC MAIN commitmail json YAML

Clean-up; fixed linking on Darwin; added LICENSE; switched to .tar.xz.

(adam)

2014-04-17 16:34:05 UTC MAIN commitmail json YAML

Updated sysutils/salt to 2014.1.2nb1

(imil)

2014-04-17 16:33:47 UTC MAIN commitmail json YAML

Bumped PKGREVISION: added net/py-apache-libcloud as a dependency so salt-cloud
could run.

(imil)

2014-04-17 16:25:37 UTC MAIN commitmail json YAML

Added net/py-apache-libcloud version 0.14.1

(imil)

2014-04-17 16:24:30 UTC MAIN commitmail json YAML

add & enable py-apache-libcloud

(imil)

2014-04-17 16:23:30 UTC MAIN commitmail json YAML

Initial import of py-apache-libcloud, version 0.14.1, into the NetBSD Packages
Collection.

Apache Libcloud is a Python library which hides differences between different
cloud provider APIs and allows you to manage different cloud resources through
a unified and easy to use API.

Resource you can manage with Libcloud are divided in the following categories:

  * Cloud Servers and Block Storage - services such as Amazon EC2 and Rackspace
    Cloud Servers (libcloud.compute.*)
  * Cloud Object Storage and CDN - services such as Amazon S3 and Rackspace
    CloudFiles (libcloud.storage.*)
  * Load Balancers as a Service, LBaaS (libcloud.loadbalancer.*)
  * DNS as a Service, DNSaaS (libcloud.dns.*)

(imil)

2014-04-17 15:06:34 UTC pkgsrc-2014Q1 commitmail json YAML

2014-04-17 15:06:21 UTC pkgsrc-2014Q1 commitmail json YAML

Pullup ticket #4379 - requested by obache
pkgtools/x11-links: bug fix update

Revisions pulled up:
- mk/buildlink3/bsd.buildlink3.mk                              1.225
- pkgtools/x11-links/Makefile                                  1.153-1.154
- pkgtools/x11-links/buildlink3.mk                              1.54-1.55
- pkgtools/x11-links/files/xorg.dri2proto                      1.1
- pkgtools/x11-links/files/xorg.fontconfig                      1.9
- pkgtools/x11-links/files/xorg.freetype2                      1.13-1.14
- pkgtools/x11-links/files/xorg.libXrandr                      1.9
- pkgtools/x11-links/files/xorg.libxcb                          1.8
- pkgtools/x11-links/files/xorg.pixman                          1.11
- pkgtools/x11-links/files/xorg.xcb-util                        1.5
- pkgtools/x11-links/files/xorg.xf86driproto                    1.5
- pkgtools/x11-links/xorg.mk                                    1.25

---
  Module Name: pkgsrc
  Committed By: ryoon
  Date: Mon Mar 31 09:19:34 UTC 2014

  Modified Files:
  pkgsrc/pkgtools/x11-links: Makefile buildlink3.mk
  pkgsrc/pkgtools/x11-links/files: xorg.fontconfig xorg.freetype2
      xorg.libXrandr xorg.libxcb xorg.pixman xorg.xcb-util

  Log Message:
  Update to 0.85

  * Support NetBSD current (6.99.38 at least)'s new native xorg

---
  Module Name: pkgsrc
  Committed By: tron
  Date: Mon Mar 31 10:52:14 UTC 2014

  Modified Files:
  pkgsrc/pkgtools/x11-links/files: xorg.freetype2

  Log Message:
  Sort contents (no changes to binary package).

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Thu Apr 17 01:57:31 UTC 2014

  Modified Files:
  pkgsrc/mk/buildlink3: bsd.buildlink3.mk

  Log Message:
  Stop USE_BUINTIN.pkg=3Dno escalation from IGNORE_PKG.pkg=3DYES.
  affect to result of pkgtools/x11-links, normal build v.s. pbulk.

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Thu Apr 17 02:03:12 UTC 2014

  Modified Files:
  pkgsrc/pkgtools/x11-links: Makefile xorg.mk
  pkgsrc/pkgtools/x11-links/files: xorg.xf86driproto
  Added Files:
  pkgsrc/pkgtools/x11-links/files: xorg.dri2proto

  Log Message:
  Split dri2proto from xf86driproto for xorg.
  Fixes for the case USE_BUILTIN.xf86dirproto=3DNO and
  USE_BUILTIN.dri2proto=3DYES.

  Bump version to 0.86.

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Thu Apr 17 09:50:36 UTC 2014

  Modified Files:
  pkgsrc/pkgtools/x11-links: buildlink3.mk

  Log Message:
  Bump required version to latest 0.86.

(tron)

2014-04-17 14:57:02 UTC MAIN commitmail json YAML

Added net/py-softlayer version 3.0.2

(imil)

2014-04-17 14:55:05 UTC MAIN commitmail json YAML

add & enable py-softlayer

(imil)

2014-04-17 14:54:07 UTC MAIN commitmail json YAML

Initial import of py-softlayer, version 3.0.2, into the NetBSD Packages
Collection.

SoftLayer API bindings for Python. For use with SoftLayer's API.

This library provides a simple interface to interact with SoftLayer's XML-RPC
API and provides support for many of SoftLayer API's features like object masks
and a command-line interface that can be used to access various SoftLayer
services using the API.

(imil)

2014-04-17 13:54:03 UTC MAIN commitmail json YAML

2014-04-17 13:53:56 UTC MAIN commitmail json YAML

Updated multimedia/xine-lib to 1.2.5

(wiz)

2014-04-17 13:53:47 UTC MAIN commitmail json YAML

Update to 1.2.5:

xine-lib (1.2.5) 2014-04-08
  * Update german translation.
  * Add bass downmix support to AC3 decoder.
  * Add experimental YCgCo colorspace support.
  * Add avformat demux plugin.
    - Support for new formats and protocols.
    - Proper rtsp support (with avformat+rtsp://, rtsp+tcp:// and rtsp+http:// mrls).
    - by default native xine demux plugins are probed first.
      This can be overridden in config, by selecting demuxer in mrl (#demux:avformat),
      or by using "avformat+" mrl prefix.
  * Add avio (libavformat) input plugin:
    - Support for new protocols (https://, ftp://, sftp://, ...).
    - Support for seekable http streams (with "avio+http://" mrl).
    - By default native xine input plugins are used. This can be overridden in config or by using "avio+" mrl prefix.
  * Recognise & use HEVC/H.265. (ffmpeg)
  * Add support for HEVC/H.265 to the mpeg-ts demuxer.
  * Add support for HEVC/H.265 and VP9 to the matroska demuxer.
  * Add VP8/VP9 decoder using libvpx.
  * Modernise Quicktime demuxer:
    - Multiple user selectable audio traks.
    - Support AC3, EAC3, vorbis, Purevoice audio.
    - Support ISO fragment media files.
    - More safety on broken files.
    - Slightly faster.
  * Recognise & use ADPCM G.726 and ATRAC3. (ffmpeg/libva)
  * Build fixes.
  * Fix HDMV subtitle channel.
  * FFmpeg compatibility fixes.
  * Some colour format conversion fixes.
  * Fix RealVideo re-ordered PTS: pass through, let the decoder re-order it.
  * Fix some problems with COOK audio.

(wiz)

2014-04-17 13:12:47 UTC MAIN commitmail json YAML

Remove duplicate entry.

(wiz)

2014-04-17 13:08:45 UTC MAIN commitmail json YAML

Updated devel/gmp to 6.0.0a

(wiz)

2014-04-17 13:08:33 UTC MAIN commitmail json YAML

Updated devel/gmp to 6.0.0a

(wiz)

2014-04-17 13:08:24 UTC MAIN commitmail json YAML

Update to 6.0.0a:

Changes between 6.0.0 and 6.0.0a:
Not documented.

Changes between GMP version 5.1.* and 6.0.0

  BUGS FIXED
  * The function mpz_invert now considers any number invertible in Z/1Z.

  * The mpn multiply code now handles operands of more than 2^31 limbs
    correctly.  (Note however that the mpz code is limited to 2^32 bits on
    32-bit hosts and 2^37 bits on 64-bit hosts.)

  * Contains all fixes from release 5.1.3.

  SPEEDUPS
  * Plain division of large operands is faster and more monotonous in operand
    size.

  * Major speedup for ARM, in particular ARM Cortex-A15, thanks to improved
    assembly.

  * Major speedup for SPARC T4/T5 and speedup also for T3, thanks to a lot of
    new assembly.

  * Speedup for Intel Sandy Bridge, Ivy Bridge, Haswell, thanks to rewritten
    and vastly expanded assembly support.  Speedup also for the older Core 2
    and Nehalem.

  * Faster mixed arithmetic between mpq_class and double.

  * With g++, optimise more operations when one argument is a simple constant.

  FEATURES
  * Support for new Intel and AMD CPUs.

  * Support for ARM64 alias Aarch64 alias ARMv8.

  * New public functions mpn_sec_mul and mpn_sec_sqr, implementing side-channel
    silent multiplication and squaring.

  * New public functions mpn_sec_div_qr and mpn_sec_div_r, implementing
    side-channel silent division.

  * New public functions mpn_cnd_add_n and mpn_cnd_sub_n.  Side-channel silent
    conditional addition and subtraction.

  * New public function mpn_sec_powm, implementing side-channel silent modexp.

  * New public function mpn_sec_invert, implementing side-channel silent
    modular inversion.

  * Better support for applications which use the mpz_t type, but nevertheless
    need to call some of the lower-level mpn functions.  See the documentation
    for mpz_limbs_read and related functions.

  MISC
    [FreeBSD bashing removed]

(wiz)

2014-04-17 13:01:23 UTC MAIN commitmail json YAML

Updated misc/calibre to 1.32.0

(wiz)

2014-04-17 13:01:13 UTC MAIN commitmail json YAML

Update to 1.32.0:

New Features

    Fetch news: Allow automatically creating custom news sources
    by importing OPML files. Many RSS news reader programs can
    export their list of RSS feeds in the OPML format.
    Conversion: When inserting metadata as a jacket page, alter
    the font sizes in the jacket so that the sizes match the sizes
    used in the rest of the book. Also pretty print the generated
    jacket HTML.
    Allow searching for books by id and uuid using the id: and
    uuid: prefixes
    Allow specifying arbitrary colors for column coloring rules

Bug Fixes

    Update the version of openssl shipped in the binary builds (the
    version in the windows 64bit build was vulnerable to the
    Heartbleed bug)
    Edit Book: Fix book being marked as modified even when no actual
    changes were done by various automated tools such as Smarten
    Punctuation, Subset Fonts, etc.
    Fix ebook-device cp -f failing when destination file already
    exists

    Closes tickets: 1303181
    Ensure that the rendered dates in the book list and edit metadata
    dialogs are always in the same language as the calibre interface,
    regardless of system language setting
    Edit metadata dialog: Remember window size for the cover download
    window
    DOCX Input: Dont fail on DOCX files that contain pages with
    zero effective width.

    Closes tickets: 1303022
    Content server: Fix page not found error when clicking on a
    category that has only a single item in it
    Send books to the Books folder for the Tolino Vision, as it
    cannot find books placed outside this folder
    Edit book: Fix error when beautifying HTML files that contain
    un-indented <script> or <style> tags

Improved news sources

    Ekantipur
    NRC Handelsblad
    Frontline

(wiz)

2014-04-17 12:41:13 UTC MAIN commitmail json YAML

Updated devel/flex to 2.5.39

(wiz)

2014-04-17 12:41:04 UTC MAIN commitmail json YAML

Update to 2.5.39:

* flex version  2.5.39

** no user visible changes in this release

* version 2.5.38 released 2014-02-14

** internationalization

*** add sr translation from the translation project

*** update da, es, ko, nl, pt_BR, ro, ru, sv, tr, vi, zh_CN translations from the translation project

*** rename zh_tw to its proper zh_TW name

* version 2.5.37 released 2012-08-03

** Import flex into git. See
  git://flex.git.sourceforge.net/gitroot/flex/flex.

** Fix make install target to not fail when the flex++ program is
  already installed

** New translations from the translation project: de, fi, pl, vi

(wiz)

2014-04-17 12:33:58 UTC MAIN commitmail json YAML

Updated misc/py-anki2 to 2.0.25

(wiz)

2014-04-17 12:33:48 UTC MAIN commitmail json YAML

Update to 2.0.25:

Changes in 2.0.25

    Fix copy right click menu not appearing when reviewing.

    Possible fix for shortcut issues with some add-ons when reviewing.

    Fix from Julien to fail more gracefully when templates need
    updating.

    Fix Qt4.7 Windows build failing to start.

    Workaround a crash on Macs that was happening when a progress
    bar was shown.

    Roll back to a previous mplayer version on OSX to fix some
    audio playing too fast.

    Fix Anki failing to recognize clozes when user had defined
    multiple cloze fields on a single line in their template.

Changes in 2.0.24

    A required upgrade to continue syncing, as the encryption
    certificate has been updated. More info is available at
    https://anki.tenderapp.com/discussions/announcements/60-anki-and-heartbleed

    An alternative build is now provided which uses an older version
    of the toolkit. This addresses the Thai slowdown issue on
    Windows, and continues support for OSX 10.5 & 10.6 on Mac, as
    the primary build now requires 10.7 or later.

    For people using add-ons that used multiple colons such as
    {{ring:my_tag:file.mp3}}, you should update your template to
    {{ring (my_tag):file.mp3}}. For add-on authors, this change is
    an improvement by Julien that allows multiple filters to be
    chained together.

    If you get an error message about pyqtconfig, please contact
    the author of the failing add-on and ask them to update the
    add-on to use qtmajor/qtminor instead, as pyqtconfig was
    obsoleted a while ago.

    The deck list in the browser sidebar is now collapsible. This
    and a few other changes thanks to Houssam.

    Include buried cards in the suspended count of the graphs.

    Fix crashes and corruption in column headers on qt5.2 (only
    relevant for Linux users at the moment)

    Fix for warnings in console on bleeding edge Linux distros,
    thanks to ospalh.

    Remove leech tag on undo if it was added during review.

    Allow copy context menu for things like card preview.

    Tweaks to supermemo importer thanks to Bryan.

    Remove marked and leech tags when exporting without scheduling.

    More friendly error when ssl fails.

    Fix 1000 cap in overview screen.

    Catch another invalid temp folder message.

    Disallow \r and \n in filenames, and ./.. in profile names.

Changes in 2.0.23

Due to a build error, this version was skipped.

(wiz)

2014-04-17 12:30:08 UTC MAIN commitmail json YAML

Updated devel/py-babel to 1.3nb1

(rodent)

2014-04-17 12:29:48 UTC MAIN commitmail json YAML

Move pybabel to pybabel-${PYVERSSUFFIX} in post-install to allow
installation with multiple python versions. Bump PKGREVISION.

(rodent)

2014-04-17 12:29:43 UTC MAIN commitmail json YAML

Updated audio/py-beets to 1.3.5

(wiz)

2014-04-17 12:29:34 UTC MAIN commitmail json YAML

Update to 1.3.5:

1.3.5 (April 15, 2014)
----------------------

This is a short-term release that adds some great new stuff to beets. There's
support for tracking and calculating musical keys, the ReplayGain plugin was
expanded to work with more music formats via GStreamer, we can now import
directly from compressed archives, and the lyrics plugin is more robust.

One note for upgraders and packagers: this version of beets has a new
dependency in `enum34`_, which is a backport of the new `enum`_ standard
library module.

The major new features are:

* Beets can now import `zip`, `tar` and `rar` archives. Just type ``beet
  import music.zip`` to have beets transparently extract the files to import.
* :doc:`/plugins/replaygain`: Added support for calculating ReplayGain values
  with GStreamer as well the mp3gain program. This enables ReplayGain
  calculation for any audio format. Thanks to Yevgeny Bezman.
* :doc:`/plugins/lyrics`: Lyrics should now be found for more songs. Searching
  is now sensitive to featured artists and parenthesized title suffixes.
  When a song has multiple titles, lyrics from all the named songs are now
  concatenated. Thanks to Fabrice Laporte and Paul Phillips.

In particular, a full complement of features for supporting musical keys are
new in this release:

* A new `initial_key` is available in the database and files' tags. You can
  set the field manually using a command like ``beet modify
  initial_key=Am``.
* The :doc:`/plugins/echonest` sets the `initial_key` field if the data is
  available.
* A new :doc:`/plugins/keyfinder` runs a command-line tool to get the key from
  audio data and store it in the `initial_key` field.

There are also many bug fixes and little enhancements:

* :doc:`/plugins/echonest`: Truncate files larger than 50MB before uploading for
  analysis.
* :doc:`/plugins/fetchart`: Fix a crash when the server does not specify a
  content type. Thanks to Lee Reinhardt.
* :doc:`/plugins/convert`: The ``--keep-new`` flag now works correctly
  and the library includes the converted item.
* The importer now logs a message instead of crashing when errors occur while
  opening the files to be imported.
* :doc:`/plugins/embedart`: Better error messages in exceptional conditions.
* Silenced some confusing error messages when searching for a non-MusicBrainz
  ID. Using an invalid ID (of any kind---Discogs IDs can be used there too) at
  the "Enter ID:" importer prompt now just silently returns no results. More
  info is in the verbose logs.
* :doc:`/plugins/mbsync`: Fix application of album-level metadata. Due to a
  regression a few releases ago, only track-level metadata was being updated.
* On Windows, paths on network shares (UNC paths) no longer cause "invalid
  filename" errors.
* :doc:`/plugins/replaygain`: Fix crashes when attempting to log errors.
* The :ref:`modify-cmd` command can now accept query arguments that contain =
  signs. An argument is considered a query part when a : appears before any
  =s. Thanks to mook.

.. _enum34: https://pypi.python.org/pypi/enum34
.. _enum: https://docs.python.org/3.4/library/enum.html

1.3.4 (April 5, 2014)
---------------------

This release brings a hodgepodge of medium-sized conveniences to beets. A new
:ref:`config-cmd` command manages your configuration, we now have :ref:`bash
completion <completion>`, and the :ref:`modify-cmd` command can delete
attributes. There are also some significant performance optimizations to the
autotagger's matching logic.

One note for upgraders: if you use the :doc:`/plugins/fetchart`, it has a new
dependency, the `requests`_ module.

New stuff:

* Added a :ref:`config-cmd` command to manage your configuration. It can show
  you what you currently have in your config file, point you at where the file
  should be, or launch your text editor to let you modify the file. Thanks to
  geigerzaehler.
* Beets now ships with a shell command completion script! See
  :ref:`completion`. Thanks to geigerzaehler.
* The :ref:`modify-cmd` command now allows removing flexible attributes. For
  example, ``beet modify artist:beatles oldies!`` deletes the ``oldies``
  attribute from matching items. Thanks to brilnius.
* Internally, beets has laid the groundwork for supporting multi-valued
  fields. Thanks to geigerzaehler.
* The importer interface now shows the URL for MusicBrainz matches. Thanks to
  johtso.
* :doc:`/plugins/smartplaylist`: Playlists can now be generated from multiple
  queries (combined with "or" logic). Album-level queries are also now
  possible and automatic playlist regeneration can now be disabled. Thanks to
  brilnius.
* :doc:`/plugins/echonest`: Echo Nest similarity now weights the tempo in
  better proportion to other metrics. Also, options were added to specify
  custom thresholds and output formats. Thanks to Adam M.
* Added the :ref:`after_write <plugin_events>` plugin event.
* :doc:`/plugins/lastgenre`: Separator in genre lists can now be
  configured. Thanks to brilnius.
* We now only use "primary" aliases for artist names from MusicBrainz. This
  eliminates some strange naming that could occur when the `languages` config
  option was set. Thanks to Filipe Fortes.
* The performance of the autotagger's matching mechanism is vastly improved.
  This should be noticeable when matching against very large releases such as
  box sets.
* The :ref:`import-cmd` command can now accept individual files as arguments
  even in non-singleton mode. Files are imported as one-track albums.

Fixes:

* Error messages involving paths no longer escape non-ASCII characters (for
  legibility).
* Fixed a regression that made it impossible to use the :ref:`modify-cmd`
  command to add new flexible fields. Thanks to brilnius.
* :doc:`/plugins/echonest`: Avoid crashing when the audio analysis fails.
  Thanks to Pedro Silva.
* :doc:`/plugins/duplicates`: Fix checksumming command execution for files
  with quotation marks in their names. Thanks again to Pedro Silva.
* Fix a crash when importing with both of the :ref:`group_albums` and
  :ref:`incremental` options enabled. Thanks to geigerzaehler.
* Give a sensible error message when ``BEETSDIR`` points to a file. Thanks
  again to geigerzaehler.
* Fix a crash when reading WMA files whose boolean-valued fields contain
  strings. Thanks to johtso.
* :doc:`/plugins/fetchart`: The plugin now sends "beets" as the User-Agent
  when making scraping requests. This helps resolve some blocked requests. The
  plugin now also depends on the `requests`_ Python library.
* The :ref:`write-cmd` command now only shows the changes to fields that will
  actually be written to a file.
* :doc:`/plugins/duplicates`: Spurious reports are now avoided for tracks with
  missing values (e.g., no MBIDs). Thanks to Pedro Silva.
* The default :ref:`replace` sanitation options now remove leading whitespace
  by default. Thanks to brilnius.
* :doc:`/plugins/importfeeds`: Fix crash when importing albums
  containing ``/`` with the ``m3u_multi`` format.
* Avoid crashing on Mutagen bugs while writing files' tags.
* :doc:`/plugins/convert`: Display a useful error message when the FFmpeg
  executable can't be found.

.. _requests: http://www.python-requests.org/

1.3.3 (February 26, 2014)
-------------------------

Version 1.3.3 brings a bunch changes to how item and album fields work
internally. Along with laying the groundwork for some great things in the
future, this brings a number of improvements to how you interact with beets.
Here's what's new with fields in particular:

* Plugin-provided fields can now be used in queries. For example, if you use
  the :doc:`/plugins/inline` to define a field called ``era``, you can now
  filter your library based on that field by typing something like
  ``beet list era:goldenage``.
* Album-level flexible attributes and plugin-provided attributes can now be
  used in path formats (and other item-level templates).
* :ref:`Date-based queries <datequery>` are now possible. Try getting every
  track you added in February 2014 with ``beet ls added:2014-02`` or in the
  whole decade with ``added:2010..``. Thanks to Stig Inge Lea Bjæ·¡rnsen.
* The :ref:`modify-cmd` command is now better at parsing and formatting
  fields. You can assign to boolean fields like ``comp``, for example, using
  either the words "true" or "false" or the numerals 1 and 0. Any
  boolean-esque value is normalized to a real boolean. The :ref:`update-cmd`
  and :ref:`write-cmd` commands also got smarter at formatting and colorizing
  changes.

For developers, the short version of the story is that Item and Album objects
provide *uniform access* across fixed, flexible, and computed attributes. You
can write ``item.foo`` to access the ``foo`` field without worrying about
where the data comes from.

Unrelated new stuff:

* The importer has a new interactive option (*G* for "Group albums"),
  command-line flag (``--group-albums``), and config option
  (:ref:`group_albums`) that lets you split apart albums that are mixed
  together in a single directory. Thanks to geigerzaehler.
* A new ``--config`` command-line option lets you specify an additional
  configuration file. This option *combines* config settings with your default
  config file. (As part of this change, the ``BEETSDIR`` environment variable
  no longer combines---it *replaces* your default config file.) Thanks again
  to geigerzaehler.
* :doc:`/plugins/ihate`: The plugin's configuration interface was overhauled.
  Its configuration is now much simpler---it uses beets queries instead of an
  ad-hoc per-field configuration. This is *backwards-incompatible*---if you
  use this plugin, you will need to update your configuration. Thanks to
  BrainDamage.

Other little fixes:

* :doc:`/plugins/echonest`: Tempo (BPM) is now always stored as an integer.
  Thanks to Heinz Wiesinger.
* Fix Python 2.6 compatibility in some logging statements in
  :doc:`/plugins/chroma` and :doc:`/plugins/lastgenre`.
* Prevent some crashes when things go really wrong when writing file metadata
  at the end of the import process.
* New plugin events: ``item_removed`` (thanks to Romuald Conty) and
  ``item_copied`` (thanks to Stig Inge Lea Bjæ·¡rnsen).
* The ``pluginpath`` config option can now point to the directory containing
  plugin code. (Previously, it awkwardly needed to point at a directory
  containing a ``beetsplug`` directory, which would then contain your code.
  This is preserved as an option for backwards compatibility.) This change
  should also work around a long-standing issue when using ``pluginpath`` when
  beets is installed using pip. Many thanks to geigerzaehler.
* :doc:`/plugins/web`: The ``/item/`` and ``/album/`` API endpoints now
  produce full details about albums and items, not just lists of IDs. Thanks
  to geigerzaehler.
* Fix a potential crash when using image resizing with the
  :doc:`/plugins/fetchart` or :doc:`/plugins/embedart` without ImageMagick
  installed.
* Also, when invoking ``convert`` for image resizing fails, we now log an
  error instead of crashing.
* :doc:`/plugins/fetchart`: The ``beet fetchart`` command can now associate
  local images with albums (unless ``--force`` is provided). Thanks to
  brilnius.
* :doc:`/plugins/fetchart`: Command output is now colorized. Thanks again to
  brilnius.
* The :ref:`modify-cmd` command avoids writing files and committing to the
  database when nothing has changed. Thanks once more to brilnius.
* The importer now uses the album artist field when guessing existing
  metadata for albums (rather than just the track artist field). Thanks to
  geigerzaehler.
* :doc:`/plugins/fromfilename`: Fix a crash when a filename contained only a
  track number (e.g., ``02.mp3``).
* :doc:`/plugins/convert`: Transcoding should now work on Windows.
* :doc:`/plugins/duplicates`: The ``move`` and ``copy`` destination arguments
  are now treated as directories. Thanks to Pedro Silva.
* The :ref:`modify-cmd` command now skips confirmation and prints a message if
  no changes are necessary. Thanks to brilnius.
* :doc:`/plugins/fetchart`: When using the ``remote_priority`` config option,
  local image files are no longer completely ignored.
* :doc:`/plugins/echonest`: Fix an issue causing the plugin to appear twice in
  the output of the ``beet version`` command.
* :doc:`/plugins/lastgenre`: Fix an occasional crash when no tag weight was
  returned by Last.fm.
* :doc:`/plugins/mpdstats`: Restore the ``last_played`` field. Thanks to
  Johann Klè¾°hn.
* The :ref:`modify-cmd` command's output now clearly shows when a file has
  been deleted.
* Album art in files with Vorbis Comments is now marked with the "front cover"
  type. Thanks to Jason Lefley.

(wiz)

2014-04-17 12:29:05 UTC MAIN commitmail json YAML

Updated multimedia/libdvbpsi to 1.2.0

(wiz)

2014-04-17 12:28:56 UTC MAIN commitmail json YAML

Update to 1.2.0:

Changes between 1.1.2 and 1.2.0:
--------------------------------

* Rename define  DVDPSI_GetContentCategoryFromType() to DVBPSI_GetContentCategoryFromType()
  - the prefix said DVD, should have been DVB instead
* Added new descriptors:
  - 0xa1 Service location
  - 0x4c Time shifted service
  - 0x53 CA system id
  - 0x81 AC3 audio
  - 0x86 Caption service
* Fixed Coverity Scan issues
  - out-of-bound writes
  - null pointer dereferences
  - resource leaks
  - check return values

(wiz)

2014-04-17 12:27:54 UTC MAIN commitmail json YAML

Added devel/py-enum34 version 0.9.23

(wiz)

2014-04-17 12:27:28 UTC MAIN commitmail json YAML

2014-04-17 12:27:17 UTC MAIN commitmail json YAML

Import py-enum34-0.9.23 as devel/py-enum34.

enum34 is the new Python stdlib enum module available in Python
3.4 backported for previous versions of Python from 2.4 to 3.3.

(wiz)

2014-04-17 12:16:53 UTC MAIN commitmail json YAML

Updated net/filezilla to 3.8.0

(wiz)

2014-04-17 12:16:43 UTC MAIN commitmail json YAML

Update to 3.8.0:

3.8.0 (2014-03-28)

+ OS X: Implemented the reboot, shutdown and suspend queue completion actions
- Popup dialogs no longer automatically open if other dialogs are already open. This prevents FileZilla from becoming unresponsive on OS X
- Fix calculation of current transfer speed. In some situations the transfer speed tooltip over the activity indicators showed negative speeds
- Fix handling of focus item in local directory listings if connecting to a site with a default local directory

3.8.0-rc1 (2014-03-22)

+ MSW: Added suspend as new queue completion action
- Minor fixes to new updater

3.8.0-beta2 (2014-03-13)

+ Use Server Name Indication (SNI) With FTP over TLS and HTTP over TLS
- Minor updater improvements to further improve reliability
- Updated translations

3.8.0-beta1 (2014-03-10)

! Updated GnuTLS to latest version to address vulnerabilities in GnuTLS' certificate validation
+ Redesigned update dialog
- Fix initial state of the 'Enable' item in speed limit menu
- Date/Time handling routines now carry precision information, this avoids comparisons of timestamps with different accuracy, e.g. 2014-02-01 and 2014-02-01 10:00 now compare as being identical when using the "Overwrite if newer" file exists action
- MSW: Make handling of FD_CLOSE socket events more robust

3.7.4.1 (2014-02-11)

- Fix detection of modified files
- Additional fixes for site-specific bookmark handling

3.7.4 (2014-02-09)

+ Added SOCKS4 support
- Additional bugfix for site-specific bookmarks
- Improve compatibility with servers sending directory listings in Polish language or in EBCDIC encoding
- Handle set user id bit when populating permissions dialog.

3.7.4-rc1 (2014-02-01)

+ Added Corsican and Kabyle translations
+ SFTP now supports the hmac-sha2-256 algorithm
- MSW: Show local timestamps for old files using the correct daylight saving time (DST) offset.
- Fix loading of transfer queue if starting FileZilla while another instance is in the process of shutting down
- Fix interaction between site-specific bookmarks and multiple tabs
- Don't resume uploads when there's zero octets left to transfer
- Improve symbolic link detection when using MLSD
- If processing a queue with files queued on multiple servers and not storing passwords, the password was not always asked prior to switching servers
- Use the correct name element when importing sites
- MSW: Show actual Windows version in about dialog regardless of app-compat settings

(wiz)

2014-04-17 12:15:24 UTC MAIN commitmail json YAML

+ dap-3.10, geany-1.24.1, kde4-4.13.0, libdvbpsi-1.2.0, py-beets-1.3.5,
  vlc-2.1.4 [wip], wordpress-3.9.

(wiz)

2014-04-17 12:09:15 UTC MAIN commitmail json YAML

Updated emulators/mess to 0.153

(wiz)

2014-04-17 12:09:05 UTC MAIN commitmail json YAML

2014-04-17 11:56:21 UTC MAIN commitmail json YAML

Updated emulators/mame to 0.153

(wiz)

2014-04-17 11:56:11 UTC MAIN commitmail json YAML

2014-04-17 11:24:27 UTC MAIN commitmail json YAML

Updated sysutils/salt to 2014.1.2

(imil)

2014-04-17 11:24:11 UTC MAIN commitmail json YAML

2014-04-17 11:15:19 UTC MAIN commitmail json YAML

Updated net/libmms to 0.6.4

(wiz)

2014-04-17 11:15:09 UTC MAIN commitmail json YAML

Update to 0.6.4:

2014-04-08 libmms-0.6.4 release (blutomat <blutomat@gmail.com>)
---------------------------------------------------------------

* Fix a possible heap memory overrun in get_answer().
  Reported by Alex Chapman.

2014-04-02 libmms-0.6.3 release (blutomat <blutomat@gmail.com>)
---------------------------------------------------------------

* Some changes for more recent automake versions
* Remove glib dependency from uri.c and thus from whole libmms, patch by Andre Przywara
  http://sourceforge.net/p/libmms/patches/11/
* Fix several issues that prevented seeking from working, patch by John Lindgren
  http://sourceforge.net/p/libmms/patches/12/
* Remove dependency on iconv
  https://sourceforge.net/p/libmms/bugs/15/
* Fix connecting to certain mms streams, patch by gstblub
  http://sourceforge.net/p/libmms/bugs/13/

(wiz)

2014-04-17 11:13:24 UTC MAIN commitmail json YAML

Do not need to set -destdir here, because
ocaml-findlib/buildlink3.mk does.

(hiramatsu)