Commit graph

144522 commits

Author SHA1 Message Date
sno
65390e369d Importing package for p5 module String::RewritePrefix version 0.004 as
dependency for scheduled update of Catalyst::Runtime to 5.80007

Perl extension to rewrite strings based on a set of known prefixes.
2009-07-08 11:33:32 +00:00
sno
55fe87c7ec Updated textproc/p5-Text-Reflow to 1.07 2009-07-08 11:24:39 +00:00
sno
6bbbef6809 Updating package for p5 module Text::Reflow from 1.06 to 1.07
Upstream changes:
1.07  Thu May 21 14:21:22 BST 2009
	- Added GPL license notice to Reflow.pm
2009-07-08 11:24:23 +00:00
abs
6c79dab5cb Add 26 to PYTHON_VERSIONS_ACCEPTED 2009-07-08 11:21:22 +00:00
sno
a8233f41f0 Updated textproc/p5-Text-RewriteRules to 0.21 2009-07-08 11:16:18 +00:00
sno
3419c40e52 Updating package for p5 module Text::RewriteRules from 0.20 to 0.21
Adjusting license to ${PERL5_LICENSE}

Upstream changes:
0.21    2009, Jun 4 (17:08)
        - Mark algorithm skiping new lines.
        - Better compilation of power regexps.
        - Basic capturing for power regexps.
2009-07-08 11:15:52 +00:00
sno
17be4641a3 Updated textproc/p5-Text-SimpleTable to 1.2 2009-07-08 11:10:26 +00:00
sno
3c1bd6e377 Updating package for p5 module Text::SimpleTable from 0.05 to 1.2
Setting license ${PERL5_LICENSE} from module documenation (POD)

Upstream changes:
1.2   2009-07-02 00:00:00
        - Fixed infinite loop bug.

1.1   2009-07-02 00:00:00
        - Added hr method. (bricas)

1.0   2009-07-02 00:00:00
        - Fixed pod coverage.
        - Cleanup.
2009-07-08 11:10:05 +00:00
sno
c7f714e191 Updated security/p5-Crypt-DH to 0.06nb2 2009-07-08 11:03:35 +00:00
sno
99305df6da - Updating package to support faster calculation within Crypt::DH
- Setting license to ${PERL5_LICENSE} according to META.yml
2009-07-08 11:03:23 +00:00
sno
1c076d757d Added math/p5-Math-BigInt-Pari version 1.13 2009-07-08 10:26:47 +00:00
sno
061f57a426 Importing package for p5 module Math::BigInt::Pari version 1.13 to support
faster calculation in Crypt::DH.

Provides support for big integer in BigInt et al. calculations via means of
Math::Pari, an XS layer on top of the very fast PARI library.
2009-07-08 10:24:53 +00:00
sno
d0c6f42961 Updated net/p5-NetAddr-IP to 4.027 2009-07-08 10:07:32 +00:00
sno
8376d9f4d3 Updating package for p5 module NetAddr::IP from 4.026 to 4.027
Setting license to artistic according to module documentation

Upstream changes:
4.027  Tue Jun  9 10:31:11 PDT 2009
	In NetAddr::IP::Util v1.31,
        ferret out shell value for Makefile.PL when calling
        ./configure for systems where the 'x' bit gets lost
        due to bug in Archive::Tar
2009-07-08 10:07:19 +00:00
sno
4170754dcc Updated net/p5-Net-Write to 1.05 2009-07-08 09:58:40 +00:00
sno
21caa8c8bf Updating package for p5 module Net::Write from 1.03nb1 to 1.05
Setting license to artistic according to META.yml

Upstream changes:
1.05 Wed Jun 10 20:37:44 CEST 2009
   - bugfix: removed a warning on AF_INET6 constant declaration
   - update: copyright notice

1.04 Sun Oct 19 17:47:11 CEST 2008
   - bugfix: IP_HDRINCL with IPv6 under Linux 2.6.x
2009-07-08 09:58:23 +00:00
sno
a76c733d5c Updated net/p5-Net-OpenID-Consumer to 1.03 2009-07-08 09:50:25 +00:00
sno
0d34ab9e74 Updating package for p5 module Net::OpenID::Consumer from 1.02 to 1.03
Setting LICENSE to ${PERL5_LICENSE} according to module documentation

