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 (3m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 09:53:50 UTC Now

2014-02-26 10:29:27 UTC MAIN commitmail json YAML

2014-02-26 10:12:49 UTC MAIN commitmail json YAML

Add missing README for the pam case.

(jperkin)

2014-02-26 09:47:27 UTC MAIN commitmail json YAML

This package now requires GNU m4 features.

(jperkin)

2014-02-26 04:02:16 UTC MAIN commitmail json YAML

Note update of security/libpbc to 0.5.14

(agc)

2014-02-26 04:00:57 UTC MAIN commitmail json YAML

Update pbc from version 0.5.10 to 0.5.14

Changes between PBC version 0.5.14 and 0.5.13

* Eta pairing (type I), by Homer Hsing

Changes between PBC version 0.5.13 and 0.5.12

* Many thanks to Homer Hsing for volunteering to maintain this library.
* Flattened nested functions.
* Bugfix for test script.

Changes between PBC version 0.5.12 and 0.5.11

* Fixed a parsing bug reported by Michael Adjedj.

Changes between PBC version 0.5.11 and 0.5.10

* Support native win32 compilation via autotools. Thanks to Michael Rushanan.

Some changes from joerg, others from myself.

(agc)

2014-02-26 01:29:28 UTC MAIN commitmail json YAML

Link network libs on SunOS

(wiedi)

2014-02-26 01:16:56 UTC MAIN commitmail json YAML

Drop old patches that I don't understand.

There were two patches to cast __FUNCTION__ to const char *; this is
apparently to work around a warning.  gcc on NetBSD 6 and clang on osx
10.9 do not emit a warning with the unpatched code.  Upstream doesn't
understand the patch, and I don't etiher.  ok pettai@

Take maintainership.

(gdt)

2014-02-25 21:24:51 UTC MAIN commitmail json YAML

Add untested code for checking multilib-support, based on the gcc47
version of the same.

(wiz)

2014-02-25 21:22:31 UTC MAIN commitmail json YAML

Re-add ecj-4.5.jar checksum. Noted by Kai-Uwe Eckhardt <kuehro@gmx.de> in private mail.

(wiz)

2014-02-25 18:02:50 UTC MAIN commitmail json YAML

Updated security/pcsc-tools to 1.4.22

(gdt)

2014-02-25 18:02:36 UTC MAIN commitmail json YAML

Update to 1.4.22.

http://ludovicrousseau.blogspot.fr/2014/01/new-version-of-pcsc-tools-1422.html
Changes:
1.4.22 - 17 January 2014, Ludovic ROUSSEAU
    - 215 new ATRs
    - Fetch a new ATR file if it was not upgraded in the last 10
      hours.
    - Propose to use http://smartcard-atr.appspot.com/parse to submit a
      new ATR
    - minor fixes

(gdt)

2014-02-25 17:47:31 UTC MAIN commitmail json YAML

Updated security/pcsc-lite to 1.8.11

(gdt)

2014-02-25 17:47:19 UTC MAIN commitmail json YAML

Update to 1.8.11 from 1.8.8.

Builds on NetBSD/i386 6-stable, not tested (but
MAINTAINER=pkgsrc-users, so presumbly that's ok).

pkgsrc notes: We used to patch -ldl from spy, but the patch didn't
apply and spy is no longer built.  So I left a patch that adds a
comment to spy Makefile.in.

http://ludovicrousseau.blogspot.fr/2014/02/new-version-of-pcsc-lite-1811.html
No major changes except polkit support (pushed by RedHat).

Changes:
pcsc-lite-1.8.11: Ludovic Rousseau
14 February 2014
- Add polkit support. See doc/README.polkit
- /etc/reader.conf: CHANNELID and DEVICENAME are both optional but not
  at the same time
- Some other minor improvements and bug corrections

1.8.10: minor bugfix

http://ludovicrousseau.blogspot.fr/2013/10/new-version-of-pcsc-lite-189.html
After a long (maybe too long) time I now publish a new version of pcsc-lite.
A lot a small bugs fixed.

Changes
pcsc-lite-1.8.9: Ludovic Rousseau
16 October 2013
- SCardEndTransaction(): Return an error if is called with no
  corresponding SCardBeginTransaction()
- SCardGetAttrib(): Add support of SCARD_ATTR_DEVICE_SYSTEM_NAME
- SCardGetAttrib(): Fix bug in SCARD_ATTR_DEVICE_FRIENDLY_NAME
- SCardBeginTransaction() was not correctly releasing a mutex when the
  hCard handle was invalidated
  The problem was that SCardGetStatusChange() was blocked because
  SCardBeginTransaction() had not released the context mutex.
- PCSC/reader.h: Use C99 flexible array member
  The structures PIN_MODIFY_STRUCTURE and PIN_VERIFY_STRUCTURE now use a
  C99 flexible array member when available for abData field.
  uint8_t abData[];
- Add support of --reader-name-no-serial and --reader-name-no-interface
  It is now possible to NOT add the USB serial number of the reader
  using --reader-name-no-serial
  It is now possible to NOT add the CCID interface name of the reader
  using --reader-name-no-interface
- Add support of serialconfdir pkg-config variable
  It is now possible to use pkg-config to get the directory used by
  pcscd to fetch serial drivers configurations.
  $ pkg-config libpcsclite --variable=serialconfdir
  /etc/reader.conf.d
- pcsc-spy: Try to display the thread in the order they appear in the log
- pcsc-spy: Add SCARD_ATTR_DEVICE_SYSTEM_NAME
- Check the Info.plist file is (a minimum) correct
- Update PROTOCOL_VERSION_MINOR from 2 to 3
  We broke the API between version 1.8.3 and 1.8.4 by changing the value
  of MAX_READERNAME. This change should have been made before releasing
  version 1.8.4 to make mix of versions clearly non working instead of
  failing with strange errors.
- hotplug_libudev.c: Fix a memory leak in case of error
- Fix OpenBSD 5.2 compilation regarding dlopen
- correctly manage thread safe multi-slot readers
- Do not use pthread_atfork() any more (fix problem on FreeBSD)
- fix memory leaks.
  This was not really a problem unless you embedd pcscd in another
  process and do init/deinit pcscd without exiting the process (as maybe
  used on Android or iOS).
- pcscd.8 manpage: add documentation for --max-thread,
  --max-card-handle-per-thread, --max-card-handle-per-reader,
  --force-reader-polling, --error, --critical and --color
- Some other minor improvements and bug corrections

(gdt)

2014-02-25 17:16:46 UTC MAIN commitmail json YAML

Updated security/ccid to 1.4.15

(gdt)

2014-02-25 17:16:35 UTC MAIN commitmail json YAML

Update to 1.4.15 (from 1.4.12).
(This update was not tested, but built fine.)

http://ludovicrousseau.blogspot.fr/2014/02/new-version-of-libccid-1415.html
1.4.15 - 14 February 2014, Ludovic Rousseau
    - Add support of
      . DUALi DRAGON NFC READER
      . Feitian bR301
      . Gemalto CR30 reader in serial communication
      . Gemalto Ezio Shield Pro SC
      . IIT E.Key Almaz-1C
    - PIN_MODIFY_STRUCTURE & PIN_VERIFY_STRUCTURE: Fix calculation of
      the command length after pcsc-lite 1.8.9 (October 2013) changed
      the PCSC/reader.h header
    - Add specific PIN min (0) & max (25) sizes for SmartTerminal
      ST-2xxx
    - Do not get the data rates if bNumDataRatesSupported = 0
    - Support Gemalto features for pinpad readers MinimumPINSize,
      MaximumPINSize and bEntryValidationCondition are fetched from the
      reader firmware
    - disable (broken) pinpad for Fujitsu SmartCase KB SCR eSIG
    - examples/scardcontrol.c:
      . Parse codes returned by a pinpad (as SW1/SW2)
        Known codes for now are:
        0x9000: Success
        0x6400: Timeout
        0x6401: Cancelled by user
        0x6402: PIN mismatch
        0x6403: Too short or too long PIN
      . Retrieve min and max PIN sizes from the driver
      . Retrieve bEntryValidationCondition from the driver
    - be more strict for bInterfaceClass = 255 by also checking extra_length
    - some minor bugs removed

http://ludovicrousseau.blogspot.fr/2013/11/new-version-of-libccid-1414.html
1.4.14 - 25 November 2013, Ludovic Rousseau
    - Add support of
      . Gemalto GemCore SIM Pro firmware 2.0 (using USB)
    - report FEATURE_IFD_PIN_PROPERTIES only for pinpad readers
    - Generalize the management of (old) readers with bDeviceClass = 0xFF
    - some minor bugs removed

http://ludovicrousseau.blogspot.fr/2013/10/new-version-of-libccid-1413.html
1.4.13 - 9 October 2013, Ludovic Rousseau
    - Add support of
      . Access IS ePassport Reader
      . Planeta RC700-NFC CCID
    - Add support of Windows value for CM_IOCTL_GET_FEATURE_REQUEST
      Windows uses 0x313520 for SCARD_CTL_CODE(3400) pcsc-lite uses
      0x42000D48 for SCARD_CTL_CODE(3400)
      RDP aplications (like rdesktop) will convert SCardControl()
      commands from a Windows application (so using 0x313520) to
      pcsc-lite.
    - fix multi-slot support for card movement notification (introduced
      in 1.4.12)
    - Mac OS X: differentiate each libccid library by the dynamic linker
      using --prefix=/fake/$BUNDLE_ID
    - some minor bugs removed

(gdt)

2014-02-25 12:39:35 UTC MAIN commitmail json YAML

Updated misc/libreoffice4 to 4.2.1.1

(ryoon)

2014-02-25 12:39:05 UTC MAIN commitmail json YAML

2014-02-25 12:38:14 UTC MAIN commitmail json YAML

Updated devel/mdds to 0.10.2

(ryoon)

2014-02-25 12:37:26 UTC MAIN commitmail json YAML

Update to 0.10.2

Changelog:
mdds 0.10.2

* multi_type_vector

  * fixed a bug in transfer() that would trigger an assertion and
    eventually lead to a crash.  The problem occurred when a range of
    data to be transferred spanned over 2 blocks and consisted of the
    lower part of an upper block and the upper part of a lower block.

(ryoon)

2014-02-25 11:51:32 UTC MAIN commitmail json YAML

2014-02-25 09:32:57 UTC MAIN commitmail json YAML

Tell right prefix to configure for gmp and fltk, or builtin one or other one
using different prefix than this package will not be picked up.

(obache)

2014-02-25 09:19:31 UTC MAIN commitmail json YAML

Updated math/isl to 0.12.2

(adam)

2014-02-25 09:18:25 UTC MAIN commitmail json YAML

2014-02-25 09:16:49 UTC MAIN commitmail json YAML

Add --without-gmp to configure arguments when gmp is disabled.
Just to be on the safe side (I don't see a difference).

(wiz)

2014-02-25 07:36:29 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg2 to 2.1.4

(adam)

2014-02-25 07:32:53 UTC MAIN commitmail json YAML

Changes 2.1.4:
* avcodec/hevc: Simplify get_qPy_pred()
* avcodec/mpeg4videodec: Check for bitstream overread in decode_vol_header()
* avcodec/h264: use subsample factors of the used pixel format
* avformat/bink: Check return value of av_add_index_entry()
* avcodec/h264: more completely check the loop filter parameters
* avcodec/alsdec: check predictor order against block length
* avcodec/hevc_ps: Use get_bits_long() in decode_vui()
* avcodec/hevc: make check for previous slice segment tighter
* avcodec/hevc: clear tab_slice_address of ctb on error.
* avcodec/hevc: hls_decode_entry: check that the previous slice segment is available before decoding the next
* avcodec/hevc: clear tab_slice_address in hevc_frame_start()
* avcodec/h264: update current_sps & sps->new only after the whole slice header decoder and init code finished
* avcodec/h264: Disallow pps_id changing between slices
* avcodec/aacdec: Fix pulse position checks in decode_pulses()
* avcodec/hevc: propagate error code from hls_coding_quadtree()
* avcodec/tiff: reset geotag_count in free_geotags()
* avcodec/vc1: Check bfraction_lut_index
* avcodec/vc1: factor read_bfraction() out
* avcodec/vc1dec: field pictures with direct mode MBs, followed by frame pictures are not supported

(adam)

2014-02-25 05:14:37 UTC MAIN commitmail json YAML

from joerg's bulk build, disable optimization for NetBSD-current/amd64 with clang.

(obache)

2014-02-25 05:12:14 UTC MAIN commitmail json YAML

2014-02-25 04:32:54 UTC MAIN commitmail json YAML

Not a general issue of clang (some environment specific issue).

(obache)

2014-02-25 02:30:06 UTC MAIN commitmail json YAML

change docs saying changes-entry-commit to commit-changes-entry, the correct target

(mspo)

2014-02-25 01:45:53 UTC MAIN commitmail json YAML

2014-02-25 01:00:10 UTC MAIN commitmail json YAML

2014-02-25 00:58:30 UTC MAIN commitmail json YAML

Marked as broken with clang (it should be fixed instead).

(obache)

2014-02-25 00:54:35 UTC MAIN commitmail json YAML

push doc change about using changes-entry-commit

(mspo)

2014-02-24 23:07:16 UTC MAIN commitmail json YAML

Updated chat/weechat to 0.4.3

(tonio)

2014-02-24 23:06:12 UTC MAIN commitmail json YAML

Update chat/weechat to 0.4.3

Version 0.4.3:
- new command /print
- logical and/or for tags in /filter and hook_print
- gaps in buffer numbers
- support of italic text
- new options to customize default text search in buffers
- use of IRC monitor command for /notify (if available on server)
- new IRC server option "ssl_fingerprint"
- new option to smart-filter IRC mode messages
- new option for default IRC ban mask
- support of IPv6 for DCC chat/file
- auto check CRC32 of files received with DCC
- many bugs fixed.

Version 0.4.2:
- rename binary from "weechat-curses" to "weechat" (with symbolic link "weechat-curses" for compatibility)
- add secured data (encryption of passwords or private data), new command /secure, new file sec.conf
- search of regular expression in buffer with text emphasis, in prefixes, messages or both
- add option "scroll_beyond_end" for command /window
- add optional buffer context in bar items (for example to display bitlbee nicklist in a root bar)
- new options weechat.look.hotlist_{prefix|suffix}
- new option weechat.look.key_bind_safe to prevent any key binding error from user
- new option weechat.network.proxy_curl to use a proxy when downloading URLs with curl
- display day change message dynamically
- support of wildcards in IRC commands (de)op/halfop/voice
- new option irc.look.notice_welcome_redirect to redirect channel welcome notices to the channel buffer
- new option irc.look.nick_color_hash: new hash algorithm to find nick colors (variant of djb2)
- add info about things defined by a script in the detailed view of script (/script show)
- support of "enchant" library in aspell plugin
- many bugs fixed.

(tonio)

2014-02-24 22:40:44 UTC MAIN commitmail json YAML

disable bloody aalib autodetection in xine-ui

(richard)

2014-02-24 21:04:52 UTC MAIN commitmail json YAML

Updated devel/meld-devel to 3.11.0nb1

(wiz)

2014-02-24 21:04:41 UTC MAIN commitmail json YAML

Mark as not ready for python-3.x, as discussed with upstream.
3.12 will probably be python-3.x only.

Bump PKGREVISION.

(wiz)

2014-02-24 20:49:45 UTC MAIN commitmail json YAML

Added security/botan-devel version 1.11.8

(joerg)

2014-02-24 20:49:33 UTC MAIN commitmail json YAML

2014-02-24 20:49:14 UTC MAIN commitmail json YAML

2014-02-24 20:44:13 UTC MAIN commitmail json YAML

Updated audio/libxmp to 4.2.4

(adam)

2014-02-24 20:41:17 UTC MAIN commitmail json YAML

Clean-up; On Darwin, xmp uses CoreAudio, so do not suggest any other options.

(adam)

2014-02-24 20:40:21 UTC MAIN commitmail json YAML

Changes 4.2.4:
Fix bugs:
- fix XM note and envelope retrig on delay effect
- fix XM keyoff reset on new note event
- fix retrig effect frame counter
- fix envelope update after manually set point
Other changes:
- fix Chiptracker pattern decoding
- fix AMF sample loop end
- fix false positives in Slamtilt format test
- refactor S3M arpeggio effect memory
- disabled incomplete DMF loader
- disabled incomplete DTT loader
- address clang-analyzer warnings

(adam)

2014-02-24 19:58:19 UTC MAIN commitmail json YAML

2014-02-24 19:31:39 UTC MAIN commitmail json YAML

Update chat/jabberd2 to version 2.3.2

(schnoebe)

2014-02-24 19:30:53 UTC MAIN commitmail json YAML

* 2.3.1 to 2.3.2 upgrade:

What changed:
- Removed unmaintained CyrusSASL backend
- Option to add realm to username in ldapvcard module
- systemd unit files

(schnoebe)

2014-02-24 19:30:05 UTC MAIN commitmail json YAML

Update net/udns to 0.4

(schnoebe)

2014-02-24 19:29:02 UTC MAIN commitmail json YAML

Upgrade to 0.4:

0.4 (Jan 2014)
  - bugfix: fix a bug in new list code introduced in 0.3
  - portability: use $(LD)/$(LDFLAGS)/$(LIBS)

0.3 (Jan 2014)
  - bugfix: refactor double-linked list implementation in udns_resolver.c
      (internal to the library) to be more strict-aliasing-friendly,
      because old code were miscompiled by gcc.
  - bugfix: forgotten strdup() in rblcheck

(schnoebe)

2014-02-24 17:54:04 UTC MAIN commitmail json YAML

Link X11 on SunOS

(wiedi)

2014-02-24 16:33:49 UTC pkgsrc-2013Q4 commitmail json YAML

2014-02-24 16:31:04 UTC pkgsrc-2013Q4 commitmail json YAML

2014-02-24 16:19:39 UTC MAIN commitmail json YAML

2014-02-24 16:17:50 UTC MAIN commitmail json YAML

Only PostgreSQL up to 9.1 is supported.

(joerg)

2014-02-24 16:17:15 UTC MAIN commitmail json YAML

2014-02-24 16:16:11 UTC MAIN commitmail json YAML

Simplify and unbreak.

(joerg)

2014-02-24 16:15:48 UTC MAIN commitmail json YAML

2014-02-24 16:15:34 UTC MAIN commitmail json YAML

Bump PKGREVISION for previous.

(wiz)

2014-02-24 16:14:58 UTC MAIN commitmail json YAML

Real ncurses is needed for the ncurses option.

(joerg)

2014-02-24 16:14:35 UTC MAIN commitmail json YAML

2014-02-24 16:11:37 UTC MAIN commitmail json YAML

2014-02-24 16:11:13 UTC MAIN commitmail json YAML

2014-02-24 16:10:29 UTC MAIN commitmail json YAML

2014-02-24 16:09:21 UTC MAIN commitmail json YAML

2014-02-24 15:53:22 UTC MAIN commitmail json YAML

Link network libs on SunOS

(wiedi)

2014-02-24 13:13:08 UTC MAIN commitmail json YAML

Depend on termcap and don't link compat on SunOS

(wiedi)

2014-02-24 13:11:53 UTC MAIN commitmail json YAML

2014-02-24 13:10:12 UTC MAIN commitmail json YAML

2014-02-24 13:07:44 UTC MAIN commitmail json YAML

Use the os specific libraries also for the test build, fixes SunOS

(wiedi)

2014-02-24 13:05:39 UTC MAIN commitmail json YAML

2014-02-24 12:49:56 UTC MAIN commitmail json YAML

Fix "abs(int) is ambiguous" and make sure _XOPEN_SOURCE and __EXTENSIONS__ are not both defined
----------------------------------------------------------------------

(wiedi)

2014-02-24 12:45:44 UTC MAIN commitmail json YAML

2014-02-24 12:44:23 UTC MAIN commitmail json YAML

2014-02-24 12:43:11 UTC MAIN commitmail json YAML

Define int types and fix "'struct sockaddr_in' has no member named 'sin_len'" on SunOS

(wiedi)

2014-02-24 12:36:27 UTC MAIN commitmail json YAML

2014-02-24 12:35:10 UTC MAIN commitmail json YAML

2014-02-24 12:30:59 UTC MAIN commitmail json YAML

Adjust Makefile for SunOS in similar style as used for NetBSD and Drangonfly

(wiedi)

2014-02-24 12:29:39 UTC MAIN commitmail json YAML

py-reportlab-3.0

(obache)

2014-02-24 12:29:19 UTC MAIN commitmail json YAML

Use c99 to fix build on SunOS

(wiedi)

2014-02-24 12:28:35 UTC MAIN commitmail json YAML

Needs -lm on SunOS

(wiedi)

2014-02-24 12:25:00 UTC MAIN commitmail json YAML

2014-02-24 12:24:58 UTC MAIN commitmail json YAML

Added devel/meld-devel version 3.11.0

(wiz)

2014-02-24 12:24:37 UTC MAIN commitmail json YAML

2014-02-24 12:24:22 UTC MAIN commitmail json YAML

+ ibus-libthai-0.1.2 libdatrie-0.2.8 libthai-0.1.20

(obache)

2014-02-24 12:24:19 UTC MAIN commitmail json YAML

+ meld-devel.

(wiz)

2014-02-24 12:24:11 UTC MAIN commitmail json YAML

Import meld-3.11.0 as devel/meld-devel.

Meld is a visual diff and merge tool. You can compare two or three
files and edit them in place (diffs update dynamically). You can
compare two or three folders and launch file comparisons. You can
browse and view a working copy from popular version control systems
such such as CVS, Subversion, Bazaar-ng and Mercurial.

This is the development version based on GTK 3.

(wiz)

2014-02-24 12:13:58 UTC MAIN commitmail json YAML

Updated misc/dialog to 1.2.20140219

(wiz)

2014-02-24 12:13:48 UTC MAIN commitmail json YAML

Update to 20140219:

2014/02/19
+ cleanup of manpages prompted by Gislason's comments.
+ several changes to manpages to improve presentation (patches by
  Bjarni I. Gislason, Debian #739180, Debian #739181)
  + use "\/" when transitioning from italic to normal font
  + correct an instance of "e.g,."
  + use "\e" rather than "\\" to present a literal "\"
  + improve formatting of table header
  + remove some excess space-characters
  + change a reference 0-9 to use "through" as the connector
  + use "\&" to separate "." from a space to make the space shorter
  + change a list's TP macro parameters to make the hanging text align
    better with the adjacent paragraph
  + add comma in a few places before "and" in a list
  + separate units from numbers with a nonfillable space
  + replace "-" with en-dash in a few places
+ corrected argument indices after "--args" and "--file" to rescan the
  argument list after removing/substituting those options.
+ fix loops for "--file" option to handle cases with zero or no tokens at
  all substituted (Redhat #1066168).
+ add gd.po from
http://translationproject.org/latest/dialog/

(wiz)

2014-02-24 12:12:12 UTC MAIN commitmail json YAML

Updated print/transfig to 3.2.5e

(wiz)

2014-02-24 12:12:02 UTC MAIN commitmail json YAML

Update to 3.2.5e:
BUGS FIXED:
o HTML map output was limited to 100 links.
  Fix by Jan van Dijk
o Updated for compatibility to PNG 1.5
  From Matthias Scheler
o Was adding "showpage" command when producing bitmap formats from intermediate EPS.
  This produced "illegal" PNG and JPEG files with extra, blank image.
o Maximum width of included image in PS/EPS output increased from 8192 to 16384
o Precision of some PIC objects increased from %.2f to %.3f
o Double close of output file when ghostscript fails. Original bug report from
  https://bugzilla.redhat.com/728825

(wiz)

2014-02-24 12:06:23 UTC MAIN commitmail json YAML

Updated devel/py-pip to 1.5.4

(wiz)

2014-02-24 12:06:14 UTC MAIN commitmail json YAML

Update to 1.5.4:

**1.5.4 (2014-02-21)**

* Correct deprecation warning for ``pip install --build`` to only notify when
  the `--build` value is different than the default.

**1.5.3 (2014-02-20)**

* **DEPRECATION** ``pip install --build`` and ``pip install --no-clean`` are now
  deprecated.  See Issue #906 for discussion.

* Fixed #1112. Couldn't download directly from wheel paths/urls, and when wheel
  downloads did occur using requirement specifiers, dependencies weren't
  downloaded (PR #1527)

* Fixed #1320. ``pip wheel`` was not downloading wheels that already existed (PR
  #1524)

* Fixed #1111. ``pip install --download`` was failing using local
  ``--find-links`` (PR #1524)

* Workaround for Python bug http://bugs.python.org/issue20053 (PR #1544)

* Don't pass a unicode __file__ to setup.py on Python 2.x (PR #1583)

* Verify that the Wheel version is compatible with this pip (PR #1569)

(wiz)

2014-02-24 12:04:52 UTC MAIN commitmail json YAML

Updated devel/py-virtualenv to 1.11.4

(wiz)

2014-02-24 12:04:44 UTC MAIN commitmail json YAML

Update to 1.11.4:

1.11.4 (2014-02-21)
~~~~~~~~~~~~~~~~~~~

* Updated pip to 1.5.4

1.11.3 (2014-02-20)
~~~~~~~~~~~~~~~~~~~

* Updated setuptools to 2.2
* Updated pip to 1.5.3

(wiz)

2014-02-24 12:02:57 UTC MAIN commitmail json YAML

Updated print/lilypond to 2.18.1

(wiz)

2014-02-24 12:02:48 UTC MAIN commitmail json YAML

Update to 2.18.1: if I understand correctly, the documentation was updated.

(wiz)

2014-02-24 11:47:13 UTC MAIN commitmail json YAML

Updated security/py-OpenSSL to 0.14

(wiz)

2014-02-24 11:47:03 UTC MAIN commitmail json YAML

Update to 0.14:

2014-01-09  Jean-Paul Calderone  <exarkun@twistedmatrix.com>

* OpenSSL: Port to the cffi-based OpenSSL bindings provided by
  <https://github.com/pyca/cryptography>

2013-10-06  Jean-Paul Calderone  <exarkun@twistedmatrix.com>

* OpenSSL/ssl/context.c: Add support for negotiating TLS v1.1 or
  v1.2.

2013-10-03  Christian Heimes  <christian@python.org>

* OpenSSL/crypto/x509.c: Fix an inconsistency in memory management
  in X509.get_serial_number which leads to crashes on some runtimes
  (certain Windows/Python 3.3 environments, at least).

(wiz)

2014-02-24 10:51:39 UTC MAIN commitmail json YAML

Note update of textproc/p5-Pod-Weaver.

(hiramatsu)

2014-02-24 10:47:31 UTC MAIN commitmail json YAML

Update textproc/p5-Pod-Weaver to 4.006.

Changes from previous:
----------------------
4.006    2014-01-07 20:12:37-05:00 America/New_York
        - update tests to pass octets to ->read_string, as is proper

4.005    2013-12-21 15:01:46-0500 America/New_York
        - updated tests for the new (fixed, consistent) string behavior in
          Mixin::Linewise

4.004    2013-11-05 21:50:13 America/New_York
        - allow multi-line formats for VERSION plugin (thanks, Alex Peters)
        - ...including the %T-prefix for lines only included in
          trial releases
        - look for PODNAME more consistently (thanks, Chris Weyl)
        - put license filename in F<> formatting (thanks, Alex Peters)

4.003    2013-11-02 22:58:43 America/New_York
        - note that [@Default] contains [-SingleEncoding] (thanks, Caleb
          Cushing)

4.002    2013-11-02 11:37:04 America/New_York
        [ THIS MIGHT BREAK YOUR CODE ]
        - stable release of previous v4 changes

4.001    2013-10-20 10:50:50 America/New_York (TRIAL RELEASE)
        [ THIS MIGHT BREAK YOUR CODE ]
        - SingleEncoding now accepts found =encodings as long as they match,
          unless the plugin's encoding attribute was set explicitly

4.000    2013-10-19 17:20:59 America/New_York (TRIAL RELEASE)
        [ THIS MIGHT BREAK YOUR CODE ]
        - the SingleEncoding plugin to force one consistent =encoding
        - ...is now enabled, for UTF-8, in the default configuration

3.101640  2013-09-17 08:57:41 Asia/Tokyo
        - fix repository links! argh, oops

3.101639  2013-09-17 08:56:05 Asia/Tokyo
        - documentation fix: mention that =func exists in the default
          configuration (thanks, Joshua Keroes!)
        - removed use of deprecated Class::MOP::load_class (thanks, Karen
          Etheridge)

(hiramatsu)

2014-02-24 10:42:39 UTC MAIN commitmail json YAML

Note update of devel/p5-Mixin-Linewise.

(hiramatsu)

2014-02-24 10:41:52 UTC MAIN commitmail json YAML

Update devel/p5-Mixin-Linewise to 0.105.

Changes from previous:
----------------------
0.105    2014-02-20 21:53:06-05:00 America/New_York
        - update Readers to, by default, use PerlIO::utf8_strict to avoid
          problems with CRLF layer on Win32

0.104    2013-12-21 15:19:00-0500 America/New_York
        - clean up the docs for changes made in 0.103

0.103    2013-12-19 19:34:04-0500 America/New_York
        [THIS MIGHT BREAK YOUR CODE]
        - the string methods once again open references to scalars, rather
          than using IO::Scalar

(hiramatsu)

2014-02-24 09:38:41 UTC MAIN commitmail json YAML

Updated textproc/mdoclint to 1.27

(wiz)

2014-02-24 09:37:48 UTC MAIN commitmail json YAML

2014-02-24 08:18:07 UTC MAIN commitmail json YAML

Updated archivers/gtar to 1.27.1

(adam)

2014-02-24 08:16:56 UTC MAIN commitmail json YAML

Changes 1.27.1:
* Bug fixes
* Fix unquoting of file names obtained via the -T option.
* Fix GNU long link header timestamp (backward compatibility).
* Fix extracting sparse members from star archives.

(adam)

2014-02-24 06:37:41 UTC MAIN commitmail json YAML

Updated textproc/cabocha to 0.67nb1

(obache)

2014-02-24 06:37:31 UTC MAIN commitmail json YAML

Remove deprecated tournament model, it reduce much memory to create binary model.

Bump PKGREVISION.

(obache)

2014-02-24 06:23:01 UTC MAIN commitmail json YAML

restriction is came from model files, so only affect to binary of base package.

(obache)

2014-02-24 05:35:47 UTC MAIN commitmail json YAML

missing -lsocket -lnsl on some binaries for SunOS and update PLIST with aaxine

(richard)

2014-02-24 05:31:54 UTC MAIN commitmail json YAML

force external flac given non-deterministic autodetection causing PLIST problems

(richard)

2014-02-24 03:09:51 UTC MAIN commitmail json YAML

Fix build by add missing DEPENDS
Spotted by joerg@(Thanks !)

(wen)

2014-02-24 01:20:46 UTC MAIN commitmail json YAML

Note update of lang/ruby193-base package to 1.9.3p484nb4.

(taca)

2014-02-24 01:20:15 UTC MAIN commitmail json YAML

Really fix rubygems problem, noted by joerg@ via private mail.
(It isn't good habbit to commit while a man is under the weather.)

Bump PKGREVISION.

(taca)

2014-02-23 20:25:00 UTC MAIN commitmail json YAML

+ dialog-1.2.20140219, lilypond-2.18.1, meld-3.11.0, parallel-20140222,
  phpmyadmin-4.1.8, physfs-2.0.2, puzzles-10146, py-OpenSSL-0.14,
  py-virtualenv-1.11.4, x264-devel-20140222.

(wiz)

2014-02-23 17:30:01 UTC MAIN commitmail json YAML

2014-02-23 16:34:27 UTC MAIN commitmail json YAML

fix compilation on netbsd current; compile-tested hack for CIRCLEQ vs TAILQ in tcpconns

(mspo)

2014-02-23 15:54:07 UTC MAIN commitmail json YAML

Added devel/p5-MooX-Log-Any version 0.001

(sno)

2014-02-23 15:52:43 UTC MAIN commitmail json YAML

Added devel/p5-MooX-Log-Any version 0.001

(sno)

2014-02-23 15:51:56 UTC MAIN commitmail json YAML

Adding new package for Perl module MooX::Log::Any from CPAN distribution
MooX-Log-Any version 0.001 into devel/p5-MooX-Log-Any

A logging role building a very lightweight wrapper to Log::Any for use with
your Moo or Moose classes. Connectibng a Log::Any::Adapter should be
performed prior to logging the first log message, otherwise nothing will
happen, just like with Log::Any

(sno)

2014-02-23 15:37:45 UTC MAIN commitmail json YAML

Added devel/p5-CPAN-Changes version 0.27

(sno)

2014-02-23 15:36:56 UTC MAIN commitmail json YAML

Added devel/p5-CPAN-Changes version 0.27

(sno)

2014-02-23 15:36:21 UTC MAIN commitmail json YAML

Adding new package for Perl module CPAN::Changes from CPAN distribution
CPAN-Changes version 0.27 into devel/p5-CPAN-Changes

It is standard practice to include a Changes file in your distribution. The
purpose the Changes file is to help a user figure out what has changed
since
the last release.

(sno)

2014-02-23 15:35:57 UTC MAIN commitmail json YAML

Adding new package for Perl module CPAN::Changes from CPAN distribution
CPAN-Changes version 0.27 into devel/p5-CPAN-Changes

It is standard practice to include a Changes file in your distribution. The
purpose the Changes file is to help a user figure out what has changed
since
the last release.

(sno)

2014-02-23 15:33:31 UTC MAIN commitmail json YAML

Updated math/mpcomplex to 1.0.2; textproc/grep to 2.18

(adam)

2014-02-23 15:32:10 UTC MAIN commitmail json YAML

2014-02-23 15:30:31 UTC MAIN commitmail json YAML

Changes 2.18:
Bug fixes:
* grep no longer mishandles patterns like [^^-~] in unibyte locales.
* grep -i in a multibyte, non-UTF8 locale could be up to 200 times slower
    than in 2.16.

(adam)

2014-02-23 15:18:31 UTC MAIN commitmail json YAML

Updated sysutils/p5-Unix-Statgrab to 0.103

(sno)

2014-02-23 15:18:19 UTC MAIN commitmail json YAML

Updating package for Perl module Unix::Statgrab from CPAN distribution
Unix-Statgrab from 0.101 to 0.103 in sysutils/p5-Unix-Statgrab

PkgSrc changes:
Generate package using Packager::Utils 0.001

Upstream changes since 0.101:
Revision history for Perl extension Unix::Statgrab.

0.103 2014-02-19
- learn include paths and linker flags from pkg-config, if available
- keep configure phase settings persistent for building stage
- redo meta_add using meta-spec v2 * includes developer deps to please
  ribasushi

0.102 2013-09-28
- Update repository URI - it's now officially hosted on i-scream.org with
  a mirror on GitHub for issue tracking and easy deal with pull requests

(sno)

2014-02-23 15:16:49 UTC MAIN commitmail json YAML

Fix missing requirements when using libstatgrab as a dependency

(sno)

2014-02-23 14:56:29 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-XBase to 1.05

(wen)

2014-02-23 14:56:03 UTC MAIN commitmail json YAML

Added devel/p5-IO-Async version 0.61

(sno)

2014-02-23 14:54:54 UTC MAIN commitmail json YAML

Added devel/p5-IO-Async version 0.61

(sno)

2014-02-23 14:54:27 UTC MAIN commitmail json YAML

Update to 1.05

Upstream changes:
1.05 Wed Apr 24 19:37:09 CEST 2013
Fix for prepare_select_eq and empty MDX indexes, patch by Julian
Bridle.

1.04 Wed Apr 17 19:47:21 CEST 2013
Fix for handling MDX indexes, patch by Julian Bridle.

(wen)

2014-02-23 14:49:35 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-CSV to 0.41

(wen)

2014-02-23 14:47:48 UTC MAIN commitmail json YAML

Update to 0.41

Upstream changes:
0.41 - 2013-07-29, H.Merijn Brand
    * Use File::Spec->tmpdir () for universal existing folder
      Note that huge $TMP folders may cause the test to run slow
    * Use File::Spec::rel2abs () instead of abs_path and hoops
    * Guard against parallel testing, which is unsupported
    * Guard against streaming tests (they PASS on the DBI-devel)

0.40 - 2013-07-23, H.Merijn Brand
    * Fix version references in doc
    * Fix tests for Windows

0.39 - 2013-06-28, H.Merijn Brand
    * Use f_file in docs. file is deprecated
    * DBD::CSV's repository moved to github
    * Add test for row-completeness
    * Fix UTF-8 tests to better follow Text::CSV_XS auto-encoding
    * Require more recent versions of low level modules that fixe
      issues reported for DBD::CSV
    * Development will also do mosts tests with DBI_SQL_NANO=1
    * Added support for f_dir_search from DBD::File (in fact DBI was
      changed to feature this for DBD::CSV :)
    * Fix test relying on spell-error in DBI's error message
    * Document csv_class (still undertested)

(wen)

2014-02-23 14:45:36 UTC MAIN commitmail json YAML

Adding new package for Perl module IO::Async from CPAN distribution
IO-Async version 0.61 into devel/p5-IO-Async

This collection of modules allows programs to be written that perform
asynchronous filehandle IO operations. A typical program using them would
consist of a single subclass of IO::Async::Loop to act as a container of
other objects, which perform the actual IO work required by the program. As
well as IO handles, the loop also supports timers and signal handlers, and
includes more higher-level functionality built on top of these basic parts.

(sno)

2014-02-23 14:36:54 UTC MAIN commitmail json YAML

Added devel/p5-Future version 0.25

(sno)

2014-02-23 14:34:33 UTC MAIN commitmail json YAML

Added devel/p5-Future version 0.25

(sno)

2014-02-23 14:33:46 UTC MAIN commitmail json YAML

Adding new package for Perl module Future from CPAN distribution Future
version 0.25 into devel/p5-Future

A "Future" object represents an operation that is currently in progress, or
has recently completed. It can be used in a variety of ways to manage the
flow of control, and data, through an asynchronous program.

(sno)

2014-02-23 13:35:41 UTC MAIN commitmail json YAML

avoid using -lutil on SunOS

(richard)

2014-02-23 13:20:41 UTC MAIN commitmail json YAML

Updated www/p5-HTTP-Cache-Transparent to 1.1

(wen)

2014-02-23 13:19:55 UTC MAIN commitmail json YAML

Update to 1.1
Add LICENSE

Upstream changes:
2012-10-25 Mattias Holmlund

  Version 1.1

    Unlink temporary cachefiles if we fail to give them a proper name
      Resolves https://rt.cpan.org/Ticket/Display.html?id=60065

    Handle multiple simultaneous cache cleanups
      Hopefully resolves https://rt.cpan.org/Public/Bug/Display.html?id=77015

    Handle caching of zero-size documents
      Resolves https://rt.cpan.org/Public/Bug/Display.html?id=76785

    Populate $response->message with the default message for the code
      Patch from Graham Barr

    Ensure response has access to request when fetching from cache
      Patch from Graham Barr.

    Handle undefined content from servers.

(wen)

2014-02-23 13:16:35 UTC MAIN commitmail json YAML

Updated www/p5-HTTP-Async to 0.23

(wen)

2014-02-23 13:15:11 UTC MAIN commitmail json YAML

Update to 0.23
Add LICENSE
Add missing BUILD_DEPENDS for regress test

Upstream changes:
0.23 2013/11/03

  * Added REAL_SERVERS check to t/proxy-with-https.t
  - Thanks to Gregor Herrmann, Debian Perl Group, for the patch

0.22 2013/09/12

  * Added repository cpan metadata to Makefile.PL
  - Thanks to David Steinbrunner for the patch

0.21 2013/08/29

  * Updated Changes file to meet CPAN::Changes::Spec
    * FIxed unparseable date for version 0.02

0.20 2013/07/18

  * Updates Changes file to meet CPAN::Changes::Spec
    * Changed and standardized date formats
    * Changed name from CHANGES to Changes
    * Added author/release test to check this going forward

0.19 2013/07/17

  * Added ssl_options support
  * Increased Net::HTTPS::NB requirement to 0.13
  - Thanks to Heikki Vatiainen for the patch

0.18 2013/05/27

  * Fixed typo in POD
  - Added THANKS for Florian (fschlich)

0.17 2013/04/20

  * Added local_addr and local_port support
  * Standardised test names
  * Added THANKS for github user c00ler-

0.16 2013/04/04

  * Fixed CPAN Testers bug in bad-hosts.t

0.15 2013/04/04

  * Two bug fixes provided by Josef Toman:
    * Fixed header handling to use header_field_names()
    * Replaced _make_url_absolute with URI::new_abs()

0.14 2013/04/01

  * More diagnostics in bad-hosts.t on failure

0.13 2013/03/29

  * Fixed t/real-servers.t to work whether or not Net::HTTPS::NB is available

0.12 2013/03/29

  * New logic for making https requests through a proxy
  * Made tests run ok in parallel by using different ports per test
  * Set explicit SSL_verify_mode in real-servers.t
  * Minor update to code comment about is_proxy mode

0.11 2012/11/13

  * Use high ports to prevent test failure when 8080 is already used
  * Travis config

0.10 2012/03/08

  * added support for https requests - thanks Naveed Massjouni

(wen)

2014-02-23 13:03:40 UTC MAIN commitmail json YAML

Updated www/p5-HTML-TokeParser-Simple to 3.16

(wen)

2014-02-23 13:02:50 UTC MAIN commitmail json YAML

Update to 3.16

Upstream changes:
3.16  2013-06-26
      Fix POD errors and move POD tests to XT directory.
      Fix spelling errors.

(wen)

2014-02-23 12:58:16 UTC MAIN commitmail json YAML

Updated www/p5-HTML-Template to 2.95

(wen)

2014-02-23 12:57:24 UTC MAIN commitmail json YAML

Update to 2.95

Upstream changes:
2.95 Mon Oct 21 2013
    - Added support for "none" for default_escape [Mark Stosberg]
    - Escape unicode new-line characters in JS escape [Michael Peters]

(wen)

2014-02-23 12:44:11 UTC MAIN commitmail json YAML

Updated www/p5-HTML-Selector-XPath to 0.16

(wen)

2014-02-23 12:42:53 UTC MAIN commitmail json YAML

Update to 0.16

Upstream changes:
0.16 Sat Aug 10 17:52:00 GMT 2013
      - Added link to repository (D. Steinbrunner)

0.15 Mon Oct  1 19:14:05 GMT 2012
      - Fix bugs in :contains("string") (Aaron Crane)

(wen)

2014-02-23 11:40:00 UTC MAIN commitmail json YAML

2014-02-23 11:38:58 UTC MAIN commitmail json YAML

Updated www/p5-HTML-FormFu to 1.00

(wen)

2014-02-23 11:38:48 UTC MAIN commitmail json YAML

Added devel/p5-Test-Identity version 0.01

(sno)

2014-02-23 11:34:00 UTC MAIN commitmail json YAML

Added devel/p5-Test-Identity version 0.01

(sno)

2014-02-23 11:32:17 UTC MAIN commitmail json YAML

Update to 1.00
Add missing DEPENDS

Upstream changes:
1.00 2013-12-16

    - TT template files changed - update them if you use a local copy.
      Template file 'label_tag' renamed to 'label_element' - old file can
      be deleted. 'field' file changed. New 'errors' file.

    - TT no longer listed as a prerequisite. If you use the TT files,
      you must add 'Template' to your own app's prereqs.

    - Element::reCAPTCHA and Constraint::reCAPTCHA moved out to separate
      distribution.

    - HTML::FormFu::MultiForm moved out to separate distribution.

    - auto_container_class(), auto_label_class(), auto_comment_class(),
      auto_container_error_class(), auto_container_per_error_class(),
      auto_error_class() no longer have default values.
      See "RESTORING LEGACY HTML CLASSES" in HTML::FormFu docs to restore
      previous behaviour.

    - auto_label_class() no longer adds class to container.
      auto_label_class() now adds class to label tag.
      new auto_container_label_class() adds class to container.
      See "RESTORING LEGACY HTML CLASSES" in HTML::FormFu docs to restore
      previous behaviour.

    - auto_comment_class() no longer adds class to both container and comment.
      auto_comment_class() now only adds class to comment tag.
      new auto_container_comment_class() adds class to container.
      See "RESTORING LEGACY HTML CLASSES" in HTML::FormFu docs to restore
      previous behaviour.

    - Bug fix: param_value() form method now matches documented behaviour -
      returns undef when field has errors. (Reported by Hailin Hu).

    - New Element::Email and Element::URL HTML5 input fields.

    - Role::Element::Input has new datalist_options(), datalist_values(),
      datalist_id() and auto_datalist_id() methods to support HTML5 datalists.
      auto_datalist_id() is an inherited accessor which can be set on the
      Form, MultiForm, or Block.

    - Form and Elements has new title() attribute short-cut.

    - Constraint::Regex has new anchored() accessor.

    - New Input attribute accessors: placeholder(), pattern(), autocomplete().

    - New Input boolean attribute accessors: autofocus(), multiple(), required().

    - New Field inherited accessors: auto_container_per_error_class(),
      auto_error_container_class(), auto_error_container_per_error_class(),
      error_tag(), error_container_tag

    - Constraints have new experimental method fetch_error_message().

    - All field elements have new method error_filename().

    - default_args() now supports 'Block', 'Field', 'Input' pseudo-elements,
      '|' alternatives, and '+' and '-' ancestor modifiers.

    - New Czech (cs) I18N translation by Jan Grmela.

    - mk_inherited_accessors() now also creates a *_no_inherit() method.

    - Experimental new roles() form method.

    - form methods start(), end() now respect render_method - no longer
      force use of tt templates.

    - Bug fix: del_attribute() on empty attribute no longer sets the attribute.

    - All attribute accessors generated with mk_attrs() now have *_loc variants.

    - form methods start(), end() now respect render_method - no longer
      force use of tt templates.

    - Tests now always require Test::Aggregate::Nested.
      Re-enable aggregate tests on Win32.
      Don't run all tests twice under both aggregate and t/ (doh!)

(wen)

2014-02-23 11:31:31 UTC MAIN commitmail json YAML

Updated devel/subversion to 1.8.8; devel/git to 1.9.0; databases/postgresql93 to 9.3.3; databases/postgresql92 to 9.2.7; databases/postgresql91 to 9.1.12; databases/postgresql90 to 9.0.16; databases/postgresql84 to 8.4.20

(adam)

2014-02-23 11:30:36 UTC MAIN commitmail json YAML

Adding new package for Perl module Test::Identity from CPAN distribution
Test-Identity version 0.01 into devel/p5-Test-Identity

This module provides a single testing function, "identical". It asserts
that a given reference is as expected; that is, it either refers to the
same
object or is "undef". It is similar to "Test::More::is" except that it uses
"refaddr", ensuring that it behaves correctly even if the references under
test are objects that overload stringification or numification.

(sno)

2014-02-23 11:25:54 UTC MAIN commitmail json YAML

Changes:
This update fixes CVE-2014-0060, in which PostgreSQL did not properly enforce the WITH ADMIN OPTION permission for ROLE management.
This update also fixes some issues which affect binary replication and row locking, and can cause recoverable data corruption in some cases.
In addition to the above, the following issues are fixed in this release:

Fix WAL logging of visibility map change
Make sure that GIN indexes log all insertions
Get pause_at_recovery_target to pause at correct time
Ensure walreceiver sends hot-standby feedback messages on time
Prevent timeout interrupts from taking control away from mainline code
Eliminate several race conditions
Fix some broken HINTs in error messages
Prevent server lockup on SSL connection loss
Fix two Unicode handling issues
Prevent crash on certain subselect syntax
Prevent crash on select from zero column table
Fix two bugs with LATERAL
Fix issue with UNION ALL, partitioning, and updates
Ensure that ANALYZE understands domains over ranges
Eliminate permissions check when using default tablespace
Fix memory leakage in JSON functions
Allow extensions with event triggers
Distinguish numbers correctly in JSON output
Fix permissions for pg_start_backup() and pg_stop_backup()
Accept SHIFT_JIS as locale name
Fix .* expansion for SQL function variables
Prevent infinite loop on some COPY connection failures
Several fixes for client issues on Windows
Enable building PostgreSQL with Visual Studio 2013
Update time zone files for recent changes

(adam)

2014-02-23 11:23:33 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Aggregate to 0.371

(wen)

2014-02-23 11:21:01 UTC MAIN commitmail json YAML

Added devel/p5-Test-Refcount version 0.07

(sno)

2014-02-23 11:20:28 UTC MAIN commitmail json YAML

Update to 0.371

Upstream changes:
0.371  2013-09-23
        - Fix bug in our test suite that failed to count enough diagnostics
          when run under verbose mode.
          Closes rt-88912 (and http://bugs.debian.org/724297).
          Thanks to gregor herrmann, Debian Perl Group for reporting.

(wen)

2014-02-23 11:20:08 UTC MAIN commitmail json YAML

Added devel/p5-Test-Refcount version 0.07

(sno)

2014-02-23 11:19:52 UTC MAIN commitmail json YAML

Adding new package for Perl module Test::Refcount from CPAN distribution
Test-Refcount version 0.07 into devel/p5-Test-Refcount

The Perl garbage collector uses simple reference counting during the normal
execution of a program. This means that cycles or unweakened references in
other parts of code can keep an object around for longer than intended. To
help avoid this problem, the reference count of a new object from its class
constructor ought to be 1. This way, the caller can know the object will be
properly DESTROYed when it drops all of its references to it.

(sno)

2014-02-23 10:22:13 UTC MAIN commitmail json YAML

Fix check for OPSYS on Solaris, which should be 'SunOS'.
(PM: LOWER_OPSYS is 'solaris')

(richard)

2014-02-23 10:19:41 UTC MAIN commitmail json YAML

Updated www/p5-HTML-Format to 2.11

(wen)

2014-02-23 10:18:47 UTC MAIN commitmail json YAML

Update to 2.11
Add LICENSE
Add BUILD_DEPENDS for test

Upstream changes:
2.11      2013-10-27 20:57:23 Europe/London
    - Typo fixes from dsteinbrunner
      https://github.com/nigelm/html-format/pull/2
    - Markdown support from mrallen1
      https://github.com/nigelm/html-format/pull/1

(wen)

2014-02-23 10:08:59 UTC MAIN commitmail json YAML

Updated www/p5-HTML-Mason-PSGIHandler to 0.53

(wen)

2014-02-23 10:08:12 UTC MAIN commitmail json YAML

Update to 0.53

Upstream changes:
0.53  September 13, 2013
  - Add new_psgi and as_psgi methods (Ricardo Signes)
  - Fix memory leak (under certain conditions)
  - basic test for leaks
  - Slightly change the internal invoke_mason method for easier reuse
    (Ask Bjorn Hansen)

(wen)

2014-02-23 10:01:51 UTC MAIN commitmail json YAML

Removed patch-subversion_include_svn_auth.h

(adam)

2014-02-23 10:00:27 UTC MAIN commitmail json YAML

Changes 1.8.5:

Foreign interfaces, subsystems and ports.

* The HTTP transport, when talking GSS-Negotiate, uses "100
  Continue" response to avoid having to rewind and resend a large
  payload, which may not be always doable.

* Various bugfixes to remote-bzr and remote-hg (in contrib/).

* The build procedure is aware of MirBSD now.

* Various "git p4", "git svn" and "gitk" updates.

UI, Workflows & Features

* Fetching from a shallowly-cloned repository used to be forbidden,
  primarily because the codepaths involved were not carefully vetted
  and we did not bother supporting such usage. This release attempts
  to allow object transfer out of a shallowly-cloned repository in a
  more controlled way (i.e. the receiver becomes a shallow repository
  with a truncated history).

* Just like we give a reasonable default for "less" via the LESS
  environment variable, we now specify a reasonable default for "lv"
  via the "LV" environment variable when spawning the pager.

* Two-level configuration variable names in "branch.*" and "remote.*"
  hierarchies, whose variables are predominantly three-level, were
  not completed by hitting a <TAB> in bash and zsh completions.

* Fetching a 'frotz' branch with "git fetch", while a 'frotz/nitfol'
  remote-tracking branch from an earlier fetch was still there, would
  error out, primarily because the command was not told that it is
  allowed to lose any information on our side.  "git fetch --prune"
  now can be used to remove 'frotz/nitfol' to make room for fetching and
  storing the 'frotz' remote-tracking branch.

* "diff.orderfile=<file>" configuration variable can be used to
  pretend as if the "-O<file>" option were given from the command
  line of "git diff", etc.

* The negative pathspec syntax allows "git log -- . ':!dir'" to tell
  us "I am interested in everything but 'dir' directory".

* "git difftool" shows how many different paths there are in total,
  and how many of them have been shown so far, to indicate progress.

* "git push origin master" used to push our 'master' branch to update
  the 'master' branch at the 'origin' repository.  This has been
  enhanced to use the same ref mapping "git push origin" would use to
  determine what ref at the 'origin' to be updated with our 'master'.
  For example, with this configuration

  [remote "origin"]
      push = refs/heads/*:refs/review/*

  that would cause "git push origin" to push out our local branches
  to corresponding refs under refs/review/ hierarchy at 'origin',
  "git push origin master" would update 'refs/review/master' over
  there.  Alternatively, if push.default is set to 'upstream' and our
  'master' is set to integrate with 'topic' from the 'origin' branch,
  running "git push origin" while on our 'master' would update their
  'topic' branch, and running "git push origin master" while on any
  of our branches does the same.

* "gitweb" learned to treat ref hierarchies other than refs/heads as
  if they are additional branch namespaces (e.g. refs/changes/ in
  Gerrit).

* "git for-each-ref --format=..." learned a few formatting directives;
  e.g. "%(color:red)%(HEAD)%(color:reset) %(refname:short) %(subject)".

* The command string given to "git submodule foreach" is passed
  directly to the shell, without being eval'ed.  This is a backward
  incompatible change that may break existing users.

* "git log" and friends learned the "--exclude=<glob>" option, to
  allow people to say "list history of all branches except those that
  match this pattern" with "git log --exclude='*/*' --branches".

* "git rev-parse --parseopt" learned a new "--stuck-long" option to
  help scripts parse options with an optional parameter.

* The "--tags" option to "git fetch" no longer tells the command to
  fetch _only_ the tags. It instead fetches tags _in addition to_
  what are fetched by the same command line without the option.

(adam)

2014-02-23 09:59:19 UTC MAIN commitmail json YAML

Changes 1.8.8:
User-visible changes:
- Client-side bugfixes:
  * use CryptoAPI to validate intermediary certificates on Windows (r1564623)
  * fix automatic relocate for wcs not at repository root (r1541638 et al)
  * diff: fix when target is a drive root on Windows (r1541635)
  * wc: improve performance when used with SQLite 3.8 (r1542765)
  * copy: fix some scenarios that broke the working copy (r1560690)
  * move: fix errors when moving files between an external and the parent
    working copy (r1551524, r1551579)
  * log: resolve performance regression in certain scenarios (r1553101 et al)
  * merge: decrease work to detect differences between 3 files (r1548486)
  * checkout: don't require flush support for symlinks on Windows (r1547774)
  * commit: don't change file permissions inappropriately (issue 4440)
  * commit: fix assertion due to invalid pool lifetime (r1553376 et al)
  * version: don't cut off the distribution version on Linux (r1544878 et al)
  * flush stdout before exiting to avoid information being lost (r1499470)
  * status: fix missing sentinel value on warning codes (r1543145)
  * update/switch: improve some WC db queries that may return incorrect
    results depending on how SQLite is built (r1567109)

- Server-side bugfixes:
  * reduce memory usage during checkout and export (r1564215)
  * fsfs: create rep-cache.db with proper permissions (issue 3437)
  * mod_dav_svn: prevent crashes with SVNListParentPath on (CVE-2014-0032)
  * mod_dav_svn: fix SVNAllowBulkUpdates directive merging (r1548105)
  * mod_dav_svn: include requested property changes in reports (r1557522)
  * svnserve: correct default cache size in help text (r1563110)
  * svnadmin dump: reduce size of dump files with '--deltas' (r1554978)
  * resolve integer underflow that resulted in infinite loops (r1567985)

Developer-visible changes:
- General:
  * fix ocassional failure of check_tests.py 12 (r1496127 et al)
  * fix failure with SQLite 3.8.1-3.8.3 when built with
    SQLITE_ENABLE_STAT3/4 due to bug in SQLite (r1567286, r1567392)
  * specify SQLite defaults that can be changed when SQLite is built
    to avoid unexpected behavior with Subversion (r1567064)

- API changes:
  * numerous documentation fixes
  * svn_client_commit_item3_dup() fix pool lifetime issues (r1550803)
  * ra_serf: properly ask multiple certificate validation providers for
    acceptance of certificate failures (r1535532)
  * release internal fs objects when closing commit editor (r1555499)
  * svn_client_proplist4() don't call the callback multiple times for
    the same path in order to deliver inherited properties (r1549858 et al)

- Bindings:
  * javahl: make test suite run without installing on OS X (r1535115)
  * swig: fix building out of tarball on OS X (r1555654)
  * swig-pl: fix with --enable-sqlite-compatibility-version (r1559009)
  * swig: fix building bindings on OS X when APR has the -no-cpp-precomp
    flag in the apr-config --cppflags output. (r1535610)
  * swig: fix building from tarball with an out-of-tree build (r1543187)

(adam)

2014-02-23 09:57:06 UTC MAIN commitmail json YAML

Updated devel/p5-Module-Load to 0.32

(wen)

2014-02-23 09:56:21 UTC MAIN commitmail json YAML

Update to 0.32

Upstream changes:
0.32    Thu Feb 20 22:53:19 GMT 2014
* Fix tests to support statically built perls

0.30    Sat Jan 25 13:26:51 GMT 2014
* Fix 'uninitialized' warnings during testing
* Added done_testing() to tests

0.28    Sat Jan  4 11:07:27 GMT 2014
* Fix 'Prototype after' warnings

0.26    Sat Jan  4 10:08:35 GMT 2014
* New functions added (reisub)
* Documented by magnolia

(wen)

2014-02-23 09:49:21 UTC MAIN commitmail json YAML

Updated www/p5-HTML-Mason to 1.54

(wen)

2014-02-23 09:47:53 UTC MAIN commitmail json YAML

Update to 1.54
Change option name fcgi to fasrcgi

Upstream changes:
1.54  Jan 19, 2014

    [ DISTRIBUTION ]

    - Remake with gnutar

1.53  Jan 18, 2014

    [ DISTRIBUTION ]

    - Attempt to fix corrupted tar

1.52  Oct 9, 2013

    [ BUG FIXES ]

    - Ignore 'Software caused connection abort' errors. RT #49031. Submitted
      by Morten Bjoernsvik.

    - Sort hash keys to deal with Perl 5.18+ hash randomization. RT
      #88708. Submitted by Zefram.

    - Fix 'and' precedence with explicit parens. RT #87050. Submitted by
      Alex Vandiver.

    - Escape each part of substitution, not their
      concatenation. github.com/jonswar/perl-HTML-Mason/pull/1. Submitted
      by Ricardo Signes.

    [ ENHANCEMENTS ]

    - Add use_warnings flag, similar to
      use_strict. github.com/jonswar/perl-HTML-Mason/pull/4. Submitted by
      Aevar Bjarmason.

1.51  May 8, 2013

    [ DISTRIBUTION ]

    - Fix hardcoded version

    [DOCS]

    - Add HTML::Mason::FAQ, from old masonhq.com website

(wen)

2014-02-23 07:16:44 UTC MAIN commitmail json YAML

Revert previous.
Fix build under NetBSD/amd64 6.99.32 and GCC 4.5.4.

(ryoon)

2014-02-23 02:13:25 UTC MAIN commitmail json YAML

Note update of textproc/p5-Dist-Zilla-Plugin-PodWeaver.

(hiramatsu)

2014-02-23 02:12:37 UTC MAIN commitmail json YAML

Update textproc/p5-Dist-Zilla-Plugin-PodWeaver to 4.005.

Changes from previous:
----------------------
4.005    2014-01-07 20:06:10-05:00 America/New_York
          require a newer PerlMunger to deal with non-ASCII input

4.004    2014-01-04 13:55:59 America/New_York
          fix the breakage of [PodWeaver] with weaver.ini

4.003    2014-01-04 08:17:17 America/New_York
          allow config_plugin to be given more than once

4.002    2013-11-12 13:15:37 America/New_York
          add weaver config to plugin config dump

4.001    2013-11-02 11:40:33 America/New_York
          stable release of v4

4.000    2013-10-20 08:15:20 America/New_York (TRIAL RELEASE)
          update to Pod::Weaver 4!

3.102000  2013-09-25 20:56:36 America/New_York
          include the plugin configuration details in x_Dist_Zilla metadata
          (thanks, Karen Etheridge!)

3.101642  2013-07-25 14:05:58 America/Los_Angeles
          pass the DZ logger to Pod::Weaver along correctly if weaver.ini exists

          document use of FileFinderUser and the finder attribute

          remove unused module loading, defer other loading until runtime

(hiramatsu)

2014-02-23 00:40:36 UTC MAIN commitmail json YAML

Add and enable toilet.

(schmonz)

2014-02-23 00:40:23 UTC MAIN commitmail json YAML

Added misc/toilet version 0.3

(schmonz)

2014-02-23 00:40:04 UTC MAIN commitmail json YAML

Add toilet, a free replacement for the FIGlet utility. TOIlet stands
for "The Other Implementation's letters", coined after FIGlet's
"Frank, Ian and Glen's letters".

TOIlet is in its very early development phase. It uses the powerful
libcaca library to achieve various text-based effects. TOIlet
implements or plans to implement the following features:

* The ability to load FIGlet fonts
* Support for Unicode input and output
* Support for colour fonts
* Support for colour output
* Support for various output formats: HTML, IRC, ANSI...

TOIlet also aims for full FIGlet compatibility. It is currently
able to load FIGlet fonts and perform horizontal smushing.

(schmonz)

2014-02-23 00:35:39 UTC MAIN commitmail json YAML

Updated graphics/libcaca to 0.99.18

(schmonz)

2014-02-23 00:35:32 UTC MAIN commitmail json YAML

Update to the non-deprecated 0.99.beta18, with help from jgoamakf's
pkgsrc-wip entry. From the changelog:

- new "cacaclock" utility
- improved FIGlet support
- improved Python and Ruby bindings
- numerous improvements and bugfixes
- new dirty rectangle framework for accelerated rendering
- new <conio.h> compatible header for old DOS software porting
- XCode and Visual Studio build improvements
- Unicode support in the X11 driver
- triangle texture mapping
- improved HTML output
- new troff output
- improved Ruby and .NET bindings
- new comprehensive PHP bindings
- new Java bindings
- Cocoa driver enhancements
- support for ANSI colour in FIGlet and TOIlet fonts
- documentation updates
- numerous improvements and bugfixes
- many build fixes, especially for nonstandard platforms
- libcucul was merged back into libcaca for more clarity
- internal FIGlet font support
- use C99 types in public headers
- runtime support for output drivers
- BBcode export support
- device-dependent cursor support
- event API rewrite
- minor API improvements and extensions
- img2txt improvements
- Ruby bindings
- Massive C# bindings improvements
- Python sample code
- Visual Studio build solution
- support for 90-degree canvas rotation
- better behaviour when trying to output Unicode on an ASCII terminal
- the built-in font now supports the Geometric Shapes, Halfwidth and Fullwidth
  Forms and Miscellaneous Symbols Unicode blocks
- new rotozoom effect in cacademo
- Cocoa output driver for Mac OS X
- preliminary .NET bindings
- many bugfixes and documentation changes
- fixed compilation of the C++ bindings
- fixed bugs in cucul_import_memory(), cucul_set_canvas_size()
- implemented caca_set_display_title() for ncurses and S-Lang
- minor bugfixes
- new debug mode
- blitting canvases now makes use of the canvas' handle coordinates
- import functions can read streamed data
- attribute to colorspace transformations
- added katakana and hiragana glyphs to the built-in font
- many bugfixes and documentation changes
- support for blink, bold, italics and underline attributes
- allow to import and export zero-sized canvases
- fixed Imlib2 support in cacaview
- fixed buffer overlows in the file importer
- big documentation updates
- allow to build the X11 and GL drivers as separate plugins
- support for fullwidth Unicode characters
- improved cucul_flip() and cucul_rotate()
- minor bugfixes and documentation updates
- transparency support in the UTF-8 importer and exporter
- optimised triangle fill routine
- updated C++ bindings
- ANSI importer now handles transparency and UTF-8
- Unicode support was broken for about 10% of the set
- various memory leaks were fixed
- implemented cucul_getchar() and cucul_get_color()
- handle transparency in the IRC export
- new cropping and expanding filters
- full Unicode support in the OpenGL driver
- portability fixes for 64-bit architectures, Win32 and MS-DOS
- all demos except cacafire were merged into cacademo
- added a compatibility layer for pre-1.x libcaca applications
- fixed manpage generation
- minor bugfixes and documentation updates
- libcaca functions use errno for error reporting
- updated C++ bindings
- minor improvements, bugfixes and documentation updates
- ANSI importer
- functions use errno for error reporting
- updated C++ bindings
- .NET bindings
- cacadraw, an ANSI viewer that will evolve into an editor
- Unicode input and output support for SLang and ncurses
- built-in fonts work on Win32
- license switched to WTFPL
- libcaca was split into libcucul, a standalone text manipulation backend,
    and libcaca, the display and user input frontend
- Unicode support
- TrueColor (more than 16 colours) support
- Floyd-Steinberg dithering
- gamma correction
- export functions for HTML, IRC, ANSI, SVG, PostScript, TGA...
- builtin fonts for device-independent bitmap output
- various text transformation routines (rotation, horizontal flip...)
- OpenGL renderer
- kernel mode to build libcaca programs into a bootable x86 kernel
- cacaserver, a telnet server that can be hooked to libcaca applications
- img2irc, an image to IRC conversion utility

(schmonz)

2014-02-22 23:32:39 UTC MAIN commitmail json YAML

Updated misc/tmux to 1.9a

(wiz)

2014-02-22 23:32:30 UTC MAIN commitmail json YAML

Update to 1.9a:

NOTE:  This is a bug-fix release to address some important bugs which just
missed the 1.9 deadline, but were found afterwards.

Normal Changes
==============

* Fix crash due to uninitialized lastwp member of layout_cell
* Fix -fg/-bg/-style with 256 colour terminals.

(wiz)

2014-02-22 19:12:20 UTC MAIN commitmail json YAML

needs -lX11 -lm on SunOS

(wiedi)

2014-02-22 18:15:37 UTC MAIN commitmail json YAML

Update distinfo.  Should be fix PR pkg/48615.

(taca)

2014-02-22 18:15:33 UTC MAIN commitmail json YAML

Fix int types on SunOS

(wiedi)

2014-02-22 17:40:38 UTC MAIN commitmail json YAML

Link network libs on SunOS

(wiedi)

2014-02-22 17:28:34 UTC MAIN commitmail json YAML

Enable MPMs select.
It is disabled by my misunderstanding.
The default binary is not changed.

(ryoon)

2014-02-22 14:52:51 UTC MAIN commitmail json YAML

Updated audio/darkice to 1.2

(wiedi)

2014-02-22 14:51:03 UTC MAIN commitmail json YAML

Update darkice to 1.2

Forward ported the existing patches that were not upstream yet.
Also added patches for cfmakeraw and log10(int) amgiguity to fix build on SunOS.
>From the changelog since 0.17.1

15-07-2013 Darkice 1.2 released
    o Issue #75: Added Ogg/Opus support. Patch by Doug Kelly
dougk.ff7@gmail.com
    o Fix 'Ring Ruffer' reports.
      - Increased buffer for jack to 5 seconds
      - prevent darkice termination by jack, report no fatal problem when we
        have a ringbuffer overflow, can happen during startup
        If we can not handle input audio fast enough we just ignore the buffer
        and skip it, and just report it.
      - new multithreaded connector code, now handles encoders in parallel
        and does not spin waiting, cpu load will be very much lower now
        Codes uses 2 condition variables to report data availability and
        consumer thread availability
      - Hopes are that glitching reports will be a thing of the past
      - minor compiler warnings fixed
        (Fix by Edwin van den Oetelaar)
    o Issue #56: Wrong icecast2 password isn't properly reported, fixed.
  thanks to Filipe Roque <flip.roque@gmail.com>
    o Issue #57: BufferedSink makes streams invalid, fixed.
  thanks to Alban Peignier <alban.peignier@gmail.com>
    o Issue #30: Segmentation Fault when creating file with fileAddDate, fixed
  thanks to Filipe Roque <flip.roque@gmail.com>

27-10-2011 Darkice 1.1 released
    o Updated aac+ encoding to use libaacplus-2.0.0 api.
  thanks to Sergiy <piratfm@gmail.com>
    o Added pulseaudio support
  closes ticket #25
  thanks to Filipe Roque <flip.roque@gmail.com> and
  and Johann Fot <johann.fot@dunkelfuerst.com>
    o Added rtprio parameter and revisited realtime priority
  closes ticket #21
          thanks to Adrian Knoth <adi@drcomp.erfurt.thur.de>
    o Fixed a call to a deprecated jack call
  closes ticket #22
  thanks to Adrian Knoth again.

09-05-2010 Darkice 1.0 released
    o fixed a bug in BufferedSink.cpp that leads to some buffers
  being written twice, causing corruption of datastream,
  closes ticked #20
  thanks to Edwin van den Oetelaar <oetelaar.automatisering@gmail.com>
    o implemented samplerate conversion for all codecs using libsamplerate,
  and keeping internal aflibConverter as fallback,
          thanks to Sergiy <piratfm@gmail.com>
    o bugfix: fix for alsa driver - closes ticked #8
          thanks to Clemens Ladisch <clemens@ladisch.de>

14-11-2009 Darkice 0.20.1 released
    o added rc.darkice init script
  thanks to Niels Dettenbach <nd@syndicat.com>
    o bugfix: fix for gcc 4.4

05-11-2009 Darkice 0.20 released

    o new maintainer: Rafael Diniz <rafael@riseup.net>
    o added AAC HEv2 encoding support (branch darkice-aacp merged) through
  libaacplus, http://tipok.org.ua/ru/node/17
  thanks to tipok <piratfm@gmail.com> and others for the contribution.
    o bugfix: the configure script recognizes Ogg Vorbis shared objects
  now, not just static libraries. Thanks to omroepvenray.
    o bugfix: enabling jack source compilation on Debian Lenny,
  thanks to Alessandro Beretta <alessandro.baretta@radiomaria.org>

07-07-2008 Darkice 0.19 released

    o added mount point option for Darwin Streaming Server
      thanks to Pierre Souchay <pierre@souchay.net>
    o fix for some reliablity issues when using a Jack source
      thanks to Pierre Souchay <pierre@souchay.net>
    o enable easier finding of jack libraries on MacOS X,
      thanks to Daniel Hazelbaker <daniel@highdesertchurch.com>
    o added ability to specify name of jack device created by darkice,
      thanks to Alessandro Beretta <alessandro.baretta@radiomaria.org>

26-04-2007 DarkIce 0.18.1 released

    o enable real-time scheduling for non-super-users, if they have
      the proper operating system permissions,
      thanks to Jens Maurer <Jens.Maurer@gmx.net>
    o fix to enable compliation of the Serial ULAW code on MacOS X,
      thanks to Elod Horvath <elod@itfais.com>
    o fix to solve Shoutcast login failures, introduced in 0.18

05-03-2007 DarkIce 0.18 released

    o added serial ulaw input device support, thanks to
      Clyde Stubbs <clyde@htsoft.com>
    o improvements on reconnecting:
      added TCP connection keep-alive to TCP sockets
      added graceful sleep when trying to reconnect
    o added user-defined date formatting for the fileAddDate options,
      thanks to dsk <derrick@csociety.org>
    o added logging facility - [file-X] targets will cut the saved file
      and rename it as needed when darkice recieves the SIGUSR1 signal
    o added default configuration file handling - if no configuration file
      is specified, /etc/darkice.cfg is used
    o fix to enable compiling on 64 bit platforms
      thanks to Alexander Vlasov <zulu@galaradio.com> and
      Mariusz Mazur <mmazur@kernel.pl>
    o fix to enable file dump feature using ogg vorbis.
      thanks to dsk <derrick@csociety.org>
    o fix to enable compiling with jack installed at arbitrary locations

(wiedi)

2014-02-22 14:43:51 UTC MAIN commitmail json YAML

+ calibre-1.25, ed-1.10, samba-4.1.5, wine-devel-1.7.13.

(wiz)

2014-02-22 14:42:08 UTC MAIN commitmail json YAML

Updated misc/tmux to 1.9

(wiz)

2014-02-22 14:41:57 UTC MAIN commitmail json YAML

Update to 1.9:

NOTE:  This release has bumped the tmux protocol version.  It is therefore
advised that the prior tmux server is restarted when this version of tmux is
installed, to avoid protocol mismatch errors for newer clients trying to
talk to an older running tmux server.

Incompatible Changes
====================

* 88 colour support has been removed.
* 'default-path' has been removed.  The new-window command accepts '-c' to
  cater for this.  The previous value of "." can be replaced with: 'neww -c
  $PWD', the previous value of '' which meant current path of the pane can
  be specified as:  'neww -c "#{pane_current_path}"'

Deprecated Changes
==================

* The single format specifiers:  #A -> #Z (where defined) have been
  deprecated and replaced with longer-named equivalents, as listed in the
  FORMATS section of the tmux manpage.
* The various foo-{fg,bg,attr} commands have been deprecated and replaced
  with equivalent foo-style option instead.  Currently this is still
  backwards-compatible, but will be removed over time.

Normal Changes
==============

* A new environment variable TMUX_TMPDIR is now honoured, allowing the
  socket directory to be set outside of TMPDIR (/tmp/ if not set).
* If -s not given to swap-pane the current pane is assumed.
* A #{pane_syncronized} format specifier has been added to be a conditional
  format if a pane is in a syncronised mode (c.f. syncronize-panes)
* Tmux now runs under Cygwin natively.
* Formats can now be nested within each other and expanded accordingly.
* Added 'automatic-rename-format' option to allow the automatic rename
  mechanism to use something other than the default of
  #{pane_current_command}.
* new-session learnt '-c' to specify the starting directory for that session
  and all subsequent windows therein.
* The session name is now shown in the message printed to the terminal when
  a session is detached.
* Lots more format specifiers have been added.
* Server race conditions have been fixed; in particular commands are not run
  until after the configuration file is read completely.
* Case insensitive searching in tmux's copy-mode is now possible.
* attach-session and switch-client learnt the '-t' option to accept a window
  and/or a pane to use.
* Copy-mode is only exited if no selection is in progress.
* Paste key in copy-mode is now possible to enter text from the clipboard.
* status-interval set to '0' now works as intended.
* tmux now supports 256 colours running under fbterm.
* Many bug fixes!

(wiz)

2014-02-22 14:29:45 UTC MAIN commitmail json YAML

Updated www/goaccess to 0.7.1

(wiedi)

2014-02-22 14:27:43 UTC MAIN commitmail json YAML

Update goaccess to 0.7.1

Changes to GoAccess 0.7.1 - Monday, February 17, 2014

  * Added ability to get real OS names using --real-os. (Android, Windows, Mac)
  * Added ability to log debug messages to a file.
  * Added ability to parse tab-separated log format strings.
  * Added ability to support terminals without colors.
  * Added ability to turn off color output by using --no-color flag.
  * Added command line option to append HTTP method to request.
  * Added command line option to append HTTP protocol to request.
  * Added long options to command-line.
  * Added missing Win 9x 4.90 (Windows Me) user-agent.
  * Added missing Windows RT user-agent.
  * Ensure mouse click does not reset expanded module if it is the same.
  * Fixed Amazon CloudFront tab-separated log format.
  * Fixed "FreeBSD style" ncursesw built into system.
  * Fixed HTML report issue where data cell would not wrap.
  * Fixed issue when isatty() could not find a valid file descriptor.
  * Fixed SymbianOS user-agent and retrieve its version.

(wiedi)

2014-02-22 14:19:36 UTC MAIN commitmail json YAML