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 (2m)  pkgsrc-2024Q1 (8d)  pkgsrc-2023Q4 (55d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (167d) 

2024-05-26 12:09:20 UTC Now

2015-01-07 23:40:53 UTC pkgsrc-2014Q4 commitmail json YAML

2015-01-07 23:40:41 UTC pkgsrc-2014Q4 commitmail json YAML

Pullup ticket #4583 - requested by bouyer
print/cups-filters: dependence fix

Revisions pulled up:
- print/cups-filters/Makefile                                  1.11

---
  Module Name: pkgsrc
  Committed By: bouyer
  Date: Tue Jan  6 14:56:04 UTC 2015

  Modified Files:
  pkgsrc/print/cups-filters: Makefile

  Log Message:
  Make this depend on print/poppler-utils for the pdftops filter;
  if configure finds a pdftops binary it will use its full path,
  otherwise it defaults to /usr/bin/pdftops which doesn't exists
  Bump PKGREVISION

(tron)

2015-01-07 23:23:14 UTC MAIN commitmail json YAML

Updated time/p5-DateTime to 1.1800

(wiz)

2015-01-07 23:23:02 UTC MAIN commitmail json YAML

Update to 1.18:

1.18  2015-01-05

- There will be a new leap second on June 30, 2015.

1.17  2015-01-04

- No code changes from the 1.16 release.

1.16  2015-01-04 (TRIAL RELEASE)

- Test fix for systems where IVs are 4 bytes long.

1.15  2015-01-03 (TRIAL RELEASE)

- Trying this again ... Experimental fix for adding very large numbers of
  days. Previously, trying to add more than around 2^28 days could cause
  errors if the result ended up in a leap year. This is being released as a
  trial release because I'm not sure how this change will behave on a 32-bit
  Perl. Reported by KMX. RT #97046.

(wiz)

2015-01-07 23:21:28 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-postgresql to 3.5.0

(wiz)

2015-01-07 23:21:16 UTC MAIN commitmail json YAML

Update to 3.5.0:

Version 3.5.0  Released January 6, 2015

  - Allow "placeholder escaping" by the use of a backslash directly before it, e.g.
    "SELECT 1 FROM jsontable WHERE foo \\? ?"
    will contain a single placeholder, and the first question mark will be sent directly
    to the backend to be parsed as an operator.
    [Greg Sabino Mullane, Tim Bunce]
    (CPAN bug #101030)

  - Improve the workings of the ping() method, so it always tests for
    a valid database backend and returns the correct true/false.
    [Greg Sabino Mullane, with help from Andrew Gierth and Tim Bunce]
    (CPAN bug #100648)

  - Add get_info(9000) => 1 to indicate driver can escape placeholders.
    [Tim Bunce]

  - In tests, force the client_encoding to UTF8, skip tests that involve
    characters not supported by the server_encoding
    [Dagfinn Ilmari Manns奪ker <ilmari@ilmari.org>]

  - Fix memory leak when selecting from arrays
    [Dagfinn Ilmari Manns奪ker, reported by Krystian Samp]

  - Make get_info much more efficient and slightly simpler.
    [Tim Bunce]

(wiz)

2015-01-07 21:39:24 UTC MAIN commitmail json YAML

2015-01-07 16:09:23 UTC MAIN commitmail json YAML

Update to 3.20150107. From the changelog:

[ Joey Hess ]
* Added ikiwiki-comment program.
* Add missing build-depends on libcgi-formbuilder-perl, needed for
  t/relativity.t
* openid: Stop suppressing the email field on the Preferences page.
* po: If msgmerge falls over on a problem po file, print a warning
  message, but don't let this problem crash ikiwiki entirely.
* Set Debian package maintainer to Simon McVittie as I'm retiring from
  Debian.

[ Simon McVittie ]
* calendar: add calendar_autocreate option, with which "ikiwiki --refresh"
  can mostly supersede the ikiwiki-calendar command.
  Thanks, Louis Paternault
* search: add more classes as a hook for CSS. Thanks, sajolida
* core: generate HTML5 by default, but keep avoiding new elements
  like <section> that require specific browser support unless html5 is
  set to 1.
* Tell mobile browsers to draw our pages in a device-sized viewport,
  not an 800-1000px viewport designed to emulate a desktop/laptop browser.
* Add new responsive_layout option which can be set to 0 if your custom
  CSS only works in a large viewport.
* style.css, actiontabs, blueview, goldtype, monochrome: adjust layout
  below 600px ("responsive layout") so that horizontal scrolling is not
  needed on smartphone browsers or other small viewports.
* core: new libdirs option alongside libdir. Thanks, Louis Paternault

[ Amitai Schlair ]
* core: log a debug message before waiting for the lock.
  Thanks, Mark Jason Dominus
* build: in po/Makefile, use the same $(MAKE) as the rest of the build.
  Thanks, ttw
* blogspam: use the 2.0 JSON API (the 1.0 XML-RPC API has been EOL'd).
  Closes: #774441

pkgsrc changes:

Add a not-yet-upstreamed patch to link to the commenter's URL for
anonymous-style comments committed directly via the VCS (i.e.,
imported from another CMS).

(schmonz)

2015-01-07 15:02:51 UTC MAIN commitmail json YAML

Updated www/py-flask-admin to 1.0.9.
Updated textproc/p5-XML-Atom-SimpleFeed to 0.861.

(kleink)

2015-01-07 15:01:39 UTC MAIN commitmail json YAML

Update p5-XML-Atom-SimpleFeed to 0.861.

0.861 Tue 06 Jan 2015
- Auto-formatting for recognised data types in date constructs
- Fixed CDATA flattener (was missing /s flag)
- Non-fatal warnings; mea maxima culpa
- Test suite cleanup
- Now uses Dist::Zilla

(kleink)

2015-01-07 14:55:21 UTC MAIN commitmail json YAML

Update py-flask-admin to 1.0.9.

1.0.9
-----

Highlights:

* Bootstrap 3 support
* WTForms 2.x support
* Updated DateTime picker
* SQLAlchemy backend: support for complex sortables, ability to search
  for related models, model inheritance support
* Customizable URL generation logic for all views
* New generic filter types: in list, empty, date range
* Added the ``geoa`` contrib module, for working with
  `geoalchemy2 <http://geoalchemy-2.readthedocs.org/>`_
* Portugese translation
* Lots of bug fixes

(kleink)

2015-01-07 14:53:41 UTC MAIN commitmail json YAML

py-django no longer supports Python 2.6, follow.

(joerg)

2015-01-07 14:26:47 UTC MAIN commitmail json YAML

Provide fake expat.pc for builtin case.

(ryoon)

2015-01-07 13:55:45 UTC MAIN commitmail json YAML

Newer illumos has inotify and the inotify code needs FIONREAD

(wiedi)

2015-01-07 13:28:26 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-View-JSON to 0.34

(mef)

2015-01-07 13:25:28 UTC MAIN commitmail json YAML

(pkgsrc)
- Switch DEPENDS described below
- Clean up DEPENDS (checked by pbulk for this particular package)
  -DEPENDS+=      p5-Catalyst-Runtime>=5.60000:../../www/p5-Catalyst-Runtime
  -DEPENDS+=      p5-JSON-Any>=1.15:../../converters/p5-JSON-Any
  -DEPENDS+=      p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
  +DEPENDS+=      p5-JSON-MaybeXS>=1.003003:../../converters/p5-JSON-MaybeXS
(upstream)
- Update 0.33 to 0.34
0.34  Mon Jan 05  12:00:00 CT 2014
        - switched from JSON::Any to JSON::MaybeXS (json_driver option no
          longer supported)
        - Updated some documenation to note that in 2015 perhaps some of the
          given advice is no longer relevent.
        - Added a new configuration option 'json_encoder_args' which lets you
          pass arguments to JSON::MaybeXS.  Useful for when you want to have
          more control on how your JSON serializer works.

(mef)

2015-01-07 13:24:15 UTC MAIN commitmail json YAML

Add comment to cmake.

(ryoon)

2015-01-07 13:23:48 UTC MAIN commitmail json YAML

Updated x11/wxGTK30 to 3.0.2

(ryoon)

2015-01-07 13:22:58 UTC MAIN commitmail json YAML

Update to 3.0.2

* Enable wxscintilla.

Changelog:
3.0.2: (released 2014-10-06)
----------------------------

All:

- Fix silent data loss in wx[F]File::Write(wxString) if conversion fails.
- Make wxString::FromCDouble() work when the global C++ locale is not the C one.
- Add support for "%V", "%G" and "%g" to wxDateTime::Format().

All (GUI):

- Add wxGenericListCtrl::EndEditLabel() (Tim Kosse).
- Implement bounding box computation in wxGCDC (Toni Ru転a).
- Fix saving GIF animations with 2.5s+ delays between frames (elvissteinjr).
- Add "variant" property to windows in XRC.
- Add XRC handler for wxSimplebook.
- Return correct value from wxCommandEvent::GetString() for programmatically
  generated wxEVT_TEXT events from wxComboBox.
- Accept "default" as font family value in XRC (pieleric).
- Send events when toggling wxPropertyGrid nodes from keyboard (Armel Asselin).

wxGTK:

- Fix mouse handling in wxNotebook containing wxListCtrl (Charlie Fenton).
- Fix layout of wxSearchCtrl to not truncate text in it.

wxMSW:

- Fix Cygwin 1.7 build.
- Work around a bug in MinGW 4.8 headers and fix build with it too.
- Include x64 configurations in MSVC 8/9 project files too.
- Fix parallel build of MSVC 11/12 solutions (Artur Wieczorek).
- Fix background of wxRadioBox buttons and wxSlider (Artur Wieczorek).
- Fix appearance of wxToggleButtons with non default colours (Artur Wieczorek).
- Fix drawing on wxDC when using right-to-left layout (Artur Wieczorek).
- Fix wxGrid appearance and behaviour in RTL (Artur Wieczorek).
- Fix creating wxBitmap from monochrome wxIcon or wxCursor (Artur Wieczorek).
- Fix handling of bitmaps with alpha in wxImageList (Artur Wieczorek).
- Add paragraph spacing attributes support to wxTextCtrl (dannchr).
- Show new style directory selector even for non existent paths (raychow).
- Fix order of radial gradient stops (Alexandru Pana).
- Fix font created using wxFont(wxFontInfo()) ctor.
- Fix wxFileName::GetShortcutTarget() in console applications.
- Fix wxFileName::MakeRelativeTo() for shortcut files (gafatoa).
- Fix height of initially empty wxBitmapComboBox (Artur Wieczorek).
- Fix setting label of submenu items (Artur Wieczorek).
- Fix using Esc as accelerator in the menus.
- Fix wrong initial status bar height in some cases (Artur Wieczorek).

(ryoon)

2015-01-07 13:21:56 UTC MAIN commitmail json YAML

2015-01-07 13:21:35 UTC MAIN commitmail json YAML

Updated math/hs-scientific to 0.3.3.5

(szptvlfn)

2015-01-07 13:21:14 UTC MAIN commitmail json YAML

Update to 0.3.3.5

changelog:
0.3.3.5
    * Fixed bug when converting the Scientific:
      `scientific 0 someBigExponent` to a bounded Integral using toBoundedInteger
      or to a bounded RealFloat using toBoundedRealFloat.
      If someBigExponent was big enough to trigger the big-exponent protection
      the beforementioned functions didn't return 0.

      This is fixed by explicitly handling a coefficient of 0.

(szptvlfn)

2015-01-07 13:14:31 UTC MAIN commitmail json YAML

2015-01-07 13:09:31 UTC MAIN commitmail json YAML

2015-01-07 12:51:02 UTC MAIN commitmail json YAML

Updated lang/runawk to 1.6.0

(cheusov)

2015-01-07 12:50:47 UTC MAIN commitmail json YAML

Update to 1.6.0

  Environment variable RUNAWK_KEEPTMP was introduced. If it set,
  temporary files are kept.  This is useful for debugging.

  io.awk:file_size was fixed (its behaviour depended on FS value)

  AWK_PROGS used for testing is now settable from environment.

  A few typos in runawk_modules.3 were fixed.
  Thanks to Andrew Shadura!

(cheusov)

2015-01-07 12:20:07 UTC MAIN commitmail json YAML

2015-01-07 10:39:32 UTC MAIN commitmail json YAML

Note update of www/contao34 package to 3.4.0nb1.

(taca)

2015-01-07 10:39:02 UTC MAIN commitmail json YAML

Add mimetypes.php as one of the configuration files.

Bump PKGREVISION.

(taca)

2015-01-07 10:37:56 UTC MAIN commitmail json YAML

2015-01-07 10:37:11 UTC MAIN commitmail json YAML

2015-01-07 10:35:59 UTC MAIN commitmail json YAML

2015-01-07 09:37:07 UTC MAIN commitmail json YAML

Import dhcpcd-ui-0.7.5 with the following changes:
  *  New icons when theme ones do not exist, taken from GNOME,
    KDE Oxygen and Elementary themes.
  *  Tick icon rather than a radio button is used to show selected SSID
  *  Associated SSID is displayed in bold at the top of the list.
  *  Progress bar displaying percentage has been removed in favour of a
    4-bar connection strength icon which other implementation seen to
    favour.
  *  dhcpcd-qt should now almost be identical to dhcpcd-gtk bar
    platform specific differences.
  *  Pop-ups now appear near the mouse cursor
  *  Pressing enter or OK on the wpa password screen will select that
    SSID to connect to without changing any existing password
  *  Duplicate SSIDs are merged, the BSSID actually used is the
    strongest signal.
  *  On Linux and FreeBSD enable background scanning (5 seconds if the
    SSID menu is shown, otherwise 60 seconds)
  *  If a wireless interface is present, display the strongest
    connection in the system tray instead of the normal LAN style icon.
  *  SSID toolip removed.
  *  Numerous stability issues resolved.

(roy)

2015-01-07 09:01:01 UTC MAIN commitmail json YAML

Import dhcpcd-6.6.7 with the following changes:
  *  Clarify timeout and reboot timeout, make it more sane
  *  A server should not NAK an INFORM
  *  The noalias directive will now remove any IPv4 addresses existing on
    the interface when we want to add our own
  *  For BSD systems stop polling for IPv6 router reachability
    Instead, expect for cached neighour route additions/changes/removals
    to be announced by the kernel. Currently only NetBSD-7.99.3 does this.
  *  Store acquired time for each IPv6 address so we can correctly offset
    pltime and vltime if we need to re-add them
  *  test mode no longer turns off kernel rtadv handling

(roy)

2015-01-07 08:56:37 UTC MAIN commitmail json YAML

Fix DEPENDS+= Path typo, thanks wiz@ for review.

(mef)

2015-01-07 08:51:58 UTC MAIN commitmail json YAML

+ automake-1.15, fluxbox-1.3.6, unrealircd-3.2.10.4 [pkg/49540].

(wiz)

2015-01-07 05:02:37 UTC MAIN commitmail json YAML

2015-01-07 01:01:12 UTC MAIN commitmail json YAML

Revert previous, already fixed.

(wiz)

2015-01-07 00:50:40 UTC MAIN commitmail json YAML

Use valid ruby version suffix variable.

(obache)

2015-01-07 00:35:13 UTC MAIN commitmail json YAML

Updated www/p5-App-Nopaste to 1.003

(mef)

2015-01-07 00:35:03 UTC MAIN commitmail json YAML

Update 1.002 to 1.003
1.003  2015-01-03 20:52:17Z
        - re-release to fix problematic $VERSION declaration (RT#101095)

(mef)

2015-01-07 00:16:37 UTC MAIN commitmail json YAML

Reflect new module type after last update.

(joerg)

2015-01-07 00:15:53 UTC MAIN commitmail json YAML

Incomplete dependencies for binaries.

(joerg)

2015-01-07 00:15:23 UTC MAIN commitmail json YAML

Now that this is build on amd64, hard-code former ${MACHINE_ARCH}.

(joerg)

2015-01-06 23:07:32 UTC MAIN commitmail json YAML

Python 2.6 is no longer supported.

(joerg)

2015-01-06 23:00:16 UTC MAIN commitmail json YAML

Remove chunk to add space after -rpath, the option now has a trailing
comma and the space would result in a compiler argument.

(joerg)

2015-01-06 22:59:07 UTC MAIN commitmail json YAML

Needs readline/editline.

(joerg)

2015-01-06 22:58:41 UTC MAIN commitmail json YAML

2015-01-06 22:57:58 UTC MAIN commitmail json YAML

Shuffle flags around to make sure that the system liblzma is not picked
up first.

(joerg)

2015-01-06 20:35:59 UTC MAIN commitmail json YAML

Fix some problems in the "configuring" section of the pkgsrc guide and
regenerate html and txt version. From Ray Phillips in PR misc/49367.

(bsiegert)

2015-01-06 19:55:22 UTC MAIN commitmail json YAML

audio stuff updates

(drochner)

2015-01-06 19:54:39 UTC MAIN commitmail json YAML

update to 1.3.1
changes:
-bugfixes
-Support the new pregap and data tracks
-Set the originalyear tag when loading a release
-Web service calls to ports 80 and 443 do not need explicit port
specification. 443 should be automatically made https

(drochner)

2015-01-06 19:53:14 UTC MAIN commitmail json YAML

2015-01-06 19:52:40 UTC MAIN commitmail json YAML

2015-01-06 19:50:43 UTC MAIN commitmail json YAML

update to 1.3.10
changes:
-The import command now has a --pretend flag that lists the files that
will be imported
-The config command can now be used to edit the configuration even when
it has syntax errors
-plugin additions and updates
-bugfixes
-Fix a new crash with the latest version of Mutagen (1.26)

(drochner)

2015-01-06 17:45:46 UTC MAIN commitmail json YAML

2015-01-06 15:03:10 UTC MAIN commitmail json YAML

Updated finance/gnucash-docs to 2.6.5

(wiz)

2015-01-06 15:03:01 UTC MAIN commitmail json YAML

Update to 2.6.5, switch to yelp3 since it has a higher chance of
building.

2.6.5  - 16 December 2014
        o Fix a path of freshly added XML files
        o Add some comments about translation to the German documents where the translation wasn't updated to match the English version.
o Apply &untranslated property in German translations
        o Fix path of newly-added XML files.
o Bug 739380 - Release tarball build fails. Git builds OK.

2.6.4  - 28 September 2014
o Add sentence about manually editing payment information for customers.
    o Add warning and tip about account separator character.
    o Correct field format in python-import-fields.
    o Currency movements .. remain fully balanced if "Trading Accounts"
  is enabled; "double entry" was not sufficient.
    o Ersetze umgangssprachliches "Passiva" durch "Fremdkapital" und
  zugehöriges Bild
    o German translation of Transactions chapter.
    o Guide C oview: update processor architecture: "backport" from de
    o Guide C txns: Add a warning about dummy transactions and auditors.
    o Guide C txns: Thinking is not enough for the cleared state of a
  transaction
    o Guide C txns: Upgrade note to warning "It is important to understand
  that reconciliation..."
    o Guide C txns: explain reconcilation state "cleared"; improved
  wording by lmat
    o Guide de ch_accts: Several minor corrections.
    o Guide de ch_basics: several corrections.
    o Guide de ch_oview: orthography and processor architecture update.
    o Guide de ch_txns: several improvements, txns-sxn1 complete.
    o Help Documentation: Add Advanced Portfolio Rpt details, Thanks to
  Chris Good
    o Improve explanation that Credit does NOT decrease equity accounts
    o Improve readability of "Credit does NOT decrease ...".
    o New chapters in the German translation: Overview, Basics, and
  Accounts. Thanks to Mechtilde.
    o Reduced proportional width of description column to increase overall
  font size for a 510 pixel width image.
    o Remove a few discrepancies between the german guide overview and
  other components.
    o Update of translators in gnucash-guide-de.omf
    o Updated documentation to explain how to tie dividends received in
  cash to the appropriate stock holding.

(wiz)

2015-01-06 14:59:19 UTC MAIN commitmail json YAML

2015-01-06 14:56:04 UTC MAIN commitmail json YAML

Make this depend on print/poppler-utils for the pdftops filter;
if configure finds a pdftops binary it will use its full path,
otherwise it defaults to /usr/bin/pdftops which doesn't exists
Bump PKGREVISION

(bouyer)

2015-01-06 14:51:33 UTC MAIN commitmail json YAML

2015-01-06 14:41:08 UTC MAIN commitmail json YAML

Don't hardcode /usr/pkg, use PYTHONCONFIG instead.

(jperkin)

2015-01-06 14:39:59 UTC MAIN commitmail json YAML

Updated devel/p5-Perl-Critic to 1.123

(wen)

2015-01-06 14:39:10 UTC MAIN commitmail json YAML

Update to 1.123
Update DEPENDS

Upstream changes:
1.123 2014-11-11

    [Dependencies]
    * Now requires PPI-1.220 which has numerous bug fixes. This may
      eliminate the need for some "## no critic" markers you inserted to
      work around those bugs. The "ProhibitUselessNoCritic" policy should
      help you find them.

    [Miscellanea]
    * Fixed a typo in the Variables::ProhibitPerl4PackageNames message.

1.122 2014-08-25

    [Dependencies]
    * Now requires PPI-1.218 which has numerous enahncements and bug fixes.
      Also now requires Readonly-2.00, which obviates the need for Readonly::XS
      to get fast constants.

    * File::HomeDir, File::Which, and Term::ANSIColor are all required now
      instead of being optional or recommended. This simplifies our test code
      and ensures consistent optimal behavior for all users.

    [New Policies]
    * Added two new policies: BuiltinFunctions::ProhibitUselessTopic and
      RegularExpressions::ProhibitUselessTopic.

    [Miscellanea]
    * Updated the perlcritic.el script to use modern Emacs hooks.
      Thanks to @intrigeri and the Debian team for the patch.  Fixes GH #556.

    * Removed all the internal RCS keyword boilerplate blocks that were never
      getting expanded.

(wen)

2015-01-06 14:32:53 UTC MAIN commitmail json YAML

Updated devel/p5-Readonly to 2.00

(wen)

2015-01-06 14:32:05 UTC MAIN commitmail json YAML

Update to 2.00

Upstream changes:
2.00 2014-06-30T11:15:05Z
    - Deprecation of Readonly::XS as a requirement for fast, readonly
      scalars is complete. Report any lingering issues on the tracker
      ASAP.

1.61 2014-06-28T11:22:13Z
    - Normal constants (strings, numbers) do not appear to be read only to
      Internals::SvREADONLY($) but perl itself doesn't miss a beat when you
      attempt to assign a value to them. Fixing test regression in
      t/general/reassign.t

1.60 2014-06-27T15:59:27Z
    - Fix array and hash tie() while in XS mode (exposed by Params::Validate tests)
    - Fix implicit undef value regression resolves #8
    - Minor documentation fixes (spell check, etc.)
    - Patch from Gregor Herrmann <gregoa@debian.org> resolves #7

v1.500.0 2014-06-25T19:56:18Z
    - PLEASE NOTE: Readonly::XS is no longer needed!
    - Again, Readonly::XS is no longer needed.
    - Merged typo fix from David Steinbrunner RT#86350/#2
    - Merged patch (w/ tests, yay!) from Daniel P. Risse RT#37864
    - Upstream magic related bugs were reported to p5p and fixed in perl
      itself so we can resolve the following local issues: RT#70167, RT#57382,
      RT#29487, RT#36653, RT#24216.
    - Reported RT#120122 (tie + smartmatch bug) upstream to p5p. Will
      eventually resolve local [RT#59256].
    - Note: Resolved RT#16167 (benchmark.pl being installed) in 1.04.
    - Use readonly support exposed in Internals on perl >=5.8.x
    - Have I mentioned you don't need to install Readonly::XS anymore?
    - Checking $Readonly::XSokay is no longer suggested. ...never should have been

(wen)

2015-01-06 14:28:12 UTC MAIN commitmail json YAML

Disable precompiled headers on SunOS, it can cause problems.  Fix ZLIB_ROOT
whilst here to correctly find the preferred zlib.

(jperkin)

2015-01-06 14:23:31 UTC MAIN commitmail json YAML

Updated devel/p5-PPI to 1.220

(wen)

2015-01-06 14:22:20 UTC MAIN commitmail json YAML

Update to 1.220

Upstream changes:
1.220 Tue 11 Nov 2014
Summary:
- incompatible behavior fixes on PPI::Statement::Sub->prototype
- improved parsing of various syntax elements
- code quality improvements
- various small documentation fixes

Details:
- {} is now recognized as anonymous hash constructor instead of a code
  block after these operators: &&= //= || && // ? :
  (GitHub #36) (MOREGAN)
- regex capture variables greater than $9 are now parsed completely,
  instead of being parsed as single digit captures with numbers after
  them (GitHub #38) (MOREGAN)
- DESTROY and AUTOLOAD subs are now parsed even without the sub
  keyword (GitHub #39) (MOREGAN)
- PPI::Statement::Sub->prototype behavior now matches its
  documentation, instead of returning the prototype string
  unchanged and still including the parens (GitHub #56) (MOREGAN)
- PPI::Statement::Sub->prototype now returns undef on subs without a
  prototype, instead of returning an empty string
  (GitHub #56) (MOREGAN)
- list of keywords which are not parsed as packages when followed by
  the Perl4 package separator ' has been increased
  (GitHub #77) (MOREGAN)
- application of a number of Perl::Critic policies and documentation
  fixes (GitHub #53) (MOREGAN, MITHALDU)
- automation of README.md generation for git (GitHub #86) (COWENS)
- various small documentation fixes (Github #96) (MOREGAN)

1.218 Sat 16 Aug 2014
Summary:
- Fixes for various parsing and documentation bugs
- 1MB limit on input document size removed
- Moved repository to GitHub: https://github.com/adamkennedy/PPI

Details:
- Stop directing bugs to rt.cpan.org (GitHub #40) (MOREGAN)
- Fix documentation reference to List::Util (RT #75308) (RWSTAUNER)
- Improve scalability of parsing long lines, and remove the size
  limit on documents PPI will parse (GitHub #5) (MITHALDU)
- Speed up adding an element to an unlabeled statement.
  Allow inlining of some methods. (WOLFSAGE)
- Expanded test coverage (DOLMEN, MOREGAN)
- Convert inline tests to standalone tests (GitHub #12) (MOREGAN)
- Fix for '1=>x' being parsed as x operator (GitHub #46) (MOREGAN)
- Recognize that '1 x3' is the x operator followed by a 3
  (RT #37892, GitHub #27) (MOREGAN)
- Support all augmented assignment operators (<<=, ||=, etc.)
  (RT #68176, 71705) (MOREGAN)
- Stop upper-case "=CUT" from terminating POD (RT #75039) (JAE)
- Support upper-case digits in hex and binary numbers, including
  in the leading '0X' and '0B'. (RT #36540) (KRYDE, MOREGAN)
- Fix float argument to range operator misparsed as version
  string (RT #45014) (MOREGAN)
- Fix POD markup in PPI::Find (RT #51693) (FWIE)
- Fix spelling of "Tom Christiansen" (RT #67264) (TADMC)
- Fix a large raft of spelling and grammar errors (RT #85049) (David
  Steinbrunner, DOLMEN, MOREGAN)
- Fix errors in documentation of the PPI::Element class hierarchy
  (RT #30863, 69026) (SJQUINNEY)
- Prevent PPI::XSAccessor packages from hiding corresponding PPI
  packages in CPAN (RT #90792) (MITHALDU)
- Recognize the formfeed character as whitespace (RT #67517) (WYANT)
- Recognize regex match following 'return' (RT #27475) (ADAMK)
- Fix missing dereference, length called on reference (RT #40103)
  (ADAMK)

(wen)

2015-01-06 14:12:53 UTC MAIN commitmail json YAML

Updated archivers/unzip to 6.0nb3

(wiz)

2015-01-06 14:12:45 UTC MAIN commitmail json YAML

2015-01-06 13:51:36 UTC MAIN commitmail json YAML

Updated devel/p5-Module-CoreList to 5.20141220

(wen)

2015-01-06 13:49:39 UTC MAIN commitmail json YAML

Update to 5.20141220

Upstream changes:
5.20141220
  - Updated for v5.21.7

(wen)

2015-01-06 13:32:34 UTC MAIN commitmail json YAML

2015-01-06 13:32:25 UTC MAIN commitmail json YAML

Update 1.0 to 1.2 based on PR pkg/49063 by Leonardo Taccari.
(pkgsrc)
  - Instead of using do-* in Makefile adjust config.mk and use the
    official Makefile like other suckless.org packages (e.g. x11/dmenu).
  - Do not install README: the only useful information for the user was:
    Simply invoke the 'slock' command. To get out of it, enter your
    password. The user can read that in x11/slock/DESCR by
    pkg_info slock.
(upstream)
  * slock-1.2:
    - Colors are now specified via config.h
    - Minor bug fixes

  * slock-1.1:
    - Eckhards dualcolor patch
    - Minor bug fixes

(mef)

2015-01-06 12:58:45 UTC MAIN commitmail json YAML

Updated net/unison to 2.48.3

(wiz)

2015-01-06 12:58:37 UTC MAIN commitmail json YAML

Update to 2.48.3:

Changes in Version 2.48.3

  Changes since 2.45:
    * Incorporated a patch from Christopher Zimmermann to replace the
      Uprintf module (which doesn't work with OCaml 4.02, causing Unison
      to crash) with equivalent functionality from the standard library.
    * Incorporated a refresh of the OSX GUI, contributed by Alan Shutko.
    * Added a maxsizethreshold option, which prevents the transfer of
      files larger than the size specified (in Kb).
    * Added a "copyonconflict" preference, to make a copy of files that
      would otherwise be overwritten or deleted in case of conflicting
      changes. (This makes it possible to automatically resolve conflicts
      in a fairly safe way when synchronizing continuously, in
      combination with the "repeat = watch" and "prefer = newer"
      preferences.
    * File system monitoring:
          + The file watcher now fails when unable to watch a directory,
            rather than silently ignoring the issue.
          + File system monitoring: more robust communication with the
            helper program (in socket mode, the unison server will still
            work properly despite unexpected unison client
            disconnections).
          + A bytecode version of unison-fsmonitor is now produced by
            "make NATIVE=false"
          + Improved search for unison-fsmonitor
          + Detect when the helper process exits.
          + More robust file watching helper programs for Windows and
            Linux. They communicate with Unison through pipes (Unison
            redirects stdin and stdout), using a race-free protocol.
          + Retries paths with failures using an exponential backoff
            algorithm.
          + The information returned by the file watchers are used
            independently for each replica; thus, when only one replica
            has changes, Unison will only rescan this replica.
          + When available, used by the graphical UIs to speed up
            rescanning (can be disabled by setting the new watch
            preference to
          + Small fix to the way fsmonitor.py gets invoked when using the
            file watching functionality, suggested by Josh Berdine. Unison
            will now look for fsmonitor.py in the same directory where the
            Unison executable itself lives.
    * Minor:
          + Fixed a bug in export procedure that was messing up
            documentation strings.
          + Incorporated a patch from Ir疣yossy Knoblauch Art�r to make
            temp file names fit within 143 characters (to make eCryptFS
            happy).
          + Added a string to the Conflict direction to document the
            reason of the conflict.
          + Log conflicts and problems in the text UI even if nothing is
            propagated.
          + Use hash function from OCaml 3.x for comparing archives, even
            when compiled with OCaml 4.x.
          + Do not restart Unison in case of uncaught exception when the
            repeat preference is set. This seems safer. And it does not
            work, for instance, in case of lost connection.
          + Fix Unix.readlink invalid argument error under Windows
          + Fix a crash when the output of the diff program is too large.
          + Fixed Makefile for cross-compiling towards Windows (updated to
            MinGW-w64)

  Changes since 2.40.63:
    * New preference fastercheckUNSAFE, which can be used (with care!) to
      achieve much faster update detection when all the common files in
      the two replicas are known to be identical. See the manual for more
      information.
      This feature should still be considered experimental, but it's
      ready for other people to try out.
    * Added option clientHostName. If specified, it will be used to as
      the client host name, overriding UNISONLOCALHOSTNAME and the actual
      host name.
    * OS X GUI:
          + fix crash under Lion, because of problems with the toolbar,
            using the fix suggested in
            http://blitzbasic.com/Community/posts.php?topic=95778.
          + uimacnew09 is now the standard graphical interface on OSX
          + A small improvement to the uimacnew09 interface from Alan
            Schmitt and Steve Kalkwarf: when Unison is run with the -batch
            flag, the interface will now automatically propagate changes
            and terminate, without waiting for user interaction.
          + Show a modal warning window if there is no archive for the
            hosts. The user can then choose to exit or proceed (proceed is
            the default). The window is not shown if the batch preference
            is true.
          + file details panel selectable
    * GTK GUI:
          + New version of uigtk2.ml from Matt Zagrabelny that reorganizes
            the icons in a slightly more intuitive way.
    * Minor fixes:
          + Setting the prefer preference to older or newer now propagates
            deletions when there is no conflict.
          + Correctly quote the path when running merge commands.
          + Add quotes to paths when calling external file watcher
            utility.
          + Incorporate a patch to fsmonitor.py (the external filewatcher
            utility) from Tomasz Zernicki to make it work better under
            Windows.
          + Incorporated new version of fsmonitor.py from Christophe Gohle
          + Fixed incompatibility with OpenSSH 5.6.
          + Fixed fingerprint cache: do not cache file properties
          + Some spelling corrections in documentation and comments from
            Stephane Glondu
          + Fixed O_APPEND mode for open under Windows
          + Fixed String.sub invalid argument error when an AppleDouble
            file does not contain a finder information field
          + Trim duplicate paths when using "-repeat watch"
          + Unison now passes path arguments and -follow directives to
            fsmonitor.py. This seems to work except for one small issue
            with how fsmonitor.py treats -follow directives for
            directories that don't exist (or maybe this is an issue with
            how it treats any kind of monitoring when the thing being
            monitored doesn't exist?). If we create a symlink to a
            nonexistant directory, give Unison (hence fsmonitor.py) a
            'follow' directive for the symlink, start unison, and then
            create the directory, fsmonitor.py misses the change.
          + Lines added in profile files by unison always start at a new
            line

(wiz)

2015-01-06 12:57:52 UTC MAIN commitmail json YAML

Added net/unison2.40 version 2.40.102nb22

(wiz)

2015-01-06 12:57:37 UTC MAIN commitmail json YAML

+ unison2.40.

(wiz)

2015-01-06 12:57:03 UTC MAIN commitmail json YAML

Import unison-2.40.102nb22 as net/unison2.40 before updating net/unison.

Unison is a file-synchronization tool for Unix and Windows. It allows
two replicas of a collection of files and directories to be stored
on different hosts (or different disks on the same host), modified
separately, and then brought up to date by propagating the changes
in each replica to the other.

(wiz)

2015-01-06 12:54:00 UTC MAIN commitmail json YAML

Updated chat/irssi to 0.8.17

(mef)

2015-01-06 12:53:12 UTC MAIN commitmail json YAML

Update distinfo due to chat/irssi update from 0.8.16 to 0.8.17.

(mef)

2015-01-06 12:40:06 UTC MAIN commitmail json YAML

Update chat/irssi with PR pkg/49324 by Leonardo Taccari
from 0.8.16 to 0.8.17
(and also update accordingly chat/irssi-*/distinfo).

Changes:
v0.8.17 2014-10-11  The Irssi team <staff@irssi.org>
+ Document that SSL connections aren't properly handled during /UPGRADE.
  See Github PR #39.
+ Synchronize scripts with scripts.irssi.org.
+ Performance enhancement of the nicklist as well as the window_item_find
  function. See Github PR #24.
+ Disallow unloading of static modules.
+ Allow UTF-8 characters in /bind. See Github PR #18.
+ Split overlong outgoing messages instead of silently truncating them.
  Adds two new options: 'split_line_end' and 'split_line_start'.
  'split_line_end' contains a string added to the end of line fragments.
  'split_line_start' contains a string added to the beginning of line
  fragments. See Github PR #29.
+ Added special /ignore NO_ACT level to ignore only activity (see /help ignore).
+ Support for 256 and true color terminals (see Github PR #48).
+ Support for italics (see Github PR #58).
+ Rewrote many help files.
- Fixed various compiler warnings and use of deprecated functions.
- Fixed Perl API usage and added PERL_NO_GET_CONTEXT to reduce code size.
- Fixed format_get_text Perl API. See Github PR #23.
- Fixed gui_printtext_after and term_refresh_*() visibility. See Github PR #22.
- Fixed issue where UTF-8 characters was corrupted once for every 32k text.
  See Github PR #12.
- Fixed redrawing issue with right-aligned statusbar.
- Fixed use-after-free bug with cached settings values. See Github PR #147.

(mef)

2015-01-06 11:54:22 UTC MAIN commitmail json YAML

2015-01-06 11:54:00 UTC MAIN commitmail json YAML

Updated math/hs-scientific to 0.3.3.4

(szptvlfn)

2015-01-06 11:53:39 UTC MAIN commitmail json YAML

Update to 0.3.3.4

changelog:
0.3.3.4
    * Relax upper version bounds of base and deepseq
      for the test suite and benchmarks.

0.3.3.3
    * Add support for `deepseq-1.4`.

0.3.3.2
    * Fix parsing of empty digit string (#21).

(szptvlfn)

2015-01-06 11:49:00 UTC MAIN commitmail json YAML

Use __EXTENSIONS__ on SunOS for sigaction et al.

(jperkin)

2015-01-06 11:40:33 UTC MAIN commitmail json YAML

2015-01-06 11:27:48 UTC MAIN commitmail json YAML

Updated misc/fd to 3.01b

(ryoon)

2015-01-06 11:27:15 UTC MAIN commitmail json YAML

Remove debugging code.

(ryoon)

2015-01-06 11:26:37 UTC MAIN commitmail json YAML

+ gnuchess-6.2.1.

(wiz)

2015-01-06 11:24:58 UTC MAIN commitmail json YAML

2015-01-06 11:24:17 UTC MAIN commitmail json YAML

Update to 3.01b

>From  @tristelo, https://gist.github.com/steleto/7767b954611888aaa67d

Changelog:
Ver. 3.01b Abortion with sparc64 architecture is fixed.
(05/06/14) Failure to expand macros with Linux kernel >=2.6.23 is fixed.
Failure to overwrite some macro with 'bind' is fixed.
Infinite loop by some builtin with %M macro is fixed.

Ver. 3.01a Change 'IMELARNING' internal variable to 'IMELEARNING'.
(06/08/13) Sorting rule for tree screen is adjusted to browser screen.
Bug that any invalid UID/GID breaks file list is fixed.
Bug that file list is not updated with lost directory is fixed.
Failure to compile with environments using termio is fixed.

Ver. 3.01 Add 'WIDEDIGIT', 'SIZEUNIT' internal variables.
(08/03/12) Add 'HISTUMASK', 'DIRHISTUMASK' internal variables.
Add 'IMELARNING', 'FREQFILE', 'FREQUMASK' internal variables.
Add 'getfreq', 'setfreq' builtins.
The object tables of 'IMEBUFFER' internal variable is extended.

Ver. 3.00m Add the identifier UTF8LANG for compile.
(07/27/12) Abortion when save file on customizer with some OS is fixed.
Wrong priority with IME translation candidates is fixed.
Unavailable dictionary in DICTSRC with ShiftJIS OS is fixed.
Failure to compile with gcc-4.2 is fixed.
Bug that some pipes cause infinite loop is fixed.
Ineffective suspend key in any pipes is fixed.
Wrong manual page for 'wait' builtin with no argument is fixed.

Ver. 3.00l Support Android 4.0.
(06/30/12) Support MINIX 3.2.
Add the identifiers DEFKCODE, UTF8DOC, LANGWIDTH for compile.
Add the identifiers _NOUNICDTBL, _NODICTTBL for compile.
The cross-compiling is supported more carefully.
Strange attribute-changing screen in narrow terminal is fixed.
Some abortion when open archive browser is fixed.
Some abortion when access MS-DOS formed path is fixed.
Persistence of "Wait a minute" when TRADLAYOUT=1 is fixed.
Ineffective sequence to save cursor when PTYMODE=1 is fixed.
Unreadable file starting with "./" in archive browser is fixed.

Ver. 3.00k Support Cygwin 1.7.13.
(04/21/12) The cursor position after changing directory upward is changed.
Failure by PageUp/PageDown key on the tree screen is fixed.
Unsupported second resolution on the floppy drive is fixed.
Some abortions by Bs key on the tree screen is fixed.
Broken tree screen on the MS-DOS formed path is fixed.
Failure to get HTTP log on some environments is fixed.
Ineffective command result just before NEXT_WINDOW is fixed.
Abortion with LOG_DIR in archive browser is fixed.
Unexpected result of LOG_DIR in archive browser is fixed.
Overflow by the too long path name is suppressed.
Some commands in archive browser is restricted.

(ryoon)

2015-01-06 11:24:02 UTC MAIN commitmail json YAML

2015-01-06 11:19:19 UTC MAIN commitmail json YAML

Extend valid currency data to 15 years to avoid lag in upstream updates,
fixes current problems with the Turkish data which expired at the end of
last year.

(jperkin)

2015-01-06 10:44:38 UTC MAIN commitmail json YAML

Fix build with GCC 4.5.3 under NetBSD 6.1

(ryoon)

2015-01-06 10:40:22 UTC MAIN commitmail json YAML

Updated www/seamonkey-l10n to 2.31

(ryoon)

2015-01-06 10:39:14 UTC MAIN commitmail json YAML

2015-01-06 10:32:53 UTC MAIN commitmail json YAML

Updated inputmethod/mozc-server to 2.16.2007.102
Updated inputmethod/mozc-renderer to 2.16.2007.102
Updated inputmethod/mozc-tool to 2.16.2007.102
Updated inputmethod/mozc-elisp to 2.16.2007.102
Updated inputmethod/uim-mozc to 2.16.2007.102
Updated inputmethod/ibus-mozc to 2.16.2007.102

(ryoon)

2015-01-06 10:30:54 UTC MAIN commitmail json YAML

Update to 2.16.2007.102

Changelog:
Summary of changes between 2.16.2004.102 (r467) and 2.16.2007.102 (r470).

    DEPS changes:
        fontTools: initial import as of 5ba7d98a4153fad57258fca23b0bcb238717aec3
    Build related changes:
        Android build requires Android-21 SDK
    Major changes:
        Enable Material Theme on Android
        Support floating window and floating mode indicator on Android 5.0 and later when physical keyboard is attached
        Improve accessibility support on Android
    Known issues:
        Voiced sound marks on the key pad is not placed at correct position in Android (Issue 263)

Summary of changes between 2.16.1918.102 (r377) and 2.16.2003.102 (r463).

    DEPS changes:
        gtest: r692 -> r700
        gmock: r485 -> r501
        gyp: r1987 -> r2012
        protobuf: 172019c40bf548908ab09bfd276074c929d48415 -> bba83652e1be610bdb7ee1566ad18346d98b843c
    Build related changes:
        Android build requires NDK r10d
        Android build supports arm64/mips64/x86-64 ( Issue 259 )
        Android build supports Clang 3.5 and libc++ ( Issue 260 )
        Versioning scheme for Android is changed. See r439 for details.
        Build time dependency on libzinnia-dev is removed from Android and NaCl builds
    Major changes:
        Android 2.1 - Android 3.2 are no longer supported
        armeabi-v7a is always enabled in arm 32-bit build for Android
        Updated main dictionary, Emoji dictionary, emoticon dictionary, and single kanji dictionary
    Fixed issues:
        FIX: IME crashes when using US International hardware keyboard ( Issue 248 )
        FIX: ibus-mozc + XIM: preedit text is not cleared after preedit commit triggered by focus change ( Issue 255 )
        FIX: Entering symbol view causes NPE when "Switch Access" accessibility mode is enabled ( Issue 257 )
        FIX: An empty word can be suggested in the candidate list ( Issue 261 )

(ryoon)

2015-01-06 10:27:32 UTC MAIN commitmail json YAML

Updated devel/gyp to 0.1pre2019

(ryoon)

2015-01-06 10:26:59 UTC MAIN commitmail json YAML

Update to 0.1pre2019

Changelog is not available.

(ryoon)

2015-01-06 09:51:51 UTC MAIN commitmail json YAML

Tobias Nygren reports this needs MAKE_JOBS_SAFE=no -- make it so.

(he)

2015-01-06 09:26:55 UTC MAIN commitmail json YAML

pick up gettext-m4 package first.

(obache)

2015-01-05 23:25:29 UTC MAIN commitmail json YAML

Updated sysutils/dbus to 1.8.14

(wiz)

2015-01-05 23:25:20 UTC MAIN commitmail json YAML

Update to 1.8.14:

D-Bus 1.8.14 (2015-01-05)
==

The “40lb of roofing nails” release.

Security hardening:

• Do not allow calls to UpdateActivationEnvironment from uids other than
  the uid of the dbus-daemon. If a system service installs unsafe
  security policy rules that allow arbitrary method calls
  (such as CVE-2014-8148) then this prevents memory consumption and
  possible privilege escalation via UpdateActivationEnvironment.

  We believe that in practice, privilege escalation here is avoided
  by dbus-daemon-launch-helper sanitizing its environment; but
  it seems better to be safe.

• Do not allow calls to UpdateActivationEnvironment or the Stats interface
  on object paths other than /org/freedesktop/DBus. Some system services
  install unsafe security policy rules that allow arbitrary method calls
  to any destination, method and interface with a specified object path;
  while less bad than allowing arbitrary method calls, these security
  policies are still harmful, since dbus-daemon normally offers the
  same API on all object paths and other system services might behave
  similarly.

Other fixes:

• Add missing initialization so GetExtendedTcpTable doesn't crash on
  Windows Vista SP0 (fd.o #77008, Илья А. Ткаченко)

(wiz)

2015-01-05 22:45:06 UTC MAIN commitmail json YAML

Note update of x11/rxvt-unicode

(morr)

2015-01-05 22:44:17 UTC MAIN commitmail json YAML

Update to version 9.21.

Changes:

- the "moa redraw 8-bit british vintage colour management" release.
- NOTICE: this release updates terminfo.
- fix pixel droppings on overdraw when a secondary core font has the
  same height but different ascent.
- implement cvvis in terminfo as blinking cursor, to distinguish it
  from cnorm (emacs uses cvvis which is commonly a blinking cursor).
- when xft support was compiled in, colour queries erroneously returned
  premultiplied values, this also affected internal queries, for example
  when calculating faded colour. alpha is now divided out when possible,
  which is more correct but loses colour resolution.
- add DECSCUSR xterm extension to set the cursor to a vertical bar.
- add 'extension:string' action, and associated on_action perl
  hook, for keysym resources that invokes actions provided by
  perl extensions. The 'perl:string' action and
  on_user_command hook are deprecated but still supported.
- add 'builtin-string' action for keysym resources that restores string
  mappings for keys that have predefined actions in urxvt.
- add -k option to urxvtc for killing the daemon process.
- document urxvtd's -e/--eval option that was implemented in 9.16,
  but not documented.
- add -dockapp option to make the wm treat urxvt as a dockapp.
- add -mc option and multiClickTime resource to set the maximum time
  between multi-click select events (patch by Joe Peterson).
- new 'eval' extension to evaluate arbitrary perl code with keysym
  bindings. The extension also provides methods that implement basic
  actions, such as pasting selections and scrolling.
- the macosx-clipboard and macosx-clipboard-native extensions have been removed.
- kuake extension now uses the kuake.hotkey resource to specify the hotkey.
- new 'matcher:select' mode of matcher to iterate over the matches with the keyboard.
- the 'matcher:list' feature of matcher now honours the launcher
  associated to a matched pattern.
- speed-up matcher underlining on very long lines (reported by Edward Z. Yang).
- fix up/down commands of searchable-scrollback so that they always move
  to the previous/next logical line with a match, if any.
- searchable-scrollback resource has been deprecated (use keysym instead).
- extension parameter passing is deprecated (use resource mechanism instead).
- upgrade to GPLv3 (see COPYING).
- compile out of the box on Solaris 10, again.
- fix height and position of the stippled area in next scrollbar (patch
  by Thomas Otto).
- fix off-by-one bug causing the iso14755 window not to jump out of the
  way properly.
- fix crash that may happen if a lib to which urxvt is linked to calls setenv.
- fix memory leak in special_{encode,decode} perl methods.
- fix refresh bug that occurs when reverse video is set on a cell
  containing a space and with the same bg and fg colour, red hat bug
  #830236.
- fix crash that may happen if an x error is received after a terminal
  window/popup has been destroyed already.
- removed superfluous 0 digit from sgr terminfo sequence.
- greatly improve colour allocation on colour-starved pseudocolour
  displays to avoid read-write cells instead of simply failing
  (this is only relevant for antique 8bpp frame buffers).
- do not free fade colours when not doing fading (this is likely
  only relevant for antique 8bpp frame buffers).
- do not specialcase 2 or 4 colour visuals, leading to
  simpler and actually more correct code.
- hopefully no longer leak colours on !truecolour visuals.
- use consistent method names (scr_recolour => scr_recolor).
- use simpler (but slightly less bogus) formula for nearest
  colour choice (this is likely only relevant for antique 8bpp
  frame buffers).
- remove fallback behaviour when initialising colours - the
  behaviour was inconsistent between startup vs. later and
  was only effective when valid colours couldn't be allocated.

(morr)

2015-01-05 22:19:11 UTC MAIN commitmail json YAML

Updated audio/musicpd to 0.19.7

(wiz)

2015-01-05 22:19:02 UTC MAIN commitmail json YAML

Update to 0.19.7:

ver 0.19.7 (2014/12/17)
* input
  - nfs: fix crash while canceling a failing file open operation
  - nfs: fix memory leak on connection failure
  - nfs: fix reconnect after mount failure
  - nfs: implement mount timeout (60 seconds)
* storage
  - nfs: implement I/O timeout (60 seconds)
* playlist
  - embcue: fix filename suffix detection
  - don't skip non-existent songs in "listplaylist"
* decoder
  - ffmpeg: fix time stamp underflow
* fix memory allocator bug on Windows

ver 0.19.6 (2014/12/08)
* decoder
  - ffmpeg: support FFmpeg 2.5
* fix build failure with musl
* android
  - update libFLAC to 1.3.1
  - update FFmpeg to 2.5

ver 0.19.5 (2014/11/26)
* input
  - nfs: fix crash on connection failure
* archive
  - zzip: fix crash after seeking
* decoder
  - dsdiff, dsf, opus: fix deadlock while seeking
  - mp4v2: remove because of incompatible license

ver 0.19.4 (2014/11/18)
* protocol
  - workaround for buggy clients that send "add /"
* decoder
  - ffmpeg: support opus
  - opus: add MIME types audio/ogg and application/ogg
* fix crash on failed filename charset conversion
* fix local socket detection from uid=0 (root)

ver 0.19.3 (2014/11/11)
* protocol
  - fix "(null)" result string to "list" when AlbumArtist is disabled
* database
  - upnp: fix breakage due to malformed URIs
* input
  - curl: another fix for redirected streams
* decoder
  - audiofile: fix crash while playing streams
  - audiofile: fix bit rate calculation
  - ffmpeg: support opus
  - opus: fix bogus duration on streams
  - opus: support chained streams
  - opus: improved error logging
* fix distorted audio with soxr resampler
* fix build failure on Mac OS X with non-Apple compilers

ver 0.19.2 (2014/11/02)
* input
  - curl: fix redirected streams
* playlist
  - don't allow empty playlist name
  - m3u: don't ignore unterminated last line
  - m3u: recognize the file suffix ".m3u8"
* decoder
  - ignore URI query string for plugin detection
  - faad: remove workaround for ancient libfaad2 ABI bug
  - ffmpeg: recognize MIME type audio/aacp
  - mad: fix negative replay gain values
* output
  - fix memory leak after filter initialization error
  - fall back to PCM if given DSD sample rate is not supported
* fix assertion failure on unsupported PCM conversion
* auto-disable plugins that require GLib when --disable-glib is used

ver 0.19.1 (2014/10/19)
* input
  - mms: fix deadlock bug
* playlist
  - extm3u: fix Extended M3U detection
  - m3u, extm3u, cue: fix truncated lines
* fix build failure on Mac OS X
* add missing file systemd/mpd.socket to tarball

ver 0.19 (2014/10/10)
* protocol
  - new commands "addtagid", "cleartagid", "listfiles", "listmounts",
    "listneighbors", "mount", "rangeid", "unmount"
  - "lsinfo" and "readcomments" allowed for remote files
  - "listneighbors" lists file servers on the local network
  - "playlistadd" supports file:///
  - "idle" with unrecognized event name fails
  - "list" on album artist falls back to the artist tag
  - "list" and "count" allow grouping
  - new "search"/"find" filter "modified-since"
  - "seek*" allows fractional position
  - close connection after syntax error
* database
  - proxy: forward "idle" events
  - proxy: forward the "update" command
  - proxy: copy "Last-Modified" from remote directories
  - simple: compress the database file using gzip
  - upnp: new plugin
  - cancel the update on shutdown
* storage
  - music_directory can point to a remote file server
  - nfs: new plugin
  - smbclient: new plugin
* playlist
  - cue: fix bogus duration of the last track
  - cue: restore CUE tracks from state file
  - soundcloud: use https instead of http
  - soundcloud: add default API key
* archive
  - read tags from songs in an archive
* input
  - alsa: new input plugin
  - curl: options "verify_peer" and "verify_host"
  - ffmpeg: update offset after seeking
  - ffmpeg: improved error messages
  - mms: non-blocking I/O
  - nfs: new input plugin
  - smbclient: new input plugin
* filter
  - volume: improved software volume dithering
* decoder:
  - vorbis, flac, opus: honor DESCRIPTION= tag in Xiph-based files as a comment to the song
  - audiofile: support scanning remote files
  - audiofile: log libaudiofile errors
  - dsdiff, dsf: report bit rate
  - dsdiff, dsf: implement seeking
  - dsf: support DSD512
  - dsf: support multi-channel files
  - dsf: fix big-endian bugs
  - dsf: fix noise at end of malformed file
  - mpg123: support ID3v2, ReplayGain and MixRamp
  - sndfile: support scanning remote files
  - sndfile: support tags "comment", "album", "track", "genre"
  - sndfile: native floating point playback
  - sndfile: optimized 16 bit playback
  - mp4v2: support playback of MP4 files.
* encoder:
  - shine: new encoder plugin
* output
  - alsa: support native DSD playback
  - alsa: rename "DSD over USB" to "DoP"
  - osx: fix hang after (un)plugging headphones
* threads:
  - the update thread runs at "idle" priority
  - the output thread runs at "real-time" priority
  - increase kernel timer slack on Linux
  - name each thread (for debugging)
* configuration
  - allow playlist directory without music directory
  - use XDG to auto-detect "music_directory" and "db_file"
* add tags "AlbumSort", "MUSICBRAINZ_RELEASETRACKID"
* disable global Latin-1 fallback for tag values
* new resampler option using libsoxr
* ARM NEON optimizations
* install systemd unit for socket activation
* Android port

(wiz)

2015-01-05 21:56:24 UTC MAIN commitmail json YAML

Updated security/libgcrypt to 1.6.2nb3

(wiz)

2015-01-05 21:56:16 UTC MAIN commitmail json YAML

2015-01-05 14:56:42 UTC MAIN commitmail json YAML

+afio-2.5.1, filerunner-14.06.18.10, geoclue-2.1.10, mbuf-20141227, qcad-3.7.5.0

(mef)

2015-01-05 13:56:59 UTC MAIN commitmail json YAML

Updated mail/fdm to 1.8

(mef)

2015-01-05 13:56:46 UTC MAIN commitmail json YAML

Based on PR pkg/49537 by Leonardo Taccari,
Update 1.7 to 1.8
(pkgsrc)
  - Remove post-build: target in Makefile
    (not necessary now)
(upstream)
  - No immediate ChangeLog, Release note found other than
    1.8 is released on 2014-12-03

(mef)

2015-01-05 13:21:17 UTC MAIN commitmail json YAML

Provide O_CLOEXEC compatibility define, fixes build on SunOS.

(jperkin)

2015-01-05 13:19:15 UTC MAIN commitmail json YAML

2015-01-05 13:18:28 UTC MAIN commitmail json YAML

update to 0.15.2
There is no useful changelog, but it makes the client work again a recent
OpenSSH server (6.7p1-hpn14v5) again. Tested with "duplicity".

(drochner)

2015-01-05 13:17:41 UTC MAIN commitmail json YAML

Fix broken dependency matches.

(jperkin)

2015-01-05 12:13:48 UTC MAIN commitmail json YAML

2015-01-05 11:32:49 UTC MAIN commitmail json YAML

2015-01-05 11:03:47 UTC MAIN commitmail json YAML

Comment out options.mk until imil has time to add it.

(wiz)

2015-01-05 11:03:22 UTC MAIN commitmail json YAML

Add missing continuation line marker.
Remove mention of lang/twelf.

(wiz)

2015-01-05 08:42:32 UTC MAIN commitmail json YAML

Depend on py-enum34 if not building for python-3.4.

(wiz)

2015-01-05 08:33:10 UTC MAIN commitmail json YAML

Add missing pc file to PLIST. Ride update.

(wiz)

2015-01-04 23:48:51 UTC MAIN commitmail json YAML

Updated devel/py-virtualenv to 12.0.5

(wiz)

2015-01-04 23:48:43 UTC MAIN commitmail json YAML

Update to 12.0.5:

12.0.5 (2015-01-03)
~~~~~~~~~~~~~~~~~~~

* Upgrade pip to 6.0.6

* Upgrade setuptools to 11.0

(wiz)

2015-01-04 23:45:07 UTC MAIN commitmail json YAML

Updated lang/py-six to 1.9.0

(wiz)

2015-01-04 23:44:58 UTC MAIN commitmail json YAML

Update to 1.9.0:

1.9.0
-----

- Issue #106: Support the `flush` parameter to `six.print_`.

- Pull request #48 and issue #15: Add the `python_2_unicode_compatible`
  decorator.

- Pull request #57 and issue #50: Add several compatibility methods for unittest
  assertions that were renamed between Python 2 and 3.

- Issue #105 and pull request #58: Ensure `six.wraps` respects the *updated* and
  *assigned* arguments.

- Issue #102: Add `raise_from` to abstract out Python 3's raise from syntax.

- Issue #97: Optimize `six.iterbytes` on Python 2.

- Issue #98: Fix `six.moves` race condition in multi-threaded code.

- Pull request #51: Add `six.view(keys|values|itmes)`, which provide dictionary
  views on Python 2.7+.

(wiz)

2015-01-04 23:42:56 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 11.0

(wiz)

2015-01-04 23:42:47 UTC MAIN commitmail json YAML

Update to 11.0:

----
11.0
----

* Interop #3: Upgrade to Packaging 15.0; updates to PEP 440 so that >1.7 does
  not exclude 1.7.1 but does exclude 1.7.0 and 1.7.0.post1.

------
10.2.1
------

* Issue #323: Fix regression in entry point name parsing.

----
10.2
----

* Deprecated use of EntryPoint.load(require=False).
* Substantial refactoring of all unit tests. Tests are now much leaner and
  re-use a lot of fixtures and contexts for better clarity of purpose.

----
10.1
----

* Issue #320: Added a compatibility implementation of
  ``sdist._default_revctrl``
  so that systems relying on that interface do not fail (namely, Ubuntu 12.04
  and similar Debian releases).

------
10.0.1
------

* Issue #319: Fixed issue installing pure distutils packages.

----
10.0
----

* Issue #313: Removed built-in support for subversion. Projects wishing to
  retain support for subversion will need to use a third party library. The
  extant implementation is being ported to `setuptools_svn
  <https://pypi.python.org/pypi/setuptools_svn>`_.
* Issue #315: Updated setuptools to hide its own loaded modules during
  installation of another package. This change will enable setuptools to
  upgrade (or downgrade) itself even when its own metadata and implementation
  change.

---
9.1
---

* Prefer vendored packaging library `as recommended
  <https://github.com/jaraco/setuptools/commit/170657b68f4b92e7e1bf82f5e19a831f5744af67#commitcomment-9109448>`_.

-----
9.0.1
-----

* Issue #312: Restored presence of pkg_resources API tests (doctest) to sdist.

---
9.0
---

* Issue #314: Disabled support for ``setup_requires`` metadata to avoid issue
  where Setuptools was unable to upgrade over earlier versions.

---
8.4
---

* Pull Request #106: Now write ``setup_requires`` metadata.

(wiz)

2015-01-04 23:41:13 UTC MAIN commitmail json YAML

Updated devel/memcached to 1.4.22

(wiz)

2015-01-04 23:41:05 UTC MAIN commitmail json YAML

Update to 1.4.22:

Bugfix maintenance release. Fixes to hash table expansion now
completely hang all threads very briefly while the hash table
pointers are swapped. Once swapped, it unlocks and uses locks as
normal.

In previous versions, the hash table was switched to a global lock
instead of a map of bucket-locks during expansion. This should be
faster overall with a small latency penalty. It's possible to
presize the hash table with -o hashpower

(wiz)

2015-01-04 23:39:48 UTC MAIN commitmail json YAML

Updated converters/libvisio to 0.1.1

(wiz)

2015-01-04 23:39:40 UTC MAIN commitmail json YAML

Update to 0.1.1:

libvisio 0.1.1

- Fix a minor issue reported by Coverity.
- Check arguments of public functions. Passing NULL no longer causes
  a crash.
- Set a minimal thickness for arrow markers to ensure they are visible.
- Fix a crash when reading a broken file, found with the help of
  american-fuzzy-lop.
- Use symbol visibility on Linux. The library only exports the two public
  functions now.
- Import document metadata (fdo#86664).

(wiz)

2015-01-04 23:30:31 UTC MAIN commitmail json YAML

Updated converters/libmspub to 0.1.2

(wiz)

2015-01-04 23:30:21 UTC MAIN commitmail json YAML

Update to 0.1.2:

libmspub 0.1.2

- Check arguments of public functions. Passing NULL no longer causes
  a crash.
- Use symbol visibility on Linux. The library only exports the two public
  functions now.
- Fix several crashes and hangs when reading broken files, found with the help
  of american-fuzzy-lop.
- Add support for embedded fonts.
- Add initial support for tables.
- Parse document metadata.

(wiz)

2015-01-04 23:24:53 UTC MAIN commitmail json YAML

Updated multimedia/libmatroska to 1.4.2

(wiz)

2015-01-04 23:24:45 UTC MAIN commitmail json YAML

Update to 1.4.2:

2015-01-04  Moritz Bunkus  <moritz@bunkus.org>

        * Released v1.4.2.

2014-12-21  Moritz Bunkus  <moritz@bunkus.org>

        * build system: switched the build system from hand-crafted
        Makefiles to an autoconf/automake-based system. A pkg-config file
        will be installed as well; its name is 損libmatroska束. Based on a
        similar patch for libEBML by Jan Engelhardt <jengelh@inai.de>.

2014-12-20  Moritz Bunkus  <moritz@bunkus.org>

        * KaxBlock::ReadData(): fixed several instances of unchecked
        memory access leading to invalid memory access/segmentation faults
        with invalid or broken data inside block groups/simple blocks.

2014-12-19  Moritz Bunkus  <moritz@bunkus.org>

        * KaxBlock::ReadInternalHead(): fixed a off-by-one buffer overflow
        if with EBML lacing and exactly one frame in the lace.

(wiz)

2015-01-04 23:22:44 UTC MAIN commitmail json YAML

Updated devel/libebml to 1.3.1

(wiz)

2015-01-04 23:22:37 UTC MAIN commitmail json YAML

Update to 1.3.1:

2015-01-04  Moritz Bunkus  <moritz@bunkus.org>

        * Released v1.3.1.

        * EbmlElement::Render(): doesn't catch exceptions anymore. Instead
        exceptions generated from the IOCallback class (e.g. if a write
        failed) are propagated to the caller.

2014-12-21  Moritz Bunkus  <moritz@bunkus.org>

        * build system: switched the build system from hand-crafted
        Makefiles to an autoconf/automake-based system. A pkg-config file
        will be installed as well; its name is 損libebml束. Patch by Jan
        Engelhardt <jengelh@inai.de>.

2014-12-20  Moritz Bunkus  <moritz@bunkus.org>

        * EbmlMaster::Read(): when reading with SCOPE_ALL_DATA only those
        elements that could successfully be read will be kept
        (e.g. defective block groups will be dropped).

2014-12-19  Moritz Bunkus  <moritz@bunkus.org>

        * EbmlMemoryStream: add a new class for safe memory access that
        throws exception on failures.

2014-12-18  Moritz Bunkus  <moritz@bunkus.org>

        * EbmlMaster: Fixed read() trying to calculate the end position of
        elements with an unknown size. This avoids endless loops and
        assertions in certain cases. See https://trac.bunkus.org/ticket/1089

(wiz)

2015-01-04 23:15:29 UTC MAIN commitmail json YAML

Updated security/caff to 1.1.12

(wiz)

2015-01-04 23:15:19 UTC MAIN commitmail json YAML

Update to 1.1.12:
Allow option to set subject.

(wiz)

2015-01-04 23:13:48 UTC MAIN commitmail json YAML

Updated devel/afl to 1.06b

(wiz)

2015-01-04 23:13:38 UTC MAIN commitmail json YAML

Update to 1.06b:

--------------
Version 1.06b:
--------------

  - Switched to slightly more accurate (if still not very helpful) reporting
    of short read and short write errors. These theoretically shouldn't happen
    unless you kill the forkserver or run out of disk space. Suggested by
    Jakub Wilk.

  - Revamped some of the allocator and debug code, adding comments and
    cleaning up other mess.

  - Tweaked the odds of fuzzing non-favored test cases to make sure that
    baseline coverage of all inputs is reached sooner.

(wiz)

2015-01-04 23:12:20 UTC MAIN commitmail json YAML

+ afl-1.06b, caff-1.1.12, cmake-3.1.0, libmatroska-1.4.2,
  libmspub-0.1.2, libvisio-0.1.1, memcached-1.4.22,
  py-html2text-2014.12.29, py-setuptools-11.0, py-six-1.9.0,
  py-virtualenv-12.0.5, unison-2.48.3.

(wiz)

2015-01-04 21:52:25 UTC MAIN commitmail json YAML

Updated mail/opendkim to 2.9.3

(pettai)

2015-01-04 21:52:06 UTC MAIN commitmail json YAML

2.9.3          2014/12/27
        Fix bug #177: Plug leaking "result" structures when OpenLDAP is in use.
        Truncate configuration file lines at carriage return.
        Replace overlapping strlcpy() with memmove() in dkim_get_key_file().
        Patch #32: Re-arrange the execution logic to drop privileges in
                proper order.
        LIBOPENDKIM: dkim_header() is now a lot more strict about the input
                it will accept (see RFC5322 Section 2.2).
        LIBOPENDKIM: Tighten relaxed modes to break on only DKIM-defined
                whitespace characters.
        LIBOPENDKIM: Fix bug #208: If a signature fails to verify for either
                reason (header hash mismatched or body hash mismatched), set
                DKIM_SIGERROR_BADSIG so that Authentication-Results doesn't
                report a failure with "no signature error".
        TOOLS: Feature request #178: Add "-F" flag to opendkim-genzone so
                records are created with the FQDN.
        REPUTATION: Handle parameters safely in repute.php.

(pettai)

2015-01-04 20:13:23 UTC MAIN commitmail json YAML

Updated textproc/p5-Swim to 0.1.35

(schmonz)

2015-01-04 20:13:19 UTC MAIN commitmail json YAML

Update to 0.1.35. From the changelog:

- Allow spaces and arguments in one line block-func
- Fix to allow single char bold and italic phrases
- Refactor into OO classes
- Swim.pm is a converter class
- Swim::Command has all the bin/swim guts
- Add block-func support

(schmonz)

2015-01-04 19:37:02 UTC MAIN commitmail json YAML

Update to Mercury 14.01.1

NEWS for Mercury 14.01.1
------------------------

This is a bug-fix release.

* The function string.string/1 and related functions now handle version
  arrays properly.
* Fix resource leaks in dir fold predicates.
* The mfilterjavac program is now generated with the correct file extension
  on Windows.
* A problem that caused compilation of the Boehm GC to fail on 64-bit
  openSUSE 13.1 systems has been fixed.  (Github issue #14)
* The documentation now builds correctly on Cygwin systems.
* The script configure_mingw_cross now supports 64-bit Windows targets.
* We have added workarounds for problems with (arguably broken)
  system headers on MinGW and MinGW64 systems.
* The MinGW port now builds in the absence of POSIX threads library.
* Low-level C parallel grades now work on Windows instead of crashing
  at startup.  (Bug #338)
* We now use thread-safe alternatives to strerror().  (Bug #340)
* We have added the configure option --enable-gc-mmap.
* We configure Boehm GC to use mmap in threaded grades on Linux to avoid
  conflicts with glibc malloc leading to memory corruption.
* A problem that caused string.format/[23] to sometimes return incorrect
  results when formatting floats with the 'g' conversion specifier has
  been fixed.  This bug only affected the non-C backends.  (Bug #342)
* string.format now handles special float values (i.e. nan, inf,  and -inf)
  correctly with the non-C backends.
* A bug that caused io.write_float/[34] to append ".0" to float special values
  has been fixed.  This bug affected the C and C# backends.
* In the C# and Java grades, the predicate string.from_char_list now
  implements the documented behaviour for input lists containing null
  characters (i.e. it throws an exception).
  Likewise, for string.from_reverse_char_list in the C# grade.
* We have fixed a problem that caused `mmc --make' to attempt to install
  libraries in non-existent grades.

Changes to the Mercury compiler:

* The compiler now supports stripping of executables in a separate
  post-link step.  The new options, --strip-executable-command,
  --strip-executable-shared-flags and --strip-executable-static-flags
  are used to control this.
  (This is now the default on Mac OS X systems.)

NEWS for Mercury 14.01
----------------------

Changes to the Mercury language:

* Repeated type variables may now occur in the heads of type class instances.
  For example, instance declarations like the following are now allowed:

      :- instance foo(list(T), map(T, T)).

Changes to the Mercury standard library:

* We have added the function cord.condense/1.

* The following functions in the standard library's cord module now use
  constant stack space: foldl/3, foldl_pred/4.

* We have added the following predicates to the array and version_array
  modules: is_empty/1, all_true/2 and all_false/2.

* We have added the following predicates and functions to the map module:
  det_min_key/1, det_max_key/1, foldl2_values/6 and foldl3_values/8.

* We have added the following predicates to the list module: foldr2/6,
  foldr3/8, det_take/3 and map_foldr/5.

* We have added the following predicates to the bag module: foldl/4 and
  foldl2/6.

* We have added the following predicates to the assoc_list module:
  foldl2_values/6 and foldl3_values/8.

* We have added the following predicates and functions to the pqueue module:
  is_empty/1, peek/3, peek_key/2, peek_value/2, det_peek/3, merge/3,
  det_peek_key/1 and det_peek_value/1.

* We have added the predicate bimap.equal/2.

* We have added the following predicates to the int module: fold_up3/9 and
  fold_down3/9.

Changes to the Mercury compiler:

* On Mac OS X systems the compiler is now configured use the version of the
  host system as the default value for the deployment target.

  A new configuration option, `--with-macosx-deployment-target', allows
  an alternative value to be selected at configuration time.

Portability improvements:

* We have made the implementation compatible with GCC 4.8 and Visual Studio
  2013.

* We have made the implementation compatible with OS X 10.9.

Changes to the extras distribution:

* We've added a library that provides support for accessing the function
  trail from Mercury code.

(asau)

2015-01-04 18:42:50 UTC MAIN commitmail json YAML

Add support for Rockchip 'machdep.cpu.frequency' interface. Use hw.ncpu to
detect number of CPUs on non-ACPI NetBSD systems.

(jmcneill)

2015-01-04 13:19:21 UTC pkgsrc-2014Q4 commitmail json YAML

2015-01-04 13:19:07 UTC pkgsrc-2014Q4 commitmail json YAML

Pullup ticket #4581 - requested by ryoon
lang/openjdk7: build fix

Revisions pulled up:
- lang/openjdk7/Makefile                                        1.81
- lang/openjdk7/distinfo                                        1.57-1.58

---
  Module Name: pkgsrc
  Committed By: ryoon
  Date: Tue Dec 30 23:48:57 UTC 2014

  Modified Files:
  pkgsrc/lang/openjdk7: Makefile distinfo

  Log Message:
  Bump PKGREVISION

  * Fix build error with upstream patch. Reported by John Maier on pkgsrc-users@.

---
  Module Name: pkgsrc
  Committed By: ryoon
  Date: Wed Dec 31 00:16:17 UTC 2014

  Modified Files:
  pkgsrc/lang/openjdk7: distinfo

  Log Message:
  Restore bootstrap kit checksums.

(tron)

2015-01-04 13:07:41 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Warnings to 0.020

(wen)

2015-01-04 13:06:37 UTC MAIN commitmail json YAML

Update to 0.020

Upstream changes:
0.020    2015-01-03 20:32:21Z
          - re-release to fix problematic $VERSION declaration (RT#101239)

0.019    2014-12-18 20:07:02Z
          - fix test to allow for special characters (e.g. MSWin32 file
            separators) in filenames (A. Sinan Unur)

0.018    2014-12-17 18:17:30Z
          - fix test to not depend on message formatting changes in newer Carp

0.017    2014-12-16 20:17:22Z
          - handle other warning handlers passing us partial warning messages
            by re-adding the source file and line number

(wen)

2015-01-04 12:38:33 UTC MAIN commitmail json YAML

Updated www/p5-Dancer2 to 0.158000

(wen)

2015-01-04 12:36:16 UTC MAIN commitmail json YAML

Update to 0.158000

Upstream changes:
0.158000  2015-01-01 18:08:04+01:00 Europe/Amsterdam

    ** Happy new year! **

    [ ENHANCEMENT ]
    * GH #778: Avoid hard-coded static page location. (D.vid Kov.cs)
    * Speed up big uploads significantly. (Rick Myers)
    * GH #821: Use Import::Into to import pragmas. (Russell Jenkins)
    * GH #782: Fix utf8 pragma import. (Maxim Vuets)
    * GH #786: Perlbrew fix. (D.vid Kov.cs)
    * GH #622: Refactoring. (James Raspass)

    [ DOCUMENTATION ]
    * GH #713: Change order of statements in Cookbook to not imply that
      D2::P::Ajax::ajax() calls have priority. (Sawyer X)

0.157001  2014-12-21 20:40:13+01:00 Europe/Amsterdam

    [ ENHANCEMENT ]
    * GH #814, #815: Rename "app.pl" to "app.psgi". (Sawyer X)

0.157000  2014-12-14 18:23:33+01:00 Europe/Amsterdam

    [ BUG FIXES ]
    * GH #799: Set current request earlier so log formats using requests
      will work. (Sawyer X)
    * GH #650: Provide default environment to app for templating.
      (D.vid Kov.cs, Chi Trinh)
    * GH #800: Better portability code, for different Windows situations.
      (Christian Walde)
    * Less littering of the test directories with session files. (Sawyer X)

    [ ENHANCEMENT ]
    * GH #810: strict && warnings in the app.pl. (Sawyer X)
    * Use to_app keyword in skeleton. (Sawyer X)
    * GH #801: Under production, server tokens are disabled. (Sawyer X)
    * GH #588, #779: Remove LWP::UserAgent in favor of HTTP::Tiny.
      (D.vid Kov.cs, simbabque, Sawyer X)
    * Remove all usages of Test::TCP in favor of Plack::Test. (Sawyer X)

    [ DOCUMENTATION ]
    * GH #802: Remove indication of warnings configuration option
      and add explanation in migration document. (Sawyer X)
    * GH #806: Link in main docs to the migration document. (Gabor Szabo)
    * GH #807: Update migration document with more session data,
      changes to app.pl, and Template::Toolkit configuration. (Gabor Szabo)
    * GH #813: Update migration document with information on encoding and
      usage of Plack::Request internally. (Gabor Szabo, Sawyer X)

0.156001  2014-12-08 23:03:43+01:00 Europe/Amsterdam

    [ DOCUMENTATION ]
    * Documentations suggested serializers aren't consistent. We fixed it
      so we make sure docs reflect that. (Sawyer X)

(wen)

2015-01-04 12:26:43 UTC MAIN commitmail json YAML

Updated devel/p5-Scalar-List-Utils to 1.41

(wiz)

2015-01-04 12:26:36 UTC MAIN commitmail json YAML

Update to 1.41:

1.41 -- 2014/09/05 15:49:50
[BUGFIXES]
* Avoid pre-C99 declaration after statements (RT98624)
* Fix use of GetMagic in List::Util::reduce (RT63211)

1.40 -- 2014/08/30 11:36:36
[CHANGES]
* Added entire new module, Sub::Util to contain functions related
  to CODE refs
* Added subname inspired by Sub::Identify
* Added set_subname copied and renamed from Sub::Name
* Also moved set_prototype into Sub::Name, with back-compat wrapper
  in Scalar::Util
* Added prototype wrapper of CODE::prototype, for completeness
* Nicer module documentation format, allows neater use of L</...>

[THANKS]
* This change was written at the YAPC::EU 2014 Hackathon hosted by
  Liz Mattijsen and Wendy van Dijk; much thanks to them for being its
  catalyst.

1.39 -- 2014/06/05 15:54:59
[CHANGES]
* Have pairs() return blessed objects that recognise ->key and
  ->value as well as being two-element ARRAYs
* Booleanise the result of looks_like_number() so as not to
  accidentally leak abstraction (RT94806)
* Document the version each function was added in (RT96220)

[BUGFIXES]
* Try to preserve UV precision in sum() where possible (RT95902)
* Document known lexical capture in pairmap bug RT95409
* SvGETMAGIC() in set_prototype() (RT72080)

(wiz)

2015-01-04 12:25:39 UTC MAIN commitmail json YAML

Updated devel/p5-boolean to 0.43

(wiz)

2015-01-04 12:25:32 UTC MAIN commitmail json YAML

Update to 0.43:

0.43 Thu Jan  1 00:27:42 PST 2015
- Update docs

(wiz)

2015-01-04 12:24:48 UTC MAIN commitmail json YAML

Updated time/p5-DateTime to 1.1400

(wiz)

2015-01-04 12:24:40 UTC MAIN commitmail json YAML

Update to 1.14:

1.14  2015-01-03

- Accidentally release 1.13 as a non-TRIAL release. Releasing 1.13 minus the
  integer change so there's a known-safe stable release on CPAN for people to
  install.

1.13 2015-01-03

* This release was deleted from CPAN.

- Experimental fix for adding very large numbers of days. Previously, trying
  to add more than around 2^28 days could cause errors if the result ended up
  in a leap year. This is being released as a trial release because I'm not
  sure how this change will behave on a 32-bit Perl. Reported by KMX. RT
  #97046.

- Various small doc chances to address RT #96958, #98733, and #101262.

(wiz)

2015-01-04 12:23:20 UTC MAIN commitmail json YAML

Updated devel/p5-Params-Validate to 1.15

(wiz)

2015-01-04 12:23:13 UTC MAIN commitmail json YAML

Update to 1.15:

1.15    2015-01-01

- No changes from 1.14

1.14    2014-12-20 (TRIAL RELEASE)

- Callbacks can now die to provide a custom error message or exception
  object. Requested by multiple people. Addresses RT #95701 and will allow
  MooseX::Params::Validate to use messages provided by the type object.

(wiz)

2015-01-04 12:22:14 UTC MAIN commitmail json YAML

Updated math/p5-Math-Round to 0.07

(wiz)

2015-01-04 12:22:07 UTC MAIN commitmail json YAML

Update to 0.07:

0.07  Fri Jan  2 10:35:47 2015
- Perl 5.22 exports POSIX::round, so "use POSIX" had to be
  changed to "use POSIX ()". Thanks to Jarkko Hietaniemi and
  Slaven Rezic for the tip.

(wiz)

2015-01-04 12:21:12 UTC MAIN commitmail json YAML

Updated graphics/p5-Image-Info to 1.37

(wiz)

2015-01-04 12:21:04 UTC MAIN commitmail json YAML

Update to 1.37:

2014-12-31  Slaven Rezic  <slaven@rezic.de>

    Release 1.37

    Stable release with all changes in 1.36_51..1.36_52

2014-12-29  Slaven Rezic  <slaven@rezic.de>

    Release 1.36_52

    Handle invalid TIFF chunks: stop processing if an unrecognized
    fieldtype is encountered. This is an additional fix for RT #100847.

2014-12-19  Slaven Rezic  <slaven@rezic.de>

    Release 1.36_51

    Use IO::Scalar instead of opening a scalar, for all
    perls < 5.21.7. This is to prevent possible segmentation faults
    with faulty images. See RT #100847 and
    https://rt.perl.org/Ticket/Display.html?id=123443

    Fix a "Variable declared in conditional statement" error.

    Fix a couple of typos.

(wiz)

2015-01-04 12:07:51 UTC MAIN commitmail json YAML

2015-01-04 12:06:19 UTC MAIN commitmail json YAML

Removed security/kth-krb4

(joerg)

2015-01-04 12:03:15 UTC MAIN commitmail json YAML

Updated audio/abcde to 2.6

(wiz)

2015-01-04 12:03:08 UTC MAIN commitmail json YAML

Update to 2.6:

abcde 2.6

  * Fix finding $CDROM on OS X. Thanks to niederstrasser for the patch.
    Closes issue 71.
  * USEID3 and USEID3V2 variables are unused now, so remove them. Thanks
    to vskytta for the patch. Closes issue 73.
  * Clean up movement to eyeD3, remove id3v2 remnants. Thanks to vskytta
    for the patch. Closes issue 74.
  * Fix infinite loop if cddb fails. Thanks to Dominic Hargreaves for the
    patch. Closes: #687038 in Debian
  * Switch from Musepack SV7 to SV8. Thanks to Andrew Strong for the
    patch.
  * Allow aac encoding with neroAacEnc. Thanks to atheren for the patch.
    Closes issue 8.
  * Allow opus encoding with opusenc. Thanks to Tomasz Golinski for the
    patch. Closes issue 70.
  * Fix typo: s/CUEWAVEFILE/CUEWAVFILE/ so that abcde.mkcue should now
    produce working cue files. Closes issue 78.
  * Remove no-op -q option. Closes issue 106. Thanks to vskytta for the
    patch.
  * Fix issue 112: perl encoding pragma deprecation. Thanks to Alex Corrie
    for the patch.
  * Fix option parsing for multiple output formats. Thanks to
    matthias.andree@gmx.de for the patch. Closes issue 115.
  * Fix eyeD3 tagging for cddb entries without year. Thanks to vskytta for
    the patch. Closes issue 107
  * Add mention of CD-TEXT support in the man page. Closes issue 102.
  * Make Y/N prompting more consistent. Closes issue 95
  * Remove the no-op -B option. Closes: #426531 in Debian
  * Document the need to escape parentheses in tag comments.
    Closes: #256941 in Debian.
  * Concatenate option steps on -t/-T option. Thanks to Charles
    Steinkuehler for the patch. Closes: #391294 in Debian
  * Try to use bsd-mailx where possible to force UTF-8 for cddb-tool mail
    submissions. If not possible, attempt to force UTF-8 via the
    environment and fall back to mail instead. Closes: #756289 in Debian,
    issue 111.

-- Steve McIntyre <93sam@debian.org>  Sun, 26 Oct 2014 13:17:24 -0700

abcde 2.5.4

  * Update GPL/FSF headers to match current versions. Thanks to vskytta
    for the patch. (Closes issue 69).
  * Fix the command line for ID3SYNTAX=eyed3. Thanks to neil.gm.richards
    for the patch. Closes issue 50.
  * Switch to eyed3 by default for MP3 tagging, as it looks to do UTF-8
    tagging better. Closes issue 22 (hopefully)

-- Steve McIntyre <93sam@debian.org>  Tue, 18 Sep 2012 12:42:11 +0100

abcde 2.5.3

  * Sort options alphabetically (Closes issue 58).
    Thanks to vskytta for the patch.
  * Add Recommends: mailx in the Debian packaging for Debian/Ubuntu
    users. Closes: #607147
  * Fix encoding call for m4a. (Closes issue 31). Closes: #449045
  * Fix do_musicbrainz() for the case where there are no matches.
  * When using Musicbrainz, checksum and only output unique matches for an
    album. Closes: #669143
  * Add Recommends: atomicparsley in the Debian packaging for Debian/Ubuntu
    users. LP: #535527
  * Remove documentation of the old "-R" option for recursive searching of
    local CDDB data, it's now enabled always. (Closes issue 57).
  * Fix use of awk (sub instead of substr) when generating CRLF line endings.
    (Closes issue 59).
  * Make sure that ABCDETEMPDIR is quoted so we can deal with spaces in
    file and directory names. Closes issue 64. Thanks to
    richard.security.consultant for the patch, adapted slightly.
  * Tweak do_cdtext() so it works on OS X too. Closes issue 65.
    Thanks to richard.security.consultant for the patch.
  * Change cddb-tool to use bash to make sure that echo -n works.
    Closes issue 67.
  * Fixes for lots of spelling mistakes from vskytta. Closes issue 68.
  * For safety across different systems, avoid using "sed -i".
    Closes issue 66.

-- Steve McIntyre <93sam@debian.org>  Sat, 16 Jun 2012 15:12:11 +0100

abcde 2.5.2

  [ Steve McIntyre ]
  * Re-fix speex tagging. (Closes issue 19).
    Thanks to vskytta for pointing out the problem - patch not applied
    properly in 2.5.1
  * Quickly re-release as 2.5.2

-- Steve McIntyre <93sam@debian.org>  Sun, 29 Apr 2012 17:17:14 +0100

abcde 2.5.1

  [ Steve McIntyre ]
  * Several patches for improved Musicbrainz support from Martin Michlmayr:
    + add musicbrainz support for FLAC files with embedded cue files.
      Closes: #669139
    + Don't submit to CDDB server when using musicbrainz
      Closes: #669140
    + Don't tag CDDB string with musicbrainz id
      Closes: #669141
  * Fix speex tagging. (Closes issue 19).
    Thanks to vskytta for the patch.
  * Fix aac tagging. (Closes issue 7).
    Thanks to Andrew Strong for forwarding the patch.
  * Add ATOMICPARSLEY=AtomicParsley (Closes issue 37).
  * On OS X, switch from disktool to diskutil. (Closes issue 43).
  * Updates for CD device detection:
    + Look for /dev/sr0, in case /dev/cdrom doesn't exist.
      (Closes issue 52).
    + Add suggested diskutil code to auto-detect the CD on OS X.
      (Closes issue 45).
  * Check that we have $CDDBTOOL before we start. (Closes issue 27).
  * Change the meaning of EXTRAVERBOSE; previously, it was a y/n option
    to make things more verbose. Add extra levels of verbosity (0, 1, 2 so
    far) and a new vvecho() function for callers to use.
  * With EXTRAVERBOSE==2 or more, make run_command() print out each
    command as it's run. (Closes issue 39).
  * If we don't find any CDDB or Musicbrainz information for the CD, try
    to extract CD-Text information to populate the cddbinfo template.
    (Closes issue 41).
  * Try to give more helpful error messages when we can't parse the
    command line, and exit rather than carry on. (Closes issue 51).

  [ Colin Tuckley ]
  * replace deprecated egrep with grep -E (Closes issue 24).
    Thanks to vskytta for the patch.
  * remove -o 0 options from make install (Closes issue 17).
    Thanks to vskytta for the patch.
  * clean up indentation on older changelog entries
  * remove tarball target from Makefile since dir structure
    has changed now that we use subversion.
  * improve presentation of options/defaults when asking a question
    (closes issue 9)

-- Steve McIntyre <93sam@debian.org>  Wed, 25 Apr 2012 12:35:00 +0100

abcde 2.5.0

  * Bumped to 2.5.0
  * Add support for Musicbrainz using a perl helper script.
    Closes: #665970
  * Tweak man page. Thanks to Mats Erik Andersson for the patch.
    Closes: #627237
  * Make the -q option work again. Thanks to A Mennucc for the patch.
    Closes: #562522

-- Steve McIntyre <93sam@debian.org>  Fri, 13 Apr 2012 22:29:45 +0100

abcde 2.4.2

  * Bumped to 2.4.2
  * Fix Cue file always references "dummy.wav" bug
    patch from Chris Chiappa (Closes: #459928).
  * Whitespace cleanup, replace single perl instance with sed
    (Charles Steinkuehler)
  * Fix leadin/leadout computation for cue files broken bug
    Patch from Martin Michlmayr (Closes: #582175).

-- Colin Tuckley <colint@debian.org>  Sat, 29 May 2010 09:43:01 +0100

abcde 2.4.1

  * Bumped to 2.4.1
  * In manpage note a 2nd use for LOWDISK (or '-l' switch)
    it's faster and better on scratchy disks (Closes: #426343).
  * Add configurable options for replaygain tools.
  * Fix syntax error in tagged speex command (Closes: #554406)
    Ubuntu patch by Michael Helmling.
  * Fix mp3 tagging fails for single author albums (Closes: #554030)

-- Colin Tuckley <colint@debian.org>  Sun, 14 Feb 2010 13:09:47 +0000

abcde 2.4.0

  * Bumped to 2.4
  * Corrected REDIR redirection, this time with ifs instead of variable
    substitution, which did not work (Closes: #527191).
  * Added TPE2 for Various artists definition (Closes: #521669).
  * Incorporate syntax error fix patch from Andrew Ruder.
  * Fix formatting for track number tagging.
  * Replace dependency on cdda2wav with icedax since the former has
    been superseded.

-- Colin Tuckley <colint@debian.org>  Fri, 16 Oct 2009 19:33:33 +0100

abcde 2.3.99.8

  * Remove svn Revision tag from version.
  * Correct homepage URL in README (Closes: #526165).
  * Fix typos (Closes: #435605, #435606).
  * Fix misspelling of comma in script and manpage (Closes: #435603).
  * Fix Writable temp directories not owned/writeable (Closes: #143552).
  * Fix broken range code, patch from Charles Steinkuehler (Closes: #389981).
  * Remove unneeded escapes in cddb-tool URLs.
    Add support for freedb2 (Closes: #391110).
    another patch from Charles Steinkuehler.
  * Fix Endless loop possible when mp3gain asks clipping question bug
    (Closes: #411579).
  * Update Vcs-Svn: tag in debian/control.
  * Add a recommends for vorbis-tools (Closes: #392843).
  * Update standards version to 3.8.2 (no changes required).
  * Fix debian/preinst not to ignore errors.

-- Colin Tuckley <colint@debian.org>  Sun, 02 Aug 2009 13:32:30 +0100

(wiz)

2015-01-04 12:02:21 UTC MAIN commitmail json YAML

2015-01-04 11:57:57 UTC MAIN commitmail json YAML

Added net/p5-WebService-MusicBrainz version 0.93

(wiz)

2015-01-04 11:57:48 UTC MAIN commitmail json YAML

+ p5-WebService-MusicBrainz

(wiz)

2015-01-04 11:57:36 UTC MAIN commitmail json YAML

Import p5-WebService-MusicBrainz-0.93 as net/p5-WebService-MusicBrainz.

This perl module will search the MusicBrainz database through their
web service and return objects with the found data.

(wiz)

2015-01-04 11:50:08 UTC MAIN commitmail json YAML

Removed chat/zephyr

(joerg)

2015-01-04 11:49:48 UTC MAIN commitmail json YAML

Removed chat/tzc

(joerg)

2015-01-04 11:49:24 UTC MAIN commitmail json YAML

Added audio/p5-MusicBrainz-DiscID version 0.03

(wiz)

2015-01-04 11:49:15 UTC MAIN commitmail json YAML

+ p5-MusicBrainz-DiscID

(wiz)

2015-01-04 11:49:03 UTC MAIN commitmail json YAML

Import p5-MusicBrainz-DiscID-0.03 as audio/p5-MusicBrainz-DiscID.

MusicBrainz::DiscID is a class to calculate a MusicBrainz DiscID
from an audio CD in the drive. The coding style is slightly different
to the C interface to libdiscid, because it makes use of perl's
Object Oriented functionality.

(wiz)

2015-01-04 11:48:07 UTC MAIN commitmail json YAML

Removed chat/zephyr-mode

(joerg)

2015-01-04 11:43:12 UTC MAIN commitmail json YAML

Fix python path in installed shell script.
Ride import.

(wiz)

2015-01-04 11:05:42 UTC MAIN commitmail json YAML

2015-01-04 11:05:16 UTC MAIN commitmail json YAML

Import eyeD3-0.7.5 as audio/eyeD3.

eyeD3 is a Python tool for working with audio files, specifically
mp3 files containing ID3 metadata (i.e. song info).

It provides a command-line tool (``eyeD3``) and a Python library
(``import eyed3``) that can be used to write your own applications
or plugins that are callable from the command-line tool.

(wiz)

2015-01-04 11:02:22 UTC MAIN commitmail json YAML

Added audio/eyed3 version 0.7.5

(wiz)

2015-01-04 11:02:13 UTC MAIN commitmail json YAML

2015-01-04 11:02:02 UTC MAIN commitmail json YAML

Import eyeD3-0.7.5 as audio/eyed3.

eyeD3 is a Python tool for working with audio files, specifically
mp3 files containing ID3 metadata (i.e. song info).

It provides a command-line tool (``eyeD3``) and a Python library
(``import eyed3``) that can be used to write your own applications
or plugins that are callable from the command-line tool.

(wiz)

2015-01-04 10:45:29 UTC MAIN commitmail json YAML

Updated archivers/lziprecover to 1.16

(wiz)

2015-01-04 10:45:22 UTC MAIN commitmail json YAML

Update to 1.16:

Changes in version 1.16:

Repairing of single-byte errors is now about 10 times faster depending
on file size and position of error.

Copying of file dates, permissions, and ownership now behaves like "cp -p".
(If the user ID or the group ID can't be duplicated, the file permission
bits S_ISUID and S_ISGID are cleared).

Some minor improvements have been made.

"lziprecover.texinfo" has been renamed to "lziprecover.texi".

The license has been changed to GPL version 2 or later.

(wiz)

2015-01-04 10:43:51 UTC MAIN commitmail json YAML

Updated archivers/arc to 5.21p

(wiz)

2015-01-04 10:43:44 UTC MAIN commitmail json YAML

Update to 5.21p:

                        CHANGES IN VERSION 5.21p
                (Klaus Reimer <k@ailis.de>, 07 Aug 2010)

Replaced mktemp with mkstemp.
Set correct version number and updated creation date in command-line help.
Corrected content of PATCHLEVEL file.
Added man page for marc.
Added install make target.
Added -Wall compiler flag.

(wiz)

2015-01-04 10:25:08 UTC MAIN commitmail json YAML

Add missing py-asn1 dependency causing build breakage.
XXX: No idea why I missed that when updating the package.

(wiz)

2015-01-04 10:16:37 UTC MAIN commitmail json YAML

Removed twelf.

(dholland)

2015-01-04 10:16:09 UTC MAIN commitmail json YAML

tads, removed twelf

(dholland)

2015-01-04 10:14:47 UTC MAIN commitmail json YAML

2015-01-04 10:14:15 UTC MAIN commitmail json YAML

Remove lang/twelf, as proposed on pkgsrc-users; it has not built in
years, is pretty well dead upstream, and is no longer of much interest
for research either.

(dholland)

2015-01-04 09:53:10 UTC MAIN commitmail json YAML

Use PKG_SKIP_REASON for unsupported platforms.

(dholland)