Upstream changes:
1.03:
        * Enforce the rules from the Auth 2.0 spec about which fields
          MUST be signed in positive assertion messages.

	* Return a more sensible error (no_head_tag) if the identifier
	  URL returns an empty (0-byte) HTML document.

	* Verify delegate on the non-fragment version of the resulting
	  identifier, so that you can delegate to providers that add
	  fragments to their identifiers.
	  Found and fixed by avarix <mindsectr@gmail.com>.
2009-07-08 09:50:10 +00:00
sno
39932428ee Updated misc/p5-Locale-libintl to 1.20 2009-07-08 09:38:40 +00:00
sno
d666920cd4 pkgsrc changes:
- Updating package for p5 library libintl-perl from 1.16nb1 to 1.20
  - Adjusting meta information of package (CATEGORIES, LICENSE)
  - take care of library path

Upstream changes:
  2009-06-29 Guido Flohr <guido@imperia.net>

 * NEWS: News for 1.20.

 * test.pl: Do not run XS tests for systems without a German locale.  That
 should be more flexible, but in fact, most bugs in the XS version can only be
 worked around, not fixed.  Therefore it is not that important.

 * x-changelog.sh: ChangeLog generation no longer done with cvs2cl.  Until
 something decent pops up, I will use the gitlog2changelog script from
 http://github.com/cryos/avogadro/blob/master/scripts/gitlog2changelog.py.

 * MANIFEST, tests/03_tester_david_pp.t, tests/03_tester_david_xs.t: Try to
 get a little bit mroe information about the strange failure of the new
 context functions.

 * tests/03dcgettext_pp.t, tests/03dcgettext_xs.t: - Do not skip that many
 tests. - Use two argument form of Test::ok().
 * tests/03bindtextdomain_pp.t, tests/03bindtextdomain_xs.t: Fixed number of
 tests.
 * tests/03bindtextdomain_pp.t, tests/03bindtextdomain_xs.t: Better structure
 for test results.
 * tests/03bind_textdomain_filter_pp.t, tests/03bind_textdomain_filter_xs.t:
 Use two argument form of Test::ok().
 * tests/03bind_textdomain_codeset_pp.t, tests/03bind_textdomain_codeset_xs.t:
 - do not skip that many tests - use two argument form of Test::ok()
 * tests/03dgettext_xs.t: Copied from pure Perl version.
 * Fixed warning about undefined values in subroutine entry if locale de_AT
 is not installed on the system that runs the test.
 * Makefile.PL: $Config{libs} may include too many libraries (fixes compile
 problems on broken Debian systems).
 * META.yml, lib/Locale/Messages.pm, lib/Locale/TextDomain.pm: Version number
 increased to 1.20.

  2009-06-19 Guido Flohr <guido@imperia.net>

 * META.yml: Version number 1.19.

 * gettext_xs/gettext_xs.pm: LC_MESSAGES is not defined by POSIX.pm.
 * MANIFEST, lib/Locale/TextDomain.pm, tests/04scalar_noop.t: Fixed RT bug
 #46471, noop functions in scalar context.
 * .gitignore, gettext_xs/.gitignore: Ignore files
 * lib/Locale/libintlFAQ.pod: Explanation for the __'Hello' problem.
 * lib/Locale/Messages.pm, lib/Locale/TextDomain.pm: Bumped version number to
 1.19.
 * sample/simplecal/po/Makefile: Fixed extraction of context (thanks to Kevin
 Ryde).
 * lib/Locale/Messages.pm, lib/Locale/TextDomain.pm: Bumped version number to
 1.18.
 * lib/Locale/TextDomain.pm: Make PAUSE happy and leave the version number
 here.
 * test.pl: Report version of Encode.pm (culprit in most failures).
 * lib/Locale/Recode/_Conversions.pm: Macintosh encoding in Encode.pm is
 seemingly unstable.
 * lib/Locale/TextDomain.pm: - Added N__p(). - Added N__np(). - Removed
 N__xpn().
 * sample/simplecal/po/Makefile: Also include contextual strings.
 * lib/Locale/gettext_pp.pm: First release for new functions.
 * lib/Locale/TextDomain.pm: Added first release for new functions.
 * lib/Locale/Util.pm: Added alpha notice.
 * lib/Locale/TextDomain.pm: Context example.
 * lib/Locale/Messages.pm: More context examples.
 * lib/Locale/TextDomain.pm: Avoid n't.
 * lib/Locale/libintlFAQ.pod: Switch language for server applications.
 * lib/Locale/gettext_pp.pm: Made code parsing the plural formula more robust.
 * tests/po/additional.de.po: Fixed German translations.
 * Completed support for contextual gettext calls.
 * USERS: Updated with info for unrtst/Joshua Miller
 * TODO, lib/Locale/Messages.pm: select_package() is not a class method
 (reported by Sergei Vishenski).
 * gettext_xs/Makefile.PL: We need both libraries, not just one of them.
 * lib/Locale/TextDomain.pm: Corrected POD.
 * ChangeLog, MANIFEST.SKIP, META.yml, Makefile.PL, NEWS,
 gettext_xs/Makefile.PL, lib/Locale/Messages.pm, lib/Locale/TextDomain.pm,
 lib/Locale/Util.pm: Don't forget to actually set the cached locale.
 * lib/Locale/Util.pm: Filter out un-available languages.
 * lib/Locale/Util.pm: Fixed POD error.
 * lib/Locale/Util.pm: Restrict set of acceptable languages.
 * lib/Locale/Util.pm: Removed erroneous source.
 * lib/Locale/Util.pm: Updated default countries for languages.
 * lib/Locale/Util.pm: Fixed warnings about undefined values.
 * lib/Locale/Util.pm: Aliased loop variable was constant and read-online.
 * lib/Locale/Util.pm: Extended search for correct locale required by FreeBSD.
 * lib/Locale/Util.pm: Return information about actually selected locale in
 set_web_locale().
 * sample/simplecal/po/Makefile, sample/simplecal/po/PACKAGE: Strip leading
 and trailing whitespace on TEXTDOMAIN variable.
 * Makefile.PL: Remove build_xs in target "clean".
 * lib/Locale/Util.pm: New function set_web_locale().
 * Use Locale::Util::set_locale() for more portable locale setting.
 * lib/Locale/Util.pm: - avoid warnings - turned off debugging - clean-up
 * lib/Locale/Util.pm: docs
 * lib/Locale/Util.pm: - access to the locale cache - updated docs
 * lib/Locale/Util.pm: Support for MS-DOS
 * lib/Locale/Util.pm: half-implemented Windows version
 * lib/Locale/Util.pm: safe locale setting for Unix
 * tests/05parse_accept.t: new
 * sample/simplecal/po/PACKAGE: Hint to avoid trailing space
 * lib/Locale/TextDomain.pm: interpolate filename and linenumber
 * MANIFEST, lib/Locale/Messages.pm: avoid warning if textdomain is undef
 * lib/Locale/TextDomain.pm: Try to detect incorrect usage of the tied gettext
 hash.
 * lib/Locale/TextDomain.pm: always make a copy of the list of search
 directories
 * x-changelog.sh: cvs2cl now expected in $PATH.
 * tests/04find_domain_bug.t: Skip test if require Austrian locale is not
 available (thanks to Pascal Terjan for the hint).
 * sample/simplecal/po/Makefile: added simple hash
 * Makefile.PL: unlink "xs_disabled" with "make clean" (thanks to Peter
 Eisentraut)
