Commit graph

144545 commits

Author SHA1 Message Date
minskim
220f4a0334 Update emacs-snapshot to 23.0.95.20090703.
Changes:
* configure.in: Restore netbsd on mips, mipsel, mipseb.
* make-dist
  (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
  (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
  No longer make links.
* make-dist (tempdir): Don't create directories preferences.gorm
  and preferences.nib, they are no longer required.
* configure.in: Delete mac-fix-env target, which has been
  removed (Bug#3531).
2009-07-08 13:32:39 +00:00
minskim
c8a7d69055 Uncompress .xz using xzcat. 2009-07-08 13:27:52 +00:00
sno
e2a4ae3030 Added time/p5-Template-Plugin-DateTime version 0.06.001 2009-07-08 12:54:57 +00:00
sno
e4884375e0 Importing package for p5 module Template::Plugin::DateTime version 0.06.001
A Template Plugin To Use DateTime Objects.
2009-07-08 12:53:53 +00:00
sno
feeae8407c Added textproc/p5-XML-LibXML-Simple version 0.13 2009-07-08 12:52:17 +00:00
minskim
e6640de170 Add xzcat as a tool and update lzcat's TOOLS_DEPENDS to avoid conflicts.
archivers/xz provides both lzcat and xzcat.
2009-07-08 12:51:16 +00:00
sno
4b80a4f2bc Importing package for p5 module XML::LibXML::Simple version 0.13.
This module is a blunt rewrite of XML::Simple (by Grant McLean) to use the
XML::LibXML parser for XML structures, where the original uses plain Perl
or SAX parsers.
2009-07-08 12:51:06 +00:00
sno
08c43ac676 Added textproc/p5-Template-Plugin-YAML version 1.23 2009-07-08 12:49:35 +00:00
sno
dd2ec7facf Importing package fpr p5 module Template::Plugin::YAML version 1.23.
This is a simple Template Toolkit Plugin Interface to the YAML module.
2009-07-08 12:47:58 +00:00
sno
0f23c76288 Updated graphics/p5-RRDTool-OO to 0.25 2009-07-08 12:43:56 +00:00
sno
e4646171ef Updating package fot p5 module RRDTool::OO from 0.22nb1 to 0.25
Setting license to ${PERl5_LICENSE}

Upstream changes:
0.25 (04/25/2009)
    (ms) Applied patch by Christian Dengler, adding the 'hrule' graph
         parameter and increasing the sleep time in 002Pod.t to two
         secs to prevent system clock inacurracies from causing
         test failures.

0.24 (04/02/2009)
    (ms) Added support for capturing PRINT output as suggested by
         Peter Mistich. print_output() now returns a ref to an array
         with the output of the last graph() command's PRINT output.

0.23 (02/05/2009)
    (ms) update() now accepts DateTime objects as well (suggested by
         Jay Buffington)
    (ms) [rt.cpan.org #43011] Fixed rounding error on 64-bit systems
         reported by Todd E. Rinaldo
2009-07-08 12:43:43 +00:00
minskim
4859e2eba3 Note PKGREVISION bump of tex-lm. 2009-07-08 12:38:03 +00:00
minskim
3ad5c3f128 Correct CONFLICTS. Noted by Joern Clausen.
Bump PKGREVISION.
2009-07-08 12:37:23 +00:00
reed
f371e7a0fe Mention this is documentation in the COMMENT. 2009-07-08 12:16:45 +00:00
sno
ec1d571ca7 Updated www/p5-Catalyst-Plugin-Session-Store-DBIC to 0.10 2009-07-08 12:00:05 +00:00
sno
7a11a63d70 Updating package for p5 module Catalyst::Plugin::Session::Store::DBIC
from 0.09 to 0.10
Adjusting dependencies

Upstream changes:
0.10  Tue Jul  7 13:00:27 CEST 2009
        - Depend on a recent Store::Delegate for the NEXT -> MRO::Compat
          switch.
2009-07-08 11:59:53 +00:00
sno
3a7f243c94 Updated www/p5-Catalyst-Devel to 1.19 2009-07-08 11:54:58 +00:00
sno
9a3d1fa691 Updating package for p5 module Catalyst::Devel from 1.18 to 1.19
Upstream changes:
1.19    2009-06-29 00:36:50
        - Update Module::Install to a version that doesn't screw up
          auto_install anymore (Closes: RT#45784).
        - Generate Makefile.PLs with unix-paths, even on windows (Closes:
          RT#46059).
2009-07-08 11:54:41 +00:00
sno
fd8d1c0ab2 Updated www/p5-Catalyst-Plugin-ConfigLoader to 0.24 2009-07-08 11:51:28 +00:00
sno
9639cab51e Updating package for p5 module Catalyst::Plugin::ConfigLoader from 0.23
to 0.24

Upstream changes:
0.24  Mon Jun 29 2009
    - Add an __ENV(foo)__ macro + tests (Stuart Watt)
    - Document CATALYST_CONFIG_LOCAL_SUFFIX and MYAPP_LOCAL_CONFIG_SUFFIX
      much better (Louis Erickson)
    - Fix so that having CATALYST_CONFIG_LOCAL_SUFFIX set in $ENV{} doesn't
      cause the tests to break.
2009-07-08 11:51:17 +00:00
sno
b3a5b9dd16 Updated www/p5-Catalyst-Runtime to 5.80007 2009-07-08 11:46:50 +00:00
sno
22a6e53ca3 Updating package for Catalyst::Runtime from 5.80005 to 5.80006
Adjusting dependencies

Upstream changes:
5.80007 2009-06-30 23:54:34

  Bug fixes:
       - Don't mangle query parameters passed to uri_for
         - Tests for this (Byron Young + Amir Sadoughi)
       - Inherited controller methods can now be specified in
         config->{action(s)}
       - Assigning an undef response body no longer produces warnings
       - Fix C3 incompatibility bug caused if you use Moose in MyApp.pm and
         add Catalyst to the right hand side of this in @ISA.
       - Make Catalyst.pm implement the Component::ApplicationAttribute
         interface so defining actions in MyApp.pm works again, if the
         actions have attributes that cause $self->_application to be used
         (like ActionClass).

  New features:
       - Add optional second argument to uri_with which appends to existing
         params rather than replacing them. (foo=1 becomes foo=1&foo=2 when
         uri_with({ foo => 2 }, { mode => 'append' }) is called on a foo=1
         URI.

5.80006 2009-06-29 23:37:47

  Bug fixes:
        - Revert change to URL encode things passed into $c->uri_for
          Args and CaptureArgs as this causes breakage to pre-existing
          applications.
        - Remove use of Test::MockObject as it doesn't install from CPAN
          in some environments.
        - Remove use of dclone to deep copy configs and replace with
          Catalyst::Utils::merge_hashes which has the same effect, of
          ensuring child classes don't inherit their parent's config,
          except works correctly with closures.
        - Add Class::C3::reinitialize into Catalyst::Test to avoid weird
          bugs in ctx_request (bokutin in RT#46459)
        - Fix issues with _parse_PathPrefix_attr method in Catalyst::Controller
          (jasonk in RT#42816)
        - Fix bugs with action sorting:
          - Path actions sorted so that the most specific wins.
          - Action methods named default and index fixed.

  New features:
        - Use ~ as prefix for plugins or action classes which are located in
          MyApp::Plugin / MyApp::Action (mo)
        - Controller methods without attributes are now considered actions if
          they are specified in config->{action(s)} (mo)
        - Add Catalyst::Component::ContextClosure as an easy way to create code
          references, that close over the context, without creating leaks.

   Refactoring / cleanups:
        - Clean namespaces in Catalyst::Exception*.
        - Turn Catalyst::Exception into an actual class and make the throw
          method create instances of it. They can still be used as normal
          strings, as before, as they are overloaded to stringify to their
          error message.
        - Add a rethrow method to Catalyst::Exception.
        - Add Catalyst::Exception::Detach and ::Go, and refactor detach() and
          go() to use them instead of magic, global strings.
          Fixes RT#47366
        - Clean up getting metaclass instance and making app class immutable
          again in Catalyst::Test
2009-07-08 11:46:32 +00:00
sno
330e7f3278 Added textproc/p5-String-RewritePrefix version 0.004 2009-07-08 11:34:37 +00:00
sno
ec30b9c6dd 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
a6f1f0dc4c Updated textproc/p5-Text-Reflow to 1.07 2009-07-08 11:24:39 +00:00
sno
eecf1c86b2 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
955c2dbf23 Add 26 to PYTHON_VERSIONS_ACCEPTED 2009-07-08 11:21:22 +00:00
sno
c94f0c2d99 Updated textproc/p5-Text-RewriteRules to 0.21 2009-07-08 11:16:18 +00:00
sno
ed0ba4c56b 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
270de13a16 Updated textproc/p5-Text-SimpleTable to 1.2 2009-07-08 11:10:26 +00:00
sno
5618984f01 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
2c067c7bab Updated security/p5-Crypt-DH to 0.06nb2 2009-07-08 11:03:35 +00:00
sno
3caeee231b - 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
c60d152725 Added math/p5-Math-BigInt-Pari version 1.13 2009-07-08 10:26:47 +00:00
sno
dd4a6047c7 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
086a8cbf07 Updated net/p5-NetAddr-IP to 4.027 2009-07-08 10:07:32 +00:00
sno
14e7768c11 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
3c99701962 Updated net/p5-Net-Write to 1.05 2009-07-08 09:58:40 +00:00
sno
70c5b0bd57 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
9bd5fd146a Updated net/p5-Net-OpenID-Consumer to 1.03 2009-07-08 09:50:25 +00:00
sno
121fbf78db 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
173ec625b9 Updated misc/p5-Locale-libintl to 1.20 2009-07-08 09:38:40 +00:00
sno
6da9e720a5 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
890667e95a Add 26 to PYTHON_VERSIONS_ACCEPTED 2009-07-08 08:44:36 +00:00
sno
af88602982 Updated devel/p5-Variable-Magic to 0.36 2009-07-08 08:39:17 +00:00
sno
8c255c6391 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
6df2ce1df1 Updated devel/p5-MooseX-Emulate-Class-Accessor-Fast to 0.00901 2009-07-08 08:34:38 +00:00
sno
d2a1b4715d 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
89cb3624a3 Updated devel/p5-MooseX-Params-Validate to 0.12 2009-07-08 08:30:55 +00:00
sno
354a18c1ea 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