Commit graph

247836 commits

Author SHA1 Message Date
wiz
a25999e6e8 Added www/p5-Plack-Test-Agent version 1.4 2016-04-15 12:15:43 +00:00
wiz
312d8c0c10 + p5-Plack-Test-Agent 2016-04-15 12:15:34 +00:00
wiz
fed15192ec Import p5-Plack-Test-Agent-1.4 as www/p5-Plack-Test-Agent.
Plack::Test::Agent is an OO interface to test PSGI applications.
It can perform GET and POST requests against PSGI applications
either in process or over HTTP through a Plack::Handler compatible
backend.
2016-04-15 12:15:14 +00:00
wiz
7655e0e66f Added textproc/p5-String-Trim version 0.005 2016-04-15 12:05:05 +00:00
wiz
76e123887c + p5-String-Trim 2016-04-15 12:04:55 +00:00
wiz
38763581bc Import p5-String-Trim-0.005 as textproc/p5-String-Trim.
String::Trim trims whitespace off your strings. chomp trims only
$/ (typically, that's newline), but trim will trim all leading and
trailing whitespace.
2016-04-15 12:04:43 +00:00
wiz
c8b1f7639b Added www/p5-URI-Query version 0.15 2016-04-15 11:52:31 +00:00
wiz
1a4a83ca33 + p5-URI-Query 2016-04-15 11:52:21 +00:00
wiz
8280005eef Import p5-URI-Query-0.15 as www/p5-URI-Query.
URI::Query provides simple URI query string manipulation, allowing
you to create and manipulate URI query strings from GET and POST
requests in web applications. This is primarily useful for creating
links where you wish to preserve some subset of the parameters to
the current request, and potentially add or replace others. Given
a query string this is doable with regexes, of course, but making
sure you get the anchoring and escaping right is tedious and
error-prone - this module is simpler.
2016-04-15 11:51:55 +00:00
wiz
17e24700ec Added textproc/p5-Text-SimpleTable-AutoWidth version 0.09 2016-04-15 11:48:12 +00:00
wiz
6c8c25b6e9 + p5-Text-SimpleTable-AutoWidth 2016-04-15 11:48:02 +00:00
wiz
b6fe3dcea2 Import p5-Text-SimpleTable-AutoWidth-0.09 as textproc/p5-Text-SimpleTable-AutoWidth.
Simple eyecandy ASCII tables with auto-width selection.
2016-04-15 11:47:49 +00:00
wiz
341bec105d Added mail/p5-Parse-MIME version 1.003 2016-04-15 11:43:48 +00:00
wiz
9c8e68f08b + p5-Parse-MIME 2016-04-15 11:43:39 +00:00
wiz
4135a67992 Import p5-Parse-MIME-1.003 as mail/p5-Parse-MIME.
This module provides basic functions for handling mime-types. It
can handle matching mime-types against a list of media-ranges.
2016-04-15 11:43:26 +00:00
wiz
eecd6c084f Added devel/p5-MooX-StrictConstructor version 0.008 2016-04-15 11:38:32 +00:00
wiz
2e011b2ec5 + p5-MooX-StrictConstructor 2016-04-15 11:38:21 +00:00
wiz
6ea6422664 Import p5-MooX-StrictConstructor-0.008 as devel/p5-MooX-StrictConstructor.
Simply loading this module makes your constructors "strict". If
your constructor is called with an attribute init argument that
your class does not declare, then it dies. This is a great way to
catch small typos.
2016-04-15 11:38:07 +00:00
wiz
c92d22fd44 Added textproc/p5-Pod-Coverage-TrustPod version 0.100003 2016-04-15 11:37:06 +00:00
wiz
0df0c19076 + p5-Pod-Coverage-TrustPod 2016-04-15 11:36:56 +00:00
wiz
e4644a6ed1 Import p5-Pod-Coverage-TrustPod-0.100003 as textproc/p5-Pod-Coverage-TrustPod.
This is a Pod::Coverage subclass (actually, a subclass of
Pod::Coverage::CountParents) that allows the POD itself to declare
certain symbol names trusted.
2016-04-15 11:36:40 +00:00
wiz
1d37561e36 Added www/p5-HTTP-CookieMonster version 0.09 2016-04-15 11:35:47 +00:00
wiz
147c1127cf + p5-HTTP-CookieMonster 2016-04-15 11:23:28 +00:00
wiz
a438d5605f Import p5-HTTP-CookieMonster-0.09 as www/p5-HTTP-CookieMonster.
This module was created because messing around with HTTP::Cookies
is non-trivial. HTTP::Cookies a very useful module, but using it
is not always as easy and clean as it could be. For instance, if
you want to find a particular cookie, you can't just ask for it by
name.
2016-04-15 11:22:57 +00:00
wiz
2402bc5930 Added www/p5-HTML-Restrict version 2.2.2 2016-04-15 11:13:38 +00:00
wiz
9df6b69ee8 + p5-HTML-Restrict. 2016-04-15 11:13:12 +00:00
wiz
4934cfa008 Import p5-HTML-Restrict-2.2.2 as www/p5-HTML-Restrict.
This module uses HTML::Parser to strip HTML from text in a restrictive
manner. By default all HTML is restricted. You may alter the default
behaviour by supplying your own tag rules.
2016-04-15 11:12:32 +00:00
wiz
eeb2e5fe2a Updated devel/p5-Test-Warnings to 0.026 2016-04-15 10:37:00 +00:00
wiz
ab9a3ed12a Update p5-Test-Warnings to 0.026.
0.026     2016-01-27 03:13:25Z
          - fixed use of modules loaded by t/zzz-check-breaks.t
          - fix stderr suppression on perl 5.6

0.025     2016-01-24 02:59:28Z
          - prereqs lowered from required to suggested:
            - CPAN::Meta::Check
            - CPAN::Meta::Requirements
          - tests are now quieter to avoid causing confusion, by suppressing
            the printing of stderr in tests
2016-04-15 10:36:51 +00:00
wiz
b67ae46eb9 Updated devel/p5-Test-Deep to 1.120 2016-04-15 10:35:53 +00:00
wiz
e4591ba084 Update p5-Test-Deep to 1.120.
0.120     2015-11-27
        - no changes since 0.119_01

0.119_01  2015-11-19
        - add none() test; it's like any(), but negative
        - fix stringification of any() expectations
2016-04-15 10:35:44 +00:00
wiz
cd7e794249 Updated www/p5-HTML-Format to 2.12 2016-04-15 10:29:59 +00:00
wiz
78e581b93e Update p5-HTML-Format to 2.12.
2.12      2015-10-10 17:49:45+01:00 Europe/London
    - Minor test related fixes
    - Transition to using File::Slurper in place of File::Slurp
      Thanks to Karen Etheridge for the patch
    - Add Travis CI integration
2016-04-15 10:29:50 +00:00
wiz
9bad4698b5 Updated archivers/innoextract to 1.6 2016-04-15 10:23:19 +00:00
wiz
788002e096 Update innoextract to 1.6.
innoextract 1.6 (2016-03-24)
 - Added support for Inno Setup 5.5.7 (and 5.5.8) installers
 - Added a --collisions=rename-all option
 - Changed --collisions=rename to omit the suffix for the file that would have been extracted with --collisions=overwrite instead of the first encountered file
 - Fixed @lang suffix sometimes missing for the first file with the --collisions=rename option
 - Fixed build error with CMake 3.5
 - Now compiles in C++14 mode if supported
 - Unsafe characters in special constant strings (ie ':' in {code:…}) are now replaced with '$'
 - Windows: Fixed error message if the source file could not be opened
 - Windows: Fixed progress bar flickering while printing extracted filenames
 - Windows binaries: Fixed crash on platforms without AVX support
2016-04-15 10:23:10 +00:00
wiz
6541fff55a Updated sysutils/py-dbus to 1.2.4 2016-04-15 10:15:40 +00:00
wiz
b0254f9313 Updated sysutils/dbus-python-common to 1.2.4 2016-04-15 10:15:29 +00:00
wiz
c0d35c5614 Update python dbus bindings to 1.2.4.
D-Bus Python Bindings 1.2.4 (2016-03-06)
========================================

The “75,000 microchips” release.

Enhancements:

• Continous integration metadata for travis-ci.org is now available.
  Similar to dbus, this is split into .travis.yml (Travis-specifics)
  and tools/ci-build.sh (intended to be useful for any CI framework,
  although it does include various workarounds for travis-ci oddities).
  (Simon McVittie)

Fixes:

• Make dbus.version a tuple again, not a list, for consistent sorting.
  This was a regression in 1.2.2. (Debian #816729, Simon McVittie)

• Use inspect.signature() instead of inspect.getargspec() on Python
  versions that have it. inspect.getargspec() is deprecated in recent
  Python 3 and seems to have disappeared from 3.6 nightly builds.
  (Simon McVittie)

• Make the tests pass in "narrow" Python builds where unicode objects
  are UTF-16, rather than the UCS-4 used in Linux distributions.
  (fd.o #57140, Simon McVittie)

• Always include headers in a consistent order (Debian #749133, Simon McVittie)

• Include config.h in all C code that we compile. This is necessary
  on platforms where it might contain something like "#define _GNU_SOURCE"
  or "#define inline __inline".
  (Simon McVittie)
2016-04-15 10:15:15 +00:00
wiz
205213c65e transmission* updated to 2.92. 2016-04-15 09:29:30 +00:00
wiz
ce5b372b8c Update transmission* to 2.92.
=== Transmission 2.92 (2016/03/06) ===
[http://trac.transmissionbt.com/query?milestone=2.92&group=component&order=severity All tickets closed by this release]
==== Mac Client ====
  * Build OSX.KeRanger.A ransomware removal into the app

=== Transmission 2.91 (2016/03/06) ===
[http://trac.transmissionbt.com/query?milestone=2.91&group=component&order=severity All tickets closed by this release]
==== All Platforms ====
  * Fix Makefile.am to include Windows patches into source archive
  * Fix miniupnpc script to handle spaces and other special chars in paths
==== Mac Client ====
  * Prevent crash during group rules removal in some cases
  * Fix failure to remove seeding completion notifications from notification center
  * Show main window and scroll to torrent on notification click
  * Fix issue on Yosemite where peers view didn't occupy all the available space when web seed view was hidden
==== Qt Client ====
  * Fix existing running instance detection and torrents delegation when using DBus
==== Daemon ====
  * Fix building on Windows x86
  * Add `--blocklist-update` argument description to transmission-remote man page
  * Use `-rad` as short form of `--remove-and-delete` option in transmission-remote

=== Transmission 2.90 (2016/02/28) ===
[http://trac.transmissionbt.com/query?milestone=2.90&group=component&order=severity All tickets closed by this release]
==== All Platforms ====
  * Fix renaming torrent files with common prefix
  * Fix some more thread safety bugs in the tr_list datatype
  * Fix infinite loop when removing torrent data
  * Add support for CyaSSL/WolfSSL and PolarSSL cryptographic backends; bump OpenSSL minimum to v0.9.7
  * Initial CMake build system support
  * Many improvements to support Windows builds with MSVS and MinGW; drop XP/2003 support, only Vista and up now
  * Allow building against system UTP and DHT libraries
  * Fix several memory leaks and buffer overflows
  * Support miniupnpc API v14
  * Fix "prefetch-enabled" value type in settings.json (boolean instead of integer)
  * Fix some issues discovered by static analysis (cppcheck, coverity)
  * Fix invalid JSON encoding for non-printable characters
  * Fix multi-threaded locale use when encoding/decoding JSON data
  * Fix encrypted communication with libevent 2.1+
  * Prevent completed pieces modification by webseeds
  * Require absolute paths in RPC requests
  * Fix and unify torrent origin display in GTK+, Qt and web clients
  * Fix crash on session shutdown (evdns_getaddrinfo_cancel)
  * Retry if RPC server fails to bind to specified address
  * Improve error checking on metadata retrieval
  * Improve UTF-8 validity checking (merge changes from LLVM)
  * Don't build transmission-cli by default (it's long deprecated)
==== Mac Client ====
  * UI fixes for OS X 10.9+
  * Trim potential URIs from clipboard
  * Allow downloading files from http servers (not https) on OS X 10.11+
  * Change Sparkle Update URL to use HTTPS instead of HTTP (addresses Sparkle vulnerability)
  * Fix global options popover layout
  * Fix building with Xcode 7+
  * Drop OS X 10.6 support
==== GTK+ Client ====
  * Fix overshoot and undershoot indicators display with GTK+ 3.16+ in main window
  * Don't require DISPLAY if started with `--version` argument
==== Qt Client ====
  * Improve performance in Torrent Properties dialog for torrents with lots of files
  * Prevent entering file renaming mode with mouse double-click
  * Add context menu on files tab of Torrent Properties dialog resembling that of Mac client
  * Remove torrent file from watch directory even if "show options dialog" is not set
  * Use theme-provided icons in system tray and About dialog
  * Fix initial watch directory scan
  * Improve filter bar look and feel; lots of other small visual fixes; RTL layout fixes
  * Show message to the user when duplicate torrent is being added
  * Improve magnets handling in main window
  * Display notifications via tray icon if D-Bus is not available
  * Show notice on top of filtered torrents list; clear whole filter on notice double-click
  * Add proper compiler flags to indicate C++11 use
  * Fix translation files loading
  * Add Chinese (China), German, Indonesian, Italian (Italy), Korean, Polish (Poland), Ukrainian translations; update existing translations
==== Daemon ====
  * Run as service on Windows when in background mode
  * Rework directory watching, add support for native mechanisms on BSD/Darwin (kqueue) and Windows (ReadDirectoryChanges)
  * Don't make assumptions of remote path validity in transmission-remote
==== Web Client ====
  * Content Security Policy enhancements
  * Enable "resume now" for queued torrents
  * Mark appropriate fields in preferences dialog as HTML5 number fields
  * Update to jQuery 1.11.2, jQueryUI 1.11.4; use jQueryUI menus instead of custom ones
2016-04-15 09:28:39 +00:00
wiz
606e9dafde Updated chat/farstream to 0.2.8 2016-04-15 09:07:49 +00:00
wiz
7564ddc410 Update farstream to 0.2.8.
farstream 0.2.8 (March 10, 2016)
==================================
- Add "require-encryption" parameter to ignore unencrypted packets
- Enable building static GStreamer and transmitter plugins
- Make OPUS plugin work and select it as default codec
- Bug fixes
2016-04-15 09:07:40 +00:00
wiz
16184409d5 Updated audio/alsa-plugins-pulse to 1.1.1 2016-04-15 09:06:09 +00:00
wiz
b3dab9241a Updated audio/alsa-plugins-oss to 1.1.1 2016-04-15 09:05:54 +00:00
wiz
f5c974d2ea Update alsa-plugins-* to 1.1.1.
No relevant changes for the ones we have in pkgsrc, I think.

Changelog:

Core

    Release v1.1.1

A52 Output plugin

    a52: Fix usage of obsoleted avcodec_*_frame() functions
    a52: Make compatible with ffmpeg 3.0
    a52: fix reported input channel order

Public Parrot Hack rate converter

    pph: include config.h from rate_speexrate.c

Speex PCM plugin

    speex: Add missing include config.h
2016-04-15 09:05:41 +00:00
wiz
781bebb811 Updated audio/alsa-utils to 1.1.1 2016-04-15 08:50:31 +00:00
wiz
39e2ad4db5 Update alsa-utils to 1.1.0.
Core

    Release v1.1.1
    alsabat: add tinyalsa support
    alsabat: add standalone mode
    aconnect: Show sequencer sound card numer/PID via aconnect

ALSA Control (alsactl)

    alsactl: init/ca0106, init/hda - use CTL{values} instead CTL{value}
    alsactl: remove debug line in set_ctl_values()

aconnect

    aconnect: Show sequencer sound card numer/PID via aconnect

alsa-info.sh

    alsa-info: add alsa-info.sh.1 to EXTRA_DIST
    alsa-info.sh: add man page

amixer

    amixer: skip showing asoc tlv byte controls

aplay/arecord

    aplay/arecord: handle parsing errors of parameter values

bat (basic audio tester)

    alsabat: add tinyalsa support
    alsabat: move alsa process to a single block
    alsabat: use general data generator function
    alsabat: clean return value for playback and capture threads
    alsabat: use general function for wav header update
    alsabat: refactoring alsa capture thread
    alsabat: use variable for thread return value
    alsabat: fix fopen and messages
    alsabat: fix misusing of errno
    alsabat: add bash test script
    alsabat: add standalone mode
    alsabat: add default device name for playback and capture
    alsabat: truncate sample frames for faster FFT analysis
    alsabat: rename to avoid naming conflict
    bat: Don't pass incompatible function pointers to pthread_cleanup_push()
    bat: Avoid local signal.h file
2016-04-15 08:50:21 +00:00
wiz
0579476e4a Updated audio/alsa-lib to 1.1.1 2016-04-15 08:48:00 +00:00
wiz
1b4fe7e36a Update alsa-lib to 1.1.1.
I got many patches integrated upstream, still more to go.

Core

    Release v1.1.1
    Define some types if missing
    Define EBADFD in terms of EBADF if it doesn't exist.

Control API

    control: keep consistent usage of assertion
    control: initialize element channel values according to identification number at adding a new element
    control: fulfill a description about element type with integer64
    coverity fixes
    control: add missing asserts to ctl_elem_set functions

PCM API

    pcm: fix 'unable to create IPC shm instance' caused by fork from a thread
    Introduce bswap.h for portable definitions of byte swap macros.
    coverity fixes
    pcm_hw: fix possible memory leak (coverity)
    pcm: simple: Fix asserts

Sequencer API

    seq: Provide sequencer sound card number / PID via alsa-lib

Timer API

    Only use F_SETSIG fcntl where it exists.

Topology API

    topology: Add support for widget byte controls
    topology: add support for CTL access flags to config file
    topology: add support for pasring external ops in conf files
    topology: Add ops to bytes control.
    topology: Remove unnecessary includes
    topology: fix debug output to print correct "max" value.
    topology: Quit and show error message on big-endian machines
    topology: Not compare a for loop iterator with ABI __le32 variables
    topology: Fix comparison of unsigned expression < 0
    topology: Remove unused variables
    topology: Remove unused function write_data_block()
    topology: open topology files with O_TRUNC
    topology: Add missing include sys/stat.h

Use Case Manager API

    Use alphasort where versionsort is not available.

/include/Makefile.am

    Introduce bswap.h for portable definitions of byte swap macros.
    Define some types if missing

ALSA Server

    coverity fixes

Compatibility routines

    Add more compatibility defines.
    Introduce bswap.h for portable definitions of byte swap macros.
    Define some types if missing

Configuration

    Use alphasort where versionsort is not available.
    config files - do not include ucm/topology configuration when not requested

Kernel Headers

    seq: Provide sequencer sound card number / PID via alsa-lib
    Update include/sound/asequencer.h from 4.6-pre kernel uapi
    Update include/sound/asound.h from 4.6-pre kernel uapi
2016-04-15 08:47:50 +00:00
wiz
a5c14ab6d1 Updated misc/calibre to 2.54.0 2016-04-15 08:43:30 +00:00