2009-07-08 09:38:22 +00:00
abs
23ad4e300b Add 26 to PYTHON_VERSIONS_ACCEPTED 2009-07-08 08:44:36 +00:00
sno
252efd5900 Updated devel/p5-Variable-Magic to 0.36 2009-07-08 08:39:17 +00:00
sno
df265c03b6 Updating package for p5 module Variable::Magic from 0.35 to 0.36
Correcting license according to META.yml

Upstream changes:
0.36    2009-07-05 16:30 UTC
        + Chg : getdata() now returns an empty list when no magic is present.
                It used to return undef but did not croak as stated in the doc.
                Thanks Matt S. Trout for pointing this out.
        + Fix : Building and tests with ActiveState Perl 5.8 build >= 822.
2009-07-08 08:39:06 +00:00
sno
3fc72c4f4d Updated devel/p5-MooseX-Emulate-Class-Accessor-Fast to 0.00901 2009-07-08 08:34:38 +00:00
sno
df5126610c Updating package for p5 module MooseX::Emulate::Class::Accessor::Fast
from 0.00900 to 0.00901

Upstream changes:
0.00901    July 06, 2009
          - Fix to not warn with newer versions of Moose by passing is => 'bare'
            to process_accessors method.
2009-07-08 08:34:14 +00:00
sno
4c255c7c0d Updated devel/p5-MooseX-Params-Validate to 0.12 2009-07-08 08:30:55 +00:00
sno
52d660b82a Updating package for MooseX::Params::Validate from 0.09 to 0.12
Adjusting meta-info according to META.yml (license, dependencies)

