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 (12m)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (169d) 

2024-05-28 02:18:05 UTC Now

2012-11-30 13:08:28 UTC MAIN commitmail json YAML

Updated math/R-wle to 0.9.7

(wen)

2012-11-30 13:06:54 UTC MAIN commitmail json YAML

2012-11-30 08:35:39 UTC MAIN commitmail json YAML

Updated math/R-xts to 0.8.8

(wen)

2012-11-30 08:34:39 UTC MAIN commitmail json YAML

Update to 0.8.8

No upstream changelog.

(wen)

2012-11-30 08:26:01 UTC MAIN commitmail json YAML

Updated math/p5-Math-Prime-Util to 0.14

(wen)

2012-11-30 08:24:50 UTC MAIN commitmail json YAML

Update to 0.14

Upstream changes:
0.14  29 November 2012

    - Compilation and test issues:
          Fix compilation on NetBSD
          Try to fix compilation on Win32 + MSVC
          Speed up some testing, helps a lot with Cygwin on slow machines
          Speed up a lot of slow PP areas, especially used by test suite

    - XS AKS extended from half-word to full-word.

    - Add functions:
          jordan_totient          generalization of Euler Totient
          divisor_sum            run coderef for every divisor

    - Allow environment variables MPU_NO_XS and MPU_NO_GMP to turn off XS and
      GMP support respectively if they are defined and equal to 1.

    - Lehmer prime count for Pure Perl code, including use in nth_prime.
        prime count 10^9 using sieve:
            71.9s  PP sieve
            0.47s  XS sieve
        prime count 10^9 using Lehmer:
            0.70s  PP lehmer
            0.03s  XS lehmer

    - Moved bignum Zeta and R to separate file, only loaded when needed.
      Helpful to get the big rarely-used tables out of the main loading.

    - Quote arguments to Math::Big{Int,Float} in a few places it wasn't.
      Math::Big* coerces the input to a signed value if it isn't a string,
      which causes us all sorts of grief.

0.13  19 November 2012

    - Fix an issue with prime count, and make prime count available as a
      standalone program using primesieve.

0.12  17 November 2012

    - Add bin/primes.pl and bin/factor.pl

    - Add functions:
          primorial              product of primes <= n
          pn_primorial            product of first n primes
          prime_set_config        set config options
          RiemannZeta            export and make accurate for small reals
          is_provable_prime      prove primes after BPSW
          is_aks_prime            prove prime via AKS

    - Add 'assume_rh' configuration option (default: false) which can be set
      to allow functions to assume the Riemann Hypothesis.

    - Use the Schoenfeld bound for Pi(x) (x large) if assume_rh is true.

    - valgrind testing

    - Use long doubles for math functions.

    - Some fixes and speedups for ranged primes().

    - In the PP code, use 2 MR bases for more numbers when possible.

    - Fixup of racing SQUFOF, and switch to use it in factor().

    - Complete rewrite of XS p-1 factor routine, includes second stage.

    - bug fix for prime_count on edge of cache.

    - prime_count will use Lehmer prime counting algorithm for largish
      sizes (above 4 million).  This is MUCH faster than sieving.

    - nth_prime now uses the fast Lehmer prime count below the lower limit,
      then sieves up from there.  This makes a big speed difference for inputs
      over 10^6 or so -- over 100x faster for 10^9 and up.

(wen)

2012-11-30 08:13:44 UTC MAIN commitmail json YAML

Updated www/mediawiki to 1.20.1

(wen)

2012-11-30 08:12:24 UTC MAIN commitmail json YAML

Update to 1.20.1

Upstream changes:
MediaWiki 1.20.1

This is a security release of the MediaWiki 1.20 branch
Changes since 1.20
(bug 42202) Validate options to prevent html injection
(bug 40995) Prevent session fixation in Special:UserLogin (CVE-2012-5391)
(bug 41400) Prevent linker regex from exceeding PCRE backtrack limit
Javscript Lint fixes
(bug 40632) Remove CleanupPresentationalAttributes feature
[Database] Fixed case where trx idle callbacks might be lost.
MediaWiki 1.20