Upstream changes:
0.12 Tue. Jul. 7, 2009
    - Using the subroutine name as a cache key for validation specs
      broke in the face of method modifiers, which all appear to have
      the same name. Now we use Devel::Caller to get the CV of the
      caller and use its refaddr as the key, which will be unique in
      all cases. Bug report by Jos Boumans. RT #46730.

0.11 Tue. Jul. 7, 2009
    - The validation functions tried to coerce optional keys which
      weren't present in the incoming parameters, leading to weird
      errors. Based on a patch from Jos Boumans. RT #46344.

    - Allow other callbacks to be specified. Previously these were
      silently thrown out. But we'd recommend just defining types that
      encapsulate everything in the callback instead. Based on a patch
      from Jos Boumans. RT #47647.

0.10 Tue. Jun. 30, 2009
    - Shut up deprecation warnings from the tests. Reported by John
      Goulah.
2009-07-08 08:30:42 +00:00
wiz
49841b5ae3 + bonnie++-1.96, cdrtools-2.01.01alpha61, claws-mail-3.7.2,
covered-20090705, cups-1.3.11, diffuse-0.3.4, digikam-0.9.6,
  dillo-2.1.1 [pkg/41670], dovecot-1.2.0, ekiga-3.2.5, eric3-4.3.5
  [now called eric4], gedit-2.26.3, geeqie-1.0beta2,
  gnome-power-manager-2.26.3 [GNOME 2.26, wants DeviceKit-power],
  guile-1.8.7, hiawatha-6.15, kipi-plugins-0.4.0, libFS-1.0.2,
  libelf-0.8.12, libextractor-0.5.23, libiconv-1.13.1, librep-0.90.0,
  lynx-2.8.7rel1, mined-2000.15.4, modular-xorg-server-1.6.2,
  opal-3.6.4, ptlib-2.6.4, rep-gtk-0.18.6r2, rhythmbox-0.12.3,
  sawfish-1.5.0, stella-2.8.4, zile-2.3.8.
2009-07-08 08:22:26 +00:00
sno
3bc9261c29 Updated devel/p5-Module-ScanDeps to 0.91 2009-07-08 08:21:43 +00:00
sno
81925fbf9b Updating package for p5 module Module::ScanDeps from 0.90 to 0.91
Setting license

Upstream changes:
[Changes for 0.91 - 2009-06-22]
* Add special case for Tk's setPalette call (Christoph Lamprecht)
2009-07-08 08:21:28 +00:00
sno
1e529d5471 Updated devel/p5-File-ChangeNotify to 0.07 2009-07-08 08:20:24 +00:00
sno
ab3eccb891 Updating package for p5 module File::ChangeNotify from 0.06 to 0.07
Upstream changes:
0.07   2009-06-29

- Fixed a typo in File::ChangeNotify::Watcher that causes a warning
  with newer versions of Moose. Reported by David Raab. Fixes RT
  #47431.
2009-07-08 08:14:40 +00:00
sno
22e561b2bf Updated devel/p5-Devel-StackTrace to 1.2100 2009-07-08 08:11:23 +00:00
sno
5f16f19562 pkgsrc changes:
- Updating package for module Devel::StackTrace from 1.20 to 1.21
  - Adjusting meta information:
    * license to ${PERL5_LICENSE}
    * module type to Module::Build
    * remove dependency to devel/p5-Test-Simple - desired version is in
      perl core

Upstream changes:
1.21  Jul 1, 2009

- Overloaded objects which didn't provide a stringification method
  cause Devel::StackTrace to die when respect_overload was
  true. Reported by Laurent Dami. RT #39533.

- Added a frame_filter option which allows for fine-grained control
  over what frames are included in a trace. Based on (but expanded)
  from a patch proposed by Florian Ragwitz. RT #47415.
2009-07-08 08:10:23 +00:00
sno
79147e5cd3 Updated devel/p5-B-Hooks-OP-Check to 0.18 2009-07-08 08:04:52 +00:00
sno
192e730639 pkgsrc changes:
- Updating package for p5 module B::Hooks::OP::Check from 0.17 to 0.18
  - Setting license to ${PERL5_LICENSE} and adjusting dependency to
    ExtUtils::Depends

Upstream changes:
0.18  Mon, 06 Jul 2009 14:39:25 +0200
  * Require ExtUtils::Depends 0.302, which fixes linking problems on strawberry
    perl.
2009-07-08 08:03:57 +00:00
sno
c8c5e6f8c3 Updated converters/p5-JSON-Any to 1.21 2009-07-08 07:57:40 +00:00
abs
cdab3733ce Add 26 to PYTHON_VERSIONS_ACCEPTED 2009-07-08 07:57:31 +00:00
sno
8d950a9557 pkgsrc changes:
- Updating package for p5 module JSON::Any from 1.19 to 1.21
  - Adjusting license according to META.yml
  - Adjusting dependency to JSON::XS according to Makefile.PL

Upstream changes:
1.21    2009-07-03
        * Update JSON::XS boolean support; it provides true/false methods (semifor)
        * Added a workaround for handlers that fail to decode bare true/false values (semifor)

1.20    2009-07-02
        * Re-work things so that deprecated modules just warn but aren't actually excluded (perigrin)
        * Improve the warnings when things go awry (semifor)
2009-07-08 07:56:40 +00:00
sno
d57ff36c7f remove done task cvs2svn-2.2.0 2009-07-08 07:50:43 +00:00
taca
a13bdb9fe0 Fix distinfo. 2009-07-08 07:42:04 +00:00
sno
ff88782ff0 Updated time/p5-DateTime-Locale to 0.43 2009-07-08 07:41:25 +00:00
sno
35cec1175d Updating package for p5 module DateTime::Locale from 0.42 to 0.43 and
set license to ${PERL5_LICENSE} according to META.yml

Upstream changes:
0.43   2009-06-30

- Based on CLDR 1.7.1, which includes support for several new
  languages, as well as lots of changes.
2009-07-08 07:40:45 +00:00
sno
5a3af4ff42 Updated time/p5-DateTime-Format-Pg 2009-07-08 07:34:27 +00:00
sno
4e2a575977 Updating package for p5 module DateTime::Format::Pg from 0.16003 to 0.16004
Set license to ${PERL5_LICENSE} according to META.yml