MediaWiki 1.20 is a stable release.
PHP 5.3 now required
Since 1.20, the lowest supported version of PHP is now 5.3.2. Please upgrade PHP if you have not done so prior to upgrading MediaWiki.
Configuration changes in 1.20
$wgGitRepositoryViewers defines a mapping from Git remote repository to the Gitweb instance URL used in Special:Version.
$wgUsePathInfo = true; is no longer needed to make $wgArticlePath work on servers using like nginx, lighttpd, and apache over fastcgi. MediaWiki now always extracts path info from REQUEST_URI if it's available.
The user right 'upload_by_url' is no longer given to sysops by default. This only affects installations which have $wgAllowCopyUploads set to true.
Removed f-prot support from $wgAntivirusSetup.
New variable $wgDBerrorLogTZ to provide dates in the error log in a different timezone than the wiki timezone set by $wgLocaltimezone.
New variables $wgDBssl and $wgDBcompress to enable SSL and compression for database connections, if either are available for the selected DB type.
$wgUseCombinedLoginLink now defaults to false, making MediaWiki output separate login and create account links by default.
New features in 1.20
Added TitleIsAlwaysKnown hook which gets called when determining if a page exists.
Added NamespaceIsMovable hook which gets called when determining if pages in a certain namespace can be moved.
Added SpecialPageBeforeExecute hook which gets called before SpecialPage::execute.
Added SpecialPageAfterExecute hook which gets called after SpecialPage::execute.
Added ORMTable, ORMRow and ORMResult classes for additional abstraction of database interaction.
Added CacheHelper and associated SpecialCachedPage and CachedAction helper classes.
(bug 32341) Add upload by URL domain limitation.
&useskin=default will now always display the default skin. Useful for users with a preference for the non-default skin to look at something using the default skin.
(bug 27619) Remove preference option to display broken links as link?
(bug 34896) jQuery JSON plugin upgraded to v2.3 (2011-09-17).
(bug 34302) Add CSS classes to email fields in user preferences.
Introduced $wgDebugDBTransactions to trace transaction status (currently PostgreSQL only).
(bug 23795) Add parser itself to ParserMakeImageParams hook.
Introduce a cryptographic random number generator source api for use when generating various tokens.
(bug 30963) Option on Special:Prefixindex and Special:Allpages to not show redirects.
(bug 18062) New message when edit or create the local page of a shared file.
(bug 22870) Separate interface message when creating a page.
(bug 17615) nosummary option should be reassigned on preview/captcha.
(bug 34355) Add a variable and parser function for the namespace number.
(bug 35649) Special:Version now shows hashes of extensions checked out from git.
(bug 35728) Git revisions are now linked on Special:Version.
"Show Changes" on default messages shows now diff against default message text
(bug 23006) create #speciale parser function.
generateSitemap can now optionally skip redirect pages.
(bug 27757) New API command just for retrieving tokens (not page-based).
Added GitViewers hook for extensions using external git repositories to have a web-based repository viewer linked to from Special:Version.
Memcached debug logs can now be sent to their own file logs by setting $wgDebugLogFile['memcached'] to some filepath.
(bug 35685) api.php URL and other entry point URLs are now listed on Special:Version
Edit notices can now be translated.
jQuery upgraded to 1.8.2.
jQuery UI upgraded to 1.8.23.
QUnit upgraded from v1.2.0 to v1.10.0.
(bug 37604) jquery.cookie upgraded to 2011 version.
(bug 22887) Add warning and tracking category for preprocessor errors
(bug 31704) Allow selection of associated namespace on the watchlist
(bug 5445) Now remove autoblocks when a user is unblocked.
Added $wgLogExceptionBacktrace, on by default, to allow logging of exception backtraces.
Added device detection for determining device capabilities.
QUnit.newMwEnvironment now supports passing a custom setup and/or teardown function. Arguments signature has changed. First arguments is now an options object of which 'config' can be a property. Previously 'config' itself was the first and only argument.
New getCreator and getOldestRevision methods added to WikiPage class
(bug 4220) the XML dump format schema now have unique identity constraints for page and revision identifiers. Patch by Elvis Stansvik.
cleanupSpam.php now can delete spam pages if --delete was specified instead of blanking them.
Added new hook ChangePasswordForm to allow adding of additional fields in Special:ChangePassword
Added new function getDomain to AuthPlugin for getting a user's domain
(bug 23427) New magic word {{PAGEID}} which gives the current page ID. Will be null on previewing a page being created.
(bug 37627) UserNotLoggedIn() exception to show a generic error page whenever a user is not logged in.
Watched status in changes lists are no longer indicated by <strong></strong> tags with class "mw-watched". Instead, each line now has a class "mw-changeslist-line-watched" or "mw-changeslist-line-not-watched", and the title itself is surrounded by <span></span> tags with class "mw-title".
Added ContribsPager::reallyDoQuery hook allowing extensions to data to MyContribs
Added new hook ParserAfterParse to allow extensions to affect parsed output after the parse is complete but before block level processing, link holder replacement, and so on.
(bug 34678) Added InternalParseBeforeSanitize hook which gets called during Parser's internalParse method just before the parser removes unwanted/dangerous HTML tags.
Added new hook AfterFinalPageOutput to allow modifications to buffered page output before sent to the client.
(bug 36783) Implement jQuery Promise interface in mediawiki.api module.
Make dates in sortable tables sort according to the page content language instead of the site content language
(bug 37926) Deleterevision will no longer allow users to delete log entries, the new deletelogentry permission is required for this.
(bug 14237) Allow PAGESINCATEGORY to distinguish between 'all', 'pages', 'files' and 'subcats'
(bug 38362) Make Special:Listuser includeable on wiki pages.
Added support in jquery.localize for placeholder attributes.
(bug 38151) Implemented mw.user.getRights for getting and caching the current user's user rights.
Session storage can now configured independently of general object cache storage, by using $wgSessionCacheType. $wgSessionsInMemcached has been renamed to $wgSessionsInObjectCache, with the old name retained for backwards compatibility. When this feature is enabled, the expiry time can now be configured with $wgObjectCacheSessionExpiry.
Added a Redis client for object caching.
Implemented mw.user.getGroups for getting and caching user groups.
(bug 37830) Added $wgRequirePasswordforEmailChange to control whether password confirmation is required for changing an email address or not.
HTMLForm mutators can now be chained (they return $this)
A new message, "api-error-filetype-banned-type", is available for formatting API upload errors due to the file extension blacklist.
New hook 'ParserTestGlobals' allows to set globals before running parser tests.
Allow importing pages as subpage.
Add lang and hreflang attributes to language links on Login page.
(bug 22749) Create Special:MostInterwikis.
Show change tags when transclude Special:Recentchanges(linked) or Special:Newpages.
(bug 23226) Add |class= parameter to image links in order to add class(es) to HTML img tag.
(bug 39431) SVG animated status is now shown in long description.
(bug 39376) jquery.form upgraded to 3.14.
SVG files will now show the actual width in the SVG's specified units in the metadata box.
Added ResourceLoader module "jquery.jStorage" (v0.3.0, http://jStorage.info/).
(bug 39273) Added AJAX support for "Show changes" (diff) in LivePreview.
Added ResourceLoader module "jquery.badge".
mw.util.$content now points to the overall content area in the skin rather than just page text content area. If you need the old behaviour please use $( '#mw-content-text').
jsMessage has been replaced with a floating bubble notification system complete with auto-hide, multi-message support, and message replacement tags.
jquery.messageBox which appears to be unused by both core and extensions has been removed.
(bug 34939) Made link parsing insensitive ([HttP://]).
(bug 40072) Add CSS classes to items in output of ChangesList pages.
Added $wgCopyUploadProxy global to define which proxy to use for copy uploads.
(bug 40448) mediawiki.legacy.mwsuggest has been replaced with a new module, mediawiki.searchSuggest, based on SimpleSeach from Extension:Vector.

(wen)

2012-11-30 07:23:44 UTC MAIN commitmail json YAML

Updated www/moodle to 2.3.3

(wen)

2012-11-30 07:19:45 UTC MAIN commitmail json YAML

Update to 2.3.3

Upstream changes:
Moodle 2.3.3 release notes
Highlights
MDL-35297 - Upgrading books from earlier versions now works correctly
MDL-21801 - References to the non-functional Powerpoint import option have been removed from the Lesson module
MDL-33166 - A capability has been introduced to consistently exempt specific users from forum auto-subscriptions and forced subscriptions
MDL-34607 - Folder resources now show files in sorted order
MDL-33646 - Viewing an empty book shows a friendly notice rather than an error messsage
Functional changes
MDL-34794 - Course reset now works with the new Assignment module
MDL-35370 - Blank answers in Cloze type quiz questions are treated accordingly, when an answer of zero is expected
MDL-33374 - When adding or updating a user profile, the action button displays 'Create user' and 'Update user' relatively
MDL-27786 - The title field of a new calendar event is now labelled "Event title" instead of "Name"
MDL-28235 - The close button on help dialogues have changed to provide greater accessibility. (Note: if debugging is turned on, a string error will appear during the upgrade process. This is expected and will be resolved once the upgrade process is complete.)
API changes
MDL-30667 - Maximum upload limits are enforced consistently in relation to various system variables
MDL-35395 - A method has been added so forms can work around form change checking when necessary
MDL-35442 - Local plugins now have settings and uninstall links on the plugins overview page
Security issues
MSA-12-0057 Access issue through repository
MSA-12-0058 Possible form data manipulation issue
MSA-12-0059 Information leak in Database activity module
MSA-12-0060 Cross-site scripting vulnerability in YUI2
MSA-12-0061 Remote code execution through Portfolio API
MSA-12-0062 Information leak in Database activity module
MSA-12-0063 Information leak in Check Permissions page
Fixes and improvements
MDL-35411 - Submissions and feedback are now saved with imported/restored assignments
MDL-35397 - Notifications page 'many other contributors' link leads to appropriate credits page
MDL-35726 - Feedback forms work correctly when grading a series of assignments
MDL-35754 - Quizzes in pop-up windows now work correctly

(wen)

2012-11-29 14:22:43 UTC MAIN commitmail json YAML

Updated devel/p5-File-Util to 3.32

(wen)

2012-11-29 14:21:32 UTC MAIN commitmail json YAML

Update to 3.32

Upstream changes:
3.32
      Wed Nov 28 21:42:59 CST 2012
      Emergency break fix for abs paths on *nix

  3.31
      Tue Nov 20 16:33:10 CST 2012
      Adds new method: File::Util::atomize() which explodes a fully-qualified
      filename into it's root, path, and filename... which was necessary
      to squish the long-standing bug in fully-qualified file names on
      MS Windows... Also, the '--rpattern=^pat$' flag should works recursively
      for you in File::Util::list_dir(), in order to provide you with patterns
      that are applied at every level in your file tree, while preserving the
      current behavior of the '--pattern=^pat$' flag, which is not applied
      recursively.  Another bug bites the dust.

      Fixes CPAN RT# 46368 and 64775, respectively

      Lots of code cleanup, and more documentation forthcoming in next release
      will be here very soon, primarily to document the small additions here
      and also to clean up the documentation itslef (particularly the code
      examples which need style-fixes).  This is a stable release.

  3.30_003
      Thu, Nov 15, 2012  5:59:38 PM
      Development release.  BETA.  Do not use for production!  This release
      introduces new code optimizations and extensive cleanup.  The previously
      required module Class::OOorNO has been removed from the prerequisites
      and any methods that it exported are no longer available for import to
      your namespace(s).  This shouldn't be a problem though, because that
      module was almost never used at all, and no one ever even knew you
      could get its methods from File::Util anyway.  Onward and upward, we're
      inching slowly but surely toward 3.31 final.

      There's been a lot of code refactoring and regex optimization.  A lot
      of planning and work will be going into 3.30, and this is the first
      release candidate.

  3.30_001
      Mon Nov 12 18:00:16 CST 2012
      Development release.  BETA.  Do not use for production!  This release
      attempts to fix MS Windows-related problems, and introduces bugfixes
      for CPAN RT# 46368 and 67399.  As a result, the test suite has been
      slightly improved (and will continue to improve).

      There's been a lot of code refactoring and regex optimization.  A lot
      of planning and work will be going into 3.30, and this is the first
      release candidate.

  2.29
      Wed Oct 17 09:38:36 CDT 2012
      Fixed bug where list_dir() did not continue to recurse if it encountered
      an error while running with the --fatals-as-warning flag.  If running
      in default mode, it is normal behavior for File::Util to abort execution
      on error, but when running with --fatals-as-warning flag, such errors
      should not have caused recursion to fail.  (CPAN RT# 52319)

      Changed the brackets surrounding error messages to "<<" and ">>" so that
      the glyphs display in most terminals.

      Modified/updated documentation and test suite to accomodate these new
      changes.

  2.28
      Sat Sep 29 17:38:47 CDT 2012
      Adding a patch to fix breakage under Perl 5.17 (CPAN RT#31013)

      Fix spelling error in documentation and code comments (CPAN RT# #64854)

(wen)

2012-11-29 08:11:31 UTC MAIN commitmail json YAML

Updated math/R-zoo to 1.7.9

(wen)

2012-11-29 08:09:54 UTC MAIN commitmail json YAML

Update to 1.7.9

Upstream changes:
Changes in Version 1.7-9

  o Added ggplot2 interface through autplot() and fortify() methods.  Also
    support function facet_free().

Changes in Version 1.7-8

  o Added rollsum.

  o Bugfix in src/lag.c for the case of k > NROW.

(wen)

2012-11-29 07:21:52 UTC MAIN commitmail json YAML

Updated net/mosh to 1.2.3

(wen)

2012-11-29 07:21:10 UTC MAIN commitmail json YAML

Updated net/mosh to 1.2.3

(wen)

2012-11-29 07:19:36 UTC MAIN commitmail json YAML

Update to 1.2.3

2012-10-19 Keith Winstein <mosh-devel@mit.edu>

        * Version 1.2.3 released.

        * Security improvements:
                * Use OpenSSL AES implementation
                * Update AES-OCB implementation (Keegan McAllister)
                * Don't let bad server dictate IP (Felix Groebert)

        * New features:
                * Client hops ports to survive challenging client-side firewall
                * Server stops sending to save client power (Daniel Drown)
                * Set DiffServ code point and ECN-capable (Dave T\xc3\xa4ht)
                * Slow down if explicit congestion notification received
                * Warn about unattached Mosh sessions on login
                * Compatible with KDE konsole (uses BEL to terminate OSC)
                * Improved heuristic about color of predicted characters

        * Bug fixes:
                * Improved performance on systems with expensive time
                * No longer choke on "ffff::" address for hosts with IPv6
                * More conservative MTU and datagram sizing

        * Platform support:
                * Build on Solaris and IllumOS (Timo Sirainen, Ira Cooper)
                * Build on ARM with gcc 4.7 (Alexander Chernyakhovsky)

        * Licensing changes:
                * Allow distribution on Apple App Stores
                * Allow linking with OpenSSL

(wen)

2012-11-29 06:24:32 UTC MAIN commitmail json YAML

Updated net/p5-Net-GitHub to 0.49

(wen)

2012-11-29 06:23:19 UTC MAIN commitmail json YAML

Update to 0.49

Upstream changes:
0.49    2012.11.28
        - remove V2
        - add search api

0.48    2012.11.15
        - repackage

0.47    2012.11.07
        - Documentation to demonstrate enterprise use (nebulous)
        - Fix @_ vs shift bug for milestones (nebulous)

0.46    2012.05.07
        - fix user emails (hdragolov (Hristo Dragolov))

0.45    2012.05.03
        - pagination (ioanrogers (Ioan Rogers))

0.44    2012.04.12
        - bump up version

0.43_02 2012.03.31
        - Fixed small typo that breaks is_following, follow and unfollow (worr)
        - tree functions to Net::GitHub::V3::GitData (worr)

0.43_01 2012.03.30
        - NOTE: We will terminate API v1 and API v2 in 1 month on May 1st, 2012
            (From https://github.com/blog/1090-github-api-moving-on)
        - so V3 is default on now
        - access_token can be created with Net::GitHub::V3::OAuth create_authorization
        - OAuth API
        - Events API

0.42    2012.03.23
        - Fixed typo in Net::GitHub::V2::NoRepo.pm that crippled App::GitHub (worr)

0.41    2012.03.22
        - still let V2 as default to make ppl using token happy
        - api_throttle work with unauthenticated requests

0.40_04 2011.10.20
        - fix Content-Type check by regex (V3)

0.40_03 2011.10.14
        - Use utf8 => 1 for JSON::Any by default. (jamesronan (James Ronan))
        - if you still want to use V2, pass version => 2

0.40_02 2011.09.29
        - Orgs, Git Data and Gists
        - code cleanup and built on-fly

0.40_01 2011.09.28
        - access_token patch on V2 (c9s)
        - V3 API by default (no backwards with V2, if you still want to stick with V2, pass version => 2)
        - Note: Missing Orgs, Gists, Git Data (will be added in next version soon)

(wen)

2012-11-29 03:24:13 UTC MAIN commitmail json YAML

Updated net/p5-Net-IP to 1.26

(wen)

2012-11-29 03:23:00 UTC MAIN commitmail json YAML

Update to 1.26

Upstream changes:
1.26 Wed Nov 28 12:00:00 2012
    - This version is authored by Ulrich Wisser
    - 81138 ip types
    - 80164 hexip does not change when ip changes (fix: hexformat needs to be cleared by set)
    - 4898 double compression
    - 73232 invalid ipv6 1:2:3:4:5:6:7
    - 73105 invalid ip 1:2
    - 73104 expand 1::2::3
    - 71042 ip_reverse 2001:4f8:3:36:0:0:0:235
    - 45165 ip_range_to_prefix updated documentation
    - 32232 excepts 61-217-102-8.hinet-ip.hinet.net as range

(wen)

2012-11-29 03:16:18 UTC MAIN commitmail json YAML

Updated net/p5-SNMP-Info to 2.09

(wen)

2012-11-29 03:14:58 UTC MAIN commitmail json YAML

Update to 2.09

Upstream changes:
version 2.09 (2012-11-28)

    [NEW FEATURES]

    * New method i_ssidmac() to get BSSID's from AP's with initial support
      in L2::Aironet and Airespace classes
    * Support for Avaya Secure Routers in new class L3::Tasman
    * Add EDP and LLDP L2 Topology to L3::Extreme
    * [3185393] Support for Juniper SSL VPN in new class L7::Neoteris
    * [3381027] Support for Cisco Nexus in new class L3::Nexus
    * [1424336] Support for Extreme Discovery Protocol (EDP)

    [ENHANCEMENTS]

    * [3017571] Add LLDP support for NetSNMP device class (begemot)
    * [3418918] Extreme devices now report OS as either extremeware or xos
    * [2809045] Strip preceding netscreen from model name in L3::Netscreen
    * [] Classify Linksys 2024 as L3::Dell (Rogier Krieger)

    [BUG FIXES]

    * Fixed logic to return cached data for table methods when available and
      not a partial fetch
    * Fix typo in PoD for Bridge.pm and CiscoConfig.pm (William Bulley)
    * Fix/improve IPv6 neighbor cache handling, especially for Cisco Nexus

version 2.08 (2012-07-15)

    [NEW FEATURES]

    * Basic support for APC UPS devices
    * [2993691] Support for SonicWALL devices in new class L3::SonicWALL (phishphreek)
    * [2996795] Support for Kentrox devices in new class L2::Kentrox (phishphreek)
    * [] Basic support for Blue Coat proxy devices in new class L3::BlueCoatSG (jeroenvi)
    * [] Support Cisco 6500 / Sup2T in L3::C6500 class (jeroenvi)

    [ENHANCEMENTS]

    * Pseudo ENTITY-MIB methods added to L3::Juniper for hardware information
    * Add method to report current transmit power of the radio interface,
      dot11_cur_tx_pwr_mw(), in Airespace class
    * [3085411] Activate L3 properties for Netgear GSM7224v2 (phishphreek)
    * [3085413] SNMP OIDs for Netgear Serial and OS Ver (phishphreek)
    * [3286549] Dell LLDP Support (Nico Giefing)
    * [3469527] Netgear LLDP Support (Nic Bernstein)
    * [3472052] moduleSerialNumber support for Cisco Stack (Slava)
    * [3523320] Better VLAN support in Juniper class (Web Bulley)
    * [3532261] LLDP support in C6500 and related (Carlos Vicente)
    * [3538949] Updated switch models in L2::HP (jeroenvi)

    [BUG FIXES]

    * Get OS version for Juniper devices not reporting in sysDescr
    * Correct base MAC reporting for Juniper devices
    * Correct reporting of SSID broadcast status in Airespace class
    * [3541442] Change L2::Catalyst port names to what is reported in CDP
    * [2132349] Add an additional check to get Foundry OS version
    * [2929883] [3413999] LLDP interface mapping issue
    * [3297786] LLDP TimeMark component defaults to zero (David Baldwin)
    * [2988163] Detect Juniper SSG firewalls as Layer3::Netscreen (R. Kerr)
    * [3317739] Fix for Baystack without POE on stack member 1 (David Baldwin)
    * [2037444] os_ver fails on some Extreme versions (Robert Kerr)
    * [2980789] Fix root_ip to try OSPF RouterID first (Brian De Wolf)
    * [2986858] Fix the patch from this ticket (Oliver Gorwits)
    * [3136084] Rename Allied Telesyn to Allied Telesis (Oliver Gorwits)
    * [3268104] CiscoVTP.pm i_vlan_membership() array bounds (Michael Sanderson)
    * [3497004] Clarify POD description of default values (a2w)
    * [3502533] Layer2/Baystack interface indexes > 513 (Robert Nyqvist)

(wen)

2012-11-29 02:43:24 UTC MAIN commitmail json YAML

Updated devel/p5-Moo to 1.000006

(wen)

2012-11-29 02:42:10 UTC MAIN commitmail json YAML

Update to 1.000006
Update DEPENDS

Upstream changes:
1.000006 - 2012-11-16
  - Don't use $_ as loop variable when calling arbitrary code (RT#81072)
  - Bump Role::Tiny prereq to fix method modifier breakage on 5.10.0

1.000005 - 2012-10-23
  - fix POD typo (RT#80060)
  - include init_arg name in constructor errors (RT#79596)
  - bump Class::Method::Modifiers dependency to avoid warnings on 5.8

(wen)

2012-11-29 02:39:17 UTC MAIN commitmail json YAML

Updated devel/p5-Role-Tiny to 1.002004

(wen)

2012-11-29 02:35:09 UTC MAIN commitmail json YAML

Update to 1.002004
Remove period in the end of COMMENT to make pkglint happy

Upstream changes:
1.002004 - 2012-11-02
  - remove accidentally-introduced strictures.pm usage

1.002003 - 2012-10-29
  - fix method modifier breakage on 5.10.0

1.002002 - 2012-10-28
  - skip t/around-does.t when Class::Method::Modifiers is not installed
    (RT#80310)

1.002001 - 2012-10-26
  - t/does-Moo.t moved to 'xt' (RT#80290)
  - don't die when looking for 'DOES' on perl < 5.10 (RT#80402)

1.002000 - 2012-10-19
  - load class in addition to roles when using create_class_from_roles
  - fix module name in Makefile.PL (RT#78591)
  - when classes consume roles, override their DOES method (RT#79747)
  - method modifiers can be used for 'does' and 'DOES'

(wen)

2012-11-29 02:05:51 UTC MAIN commitmail json YAML

Updated devel/p5-Class-Method-Modifiers to 1.12

(wen)

2012-11-29 02:04:11 UTC MAIN commitmail json YAML

Update to 1.12

Upstream changes:
1.12    2012-10-28
        Another MANIFEST fix

1.11    2012-10-28
        Re-release with proper distribution contents and MANIFEST

1.10    2012-10-23
        Avoid "Variable "$..." will not stay shared" warnings under 5.8.x
        (from changes in 1.09) [#80194] (Karen Etheridge)

(wen)

2012-11-17 16:07:22 UTC MAIN commitmail json YAML

Updated time/p5-DateTime to 0.78

(wen)

2012-11-17 16:05:42 UTC MAIN commitmail json YAML

Update to 0.78

Upstream changes:
0.78  2012-11-16

- Reverted the change to round nanoseconds up or down in various
  situtations. Now we always round down. This avoids the case where rounding
  up would require us to then increment the second value (which could then
  require us to increment the minute, which could then require us to increment
  the hour, which could then ...).

  In other words, we don't want to round 2011-12-31T23:59:59.999999 up to
  2012-01-01T00:00:00, because that would be insane.

  This applies to the return values for ->microsecond, ->millisecond, and the
  %N specifier for strftime.

  Patch by Martin Hasch. RT #79845.

(wen)

2012-11-13 14:47:45 UTC MAIN commitmail json YAML

Updated devel/p5-Test-use-ok to 0.11

(wen)

2012-11-13 14:46:26 UTC MAIN commitmail json YAML

Update to 0.11

Upstream changes:
[Changes for 0.10 - 2012-09-11]

* LICENSING CHANGE: This compilation and all individual files in it
  are now under the nullary CC0 1.0 Universal terms:

  To the extent possible under law, ... has waived all copyright and
  related or neighboring rights to Test-use-ok.

* Update t/01-basic.t to work with Test::Simple 0.98_02 and later.
  Reported by andk++

(wen)

2012-11-13 13:27:24 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Compile to 0.22

(wen)

2012-11-13 13:25:23 UTC MAIN commitmail json YAML

Update to 0.22

Upstream changes:
0.22  2012.10.31                  (Evan Giles <egiles@cpan.org>)
    - Set verbose on for the Test::Compile library (rt80187)

0.21  2012.09.05                  (Evan Giles <egiles@cpan.org>)
    - Finally test that the verbose method actaully works.
    - Update the POD - mostly to simplify it.
    - Remove redundant code, yet more tests.
    - Test::Compile::Internal is no longer 'beta'.

0.20  2012.08.08                  (Evan Giles <egiles@cpan.org>)
    - Tests should also work outside unix (rt78810)

0.19  2012.08.03                  (Evan Giles <egiles@cpan.org>)
    - Introduce Test::Compile::Internal.pm
    - Utilise Test::Compile::Internal to get better test coverage

0.18  2012.07.16                  (Evan Giles <egiles@cpan.org>)
    - Fix a warning that leaks out (rt78363)

0.17  2012.02.25                  (Evan Giles <egiles@cpan.org>)
    - Another few tests for taint logic

0.16_1 2012.02.23                  (Evan Giles <egiles@cpan.org>)
    - Reapply patches from Nicholas Bamber (rt55837 & rt72557)

0.16  2012.02.21                  (Evan Giles <egiles@cpan.org>)
    - Skip tests if there are not files to test (rt69297)
    - Handle taint mode correctly (rt55837)
    - Add 'blib/lib' to the search path for scripts (rt72557)

0.15  Fri 2012.02.03 20:33:55 NZST (Evan Giles <egiles@cpan.org>)
    - Fork, and run compile tests in the child process (rt73290 & rt73291)

0.14  Tue 2012.01.10 20:03:24 NZST (Evan Giles <egiles@cpan.org>)
    - Convert to Module::Build
    - Improved test for pl_file_ok()
    - Better test coverage (which files do we process, failed to compile, etc)
    - Remove duplicate code

(wen)

2012-11-13 11:57:32 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-TimeZone to 1.54

(wen)

2012-11-13 11:55:48 UTC MAIN commitmail json YAML

Update to 1.54

Upstream changes:
1.54    2012-11-13

- This release is based on version 2012j of the Olson database. This release
  includes contemporary changes for Libya.

(wen)

2012-11-04 13:46:22 UTC MAIN commitmail json YAML

Updated devel/p5-Tree-DAG_Node to 1.07

(wen)

2012-11-04 13:45:23 UTC MAIN commitmail json YAML

Update to 1.07

Upstream changes:
1.07  Thu Nov  1 12:47:00 2012
- New maintainer: Ron Savage
- Pre-emptive apologies for any changes which are not back-compat. No such problems are expected, but the
introduction of new methods may disconcert some viewers.
- Fix RT#78858, reported by Gene Boggs. Audit code for similar problems.
- Fix RT#79506. reported by Ron Savage.
- Rename ChangeLog to CHANGES, and add Changelog.ini.
- Replace all uses of cyclicity_fault() and Carp::croak with die.
- Remove unused methods: decommission_root(), cyclicity_allowed(), cyclicity_fault(), inaugurate_root(),
no_cyclicity() and _update_links(). OK - cyclicity_fault() was called once. It just died.
- Add methods: format_node(), hashref2string(), is_root(), node2string(), tree2string().
tree2string($opts, $node) - unlike draw_ascii_tree() - can optionally print the tree starting at any node.
Override format_node(), hashref2string(), and node2string() if desired.
- Reformat the POD big-time.
- Add Build.PL.
- Re-write Makefile.PL.
- Remove use vars(@ISA $Debug $VERSION). Replace latter 2 with 'our ...'.
- Rename t/00_about_verbose.t to t/about.perl.t.
- Add scripts/cut.and.paste.subtrees.pl. Warning: Some trees get into an infinite loop.
- Add t/cut.and.paste.subtrees.t.        Warning: Some trees get into an infinite loop.
- Document the options (discouraged by Sean) supported in the call to new($hashref).

(wen)

2012-11-04 13:28:07 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-TimeZone to 1.53

(wen)

2012-11-04 13:26:49 UTC MAIN commitmail json YAML

Update to 1.53

Upstream changes:
1.53    2012-11-03

- This release is based on version 2012i of the Olson database. This release
  includes contemporary changes for Cuba.

1.52    2012-10-31

- This release is based on version 2012h of the Olson database. This release
  includes contemporary changes for Brazil, Israel, and Jordan.

1.51    2012-10-18

- This release is based on version 2012g of the Olson database. This release
  includes contemporary changes for Palestine and Samoa.

1.50    2012-09-16

- In scalar context, DateTime::TimeZone->names_in_category returned an
  arrayref containing an arrayref (rather than _just_ an arrayref). Reported
  by Ed Shrock. RT #76791.

- The DateTime::TimeZone->names_in_category claimed that it returned names
  based on the population of the zone. I don't think this was ever true, but
  this data is definitely not part of the current Olson database. Reported by
  Ed Shrock. RT #76792.

  However, the DateTime::TimeZone->names_in_country method does preserve the
  order specified in the Olson database, which is sort of based on population
  and geography. This method is probably the best choice for presenting a list
  of names to end user.

1.49    2012-09-13

- This release is based on version 2012f of the Olson database. This release
  includes contemporary changes for Fiji.

1.48    2012-08-03

- This release is based on version 2012e of the Olson database. This release
  includes contemporary changes for Fakaofo.

1.47    2012-07-19

- This release is based on version 2012d of the Olson database. This release
  includes contemporary changes for Morocco.

(wen)

2012-11-04 13:16:33 UTC MAIN commitmail json YAML

Updated converters/p5-Unicode-Normalize to 1.16

(wen)

2012-11-04 13:14:42 UTC MAIN commitmail json YAML

Update to 1.16

Upstream changes:
1.16  Sun Nov  4 17:23:03 2012
    - XSUB: use PERL_NO_GET_CONTEXT (see perlguts)
      (see [rt.cpan.org #80312])

1.15  Sun Sep 23 10:43:14 2012
    - perl 5.11.0 or later: Install to 'site' instead of 'perl'
      (see [rt.cpan.org #79801])

(wen)

2012-10-30 14:50:15 UTC MAIN commitmail json YAML

Updated net/p5-NetAddr-IP to 4.066

(wen)

2012-10-30 14:48:38 UTC MAIN commitmail json YAML

Update to 4.066

Upstream changes:
4.066 Mon Oct 29 13:30:14 PDT 2012
        update Lite.pm v1.47 to support bracketed IPv6 URI notation
        as described in RFC-3986
        Thanks to Quanah Gibson-Mount mishikal@yahoo.com

(wen)

2012-10-30 14:38:28 UTC MAIN commitmail json YAML

Updated security/p5-Crypt-CBC to 2.31

(wen)

2012-10-30 14:35:37 UTC MAIN commitmail json YAML

Update to 2.31

Upstream changes:
2.31    Tue Oct 30 07:03:40 EDT 2012
- Fixes to regular expressions to avoid rare failures to
          correctly strip padding in decoded messages.
        - Add padding type = "none".
        - Both fixes contributed by Bas van Sisseren.

(wen)

2012-10-27 12:35:10 UTC MAIN commitmail json YAML

Updated net/p5-Test-TCP to 1.18

(wen)

2012-10-27 12:33:44 UTC MAIN commitmail json YAML

Update to 1.18

Upstream changes:
1.18

    - Added more documentation about empty_port()

1.17

    commit 0f4510d83ae2f2ce112288c64289fa36d32865b3
    Author: Christian Walde <walde.christian@googlemail.com>
    Date:  Sat Jul 28 07:04:40 2012 +0200

        fix port checking on Win32 by performing it in another process

        On Win32 fork is emulating by creating another thread in the same process.
        This leads to a possible bug/race condition when a server tries to open a
        port and listen on it, while in the same process a client tries to connect
        to the same port. This manifests by the accept call of the server failing
        with an error of "Bad file descriptor".

        This is easily fixed by having another process perform the port checking,
        since that will not interfere with the internals.

(wen)

2012-10-27 12:28:55 UTC MAIN commitmail json YAML

Updated devel/p5-App-perlbrew to 0.54

(wen)

2012-10-27 12:27:44 UTC MAIN commitmail json YAML

Update to 0.54

Upstream changes:
0.54: # 2012-10-24T21:21:25+0200
- Now requires perl 5.8.8
- Fix an issue with list-module command listing extra modules See GH #245
- Tweak default Configure options for pre-5.6 versions
- Fix an issue with warning messagse in 'upgrade-perl' command.

0.53: # 2012-10-14T17:41:17+0200
- New command: `info`.
- requires CPAN::Perl::Releases 0.76 for 5.14.3 info.
- Skip "." in @INC to deal with a `list-module` issue. GH #245.
- Environment variable cleanups and minor bashrc rewrite.

0.52: # 2012-10-04T21:30:40+0200
- userelocatableinc is no longer default. Meanwhile PERLBREW_CONFIGURE_FLAGS can still be used.
- Fix GH #197 again. Also make sure perlbrew-unrelated PERL5LIB values are preserved.
- Fix an issue that MANPATH contains unwanted values even after switch/use/off.

0.51: # 2012-09-29T09:17:14+0200
- Fix a start-up warning message from bashrc when perlbrew is not active
- Fix a breakage on CentOS due to the use of `manpath` command.

0.50: # 2012-09-01T11:25:41+0200
- properly remove perlbrew-related PERL5LIB entries. GH #197
- minor documentation tweak.

0.49: # 2012-08-25T22:32:22+0200
- Fix the build for perl-5.12 and 5.14 -- userelocatableinc are not working properly. https://github.com/gugod/App-perlbrew/issues/232

0.48: # 2012-08-24T07:07:52+0200
- The build log output "build.log" is now named after the installation name for eaiser reference.
- Fix the invokation configure command to actually contains -Duserelocatableinc
- Experimental: bash/zsh users may put this to shell init instead: eval "$(~/perl5/perlbrew/bin/perlbrew init -)"
- A few output message updates

0.47: # 2012-08-23T07:59:53+0200
- New command: download.
- New env var: PERLBREW_CONFIGURE_FLAGS
- userelocatableinc is enabled by default when the installing perl version is greater than or equals to 5.8.9. It should make some use cases eaiser. In particular, you can move PERLBREW_ROOT directory to another place.
- fix https://github.com/gugod/App-perlbrew/issues/216 for bash users and zsh users

0.46:
- fix: The deprecation warning when running `self-upgrde`
- fix: system MANPATH detection
- improvement: Specifying multiple perl: `exec --with perl-5.14.2,perl-5.16.0`

0.45:
- New command: install-ack . This install the standalone version of ack under $PERLBREW_ROOT/bin
- New command: list-modules
- `exec` command now also iterates thourgh all the libs
- Documented the `--with` argument of exec command. See `perlbrew help exec`

0.44:
- Notice: "self-install" command now alters the shebang to use system perl
- Notice: "install-patchperl" command now alters the shebang to use system perl.
- some documentation tweaks
- fix: `perlbrew use` to/from a lib has not been working properly.

0.43:
- cpantester-error fixes
- csh support. Big thanks to matzsoft.
- support 'fetch' command on FreeBSD.
- Fix a bug that perlbrew failed to resolve version number when dist path contain "perl5"

0.42:
- Improvement: die when running perlbrew (use|switch) with unknown installation name.
- clean 'build.log' on install. ref: RT #69168.

(wen)

2012-10-27 12:21:17 UTC MAIN commitmail json YAML

Updated devel/p5-Capture-Tiny to 0.20

(wen)

2012-10-27 12:20:13 UTC MAIN commitmail json YAML

Update to 0.20

Upstream changes:
0.20      2012-09-19 13:20:57 America/New_York

  Fixed:

  - Nested merged captures that include an external program call no longer
    leak STDERR to the outer scope [rt.cpan.org #79376]

(wen)

2012-10-27 12:13:32 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-PatchPerl to 0.76

(wen)

2012-10-27 12:11:39 UTC MAIN commitmail json YAML

Update to 0.76

Upstream changes:
==============================
2012-08-28 00:29:08 +0100 0.76
==============================

  commit 9f71defdd149f82f3a243dfd025802dcf0e34c2a
  Author: Ruslan Zakirov <ruz@bestpractical.com>
  Date:  Tue Aug 28 00:29:08 2012 +0100

    [rt.cpan.org #79223] bad patch for 5.8.9 in 0.74

    Patch for perlio.c is for patch -p1 while module runs -p0.

    Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>

==============================
2012-07-24 19:32:11 +0100 0.74
==============================

  commit b2b8a945b03d573501700db99ae6f2b32c2cabfc
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:  Tue Jul 24 19:32:11 2012 +0100

    Add v5.8.9 patch

    [perl #63886] 5.8.9 binary incompatibility with PL_perlio_mutex

    Applied as:

    commit 03fe696d61d94bd59d878a9f81b0af85465d7e1e Author: From: Edward
    Moy <emoy@apple.com> Date: Sun Jul 8 23:01:23 2012 -0700

==============================
2012-06-05 00:44:17 +0100 0.72
==============================

  commit fcfe67838eea00f8108f80ce0cecacd014df6407
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:  Tue Jun 5 00:44:17 2012 +0100

    Clarify in the POD, we only facilitate building not testing

==============================
2012-05-15 08:37:48 +0100 0.70
==============================

  commit 1e16483dc23a38624187dd4b1c65a6dff2914fad
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:  Tue May 15 08:37:48 2012 +0100

    Updated Linux hints which includes gcc search libraries localisation
    fix

==============================
2012-04-03 10:06:44 +0100 0.68
==============================

  commit e261b60280ae83ce7a643f5ebf1e33628e3e5660
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:  Tue Apr 3 10:06:44 2012 +0100

    Updated hints files, includes support for NetBSD 6.*

==============================
2012-02-08 13:01:27 +0000 0.66
==============================

  commit 61579d54b0273fbfcb1ac39175ff641434a87103
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:  Wed Feb 8 13:01:27 2012 +0000

    Added cygwin hints file

==============================
2012-02-04 14:40:40 +0000 0.64
==============================

  commit 31651f154271f81ce4b239366fa383e65c5b9355
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:  Sat Feb 4 14:37:53 2012 +0000

    Added a plugin system

(wen)

2012-10-27 12:02:27 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN-Perl-Releases to 0.80

(wen)

2012-10-27 12:01:08 UTC MAIN commitmail json YAML

Update to 0.80

Upstream changes:
==============================
2012-10-27 07:17:18 +0100 0.80
==============================

  commit 63beb4c2041c76ce6e0b67e98358e6474cd1ed78
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:  Sat Oct 27 07:17:18 2012 +0100

    updated for v5.16.2-RC1

==============================
2012-10-20 17:36:50 +0100 0.78
==============================

  commit 7a72937fd58f487ab8e6dd0b94881f09d1a85f44
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:  Sat Oct 20 17:36:50 2012 +0100

    Updated for v5.17.5

==============================
2012-10-12 21:35:16 +0100 0.76
==============================

  commit 87e6e5da364b4f1c58f2ddfb54ffb90120231724
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:  Fri Oct 12 21:35:16 2012 +0100

    Updated for v5.14.3

==============================
2012-10-10 20:54:14 +0100 0.74
==============================

  commit dc632e0d015e272819aa993f374ff44e26f7c1dd
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:  Wed Oct 10 20:54:14 2012 +0100

    Updated for v5.14.3-RC2

==============================
2012-09-26 23:25:05 +0100 0.72
==============================

  commit 7d0b5370dce7820018df0a41aa347316b214576f
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:  Wed Sep 26 23:25:05 2012 +0100

    Updated for v5.14.3-RC1

==============================
2012-09-19 21:20:18 +0100 0.70
==============================

  commit e1042672476229a594943a5cc6528e2fa42a5fc8
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:  Wed Sep 19 21:20:18 2012 +0100

    Updated for v5.17.4

(wen)

2012-10-27 11:53:14 UTC MAIN commitmail json YAML

Updated math/units to 2.01

(wen)

2012-10-27 11:50:42 UTC MAIN commitmail json YAML

Update to 2.01

Upstream changes:
Version 2.01 - 24 October 2012 (bug fix release)

* Fixed error in electronmass
* New definition for au
* Fixed DESTDIR support for installation
* Changed configure script for success with Solaris
* Small changes to manual

(wen)

2012-10-23 14:04:40 UTC MAIN commitmail json YAML

Updated devel/p5-Git-Repository to 1.27

(wen)

2012-10-23 14:03:11 UTC MAIN commitmail json YAML

Update to 1.27

Upstream changes:
1.27 Thu Oct 11 2012
        [ENHANCEMENTS]
        - Git::Repository::Command skips non-executable files when searching
          for a git command in the PATH
        [TEST]
        - Fixed tests failing with a directory named git in the PATH (RT #80117)

(wen)

2012-10-22 14:11:30 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Daemonize to 0.15

(wen)

2012-10-22 14:09:36 UTC MAIN commitmail json YAML

Update to 0.15

Upstream changes:
0.15 Thurs. May 31, 2012
    - fix versions

0.14 Wed. May 30, 2012
    - recommend Daemon::Control instead
    - fix bug with pidbase dir not being created
      if it doesn't already exist

(wen)

2012-10-22 13:41:21 UTC MAIN commitmail json YAML

Updated devel/p5-Moo to 1.000004

(wen)

2012-10-22 13:39:42 UTC MAIN commitmail json YAML

Update to 1.000004

Upstream changes:
1.000004 - 2012-10-03
  - allow 'has \@attributes' like Moose does

(wen)

2012-10-21 14:53:32 UTC MAIN commitmail json YAML

2012-10-21 14:49:01 UTC MAIN commitmail json YAML

Update to 1.7

Upstream changes:
CHANGES FROM 1.6 to 1.7, 13 October 2012

* tmux configuration files now support line-continuation with a "\" at the
  end of a line.
* New option status-position to move the status line to the top or bottom of
  the screen.
* Enforce history-limit option when clearing the screen.
* Give each window a unique id, like panes but prefixed with @.
* Add pane id to each pane in layout description (while still accepting
  the old form).
* Provide defined ways to set the various default-path possibilities: ~
  for home directory, . for server start directory, - for session start
  directory and empty for the pane's working directory (the default). All
  can also be used as part of a relative path (eg -/foo). Also provide -c
  flags to neww and splitw to override default-path setting.
* Add -l flag to send-keys to send input literally (without translating
  key names).
* Allow a single option to be specified to show-options to show just that
  option.
* New command "move-pane" (like join-pane but allows the same window).
* join-pane and move-pane commands learn "-b" option to place the pane to
  the left or above.
* Support for bracketed-paste mode.
* Allow send-keys command to accept hex values.
* Add locking around "start-server" to avoid race-conditions.
* break-pane learns -P/-F arguments for display formatting.
* set-option learns "-q" to make it quiet, and not print out anything.
* copy mode learns "wrap-search" option.
* Add a simple form of output rate limiting by counting the number of
  certain C0 sequences (linefeeds, backspaces, carriage returns) and if it
  exceeds a threshold (current default 250/millisecond), start to redraw
  the pane every 100 milliseconds instead of making each change as it
  comes. Two configuration options - c0-change-trigger and
  c0-change-interval.
* find-window learns new flags:  "-C", "-N", "-T" to match against either or
  all of a window's content, name, or title.  Defaults to all three options
  if none specified.
* find-window automatically selects the appropriate pane for the found
  matches.
* show-environment can now accept one option to show that environment value.
* Exit mouse mode when end-of-screen reached when scrolling with the mouse
  wheel.
* select-layout learns -u and -U for layout history stacks.
* kill-window, detach-client, kill-session all  learn "-a" option for
  killing all but the current thing specified.
* move-window learns "-r" option to renumber window sequentially in a
  session.
* New session option "renumber-windows" to automatically renumber windows in
  a session when a window is closed.  (see "move-window -r").
* Only enter copy-mode on scroll up.
* choose-* and list-* commands all use "-F" for format specifiers.
* When spawning external commands, the value from the "default-shell" option
  is now used, rather than assuming /bin/sh.
* New choose-tree command to render window/sessions as a tree for selection.
* display-message learns new format options.
* For linked-windows across sessions, all flags for that window are now
  cleared across sessions.
* Lots and lots of bug fixes, fixing memory-leaks, etc.
* Various manpage improvements.

(wen)

2012-10-21 04:32:12 UTC MAIN commitmail json YAML

Updated www/p5-HTTP-Message to 6.06

(wen)

2012-10-21 04:30:58 UTC MAIN commitmail json YAML

Update to 6.06

Upstream changes:
2012-10-21 HTTP-Message 6.06

Gisle Aas (2):
      More forgiving test on croak message [RT#80302]
      Added test for multipart parsing

Mark Overmeer (1):
      Multipart end boundary doesn't need match a complete line [RT#79239]
_______________________________________________________________________________
2012-10-20 HTTP-Message 6.05

Gisle Aas (5):
      Updated ignores
      No need to prevent visiting field values starting with '_'
      Report the correct croak caller for delegated methods
      Disallow empty field names or field names containing ':'
      Make the extra std_case entries local to each header
_______________________________________________________________________________
2012-09-30 HTTP-Message 6.04

Gisle Aas (5):
      Updated repository URL
      Avoid undef warning for empty content
      Teach $m->content_charset about JSON
      Use the canonical charset name for UTF-16LE (and frieds)
      Add option to override the "(no content)" marker of $m->dump

Christopher J. Madsen (2):
      Use IO::HTML for <meta> encoding sniffing
      mime_name was introduced in Encode 2.21

Tom Hukins (1):
      Remove an unneeded "require"

Ville Skytt. (1):
      Spelling fixes.

chromatic (1):
      Sanitized PERL_HTTP_URI_CLASS environment variable.

Martin H. Sluka (1):
      Add test from RT#77466

Father Chrysostomos (1):
      Fix doc grammo [RT#75831]

(wen)

2012-10-21 04:24:32 UTC MAIN commitmail json YAML

Added devel/p5-IO-HTML version 0.04

(wen)

2012-10-21 04:22:26 UTC MAIN commitmail json YAML

Imported devel/p5-IO-HTML-0.04

IO::HTML provides an easy way to open a file containing HTML while
automatically determining its encoding. It uses the HTML5 encoding
sniffing algorithm specified in section 8.2.2.1 of the draft standard.

(wen)

2012-10-20 14:27:48 UTC MAIN commitmail json YAML

Updated security/p5-Crypt-OpenSSL-DSA to 0.14

(wen)

2012-10-20 14:25:59 UTC MAIN commitmail json YAML

Update to 0.14

Upstream changes:
0.14  October 16, 2012
- compiling with -Werror=format-security now works (Jerome Quelin, #48446)
- Use Digest::SHA instead of Digest::SHA1 (Ansgar Burchardt, #60271)
- Security fix, CVE-2009-0129: Missing error check in do_verify (Havard Eidnes, #79958)

(wen)

2012-10-13 12:26:59 UTC MAIN commitmail json YAML

Updated converters/help2man to 1.40.12

(wen)

2012-10-13 12:25:02 UTC MAIN commitmail json YAML

Update to 1.40.12
Based on pkg/46548 submitted by Wen Heping(myself)

Upstream changes:
help2man (1.40.12) unstable; urgency=low

  * Update Croatian translation (thanks to Tomislav Krznar).
  * Fix updating of help2man.pot to occur only when help2man.PL is
    changed, not help2man generated.

-- Brendan O'Dea <bod@debian.org>  Thu, 23 Aug 2012 11:43:05 +1000

help2man (1.40.11) unstable; urgency=low

  * Add Croatian translation (thanks to Tomislav Krznar).

-- Brendan O'Dea <bod@debian.org>  Sat, 28 Jul 2012 19:29:43 +1000

help2man (1.40.10) unstable; urgency=low

  * Update Greek translation (thanks to Savvas Radevic).
  * Update Serbian translation (thanks to ........ .......).
  * Update German translation (thanks to Arun Persaud).

-- Brendan O'Dea <bod@debian.org>  Sat, 12 May 2012 13:54:58 +1000

help2man (1.40.9) unstable; urgency=low

  * Update Japanese translation (thanks to Yasumichi Akahoshi).
  * Update Esperanto translation (thanks to Felipe Castro).
  * Update Vietnamese translation (thanks to Tr.. Ng.. Qu.n).
  * Update German translation (thanks to Chris Leick, closes: #669564).

-- Brendan O'Dea <bod@debian.org>  Fri, 20 Apr 2012 21:35:43 +1000

help2man (1.40.8) unstable; urgency=low

  * Update French translation (thanks to David Pr.vot).
  * Update Italian translation (thanks to Sergio Zanchetta).
  * Update Polish translation (thanks to Jakub Bogusz).
  * Update Russian translation (thanks to Yuri Kozlov).
  * Update Ukranian translation (thanks to Yuri Chornoivan).
  * Modify self-extracting scripts to output to a temporary file.
  * Ensure that help2man exists before building manual pages (as reported
    by Richard Maw).

-- Brendan O'Dea <bod@debian.org>  Sun, 08 Apr 2012 23:10:20 +1000

help2man (1.40.7) unstable; urgency=low

  * Update Greek translation (thanks to Savvas Radevic).

-- Brendan O'Dea <bod@debian.org>  Mon, 19 Mar 2012 21:28:41 +1100

help2man (1.40.6) unstable; urgency=low

  * Update years in debian/copyright.
  * Fix FSF address in comments (thanks to Paul Eggert).

-- Brendan O'Dea <bod@debian.org>  Sun, 12 Feb 2012 22:39:25 +1100

help2man (1.40.5) unstable; urgency=low

  * Clean up some lintian warnings: build-targets, source format and
    standards version.
  * Add Serbian translation (thanks to Miroslav Nikolic).
  * Fix trivial translation changes due to additional copyright year.
  * Minor fix to Italian translation.

-- Brendan O'Dea <bod@debian.org>  Mon, 02 Jan 2012 20:50:50 +1100

help2man (1.40.4) unstable; urgency=low

  * Update Brazilian Portuguese translation (thanks to Rodolfo Ribeiro
    Gomes).

-- Brendan O'Dea <bod@debian.org>  Mon, 20 Jun 2011 11:29:04 +1000

help2man (1.40.3) unstable; urgency=low

  * Update Esperanto translation (thanks to Felipe Castro).
  * Update links to git repository.

-- Brendan O'Dea <bod@debian.org>  Tue, 14 Jun 2011 10:08:53 +1000

help2man (1.40.2) unstable; urgency=low

  * Remove a superfluous period from texinfo doc.
  * Change footnote about supported languages to a simple paragraph.
  * Update Italian translation (thanks to Sergio Zanchetta).
  * Update Ukrainian translation (thanks to Yuri Chornoivan).
  * Update French translation (thanks to David Pr.vot).
  * Update Japanese translation (thanks to Yasumichi Akahoshi).
  * Update Russian translation (thanks to Yuri Kozlov).
  * Update Polish translation (thanks to Jakub Bogusz).

-- Brendan O'Dea <bod@debian.org>  Wed, 01 Jun 2011 08:04:45 +1000

help2man (1.40.1) unstable; urgency=low

  * Update texinfo docs with recommendations kindly provided by Karl
    Berry.
  * Document --libtool option.
  * Fixup references to GNU Standards.
  * Allow date format to be localised (thanks to Yasumichi Akahoshi).
  * Add Japanese translation (thanks to Yasumichi Akahoshi).

-- Brendan O'Dea <bod@debian.org>  Sun, 29 May 2011 11:31:14 +1000

help2man (1.39.4) unstable; urgency=low

  * Update Italian translation (thanks to Sergio Zanchetta).

-- Brendan O'Dea <bod@debian.org>  Wed, 11 May 2011 22:58:55 +1000

help2man (1.39.3) unstable; urgency=low

  * Update French translation (thanks to David Pr.vot, closes: #620250).
  * Update the "Localised man pages" section of the Texinfo docs and note that
    translations are now handled through the Translation Project.
  * Update German translation (thanks to Chris Leick, closes: #624401).
  * Minor update to German translation as suggested by Werner Lemberg in
    http://sourceforge.net/mailarchive/message.php?msg_id=26828512

-- Brendan O'Dea <bod@debian.org>  Sun, 01 May 2011 10:35:38 +1000

help2man (1.39.2) unstable; urgency=low

  * Update Russian translation (thanks to Yuri Kozlov).
  * Update Ukranian translation (thanks to Yuri Chornoivan).
  * Update Polish translation (thanks to Jakub Bogusz).
  * Add Esperanto translation (thanks to Felipe Castro).
  * Update Finnish translation (thanks to Tommi Vainikainen).

-- Brendan O'Dea <bod@debian.org>  Tue, 08 Mar 2011 22:33:01 +1100

help2man (1.39.1) unstable; urgency=low

  * Add option to remove `lt-' prefix for libtool programs (thanks to
    Ben Asselstine).
  * Add Ukranian translation (thanks to Yuri Chornoivan).
  * Update Russian translation (thanks to Yuri Kozlov).
  * Update Polish translation (thanks to Jakub Bogusz).

-- Brendan O'Dea <bod@debian.org>  Mon, 28 Feb 2011 11:15:44 +1100

help2man (1.38.4) unstable; urgency=low

  * Add Italian translation (thanks to Sergio Zanchetta).
  * Don't double encode $date in the header.
  * Use UTF-8 encoding for all manual pages.
  * Add Greek translation (thanks to Michael Kotsarinis).
  * Update French translation (thanks to David Pr.vot, closes: #590580).
  * Update German translation (thanks to Helge Kreutzmann, closes: #590975).
  * Use INSTALL_SCRIPT to install Perl script.
  * Remove deprecated DH_COMPAT in debian/rules, adding debian/compat.
  * Add ${misc:Depends}.
  * Don't ignore errors from distclean.
  * Fix Brazilian, Russian and Italian translations (placement of period was
    causing text to be interpreted as a macro).
  * Update standards version to 3.9.1.
  * Add missing dependency on dpkg/install-info.
  * Strip bindtextdomain.so preload.
  * Install preload into $(libdir)/help2man.

-- Brendan O'Dea <bod@debian.org>  Tue, 28 Dec 2010 15:43:36 +1100

help2man (1.38.3) unstable; urgency=low

  * Apply patch from Mike Frysinger to allow "make install -j" to work.

-- Brendan O'Dea <bod@debian.org>  Sun, 04 Jul 2010 12:17:17 +1000

(wen)

2012-10-13 11:25:07 UTC MAIN commitmail json YAML

Updated devel/p5-Moose to 2.0604

(wen)

2012-10-13 11:23:01 UTC MAIN commitmail json YAML

Update to 2.0604

Upstream changes:
2.0604 Wed, Sep 19, 2012

  [BUG FIXES]

  * Fix nonsensical error message for inlined accessors of required attributes.
    (doy)

  * Stop trying to localize a lexical (blead now throws an error for this). RT
    #79257, perl #114628. (sprout)

  [OTHER]

  * Depend on a version of Carp new enough to have caller_info. RT #79367.
    (pshangov)

(wen)

2012-10-11 15:37:26 UTC MAIN commitmail json YAML

Updated textproc/py-creole to 1.0.5

(wen)

2012-10-11 15:35:09 UTC MAIN commitmail json YAML

Update to 1.0.5
Based on PR #46593 submitted by Wen Heping(myself)

Upstream changes:
v1.0.5 - 2012-09-03
made automatic protocol links more strict: Only whitespace before and at the end are allowed.
Bugfix: Don't allow ftp:/broken (Only one slash) to be a link.

v1.0.4
html2rest: Handle double link/image substitution and raise better error messages
Bugfix in unittests (include test README file in python package). Thanks to Wen Heping for reporting this.

v1.0.3
Bugfix: AttributeError: 'module' object has no attribute 'interesting_cdata' from HTMLParser patch. Thanks to Wen Heping for reporting this.
Fix a bug in get_long_description() ReSt test for Py3k and his unittests.
Use Travis CI, too.

v1.0.2
Fix "AttributeError: 'NoneType' object has no attribute 'parent'" in html2creole.

v1.0.1
Fix "TypeError: expected string or buffer" in rest2html.
Bugfix in exception handling.

v1.0.0
Change API: Replace 'parser_kwargs' and 'emitter_kwargs' with separate arguments. (More information on API Wiki Page)

v0.9.2
Turn zip_safe in setup.py on and change unittests API.

v0.9.1
Many Bugfixes, tested with CPython 2.6, 2.7, 3.2 and PyPy v1.6

v0.9.0
Add Python v3 support (like http://python3porting.com/noconv.html strategy)
move unittests into creole/tests/
Tested with Python 2.7.1, 3.2 and PyPy v1.6.1 15798ab8cf48 jit

v0.8.5
Bugfix in html2creole: ignore links without href

v0.8.4
Bugfix in html parser if list tag has attributes: https://code.google.com/p/python-creole/issues/detail?id=19#c4

v0.8.3
Better error message if given string is not unicode: https://code.google.com/p/python-creole/issues/detail?id=19

v0.8.2
Bugfix in get_long_description() error handling (local variable 'long_description_origin' referenced before assignment)

v0.8.1
Bugfix for installation under python 2.5
Note: setup helper changed: rename GetLongDescription(...) to get_long_description(...)

v0.8
New GetLongDescription() helper for setup.py, see: https://code.google.com/p/python-creole/wiki/UseInSetup

v0.7.3
Bugfix in html2rest:
table without <th> header
new line after table
create reference hyperlinks in table cells intead of embedded urls.
Don't always use raise_unknown_node()
Add child content to raise_unknown_node()

v0.7.2
Activate ---- to <hr> in html2rest
Update demo.py

v0.7.1
Bugfix if docutils are not installed
API change: rest2html is now here: from creole.rest2html.clean_writer import rest2html

v0.7.0
NEW: Add a html2reStructuredText converter (only a subset of reSt supported)

v0.6.1
Bugfix: separate lines with one space in "wiki style line breaks" mode

v0.6
NEW: html2textile converter
some API changed!

v0.5
API changed:
Html2CreoleEmitter optional argument 'unknown_emit' takes now a callable for handle unknown html tags.
No macros used as default in creole2html converting.
We remove the support for callable macros. Only dict and modules are allowed.
remove unknown html tags is default behaviour in html2creole converting.

restructure and cleanup sourcecode files.

v0.4
only emit children of empty tags like div and span (contributed by Eric O'Connell)
remove inter wiki links and doesn't check the protocol

v0.3.3
Use  when {{{ ... }}} is inline and not <pre>, see: PyLucid Forum Thread
Bugfix in html2creole: insert newline before new list. TODO: apply to all block tags: issues 16

v0.3.2
Bugfix for spaces after Headline: issues 15

v0.3.1
Make argument 'block_rules' in Parser() optional

v0.3.0
creole2html() has the optional parameter 'blog_line_breaks' to switch from default blog to wiki line breaks

v0.2.8
bugfix in setup.py

v0.2.7
handle obsolete non-closed <br> tag

v0.2.6
bugfix in setup.py
Cleanup DocStrings
add unittests

(wen)

2012-10-11 12:24:26 UTC MAIN commitmail json YAML

Updated textproc/py-docutils to 0.9.1

(wen)

2012-10-11 12:22:27 UTC MAIN commitmail json YAML

Update to 0.9.1

Upstream changes:
Release 0.9.1 (2012-06-17)
==========================

* docutils/setup.py

  - Fix [ 3527842 ]. Under Python3, converted tests and tools were
    installed in the PYTHONPATH. Converted tests are now
    stored in ``test3/``, tools no longer need conversion.

    If you installed one of Docutils versions 0.7 ... 0.9 with
    ``setup.py install`` under Python3, remove the spurious
    ``test/`` and ``tools/`` directories in the site library root.

* docutils/test/

  - Make tests independent from the location of the ``test/`` directory.
  - Use converted sources (from the ``build/`` directory) for tests under
    Python3.

* docutils/tools/

  - Make tools compatible with both, Python 2 and 3 without 2to3-conversion.

* docutils/io.py

  - Fix writing binary data to sys.stdout under Python3 (allows
    ``rst2odt.py`` to be used with output redirection).

* docutils/parsers/rst/directives/misc.py

  - Fix [ 3525847 ]. Catch and report UnicodeEncodeError with
    ``locale == C`` and 8-bit char in path argument of `include` directive.

* docutils/test/alltests.py

  - class `Tee`: catch UnicodeError when writing to "ascii" stream or
    file under Python3.

(wen)

2012-10-08 14:43:55 UTC MAIN commitmail json YAML

Updated time/p5-DateTime to 0.77

(wen)

2012-10-08 14:42:08 UTC MAIN commitmail json YAML

Update to 0.77

Upstream changes:
0.77  2012-09-25

- POD changes that should make the documentation look better, especially on
  the web.

(wen)

2012-10-08 12:53:30 UTC MAIN commitmail json YAML

Updated devel/p5-Mouse to 1.02

(wen)

2012-10-08 12:51:48 UTC MAIN commitmail json YAML

Update to 1.02

Upstream changes:
1.02 2012-08-27 10:27:21
    [IMPROVEMENT]
    - performance improvement for v5.14.0 or grater (dex4er)

1.01 2012-08-24 09:03:29
    [BUG FIXES]
    - fix circular dependency which was introduced in 1.00 (hanekomu++)

1.00 2012-08-23 20:50:46
    This is 1.00 but has no significant change!

    [BUG FIXES]
    - Fix a problem which occured in a case where a role applied
      to an instance with AUTOLOAD.

0.99 2012-06-30 14:47:03
    [BUG FIXES]
    - Resolve RT#73592 use of local $_ was buggy in older perls
    - Resolve RT#75093 warning about weak_ref

0.98 2012-06-30 14:02:26
    [ANNOUNCE]
    - The repository has been moved to github
      https://github.com/gfx/p5-Mouse
      in order toto accept pull-requests easily!

    [BUG FIXES]
    - Resolve RT#75313 and RT#77227 ($@ issues)

(wen)

2012-09-15 15:15:16 UTC MAIN commitmail json YAML

Updated graphics/p5-Chart to 2.4.5

(wen)

2012-09-15 15:12:20 UTC MAIN commitmail json YAML

Updated to 2.4.5

Upstream changes:
2.4.5 Typo in _draw_x_ticks corrected
      Methods scalar_png(), scalar_jpeg() corrected for result.
      Test routine t/scalarImage.t added
      Chart.pod corrected

2.4.4 The brush styles to points and linespoints are extended.
      Not only circles represent the points but a number of different
      brush styles, linke donut, Star and so on.

2.4.3 Corrections to imagemap production in Composite.pm and Lines.pm

(wen)

2012-09-15 14:47:53 UTC MAIN commitmail json YAML

2012-09-15 14:45:59 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Weaken to 3.020000

(wen)

2012-09-15 14:43:53 UTC MAIN commitmail json YAML

Updated to 3.020000
Updated DESCR

Upstream changes:
3.020000 July 2012
      * new destructor_method option

3.018000 June 2012
      * new options ignore_preds, ignore_object, ignore_objects

3.016000 May 2012
      * new ignore_class and ignore_classes options

3.014000 February 2012
      * tests force Dumper sortkeys

3.012000 February 2012
      * tests allow for "at line 123." with a "."

3.010000 February 2012
      * constructor can return multiple values

3.008000 January 2012
      * Try for Perl 5.6.0 too.
      * XSUB bits in the main docs.
      * Slightly more compact SYNOPSIS.

3.007_001 Sun Jan  6 19:58:00 PST 2012
      * Cope with some tied glob warnings of perl 5.14 and up.

3.007_000 Sun Jan  1 17:29:41 PST 2012
      * New developer's release
      * Add Kevin Ryde's XSUB doc

(wen)

2012-09-15 14:30:43 UTC MAIN commitmail json YAML

Updated devel/p5-Getopt-Euclid to 0.3.7

(wen)

2012-09-15 14:28:52 UTC MAIN commitmail json YAML

Updated to 0.3.7

Upstream changes:
0.3.7
  - Fixed too enthusiastic variable interpolation in Euclid specs (RT bug #78854)
  - Fixed bug tracker URL (credits to Kent Fredric)

0.3.6
  - Fixed occasional non-minimized entry when using :minimal_keys specifier

0.3.5
  - Removed extraneous \E (patch by Todd Rinaldo)
  - Better handling of quoted arguments (RT bug #49525, reported by Ken Galinsky)

0.3.4
  - New standard argument --podfile to write the manual in a .pod file
  - Fixed issue where the NAME and VERSION sections appeared as a verbatim
    section (which podchecker complains about)
  - Always convert POD to text when calling help() and man()
  - help() is now paged if IO::Pager::Page is installed
  - Dependency changes:
      Pod::Simple::Text replaces Pod::Text
      Pod::Simple::Text is required instead of recommended,
      IO::Pager::Page is recommended

0.3.3
  - Attempt to extract POD even from files that look binary (might be packaged
    with pp, perlapp or similar program)

0.3.2
  - Another attempt to make the CPAN indexer happy

0.3.1
  - Changed $VERSION to make the CPAN indexer happy
  - Export repeatable options with multiple placeholders as an empty arrayref,
    not as an empty hashref (RT bug #71165, reported by Bill Levering)

(wen)

2012-09-11 13:23:27 UTC MAIN commitmail json YAML

Updated www/p5-Plack to 1.0003

(wen)

2012-09-11 13:21:52 UTC MAIN commitmail json YAML

Updated to 1.0003 from 0.9985

Upstream changes:
1.0003  Wed Aug 29 13:44:53 PDT 2012
    [BUG FIXES]
        - Fix Basic authentication error in case password contains a colon #319
        - Fix AccessLog middleware in platforms where %z strftime is not supported #318
        - Escape $_ in Plack::Request path method due to a possible URI::Escape bug

1.0002  Mon Aug 13 17:04:25 PDT 2012
    [NEW FEATURES]
        - Added --no-default-middleware option to plackup #290

    [BUG FIXES]
        - Use C locale for AccessLog strftime #313
        - Escape Plack::Request URI path using RFC 3986 definition (ssmccoy)

    [IMPROVEMENTS]
        - Documentation improvements (ether, Tom Heady)
        - Skip displaying ".." in Plack::App::Directory #277
        - Document load_class() doesn't validate user input. #285

1.0001  Thu Jul 26 16:24:13 PDT 2012
    [INCOMPATIBLE CHANGES]
        - Deleted lots of code, methods and warnings that have been deprecated since 0.99
          (which should have been done in the 1.0000 release)

    [DEVELOPERS]
        - Added bootstrap script to install devel dependencies

    [IMPROVEMENTS]
        - Fixed version numbers in some of the modules that have their own $VERSION

1.0000  Thu Jul 19 18:59:18 PDT 2012
        - This be 1.0! (Same as 0.9991)

0.9991  Thu Jul 19 17:27:52 PDT 2012
    [NEW FEATURES]
        - Added IIS7 fix middleware (t0m)

0.9990  Wed Jul 18 11:12:07 PDT 2012
    [INCOMPATIBILE CHANGES]
        - Plack::Request changes the way it parses QUERY_STRING for valueless keys such as
          "?a&b=1". Now "a" becomes part of query_parameters with empty string as its value (yannk)

    [IMPROVEMENTS]
        - Support max-age options in Plack::Response cookies (remorse)
        - Pass correct protocol from HTTP::Server::PSGI to display https URL correctly (siracusa)
        - Copy Authorization header from FastCGI handler (ray1729)
        - Stop special casing COOKIE environment variable in Plack::Request headers (doy)

0.9989  Thu Jun 21 13:39:11 PDT 2012
    [IMPROVEMENTS]
        - Support streaming in Head middleware (wreis)
        - Document middleware prefixing (Jon Swartz)
        - Make Basic authentication detection case insensitive per RFC (Mark Fowler)
        - Added backlog option to FCGI handler (xaicron)

0.9988  Fri May 11 12:25:09 CEST 2012
    [BUG FIXES]
        - Fixes HTTP_HOST in HTTP::Message::PSGI #287 (doy)

0.9987  Thu May 10 07:06:32 CEST 2012
    [IMPROVEMENTS]
        - Support streaming in AccessLog::Timed (Peter Makholm)
        - Support streaming in ErrorDocument
        - Removed UTF8 hack in HTTP::Message::PSGI. Depends on URI.pm 1.59 (wreis)
        - Set Host headers correctly in HTTP::Message::PSGI #177
        - Added documentation on supported %-flags in AccessLog (ether)
        - Skip unnecessary tests on non-developer environment

0.9986  Mon Mar 12 11:26:59 PDT 2012
    [IMPROVEMENTS]
        - Use I/O handles to FCGI::Request instead of global STDIN, STDOUT etc. (chansen)
        - Improved FastCGI docs (osfameron)
        - Cascade app now returns the last response code (aristotle)

(wen)

2012-09-10 14:58:45 UTC MAIN commitmail json YAML

Updated devel/p5-Set-Array to 0.26

(wen)

2012-09-10 14:57:37 UTC MAIN commitmail json YAML

Updated to 0.26 from 0.24

Upstream changes:
0.26  Thu Mar 22 10:50:00 2012
- No code changes.
- Expand the sample code and comments under difference() to show more clearly what sets get
changed during operations, and to show another way of determining the difference between sets.

0.25  Fri Mar  9 16:58:00 2012
- Add Try::Tiny to pre-reqs. Add attributes, overload, strict, subs and warnings too.

(wen)

2012-09-10 14:47:42 UTC MAIN commitmail json YAML

Updated devel/p5-SVN-Class to 0.17

(wen)

2012-09-10 14:45:46 UTC MAIN commitmail json YAML

Update to 0.17 from 0.16

Upstream changes:
0.17    8 Nov 2011
        * add support for svn 1.7 working copy root path via https://rt.cpan.org/Ticket/Display.html?id=72218

(wen)

2012-09-10 14:03:02 UTC MAIN commitmail json YAML

Updated devel/py-pip to 1.2.1

(wen)

2012-09-10 14:01:28 UTC MAIN commitmail json YAML

Update to 1.2.1 from 1.1

Upstream changes:
1.2.1 (2012-09-06)
Fixed a regression introduced in 1.2 about raising an exception when not finding any files to uninstall in the current environment. Thanks for the fix, Marcus Smith.

1.2 (2012-09-01)
Dropped support for Python 2.4 The minimum supported Python version is now Python 2.5.
Fixed issue #605 - pypi mirror support broken on some DNS responses. Thanks philwhin.
Fixed issue #355 - pip uninstall removes files it didn't install. Thanks pjdelport.
Fixed issues #493, #494, #440, and #573 related to improving support for the user installation scheme. Thanks Marcus Smith.
Write failure log to temp file if default location is not writable. Thanks andreigc.
Pull in submodules for git editable checkouts. Fixes #289 and #421. Thanks Hsiaoming Yang and Markus Hametner.
Use a temporary directory as the default build location outside of a virtualenv. Fixes issues #339 and #381. Thanks TC01.
Added support for specifying extras with local editables. Thanks Nick Stenning.
Added --egg flag to request egg-style rather than flat installation. Refs issue #3. Thanks Kamal Bin Mustafa.
Fixed issue #510 - prevent e.g. gmpy2-2.0.tar.gz from matching a request to pip install gmpy; sdist filename must begin with full project name followed by a dash. Thanks casevh for the report.
Fixed issue #504 - allow package URLS to have querystrings. Thanks W. Trevor King.
Fixed issue #58 - pip freeze now falls back to non-editable format rather than blowing up if it can't determine the origin repository of an editable. Thanks Rory McCann.
Added a __main__.py file to enable python -m pip on Python versions that support it. Thanks Alexey Luchko.
Fixed issue #487 - upgrade from VCS url of project that does exist on index. Thanks Andrew Knapp for the report.
Fixed issue #486 - fix upgrade from VCS url of project with no distribution on index. Thanks Andrew Knapp for the report.
Fixed issue #427 - clearer error message on a malformed VCS url. Thanks Thomas Fenzl.
Added support for using any of the built in guaranteed algorithms in hashlib as a checksum hash.
Fixed issue #321 - Raise an exception if current working directory can't be found or accessed.
Fixed issue #82 - Removed special casing of the user directory and use the Python default instead.
Fixed #436 - Only warn about version conflicts if there is actually one. This re-enables using ==dev in requirements files.
Moved tests to be run on Travis CI: http://travis-ci.org/pypa/pip
Added a better help formatter.

(wen)

2012-09-02 13:51:57 UTC MAIN commitmail json YAML

Updated devel/p5-Data-UUID to 1.218

(wen)

2012-09-02 13:50:30 UTC MAIN commitmail json YAML

Update to 1.218

Upstream changes:
1.218
  - support for Haiku OS (thanks, Tony Cook!)

(wen)

2012-09-02 13:21:40 UTC MAIN commitmail json YAML

Updated devel/p5-Data-Peek to 0.38

(wen)

2012-09-02 13:20:25 UTC MAIN commitmail json YAML

Update to 0.38

Upstream changes:
0.38 2012-05-29, H.Merijn Brand  <h.m.brand@xs4all.nl>
    * Backslashed { in regex in test to satisfy perl-5.17

0.37 2012-04-16, H.Merijn Brand  <h.m.brand@xs4all.nl>
    * Upped copyright to 2012
    * Allow length for DHexDump ()

(wen)

2012-09-02 13:10:56 UTC MAIN commitmail json YAML

Updated devel/p5-Config-GitLike to 1.09

(wen)

2012-09-02 13:08:49 UTC MAIN commitmail json YAML

Update to 1.09

Upstream changes:
1.09 2012-08-10

* Multiple bug fixes concerning filters, including empty filters,
  valueless keys, and applying filters to single values.
* Add "human" argument to get_all and get_regexp, to match get
* Add an add_comment method
* Add an encoding attribute, which adds the appropriate layer on file
  I/O
* Enforce that all keys must have sections, as git 1.7.4.4 began doing

1.08 2012-02-15

* Fix loading of user_file, broken in dcdd01f, due to unexpanded ~
  (alexmv, clkao@clkao.org)

(wen)

2012-09-02 13:04:32 UTC MAIN commitmail json YAML

Updated devel/p5-Config-General to 2.51

(wen)

2012-09-02 13:03:05 UTC MAIN commitmail json YAML

Update to 2.51

Upstream changes:
2.51  - fixed rt.cpan.org#77667 which resulted in invalid configs
          written to file when using save_file() and a named block,
          whose 2nd part starts with a /.

        - fixed rt.cpan.org#64169 by applying patch by Dulaunoy Fabrice.
          adds -NoEscape switch which turns off escaping of anything.

        - implemented suggestion of rt.cpan.org#67564 by adding 3 new
          parameters: -NormalizeOption, -NormalizeBlock and -NormalizeValue,
          which take a subroutine reference and change the block,
          option or value accordingly.

        - fixed rt.cpan.org#65860+76953 undefined value error.

(wen)

2012-09-02 12:57:17 UTC MAIN commitmail json YAML

Updated devel/p5-Compress-Raw-Zlib to 2.056

(wen)

2012-09-02 12:56:00 UTC MAIN commitmail json YAML

Update to 2.056

Upstream changes:
2.056 10 August 2012

      * Fix C++ build issue
        Thanks to Karl Williamson for supplying the patch.

  2.055 4 August 2012

      * Fix misuse of magic in API
        [#78079]

(wen)

2012-09-02 12:49:16 UTC MAIN commitmail json YAML

Updated devel/p5-Compress-Raw-Bzip2 to 2.055

(wen)

2012-09-02 12:47:43 UTC MAIN commitmail json YAML

Update to 2.055

Upstream changes:
2.055 4 August 2012

      * Fix misuse of magic in API
        [#78080]

(wen)

2012-09-02 04:44:37 UTC MAIN commitmail json YAML

Updated math/p5-Statistics-Descriptive to 3.0604

(wen)

2012-09-02 04:42:54 UTC MAIN commitmail json YAML

Update to 3.0604

Upstream changes:
3.0604      July 14, 2012
    - Correct a misspelling of "weight" in
    lib/Statistics/Descriptive/Smoother/Weightedexponential.pm
        - Thanks to Wilhelm for the report.
    - Update the scripts/tag-release.pl file for Mercurial.

3.0603      May 15, 2012
    - Use in_between to compare decimal numbers
        - Smoothing tests were failing because of rounding problems
        - Thanks to Andreas J. K.nig for reporting it and to
          Fabio Ponciroli for fixing it.

3.0602      May 12, 2012
    - Correct a typo:
        - https://rt.cpan.org/Ticket/Display.html?id=77145
        - Thanks to Salvatore Bonaccorso and the Debian Perl Group
        for the report.

3.0601      May 11, 2012
    - No longer using Test::Exception in the tests.
        - It was used by the tests and not specified in
        test_requires/build_requires.
        - Thanks to hsk@fli-leibniz.de for the report.

3.0600      May 11, 2012
    - Add the smoothing functionality.
        - Add the following public methods: add_data_with_samples(),
        set_smoother(), get_smoothed_data() to the main module.
        - Add the lib/Statistics/Descriptive/Smoother.pm and
        lib/Statistics/Descriptive/Smoother/Exponential.pm
        lib/Statistics/Descriptive/Smoother/Weightedexponential.pm
        modules.
        - Thanks to Fabio Ponciroli
    - Add the scripts/bump-version-number.pl to facilitate bumping the
    version number.

3.0500      May 03, 2012
    - Add the get_data_without_outliers() and the set_outlier_filter()
    methods.
        - See https://bitbucket.org/barbasa/perl-statistics-descriptive/overview
        - Thanks to Fabio Ponciroli

3.0400      March 01, 2012
    - Fix https://rt.cpan.org/Ticket/Display.html?id=74890
        - some function should return undef() in list context so they can
        be easily assigned to values in hash initialisations.
        - thanks to SLAFFAN for a preliminary patch which was modified
        by SHLOMIF (the current Statistics-Descriptive maintainer).

3.0300      February 11, 2012
    - Now mean() and median() and other routines return undef() if there are
    no data.
    - Somewhat incompatible change: some methods that returned undef() under
    list context now return an empty list (so it will be false).
        - it is generally not recommended to call such methods in list context
        as they should always be called in scalar context.
    - Resolves https://rt.cpan.org/Ticket/Display.html?id=74693
        - thanks to Shawn Laffan for the report and the patch.

3.0203      November 17, 2011
    - Fix https://rt.cpan.org/Ticket/Display.html?id=72495 .
        - percentile should not die and should return undef if there are
        no elements in the collection.

(wen)

2012-09-02 04:32:50 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN-Reporter to 1.2006

(wen)

2012-09-02 04:31:43 UTC MAIN commitmail json YAML

Updated to 1.2006

Upstream changes:
1.2006    2012-04-10 18:44:20 America/New_York

  [BUG FIXES]

  - Changed how CPAN::Reporter::PrereqCheck attempts to load modules to
    avoid module reloading, which caused some prereqs to show up as
    'broken' [rt.cpan.org #76394 and #75559]

  [OTHER]

  - Bumped IPC::Cmd prereq to 0.76 to avoid failures on some platforms

(wen)

2012-09-02 04:20:39 UTC MAIN commitmail json YAML

Updated devel/p5-IPC-Cmd to 0.78

(wen)

2012-09-02 04:19:24 UTC MAIN commitmail json YAML

Update to 0.78

Upstream changes:
Chnages for 0.78    Mon Apr 30 19:45:00 BST 2012
=================================================
* Use POSIX::_exit() instead of exit() in
  run_forked(). Reported by Mithun Ayachit
  [RT 76901]

Changes for 0.76    Mon Jan 30 11:30:53 GMT 2012
=================================================
* Make the empty arg stripping the default again,
  with option to override this behaviour.

Changes for 0.74    Mon Jan 30 10:24:30 GMT 2012
=================================================
* Applied patch from WATANABE Hiroaki [RT #74470]
  "Empty string cannot be passed to command"
* Resolved [RT #74373] reported by Randy Stauner
  "Compilation error when POSIX.pm fails to load"

(wen)

2012-09-02 03:36:07 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN-Perl-Releases to 0.68

(wen)

2012-09-02 03:34:54 UTC MAIN commitmail json YAML

Update to 0.68

Upstream changes:
==============================
2012-08-20 15:21:37 +0100 0.68
==============================

  commit ca1bb7b9954a63aff67398a3c9b8776caa149ee2
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:  Mon Aug 20 15:21:37 2012 +0100

    Updated for v5.17.3

==============================
2012-08-08 23:38:58 +0100 0.66
==============================

  commit 105720e9402e857da1204e315f95d7c31cc1aab9
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:  Wed Aug 8 23:38:58 2012 +0100

    Updated for v5.16.1

==============================
2012-08-03 21:09:54 +0100 0.64
==============================

  commit 8db2bcae7929f5c22140874a5006aed59677c7f7
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:  Fri Aug 3 21:09:54 2012 +0100

    Updated for v5.16.1-RC1

==============================
2012-07-20 14:24:14 +0100 0.62
==============================

  commit b3dcb535ae740c09d61c666372a4245fc484dfe7
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:  Fri Jul 20 14:24:14 2012 +0100

    Updated for v5.17.2

==============================
2012-06-20 13:22:32 +0100 0.60
==============================

  commit 7b6fdfd80d1867dc3bee6fc2f60f618aaf15651b
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:  Wed Jun 20 13:22:32 2012 +0100

    Updated for v5.17.1

==============================
2012-05-26 18:32:34 +0100 0.58
==============================

  commit 7f0f381092537da3bb81824f723a0d394647e6b0
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:  Sat May 26 18:32:34 2012 +0100

    Updated for v5.17.0

==============================
2012-05-21 00:20:55 +0100 0.56
==============================

  commit 8f50a8c2f72734399956e266e5ef1be8d91cc937
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:  Mon May 21 00:20:55 2012 +0100

    Updated for v5.16.0

==============================
2012-05-20 21:02:31 +0100 0.54
==============================

  commit 6e7fde493df56d309d90ac69dc5bacbb6622a5b6
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:  Sun May 20 21:02:31 2012 +0100

    Remove the bogus tar.bz2 for v5.16.0-RC0

==============================
2012-05-16 07:42:28 +0100 0.52
==============================

  commit 1fb816435bf08c96bd7f2059a73d1ee807d184c4
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:  Wed May 16 07:42:28 2012 +0100

    Updated for v5.16.0-RC2

==============================
2012-05-15 07:17:52 +0100 0.50
==============================

  commit dd2ce7f473015ac35cabd3d6e73150896dab7653
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:  Tue May 15 07:17:52 2012 +0100

    Added v5.16.0-RC1

==============================
2012-05-11 11:27:42 +0100 0.48
==============================

  commit 1ab5f8add94a681a2d49bab1f1001b2ea6e4c598
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:  Fri May 11 11:27:42 2012 +0100

    Updated for v5.16.0-RC0

==============================
2012-03-19 23:58:40 +0000 0.46
==============================

  commit ae79325c6f54358dcec91936d429c196a99508ab
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:  Mon Mar 19 23:57:58 2012 +0000

    Updated for v5.15.9

(wen)

2012-09-02 03:28:36 UTC MAIN commitmail json YAML

Updated net/p5-Net-Write to 1.06

(wen)

2012-09-02 02:52:30 UTC MAIN commitmail json YAML

Update to 1.06

Upstream changes:
1.06 Sat Sep  1 12:45:09 CEST 2012
  - update: better error handling scheme
  - update: copyright notice

(wen)

2012-09-02 00:32:11 UTC MAIN commitmail json YAML

Updated www/mediawiki to 1.19.2

(wen)

2012-09-02 00:29:34 UTC MAIN commitmail json YAML

Update to 1.19.2
It is a security update, fix CVE-2012-4377 CVE-2012-4378 CVE-2012-4379
CVE-2012-4380 CVE-2012-4381 CVE-2012-4382.

Upstream changes:
Changes since 1.19.1
(bug 39700) File: link to non-existing file can inject html
(bug 39823) Hidden block text leaking to admins
(bug 39184) LDAP password leakage
(bug 39180) Disallow framing of api results
(bug 37587) Enforce language codes to be html safe
(bug 39824) Check global blocks on account creation

(wen)

2012-08-31 12:33:11 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Valid to 0.190

(wen)

2012-08-31 12:30:22 UTC MAIN commitmail json YAML

Update to 0.190

Upstream changes:
0.190    2012-03-26
          fix skip test count

0.189    2012-03-26
          addresses in the form rjbs@[1.2.3.4], when allowed by allow_ip,
          are not failed for the tld check (reported by Marcel Gr.nauer)

0.188    2012-03-15
          fix [rt.cpan.org #75736], in which 0@domain.com was considered
          invalid (thanks for the fix from Steve Bertrand)

0.187    2012-01-27
          addresses in the form rjbs@[1.2.3.4] are now (correctly) considered
          valid; this can be disabled with the -allow_ip option
          (this resolves RT #48398)

          check email address length and localpart length (thanks, Steve
          Bertrand!)

0.186    2012-01-22
          use blessed($x) instead of wrapping an ->isa called in eval{}; this
          patch (thanks, Felipe Bergo!) was submitted to avoid problems with
          people who have global __DIE__ handlers, but was applied to just
          avoid the dumb eval{}; people with __DIE__ are otherwise on their
          own, here

(wen)

2012-08-31 12:08:24 UTC MAIN commitmail json YAML

Updated devel/p5-Test-WWW-Selenium to 1.33

(wen)

2012-08-31 12:06:36 UTC MAIN commitmail json YAML

Update to 1.33

Upstream changes:
1.33 - Tue Apr 24 17:55:17 PDT 2012
- Remove debug() shell - it was too troublesome
  I may re-implement this later as a separate package

1.32 - Tue Feb  7 19:55:00 PST 2012
- Make Devel::REPL a runtime requirement - thx haarg++

1.31 - Wed Dec  7 22:59:01 EST 2011
  - pod parsing fix for metacpan.

1.30 - Wed Dec  7 22:59:01 EST 2011
  - Added ->debug(), an interactive debugger.

1.25 - Wed Apr 27 23:47:49 EDT 2011
  - Bumped WWW::Selenium version - thanks Leah K.
  - Localize $@ during destruction so we do not clobber it. Reported by Jason S
  - Testsuite fully passing again with latest SeleniumRC (1.0.3)

1.24 - Mon Feb  7 10:28:32 PST 2011
  - clean up pod after nudge from Dave Cross
  - fix synopsis to set the test name correctly - thanks Herbert Leitz

(wen)

2012-08-31 00:57:38 UTC MAIN commitmail json YAML

Updated www/p5-HTTP-Tiny to 0.022

(wen)

2012-08-31 00:55:26 UTC MAIN commitmail json YAML

Update to 0.022

Upstream changes:
0.022    2012-06-01 23:31:40 America/New_York

  [ADDED]

  - Supports local_address option to set local socket interface
    [Chris Nehren, David Golden]

0.021    2012-05-15 22:38:57 America/New_York

  [TESTING]

  - Skip live SSL testing if $ENV{http_proxy} is set

0.020    2012-05-14 15:24:37 America/New_York

  [TESTING]

  - Capture prerequisite versions under AUTOMATED_TESTING to help
    chase down some failures from CPAN Testers

0.019    2012-05-14 07:14:00 America/New_York

  [ADDED]

  - Require IO::Socket::SSL 1.56 (which added SSL_hostname support) when
    doing HTTPS.  [Mike Doherty]

  [TESTING]

  - Provide better diagnostic output in t/210_live_ssl.t [Mike
    Doherty]

0.018    2012-04-18 09:39:50 America/New_York

  [ADDED]

  - Add verify_SSL option to do more secure SSL operations, incl.
    attempting to validate against a CA bundle (Mozilla::CA
    recommended, but will attempt to find some OS bundles). Also
    add SSL_opts, which passes through IO::Socket::SSL's SSL_*
    options to control SSL verification. (GH #6, #9) [Mike Doherty]

  - Reponse hashref includes final URL (including any redirections)
    [Lukas Eklund]

0.017    2012-02-22 21:57:37 EST5EDT

  [DOCUMENTATION]

  - Clarified how max_size exceptions work [rt.cpan.org #75142]

  - Clarify that 2XX is success for most methods (except mirror
    where 304 is also success) [rt.cpan.org #75141]

(wen)

2012-08-31 00:50:01 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-XBase to 1.03

(wen)

2012-08-31 00:48:52 UTC MAIN commitmail json YAML

Update to 1.03

Upstream changes:
1.03 Sun Mar  6 07:32:21 CET 2011
Fixing output of tests when DBI is not available.

1.02 Thu Mar  3 20:40:54 CET 2011
Added the URL to the AVAILABLE FROM sections.

1.01 Wed Feb  9 21:22:07 CET 2011
Updated the Changes file.

1.00 Wed Feb  9 21:19:35 CET 2011
Changed the location of the distribution to
http://www.adelton.com/perl/DBD-XBase/

Changed author's email address.

Require perl 5.10 and use O_BINARY from Fcntl.

Updated the clean target to make distclean clean.

Updated URL of Erik's documentation.

(wen)

2012-08-31 00:32:01 UTC MAIN commitmail json YAML

Updated fonts/p5-Font-TTF to 1.02

(wen)

2012-08-31 00:30:53 UTC MAIN commitmail json YAML

Update to 1.02

Upstream changes:
1.02  (r862, 2012-08-30)
* Fix typo in Useall to get case right

1.01  (r859, 2012-08-30)
* Add IO::String prerequisite to make BSD and other testing environments happy

(wen)

2012-08-31 00:21:52 UTC MAIN commitmail json YAML

Updated print/p5-LaTeX-Encode to 0.06

(wen)

2012-08-31 00:19:35 UTC MAIN commitmail json YAML

Update to 0.06

Upstream changes:
2012-08-29  Andrew Ford  <a.ford@ford-mason.co.uk>

        * version 0.06

        * added script "latex-encode" as a simple filter that uses LaTeX::Encode

        * added a couple more encodings

        * reverted to 'base' from 'parent' for setting up inheritance

        * updated author tests

(wen)

2012-08-29 14:22:03 UTC MAIN commitmail json YAML

Updated geography/p5-Geo-Distance to 0.19

(wen)

2012-08-29 14:20:23 UTC MAIN commitmail json YAML

Update to 0.19

Upstream changes:
0.19      2012-04-03
- Fix various typos.
- Fix floating point error in the hsin formula.

0.18      2012-03-23
- Fix gcd calculation to use ** instead of ^.

(wen)

2012-08-29 13:59:29 UTC MAIN commitmail json YAML

Updated fonts/p5-Font-TTF to 1.00

(wen)

2012-08-29 13:58:09 UTC MAIN commitmail json YAML

Update to 1.00

Upstream changes:
1.00  (r857, 2012-08-28)

* Major change to glyph creation/editing -- now utilizes ' isDirty' flag
* Add support for:
*    V4 OS/2 table
*    Reading WOFF fonts
*    MarkFilterSets in GDEF
*    Feature parameters (for cvxx, ssxx and size features)
*    Additional Graphite tables (Silf, Glac, and Gloc)
* Updated MS Lang IDs to Dec 2011
* Finish implementation of coverage table sorting
* Copyright and licensing updated to CPAN requirements
* Bug fixes

(wen)

2012-08-29 13:47:32 UTC MAIN commitmail json YAML

Updated www/p5-Dancer to 1.3100

(wen)

2012-08-29 13:44:50 UTC MAIN commitmail json YAML

Update to 1.3100

Upstream changes:
1.3100      25.08.2012

    [ BUG FIXES ]
    * GH #816: Improve wording when failed to load engine. (Sawyer X)
    * GH #817: Fix CODE reference uncloned using Clone::clone.
      (David Previous, Sawyer X)

    [ ENHANCEMENTS ]
    * GH #755: HTTP::Headers accepted by dancer_response. (Roberto Patriarca)

    [ DOCUMENTATION ]
    * GH #818: Use "MyWeb::App" instead of "mywebapp" in examples. (pdl)

1.3099      11.08.2012

    [ BUG FIXES ]
    * GH #683: Fix uninitialized warnings. (Sawyer X)
    * GH #700: Take into account the app name in route caching. (Perlover)
    * GH #775: Clone variables for templates.
      (Reported by Wanradt Koell, fixed by David Precious, Sawyer X)
    * GH #776: get should be default to get/head even it's inside any.
      (Fayland Lam)
    * GH #788: Make sure ID key in sessions are clobbered. (kocoureasy)
    * Fix uninitialized variables in config file path. (Sawyer X)
    * GH #809: Require all necessarily modules in Dancer::Config.
      (John Wittkoski)

    [ ENHANCEMENTS ]
    * GH #799: New test function: response_redirect_location_is. (Martin Schut)
    * send_file now accepts an IO::Scalar. (David Precious)
    * Clean up $VERSION. (Damien Krotkine)

    [ DOCUMENTATION ]
    * GH #784: Synopsis fix in Dancer::Error. (Alex C)
    * Document session_domain in Dancer::Config. (David Precious)
    * Pod fixes in abstract session. (David Precious)
    * Synopsis fix in Dancer::Test. (Stefan Hornburg <Racke>)

1.3098      28.07.2012

    [ ENHANCEMENTS ]
    * New keyword 'plugin_args' exported by Dancer::Plugin to provide
      a consistent way with Dancer 2 to obtain arguments from a plugin
      keyword. (Alberto Sim.es).
    * Add 'execute_hook' and deprecate 'execute_hooks' for homogeneity
      with Dancer 2.
    * send_file will do the right thing if given an IO::Scalar object
      (David Precious, prompted by Ilya Chesnokov).

    [ DOCUMENTATION ]
    * Fix escaping on some docs (Stefan Hornburg @racke).

(wen)

2012-08-29 13:26:53 UTC MAIN commitmail json YAML

Updated print/p5-LaTeX-Encode to 0.0.5

(wen)

2012-08-29 13:25:07 UTC MAIN commitmail json YAML

Update to 0.0.5

Upstream changes:
2012-08-28  Andrew Ford  <a.ford@ford-mason.co.uk>

        * version 0.05

        * added more symbols

        * build-character-table now builds a %provided_by map that gives the LaTeX package
          that provides the LaTeX command used in the encoding

        * removed unimplemented "use_textcomp" option

        * added "packages" option to latex_encode() to pass a reference to a hash that is
          updated with the names of optional LaTeX packages (styles) that implement the
          commands included in the encoded string

2012-08-27  Andrew Ford  <a.ford@ford-mason.co.uk>

        * version 0.04

        * added requirement for Perl 5.8.1 or later due to deficiencies in
          Unicode handling of earlier Perl versions.

        * updated encoding table to add Turkish characters (RT #55526) and to not include
          spaces after accented characters (RT #49357)

        * switch from 'base' to 'parent' for setting up inheritance

        * added add_latex_encodings() and remove_latex_encodings() functions to update the
          encoding table.

        * allow 'add' and 'remove' specifiers to be provided on the 'use' statement

(wen)

2012-08-23 12:40:40 UTC MAIN commitmail json YAML

Updated math/p5-Math-Base36 to 0.10

(wen)

2012-08-23 12:38:35 UTC MAIN commitmail json YAML

Update to 0.10

Upstream changes:
0.10 2012-08-16
- Fix SYNOPSIS (RT #78790)

(wen)

2012-08-23 12:32:11 UTC MAIN commitmail json YAML

Updated converters/p5-JSON-XS to 2.33

(wen)

2012-08-23 12:29:43 UTC MAIN commitmail json YAML

Update to 2.33

Upstream change:
2.33 Wed Aug  1 21:03:52 CEST 2012
- internal encode/decode XS wrappers did not expect stack
          moves caused by callbacks (analyzed and testcase by Jesse Luehrs).
- add bencode as to/from option in bin/json_xs.
        - add -e option to json_xs, and none and string in/out formats.

(wen)

2012-08-20 12:50:51 UTC MAIN commitmail json YAML

Updated devel/p5-App-cpanminus to 1.5017

(wen)

2012-08-20 12:45:25 UTC MAIN commitmail json YAML

Update to 1.5017
Based on PR pkg/46549 by Wen Heping(myself)

Upstream changes:
1.5017 Wed Jul 18 08:28:49 PDT 2012
  [Improvements]
      - Ignore tarballs whose first entry is "./" (doy) #184

1.5016 Tue Jul 17 12:00:57 PDT 2012
  [Improvements]
      - Added Module/CPANfile.pm to the fatlib. This allows bootstrapping dependencies
        with cpanm --installdeps on Heroku etc.

1.5015 Sun Jun 24 15:34:57 PDT 2012
  [Improvements]
      - Improved Makefile.PL to include bugtracker info (Ben Bullock)
      - Fixed some merge mess with devel

1.5014 Tue Jun 12 18:27:02 PDT 2012
  [Improvements]
      - Make sure 'f' flag becomes the last for some tar versions (mst, aaronsw)
      - Fixed warnings on perl 5.17+ (rjbs)
      - Fix local::lib error message (berekuk)

1.5013 Sat May 12 06:15:44 EEST 2012
  [Bug Fixes]
      - Fixed --cascade-search to seach for missing modules, which was broken by #150

1.5012 Fri May 11 05:47:56 CEST 2012
  [Improvements]
      - Change the behavior of --mirror-index so that it won't fallback to CPAN mirrors #150 (thaljef)
      - Support v-strings in versions specified install [https://github.com/miyagawa/carton/issues/48]

1.5011 Thu Apr 12 18:57:06 JST 2012
  [Improvements]
      - Point default mirror to www.cpan.org #148

1.5010 Sat Mar 31 12:59:52 CEST 2012
  [New Feature]
      - Implemented --test-only option #40

1.5009 Fri Mar 30 18:44:12 CEST 2012
  [Bug Fixes]
      - Fixed a bug where URL containing ~ (childe) fails to install #134
      - Fixed a bug where install.json contains bogus data when you specify dist paths

1.5008 Sat Mar 17 18:19:57 PDT 2012
  [Bug Fixes]
      - Fied a bug where `cpanm Foo` doesn't properly activate local::lib during installs
        when you don't have write permissions #143 (goodel, ash)
      - Improved the warning message when you don't have write permisisons #145 (ash)

(wen)

2012-08-20 12:34:50 UTC MAIN commitmail json YAML

Updated www/p5-HTML-Template-Pro to 0.9509

(wen)

2012-08-20 12:32:27 UTC MAIN commitmail json YAML

Update to 0.9509

Upstream changes:
0.9507 Fri Dec  9 09:44:49 EET 2011
- patch for XSS vulnerability in HTML::Template::Pro
  thanks to Shigeki Morimoto shigeki.morimoto mixi.co.jp

0.9508 Mon Dec 26 16:13:37 EET 2011
- use unicode quoting in XSS vulnerability patch (more portable)
  thanks to Shigeki Morimoto shigeki.morimoto mixi.co.jp

0.9509 Tue Feb 28 21:15:28 EET 2012
- more verbose messages for tag stack underflow

(wen)

2012-08-18 01:23:13 UTC MAIN commitmail json YAML

Updated mail/p5-MIME-Lite to 3.029

(wen)

2012-08-18 01:21:26 UTC MAIN commitmail json YAML

Update to 3.029
Remove the unneeded patch

Upstream changes:
Version 3.029
Allow the MIME-Version header to be replaced (thanks, Florian!)

Version 3.028
Various documentation fixes

(wen)

2012-08-17 15:44:40 UTC MAIN commitmail json YAML

Updated textproc/p5-Pod-Simple to 3.23

(wen)

2012-08-17 15:40:16 UTC MAIN commitmail json YAML

Update to 3.23
Upstream changes:
2012-08-14  David E. Wheeler <david@justatheory.org>
* Release 3.23

Eliminated nested elements in table of contents (index) items
output of Pod::Simple::XHTML. This was especially problematic for
headers that included links, as the TOC then got nested anchor
elements, which simply would not work. Thanks to Ben Bullock for
the report and test case (RT #77686).

Fixed semantically invalid nested XHTML generated by
Pod::Simple::XHTML since v3.21. Gisle Aas.

Improved support for nested "C< >" tags in Pod::Simple::XHTML.
Gisle Aas.

No longer tries to decode a string with the "utf8" flag set, as
the double-decoding only triggered an error. Grant McLean.

Added documentation note that the API expects encoded text
(octets). Grant McLean.

Added "parse_characters()" option to specify that strings to are
already decoded from octets into characters. Grant McLean.

(wen)

2012-08-17 15:28:02 UTC MAIN commitmail json YAML

Updated mail/p5-Mail-IMAPClient to 3.32

(wen)

2012-08-17 15:26:01 UTC MAIN commitmail json YAML

Update to 3.32

Upstream changes:
version 3.32: Fri, Aug 10, 2012  4:43:24 PM
- document RFC2087 quota related calls
          [Mathias Reitinger] documentation request
- rt.cpan.org#78474: idle/idle_data documentation error
          [Dima Kogan]
- Quote()/Massage() now uses literals for non ascii data
          [Mathias Reitinger] reported issues with utf8 data in password
- use Quote()/Massage() consistently now in:
    login() proxyauth() deleteacl() setacl() listrights() rename()
- documented deleteacl() and other minor pod cleanup
- ran Mail::IMAPClient::BodyStructure through perltidy
- update year in README/pod to 2012
- rt.cpan.org#74733: Fails with Parse::RecDescent >= 1.966_002
          rt.cpan.org#74593: Recent changes break Module::ExtractUse and ...
  [ANDK, TEAM, SREZIC, NBEBOUT at CPAN and nine from detonation]
  - Makefile.PL avoid buggy Parse::RecDescent 1.966_002 until 1.967_009
- rt.cpan.org#76989: Mail::IMAPClient::BodyStructure usage/docs
  [Pierluigi Frullani]
  - fix incorrect documentation on new()
  - lots of doc verbiage updates

(wen)

2012-08-08 12:33:50 UTC MAIN commitmail json YAML

Updated devel/p5-Moo to 1.000002

(wen)

2012-08-08 12:29:58 UTC MAIN commitmail json YAML

Update devel/p5-Moo to 1.000002
Upstream changes:
1.000002 - 2012-08-04
  - remove Devel::GlobalDestruction fallback inlining because we can now
    depend on 0.08 which uses Sub::Exporter::Progressive
  - honour BUILDARGS when calling $meta->new_object on behalf of Moose
  - throw an error on invalid builder (RT#78479)
  - fix stupid typo in new Sub::Quote section

1.000001 - 2012-07-21
  - documentation tweaks and cleanup
  - ignore required when default or builder is present
  - document Moo versus Any::Moose in brief with article link
  - remove quote_sub from SYNOPSIS and has docs, expand Sub::Quote section
  - localize @_ when inlining quote_sub'ed isa checks (fixes lazy+isa+default)
  - ensure constructor gets regenerated if forced early by metaclass inflation

1.000000 - 2012-07-18
  - clean up doc language and expand on Moo and Moose
  - error prefixes for isa and coerce exceptions
  - unmark Moo and Moose as experimental since it's relatively solid now
  - convert isa and coerce info from external role attributes
  - clear method cache after metaclass generation to fix autoclean bug

(wen)

2012-08-08 12:20:32 UTC MAIN commitmail json YAML

Update devel/p5-Devel-GlobalDestruction to 0.08

(wen)

2012-08-08 12:18:15 UTC MAIN commitmail json YAML

Update to 0.08
Update DEPENDS
Added LICENSE

Upstream changes:
0.08  Tue, 31 Jul 2012
  * Switch to Sub::Exporter::Progressive

0.07  Wed, 25 Jul 2012
  * Actually detect errors in pure-perl test
  * Add prototype to pure-perl pre-5.14 version

(wen)

2012-08-08 12:07:38 UTC MAIN commitmail json YAML

Added devel/p5-Sub-Exporter-Progressive

(wen)

2012-08-08 12:05:35 UTC MAIN commitmail json YAML

Added p5-Sub-Exporter-Progressive version 0.001003

(wen)

2012-08-08 12:03:19 UTC MAIN commitmail json YAML

Imports p5-Sub-Exporter-Progressive-0.001003:
Sub::Exporter is an incredibly powerful module, but with that power comes
great responsibility, er- as well as some runtime penalties. This module
is a Sub::Exporter wrapper that will let your users just use Exporter if
all they are doing is picking exports, but use Sub::Exporter if your users
try to use Sub::Exporter's more advanced features features, like renaming
exports, if they try to use them.

Note that this module will export @EXPORT and @EXPORT_OK package variables
for Exporter to work. Additionally, if your package uses advanced Sub::Exporter
features like currying, this module will only ever use Sub::Exporter, so
you might as well use it directly.

(wen)

2012-08-06 14:06:13 UTC MAIN commitmail json YAML

Update math/p5-Math-Random-MT to 1.16

(wen)

2012-08-06 14:04:09 UTC MAIN commitmail json YAML

Update to 1.16

Upstream Changes:
1.16    2012-08-06      Florent Angly <florent.angly@gmail.com>
    * Fixed issue introduced in version 1.15 where rand() took no notice of
      argument and irand() did (bug #78200, reported by David Morel)
    * Migration of test suite to Test::More and Test::Number::Delta

1.15    2012-06-04      Florent Angly <florent.angly@gmail.com>
    * Implemented irand() to draw random integers (bug #73298, feature requested
      by crew@cs.stanford.edu)
    * Fixed build failure on Hurd (bug #74165, reported and patched by Salvatore
      Bonaccorso)

1.14    2012-05-27      Florent Angly <florent.angly@gmail.com>
    * Fixed compilation problems with nmake on Windows platforms
      (Florent Angly, bug #74984)
    * Fixed issues with random seed (bug #77343, solution suggested by
      Laurent Dami, fix implemented by Florent Angly)

1.13    2012-01-20      Abhijit Menon-Sen <ams@toroid.org>
    * New seed generation and retrieval mechanism by Florent Angly (bug
      #64640 on rt.cpan.org).

(wen)

2012-08-06 13:50:52 UTC MAIN commitmail json YAML

Added math/p5-Test-Number-Delta

(wen)

2012-08-06 13:47:44 UTC MAIN commitmail json YAML

+ p5-Test-Number-Delta

(wen)

2012-08-06 13:44:39 UTC MAIN commitmail json YAML

Import p5-Test-Number-Delta-1.03:
A perl module for compare if the difference between two numbers is within
a specified amount.

(wen)

2012-08-05 00:56:52 UTC MAIN commitmail json YAML

Update archivers/pigz to 2.2.5

(wen)

2012-08-05 00:47:46 UTC MAIN commitmail json YAML

Update to 2.2.5
Install the man file
Approved by: wiz@(maintainer)

Upstream changes;
pigz version 2.2.5 has been released and is now available at http://zlib.net/pigz/ .  The main changes since 2.2.4 are:
- Change suffix to .tar when decompressing or listing .tgz.
- Print name of executable in error messages.
- Show help properly when the name is unpigz or gunzip.
- Fix permissions security problem before output is closed.

pigz version 2.2.4 has been released and is now available at http://zlib.net/pigz/ .  The main changes since 2.2.3 are:
- Improve the portability of printing the off_t type
- Fix bug in zip (-K) output
- Remove thread portability #defines in pigz.c

pigz version 2.2.3 is now available at http://zlib.net/pigz/ .  The main changes since 2.1.7 are:
- Add --rsyncable functionality
- Improve thread portability
- Fix the printing of 32-bit check values when listing

pigz version 2.1.7 is now available at http://zlib.net/pigz/ .  The changes from 2.1.6 are:
- Avoid unused parameter warning in reenter()
- Don't assume 2's complement ints in compress_thread()
- Replicate gzip -cdf cat-like behavior
- Replicate gzip -- option to suppress option decoding
- Test output from make test instead of showing it
- Updated pigz.spec to install unpigz, pigz.1 [Obermaier]
- Add PIGZ environment variable [Mueller]
- Replicate gzip suffix search when decoding or listing
- Fix bug in load() to set in_left to zero on end of file
- Do not check suffix when input file won't be modified
- Decompress to stdout if name is "*cat" [Hayasaka]
- Write data descriptor signature to be like Info-ZIP
- Update and sort options list in help
- Use CC variable for compiler in Makefile
- Exit with code 2 if a warning has been issued
- Fix thread synchronization problem when tracing
- Change macro name MAX to MAX2 to avoid library conflicts
- Determine number of processors on HP-UX [Lloyd]

(wen)

2012-07-31 05:39:29 UTC MAIN commitmail json YAML

Update devel/p5-strictures to 1.004001

(wen)

2012-07-31 05:35:16 UTC MAIN commitmail json YAML

Update to 1.004001

Upstream changes:
1.004001 - 2012-07-12
  - test-specific strictures now enabled during 'dzil test'
1.004000 - 2012-07-12
  - switch to testing calling file to avoid firing on dependencies

(wen)

2012-07-27 12:46:38 UTC MAIN commitmail json YAML

Update www/moodle to 2.1.7

(wen)

2012-07-27 12:44:21 UTC MAIN commitmail json YAML

Update to 2.1.7
Approved by: obache@

Upstream changes:
Highlights
  MDL-28557 Group event now appears to teachers, managers and administrators
  MDL-33398 MDL-27368 Cron works when course completion is enabled
Functional changes
  MDL-24401 Lesson string changes
  MDL-33401 Managers can add blocks at the site level
Security issues
  MSA-12-0042 File access issue in blocks
  MSA-12-0043 Early information access issue in forum
  MSA-12-0044 Capability check issue in forum subscriptions
  MSA-12-0045 Injection potential in admin for repositories
  MSA-12-0046 Insecure protocol redirection in LDAP authentication
  MSA-12-0047 SQL injection potential in Feedback module
  MSA-12-0048 Possible XSS in cohort administration
  MSA-12-0049 Group restricted activity displayed to all users
  MSA-12-0050 Potential DOS attack through database activity
Fixes and improvements
  MDL-32866 Filemanager in private files now saves changes
  MDL-33583 "Keep all" automated backups now works
  MDL-33607 Add new wiki page no longer reports error writing to database
  MDL-33603 Database activity entries are linked correctly
  MDL-26892 Question images not lost during upgrade
  MDL-29924 Glossary attachments appear in filter popups

(wen)

2012-07-26 00:22:23 UTC MAIN commitmail json YAML

Update www/p5-Dancer to 1.3097

(wen)

2012-07-26 00:20:13 UTC MAIN commitmail json YAML

Update to 1.3097

Upstream CHANGES:
1.3097      08.07.2012

    [ ENHANCEMENTS ]
    * New keywords 'register_hook' and 'execute_hooks' exported by Dancer::Plugin
      for providing a consistent way with Dancer 2 on how to declare and run hooks
      from within a plugin (Alexis Sukrieh, idea from David Precious).

1.3096      06.07.2012
    ** Codename: Chop Hooey // Neil Hooey **

    [ ENHANCEMENTS ]
    * Finally released, thanks to Neil Hooey bugging my sorry ass.

1.3095_02  03.07.2012

    [ BUG FIXES ]
    * fix exception tests in some cases (GH #734) (Damien Krotkine & katkad )

    [ ENHANCEMENTS ]
    * If YAML does not load, Dancer::Config now reports why (Ovid)

    [ DOCUMENTATION ]
    * Clarify serialization in introduction POD (Mark A. Stratman)
    * Typo fix (Sam Kington)

1.3095_01  22.06.2012

    [ BUG FIXES ]
    * Don't assume returned references are blessed when considering
      continuations (Neil Hooey, GH-778)
    * Malformed/missing cookies caused warnings
      (James Aitken/LoonyPandora, GH-782 and GH-783)
    * Avoid potential crash in t/14_serializer/06_api.t if tmp dir is replaced
      when %ENV gets cleared (Adam Kennedy)
    * Properly initialize %callbacks to default empty hashref  in _send_file if
      not provided (Greg Mullen)

    [ ENHANCEMENTS ]
    * Add UTC timestamp options for logger_format (Alex C - perlpong).
    * Tests can now run in parallel (Richard Sim.es).
    * dancer_version keyword added (Damien "dams" Krotkine).
    * New session_domain paramter allows you to set the domain of the default
      session cookie (William Wolf)

    [ DOCUMENTATION ]
    * Update Ubic service example (Vyacheslav Matyukhin)
    * Silly typo fixing (Paul Fenwick)
    * Typo in Dancer::Test file upload example (Jonathan "Duke" Leto)
    * UTF-8 fixes in POD (ambs)

1.3095      01.04.2012

    [ BUG FIXES ]
    * Small fix to skip tests when YAML is not available.
      (Sawyer X)

    [ ENHANCEMENTS ]
    * Added 'info' log level for messages that should always go to the logs
      but aren't really debug, warning or error messages (Ovid)

1.3094      31.03.2012

    [ BUG FIXES ]
    * GH #763: Fix exceptions in ajax routes clobbering layout (ilmari)
    * GH #748 & GH 647: Don't force override environment from PLACK_ENV (jwittkoski)
    * GH #762: fix param parsing lacking limit on split (leejo)
    * GH #758: Fix Dancer::Test: make sure the request is properly converted to
      a response. (Ovid)
    * GH #729: Fix dancer exception composition, and message pattern application
      (Damien Krotkine)
    * GH #752: Exceptions raised in hooks were not propagated back to the route
      code, but instead canceleld and replaced by a Dancer halt exception. That
      was wrong. Now it is fixed, exceptions raised in hooks can be properly
      caught in route code.
      (Damien Krotkine)
    * Be more flexible in single vs. mutliple values in key hiding.
      (Sam Kington)
    * Use isa() for checking relationships instead of ref() in Dancer::Test.
      (Ovid)

    [ ENHANCEMENTS ]
    * Added 'strict_config' option to have the config return an object instead
      of a hashref. (Ovid)
    * GH #708: Added support for query strings in dancer_request (Jacob Rideout)
    * It's possible for the user to set the environments directory using a new
      environment variable (DANCER_ENVDIR) or using `set envdir => $path`
    * Sort hash keys when serializing references in log messages (Ovid).

    [ DOCUMENTATION ]
    * Explain in POD that if there are multiple fields with the same name,
      params('fieldname') returns an arrayref of them (alexrj).
    * GH #750: Fix in Dancer::Deployment: appdir needs to be set before calling
      load_app (Paul Johnson)
    * Update 'before' hook document (David Cantrell).

1.3093      29.02.2012

    [ BUG FIXES ]
    * GH #738: Define exception type ::Core::Request, to avoid things blowing
      up when Dancer::Request raises exceptions of that type
      (David Precious, thanks to damog for reporting)
    * GH #671: Fix Dancer::Plugin::Ajax with Plack::Builders.
      (Activeg, Sawyer X)
    * Auto-page feature cleanup and fixup. (David Precious)
    * Remove uninitialized warnings. (Sawyer X, David Precious)

    [ ENHANCEMENTS ]
    * Winning release race to Catalyst (nice try rafl++!)
    * Add exception type ::Core::Request. (David Precious)
    * JSON decode from UTF8. (Sam Kington)
    * Provide the method when a route crashes to help debug. (Sam Kington)
    * More helpful log messages. (David Precious)

    [ DOCUMENTATION ]
    * Fix examples for multi-app deployment under Plack::Builder in deployment.
    * Deployment docs. (c0bra)
    * Update tutorial. (David Precious)
    * Clean up EXPORTS. (David Precious)
    * Keyword documentation fixups. (Kirk Kimmel)
    * Clarify forward docs with better examples. (David Precious)

1.3092      27.01.2012

    [ BUG FIXES ]
    * Don't call isa() on unblessed refs in Dancer::Exception. (Sam Kington)
    * Assume UTF-8 by default when serialising JSON. (Sam Kington)
    * GH #725: If a cookie is set multiple times, last value wins.
      (David Precious)
    * More intuitive, backwards compatible appending of default template
      extension. (GH #716, David Precious)
    * Prevent recursion in censoring. (Yanick Champoux, Damien dams Krotkine)
    * GH #734: More tests flexibility (Sawyer X, reported by @birdy-)

    [ ENHANCEMENTS ]
    * Return the current set prefix using prefix(). (Michal Wojciechowski)
    * More intuitive appending of default template extension. Makes for cleaner
      more DWIM code. (David Precious, reported by Nick Knutov)
    * Allow any options to JSON serializer. (Lee Johnson)
    * Support complex views with multiple document roots. (Pedro Melo)

    [ DOCUMENTATION ]
    * Document how to work with Dotcloud. (Oliver Gorwits)
    * Clean ups and fix ups. (David Precious, Sawyer X, Michal Wojciechowski)

(wen)

2012-07-25 15:41:07 UTC MAIN commitmail json YAML

Update net/p5-Test-TCP to 1.16

(wen)

2012-07-25 15:39:31 UTC MAIN commitmail json YAML

Update to 1.16

Upstream ChangeLog:
1.16
    [TEST FIX]
    - 1.15 breaks AIX fix on 1.14.
      t/05_sigint.t skips on perl <= 5.8.8.

1.15

    [TEST FIX]
    ${^CHILD_ERROR_NATIVE} is only available in perl 5.8.9 and later.
    (kazeburo++)

1.14
    - Fixed testing issue on AIX.
      https://rt.cpan.org/Public/Bug/Display.html?id=72779
      (w.phillip.moore)
    - depend to Test::SharedFork 0.19 for better TB2 support
      (tokuhirom)

(wen)

2012-07-25 15:35:27 UTC MAIN commitmail json YAML

Update devel/p5-Test-SharedFork to 0.20

(wen)

2012-07-25 15:33:46 UTC MAIN commitmail json YAML

Update to 0.20

Upstream ChangeLog:
0.20
    - test_requires Time::HiRes for redhat.
      (berekuk++)
0.19
    - fixed TB2 support(tokuhirom)

(wen)

2012-07-25 14:59:19 UTC MAIN commitmail json YAML

Update www/p5-HTTP-Lite to 2.4

(wen)

2012-07-25 14:57:22 UTC MAIN commitmail json YAML

Update to 2.4

Upstream ChangLog:
2.4 2012-07-20
    - Fixed RT #13791, which meant you couldn't request http://foobar.com --
      had to have to trailing slash on the URL.
    - Don't add request header if value passed is undef (RT #4546).
    - Fixed bug where writing the request can get stuck in a loop.
      Bug reported by Florian Kirchmeir. Fix based on Florian's patch.
    - RT #35360 fixed (fix included in report).
    - Documentation tidy-up
    - Neil Bowers (NEILB) granted co-maint by Adam (thanks)

(wen)

2012-07-25 14:46:08 UTC MAIN commitmail json YAML

Update databases/p5-Data-Table to 1.65

(wen)

2012-07-25 14:42:48 UTC MAIN commitmail json YAML

Update to 1.65

Upstream ChangLog:
1.65 Mon Jul 23 20:16:08 PDT 2012
  Finish the "Perl Data::Table Cookbook", should be a good learning material.
  To download, visit https://sites.google.com/site/easydatabase/

  Polish Data::Table::Excel for CPAN upload.

  Minor patches to the code.

1.64 Sun Jul  8 22:01:17 PDT 2012
  Add $keepRestCols to Data::Table::group();
  We introduce new constants for fromCSV/fromTSV/fromFile/csv/tsv.
    Data::Table::OS_UNIX = 0;
    Data::Table::OS_PC = 1;
    Data::Table::OS_MAC = 2;
  Add method reorder(), redefine column orders
  Add method melt() and cast(), concept borrowed from Reshape package in R
  Add method each_group(), so one can apply a custom method to rows sharing the same key

  Made a seemingly backward incompatible change to pivot()
    pivot($colToSplit, $colToSplitIsNumeric, ...) is changed to
    pivot($colToSplit, $colToSplitIsStringOrNumber, ...)
  What is now pivot($colToSplit, $Data::Table::STRING, ...), where Data::Table::STRING has a value of 1,
  was equivalent to pivot($colToSplit, 0, ...) in <= 1.63.
  However, the $colToSplitIsStringOrNumber is now auto-guessed within the code, so the change is not very relevant.
  Most existing code should run fine, without change.

  Patch group(), piviot() to distinguish keys between empty string and undef.

  Patch subTable() to take row mask array when {useRowMask=>1} is provided.

1.63 Tue Jun 12 17:05:43 PDT 2012
  In this release, we patch addCol, delCol, addRow, rowMerge, colMerge to for an empty table
  We introduce new methods isEmpty(), hasCol(), moveCol($colID, $newColIdx)
  We introduce new constants for Data::Table::new()
    Data::Table::ROW_BASED
    Data::Table::COL_BASED

1.62 Fri May 25 11:40:09 PDT 2012
  In this release, we address a few pain points

  Data::Table::colMerge, update to support new options
    { renameCol => 1}
    If specified, duplicate column names in the second table is automatically renamed (by appending _2) to avoid conflict

  We introduce some constants, so we have fewer numbers to remember.
    Data::Table::NUMBER
    Data::Table::STRING
    Data::Table::ASC
    Data::Table::DESC

  for sort(), you can use $t->sort('col2', Data::Table::NUMBER, Data::Table::DESC); it is equivalent to $t->sort('col2', 0, 1);

    Data::Table::INNER_JOIN
    Data::Table::LEFT_JOIN
    Data::Table::RIGHT_JOIN
    Data::Table::FULL_JOIN

  for join(), you may use $t->sort($t2, Data::Table::FULL_JOIN, ['col1'], ['col1']);
  it is equivalent to $t->sort($t2, 3, ['col1'], ['col1']).

  match_string, match_pattern have been generating @Data::Table::OK, which is a class-level array.
  $t->match_pattern() will now also store the results (array ref) in $t->{OK}, that should be used in the future.
  However, @Data::Table::OK is still supported for compatibility reasons.
  This is not a pain point, but conceptually nicer to be localized.

  match_pattern_hash() is added. The difference is each row is fed to the pattern as a hash %_.  In the case of
  match_pattern, each row is fed as an array ref $_.  The pattern for match_pattern_hash() becomes much cleaner.
  If a table has two columns: Col_A as the 1st column and Col_B as the 2nd column, a filter "Col_A>2 AND Col_B<2"
  is written before as
    $t->match_pattern('$_->[0] > 2 && $_->[1] <2');
  where we need to figure out $t->colIndex('Col_A') is 0 and $t->colIndex('Col_B') is 1, in order to build the pattern.
  Now you can use column name directly in the pattern:
    $t->match_pattern_hash('$_{Col_A} >2 && $_{Col_B} <2');
  This method creates $t->{OK}, as well as @Data::Table::OK, same as match_pattern().

  Data::Table::rowMerge, update to support new options
    { byName =>1, addNewCol => 1}
    If byName is 1, rows in the second table are appended by matching their column names, so that the second table
      can have columns in a different order.
    If addNewCol is 1, columns not exist in the first table will be automatically added.
      addNewCol is best used with byName. If used alone, addNewCol will just patch the two tables so that they have
      the same number of columns.
  Data::Table::subTable, update internal to remove side effect on column header array
  Data::join add support for an option {renameCol => 1}.
    If specified, duplicate column names in the second table is automatically renamed (by appending _2) to avoid conflict

1.61 Mon Feb 27 21:07:55 PST 2012
  Data::Table::fromSQL now can take DBI::st instead of a SQL string. This is introduced, so that
  variable binding (such as CLOB/BLOB) can be done outside the method.

1.60 Sat Feb 25 19:26:46 PST 2012
  Data::Table::addRow now also can take a hash reference. Hash keys are column names,
  undef will be the value, if a column name is not found in the hash.
  Suggested by Federico

1.59 Sun Feb  5 00:20:00 PST 2012
  I have never checked those CPAN ticket, happened to discover them and address them in this version.
  Update document, explain Data::Table::fromCSV(\*STDIN, 1) can be used to read table from STDIN.
  Add tbody and thead to Data::Table::html, if it's portrait.
  Suggested by Ken Rosenberry.
  Modify Data::Table::html and Data::Table::html2, so that it can accept coloring via CSS
  The color now can be either specified as an array as before, or as three CSS class names
  Suggested by Xavier Robin

1.58 Thu Feb  2 20:33:03 PST 2012
  Patch join(), prior version of join considers two NULL keys to be equal
  update document, clarify that rowMerge assumes table columns in the same order
  Thanks to Ulrik Stervbo.

1.57 Thu Apr 23 15:22:36 PDT 2009
  Patch pivot(), it throws warning before, when colToFill is undef.

1.56 Fri Aug 22 15:53:29 PDT 2008
  When the first line in a TSV is not a header, but contains strings such as \t.
  The program will not transform \t to a tab.
  Modify fromTSV, so that \t, \N (etc) transformation is optional.
  Add transform_element flag to fromTSV method to turn on/off the transformation.
  Thanks to Bin Zhou.

1.55 Mon May  5 10:29:44 PDT 2008
  Patch parseCSV. fromFile guesses the wrong delimiter if some ending columns are empty.

(wen)

2012-07-13 14:05:40 UTC MAIN commitmail json YAML

Updated math/py-networkx to 1.7

(wen)

2012-07-13 14:00:32 UTC MAIN commitmail json YAML

Update to 1.7

Release Log
Networkx-1.7
Release date: 4 July 2012

Highlights
New functions for k-clique community finding, flow hierarchy, union, disjoint union, compose, and intersection operators that work on lists of graphs, and creating the biadjacency matrix of a bipartite graph.
New approximation algorithms for dominating set, edge dominating set, independent set, max clique, and min-weighted vertex cover.
Many bug fixes and other improvements.
For full details of the tickets closed for this release (added features and bug fixes) see: https://networkx.lanl.gov/trac/query?status=closed&group=milestone&milestone=networkx-1.7

API Changes
See Version 1.7 notes and API changes

(wen)

2012-07-13 13:40:29 UTC MAIN commitmail json YAML

Updated misc/p5-File-MMagic to 1.29

(wen)

2012-07-13 13:34:44 UTC MAIN commitmail json YAML

Updated mail/p5-Mail-IMAPClient to 3.31

(wen)

2012-07-12 13:51:04 UTC MAIN commitmail json YAML

Update to 1.29

2012-07-12  NOKUBI Takatsugu  <knok@daionet.gr.jp>

* MMagic.pm (checktype_contents): Fix infinity loop bug.
Reported by NMOLDAV@cpan.org (#77836)
* Version 1.29.

2012-06-29  NOKUBI Takatsugu  <knok@daionet.gr.jp>

* MMagic.pm: Add missing =back.

2012-05-31  NOKUBI Takatsugu  <knok@daionet.gr.jp>

* MMagic.pm: Version 1.28.

2012-03-15  NOKUBI Takatsugu  <knok@daionet.gr.jp>

* MMagic.pm (readMagicEntry): Removed deprecated code
  (defined(@array)) reported by wyant@cpan.org (#74252).

2011-07-21  Yukio USUDA  <usu@namazu.org>

* MMagic.pm (checktype_byfilename): Fixed memory leak.

2007-10-02  NOKUBI Takatsugu  <knok@daionet.gr.jp>

* MMagic.pm: Added 'regex' and 'search' support for magic entry,
  and fixed fatal error when unknown type in magic entry.
  (The patch made by Man Min Yan, thank you).

2006-09-19  NOKUBI Takatsugu  <knok@daionet.gr.jp>

* MMagic.pm (readMagicLine): Added Hex representation support.
  (The patch made by Man Min Yan, thank you)

2006-07-01  NOKUBI Takatsugu  <knok@daionet.gr.jp>

* MMagic.pm (checktype_container): Added container check.
  (Powerd by CodeFest 2006 Akihabara
  https://members.fsij.org/trac/codefestakihabara2006c)

2006-06-26  NOKUBI Takatsugu  <knok@daionet.gr.jp>

* Applied subclass patch, made by Michael Hendricks.

(wen)

2012-07-11 15:38:35 UTC MAIN commitmail json YAML

Update to 3.31
version 3.31: Mon, Mar 19, 2012 11:11:11 AM
- rt.cpan.org#74799: Support for partial data responses in fetch_hash
  [Philip Garrett]
  + bonus: cleaner handling of BODY.PEEK responses
- properly handle ALL|FULL|FAST fetch macros in fetch_hash

(wen)