Upstream changes:
0.16004  Mon Jul 06 12:00:00 2009
    - Ship with proper META.yml (rt #47604)
2009-07-08 07:33:27 +00:00
tnn
e5d107158d Updated misc/dvtm to 0.5.2 2009-07-08 06:28:54 +00:00
tnn
24e362a2f6 Update to dvtm-0.5.2 (patch from maintainer in private mail).
While here set a proper LICENSE (dvtm is under MIT/X license).

Changes:
 o compile fix for Mac OS X
 o optional beep on terminal bell (enable it per window with MOD+B)
 o the whole screen redraw command which is now by default associated
   with MOD+r reads the terminal size and adjust the working area
   accordingly
2009-07-08 06:28:22 +00:00
hasso
6e4ce72e77 Updated sysutils/pciutils to 3.1.3. 2009-07-08 06:10:51 +00:00
hasso
f1f46c6736 Update to 3.1.3. Upstream changes:
2009-07-04  Martin Mares <mj@ucw.cz>

        * Released as 3.1.3.

        * Updated pci.ids to the current snapshot of the database.

        * The VPD parser now reports unknown and vendor-defined items
        properly. It also stops on any item in unknown format, avoiding long
        output on bogus VPD data. Thanks to Ben Hutchings and Matthew Wilcox.

        * The MSI-X table size now matches the spec. Thanks to Michael S.
        Tsirkin.

        * The Power Management capability now includes the soft reset bit.
        Thanks to Yu Zhao.

        * Decoding of the Advanced Features capability has been added.
        Thanks to Yu Zhao.

        * The whole package compiles on GNU/kFreeBSD again.

        The following patches have been contributed by Matthew Wilcox:

        * The procfs back-end is able to cope with /proc/bus/pci
        containing names with domains, which occur on sparc64 and
        possibly other architectures due to a kernel bug.

        * The sysfs back-end no longer complains when a slot address
        is missing, which happens with old versions of Linux fakephp.

        * The Device Serial Number capability is printed in the right
        byte order.

        * The MSI and MSI-X capabilities are printed in a prettier way.

        * The tree output mode (`lspci -t') shows domain numbers only
        at the root, which makes the output more compact.

        * Updated documentation on the bus mapping mode (`lspci -M').

2009-02-01  Martin Mares <mj@ucw.cz>

        * Released as 3.1.2.

        * Fixed another silly bug in the command-line parser of setpci.

2009-01-30  Martin Mares <mj@ucw.cz>

        * Released as 3.1.1.

        * Updated pci.ids to the current snapshot of the database.

        * The configure script now sets LC_ALL to avoid being fooled by
        locale-dependent behavior of `tr'.

        * The command-line parser of setpci did sometimes segfault on invalid
        input. Thanks to Andreas Wiese for a fix.

2009-01-18  Martin Mares <mj@ucw.cz>

        * Released as 3.1.0.

        * Updated pci.ids to the current snapshot of the database.

        * The Cygwin backend now works on Windows Vista. Thanks to Jonathan
        Kotta.

        * Fixed a bug in decoding of the SR-IOV capability. Patch by Yu Zhao.

        * Details of some PCIe capabilities are displayed only with -vv.

        * When a BAR is reported by the OS, but not by the device (i.e.,
        it is marked as [virtual] in lspci), the [disabled] flag is
        suppressed, because it does not make sense in such cases.
        Patch by Yu Zhao.

2008-12-13  Martin Mares <mj@ucw.cz>

        * The source code of lspci has been split to multiple files, hopefully
        making it easier to maintain.

        * The library and lspci now know about physical slot names. So far,
        they are provided by the sysfs back-end only. Thanks go to Alex Chiang.

        * When a device has the VPD (Vital Product Data) capability and the
        VPD data are supplied by the OS, they are decoded and printed in the
        verbose mode. This currently works only on Linux with the sysfs
        back-end. Thanks to Ben Hutchings of Solarflare for the patch.

        * `setpci --version' now works properly.

        * `setpci --dumpregs' prints a table of all known names of
        registers and capabilities. This replaces the table of registers
        in the setpci man page.

        * The dry-run mode of setpci gives better feedback.

        * The setpci utility is now able to address registers stored in PCI
        capabilities (actually it allows a more general form of relative
        addressing).

        * The library has gained functions for working with PCI capabilities.

        * Address Translation Services capability is now decoded. Patch by
        Yu Zhao.

2008-11-09  Martin Mares <mj@ucw.cz>

        * Released as 3.0.3.

        * `lspci -k' now displays the subsystem ID, too. This makes `-k'
        show everything needed to identify the device and the available
        drivers, which was called for by many users.

        * Fixed spelling of MSI. Patch by Matthew Wilcox.

        * Better support for cross-compilation. Thanks to Alon Bar-Lev
        for the patch.

        * Fixed printing of the AER capability. Patch by Max Asbock.

        * HT 1.02 capabilities are decoded as HT 1.03. Suggested by
        Carl-Daniel Hailfinger.

        * Fixed Cygwin build. Thanks to Steve Elliott for reporting the bug.

        * Updated pci.ids to the current snapshot of the database.
2009-07-08 06:00:47 +00:00
hasso
ea249ab0e5 Make it build with Qt 4.5.2 - ActiveQt seems (no changelog entry or smth)
to be under open source license now.
2009-07-08 05:41:29 +00:00