Commit graph

183364 commits

Author SHA1 Message Date
he
5e03e29de1 Note update of lang/parrot to 3.11.0. 2012-03-08 14:10:39 +00:00
he
8586244945 Update parrot to version 3.11.0.
Upstream changes:

- Core
   + packfile api and pbc handling improvements
   + smarter recursion tracking across threads
   + new "pop_upto_eh" op for finer-grained exception handling
   + subroutine-level profiling runcore cleanups
   + improved window support
- Languages
   + new math builtins in winxed (abs, sinh, cosh and tanh)
   + better inline support in winxed
   + squaak improvements (sub as expression, new read() builtin)
- Documentation
   + many new man pages thanks to gci students
- Tests
   + updated example code for FileHandle and Iterator
   + coding standards fixes
2012-03-08 14:10:12 +00:00
he
3fe9674a02 Note update of lang/parrot to 3.10.0. 2012-03-08 13:51:30 +00:00
wiz
c68ae2ff2b - correct release date of FFmpeg 0.8.10;
- move modular-xorg-server entry for sorting purposes.
from Bug Hunting
2012-03-08 12:15:47 +00:00
wiz
621fdab8f8 + imake-1.0.5, libXScrnSaver-1.2.2, libXcursor-1.1.13, libXdmcp-1.1.1,
libXext-1.3.1, libXft-2.3.0, libXi-1.6.0, libXinerama-1.1.2,
  libXpm-3.5.10, libXrender-0.9.7, libXres-1.0.6, libXt-1.1.2,
  libXtst-1.2.1, libXv-1.0.7, libXvMC-1.0.7, libXxf86dga-1.1.3,
  libXxf86vm-1.1.2, libxkbfile-1.0.8, makedepend-1.0.4, oto-0.5,
  wine-1.4.
2012-03-08 12:13:10 +00:00
wiz
575ac5da1e From Bug Hunting:
add_todo.1:
- improve wording;
- update doc/TODO example;
- remove trailing white space.

obsolete_todo.1:
- improve wording;
- add a missing empty line;
- fix macro usage.

Further changes by myself, including date bump.
2012-03-08 12:11:55 +00:00
wiz
8b82e3fb8f Update for new python default version. Bump PKGREVISION. 2012-03-08 11:44:43 +00:00
wiz
981ef6e88d Update python default version to 2.7, per announcement on pkgsrc-users
last week.
2012-03-08 11:44:06 +00:00
wiz
fe2cd4ae63 Recognize python2.7. Bump PKGREVISION. 2012-03-08 11:43:47 +00:00
fhajny
73d7817cdc Added graphics/p5-GraphViz2 and dependencies 2012-03-08 11:39:52 +00:00
fhajny
161f2739a1 Import p5-GraphViz2-1.12 as graphics/p5-GraphViz2.
This module provides a Perl interface to the amazing Graphviz, an open source
graph visualization tool from AT&T.

It is called GraphViz2 so that pre-existing code using (the Perl module)
GraphViz continues to work. GraphViz2 V 1 is not backwards compatible with
GraphViz V 2, despite the considerable similarity.
2012-03-08 11:31:31 +00:00
fhajny
57bce12096 Import p5-Text-Xslate-1.5.7 as textproc/p5-Text-Xslate.
Xslate is a template engine, tuned for persistent applications, safe
as an HTML generator, and with rich features.
2012-03-08 11:30:01 +00:00
fhajny
4d9508df8d Import p5-HTML-Entities-Interpolate-1.04 as www/p5-HTML-Entities-Interpolate.
Call HTML::Entities::encode_entities, via a hash, within a string.
2012-03-08 11:28:25 +00:00
fhajny
6e450a23c5 Import p5-XML-Tiny-2.06 as textproc/p5-XML-Tiny.
XML::Tiny is a simple lightweight parser for a subset of XML.
2012-03-08 11:26:53 +00:00
fhajny
3ee61c3336 Import p5-XML-Bare-0.47 as textproc/p5-XML-Bare.
This module is a 'Bare' XML parser. It is implemented in C. The parser itself
is a simple state engine that is less than 500 lines of C. The parser builds
a C struct tree from input text. That C struct tree is converted to a Perl
hash by a Perl function that makes basic calls back to the C to go through
the nodes sequentially.
2012-03-08 11:26:03 +00:00
fhajny
d450e2ee76 Import p5-Tie-Function-0.02 as devel/p5-Tie-Function.
Tie::Function simplifies wrapping functions in tied hash syntax
so they can be interpolated in double-quoted literals without
messy intermediate variables.
2012-03-08 11:25:09 +00:00
fhajny
74e761bea4 Import p5-Set-Array-0.24 as devel/p5-Set-Array.
Set::Array allows you to create arrays as objects and use OO-style methods on
them. Many convenient methods are provided here that appear in the FAQ's, the
Perl Cookbook or posts from comp.lang.perl.misc. In addition, there are Set
methods with corresponding (overloaded) operators for the purpose of Set
comparison, i.e. +, ==, etc.

The purpose is to provide built-in methods for operations that people are
always asking how to do, and which already exist in languages like Ruby. This
should (hopefully) improve code readability and/or maintainability. The other
advantage to this module is method-chaining by which any number of methods may
be called on a single object in a single statement.
2012-03-08 11:24:17 +00:00
obache
14cfc8425a fixes PLIST for linux-x86_64. 2012-03-08 11:24:01 +00:00
fhajny
359ed20cfe Import p5-Log-Handler-0.72 as devel/p5-Log-Handler.
The 'Log::Handler' is a object oriented handler for logging, tracing and
debugging. It is very easy to use and provides a simple interface for
multiple output objects with lots of configuration parameters. You can
easily filter the amount of logged information on a per-output base,
define priorities, create patterns to format the messages and reload the
complete logging machine.
2012-03-08 11:23:30 +00:00
fhajny
3765ea0404 Import p5-Hash-FieldHash-0.12 as devel/p5-Hash-FieldHash.
Hash::FieldHash provides the field hash mechanism which supports
the inside-out technique.
2012-03-08 11:21:35 +00:00
fhajny
7587b13939 Import p5-Data-MessagePack-0.39 as devel/p5-Data-MessagePack.
This module converts Perl data structures to MessagePack and vice versa.
2012-03-08 11:20:57 +00:00
fhajny
bed542df73 Import p5-Config-Properties-1.73 as devel/p5-Config-Properties.
Config::Properties is a near implementation of the java.util.Properties API.
It is designed to allow easy reading, writing and manipulation of Java-style
property files.
2012-03-08 11:20:04 +00:00
hans
5e033e8623 Fix build on SunOS. 2012-03-08 10:35:24 +00:00
shattered
5d74cfb726 Update home page URL. 2012-03-08 10:26:08 +00:00
he
2e1db439aa Update parrot to version 3.10.0. Subsequent updates to follow...
Pkgsrc changes:
 * Adapt to changes in list of installed files
 * Remove a now-irrelevant patch, add another as a workaround
   for a timing-dependent patch (done differently in later revisions)

Upstream changes:

- Core
   + The mark VTABLE was added to the Select PMC
   + The Parrot::Embed Perl 5 module was removed from parrot.git and now lives
     at https://github.com/parrot/parrot-embed
   + A set_random method was added to the Integer PMC, so random numbers can
     be generated without needing to load math dynops
   + A new implementation of green threads was added to Parrot, in preparation
     for a robust hybrid threading system. Green threads are currently
     not available on Windows.
- Languages
   + Winxed
     - 'multi' modifier improved
     - throw "string" now emits throw instead of die
     - several optimizations in generated code
     - improved some error dianostics
- Community
   + Parrot Foundation was accepted to Google Code-In 2011. We
     could always use more volunteers.  Task ideas are on the wiki:
         https://github.com/parrot/parrot/wiki/Google-Code-In-Task-Ideas
- Documentation
- Tests
   + Added tests for recently-fixed bugs using return :flat and
     ResizableStringArrays.
2012-03-08 10:11:23 +00:00
sno
5ccc83e28a Updated devel/p5-Class-Load-XS to 0.04 2012-03-08 10:07:53 +00:00
sno
2570856f71 Updating package for CPAN distribution Class::Load::XS in
devel/p5-Class-Load-XS from 0.03 to 0.04.

pkgsrc changes:
- adjust dependencies according to distributions meta information

Upstream changes:
0.04     2012-02-08
- Some small test changes for the latest Module::Implementation and
  Class::Load. There is no need to upgade if you have 0.03 installed.
2012-03-08 10:07:43 +00:00
sno
f221260505 Updated devel/p5-Class-Load to 0.18 2012-03-08 10:03:52 +00:00
sno
f47ff8d35c Updating package for CPAN distribution Class::Load in devel/p5-Class-Load
from 0.13 to 0.18.

pkgsrc changes:
- adjusting dependencies according to distribution meta information

Upstream changes:
0.18     2012-02-18
- Require Package::Stash 0.14+. Fixes RT #75095. Reported by Zefram.

0.17     2012-02-12
- A bug in Class::Load caused test failures when Module::Runtime 0.012 was
  used with Perl 5.8.x. Reported by Zefram. RT #74897. ( Jesse Luehrs )

0.16     2012-02-12
- Require Module::Runtime 0.012, which has a number of useful bug fixes.

0.15     2012-02-08
- Small test changes to accomodate latest version of
  Module::Implementation. There's no need to upgrade if you're already using
  0.14

0.14     2012-02-06
- Use Module::Implementation to handle loading the XS or PP versions of the
  code. Using this module fixes a few bugs.
- Under taint mode, setting an implementation in the CLASS_LOAD_IMPLEMENTATION
  env var caused a taint error.
- An invalid value in the CLASS_LOAD_IMPLEMENTATION env var is now detected
  and reported immediately. No attempt is made to load an invalid
  implementation.
2012-03-08 10:03:42 +00:00
sno
75f1aca01c Added devel/p5-Module-Implementation version 0.06 2012-03-08 09:58:52 +00:00
sno
d16c5d5274 Importing package for CPAN distribution Module::Implementation
version 0.06 into devel/p5-Module-Distribution as requirement
for scheduled update of devel/p5-Class-Load to 0.18.

This module abstracts out the process of choosing one of several
underlying implementations for a module. This can be used to provide
XS and pure Perl implementations of a module, or it could be used to
load an implementation for a given OS or any other case of needing
to provide multiple implementations.

This module is only useful when you know all the implementations ahead
of time. If you want to load arbitrary implementations then you
probably want something like a plugin system, not this module.
2012-03-08 09:58:30 +00:00
sno
847a78e36d Updated devel/p5-Module-Runtime to 0.013 2012-03-08 09:54:51 +00:00
sno
18391813ea Updating package for CPAN distribution Module::Runtime in
devel/p5-Module-Runtime from 0.011 to 0.013.

pkgsrc changes:
- remove dependency to devel/p5-Params-Classify

Upstream changes:
version 0.013; 2012-02-16
  * fix false failure of the test for lack of unintended dependencies
    that occurred on systems using a sitecustomize.pl

version 0.012; 2012-02-12
  * work around Perl core bug [perl #68590] regarding leakage of %^H
    into modules being loaded
  * work around Perl core bug that made a failed module loading appear
    successful when re-requiring the same module
  * duplicate is_string() from Params::Classify, rather than importing it,
    to avoid circular dependency problems (affecting both installation
    and runtime)
  * duplicate minimal exporting behaviour from Exporter, and avoid using
    the "feature", "warnings", "strict", and "parent" pragmata, to allow
    for possible future use of this module by any infrastructure module
  * document core bug workarounds
  * document module name syntax more prominently, and discuss the state
    of Unicode handling
  * tweak documentation of use_package_optimistically()
  * test behaviour with tainted module name
  * test lack of unwanted eval frame around require
  * give test modules more meaningful names
  * convert .cvsignore to .gitignore
2012-03-08 09:54:41 +00:00
wiz
026a75b9f0 Removed audio/easytag-current successor audio/easytag 2012-03-08 09:51:01 +00:00
wiz
87eb55af70 Remove easytag-current, easytag is newer. 2012-03-08 09:50:26 +00:00
wiz
0f8c418705 Updated audio/easytag to 2.1.7 2012-03-08 09:49:36 +00:00
wiz
21ac53003a Update to 2.1.7, the new stable version. Changes compared to
easytag-current (2.1.6):

2.1.7 - Jan 14th, 2012 :
========================
    * Gaute Amundsen's ConfirmWhenUnsavedFiles.patch
    * Mark Ferry's albumartist patch for ogg and flac
    * Götz Waschk's update for German translation
    * Kip's optimized base64 decoder for album art
    * Updated contributor credits
    * Debianized
    * Updated version to 2.1.7
2012-03-08 09:49:25 +00:00
sno
3213bfede8 Updated devel/p5-Const-Fast to 0.011 2012-03-08 09:39:55 +00:00
sno
51f9fc9950 Updating package for CPAN distribution Const::Fast in devel/p5-Const-Fast
from 0.009 to 0.011.

Upstream changes:
0.011     2012-02-24 22:48:26 Europe/Amsterdam
          Accept references to references as subject
          Really fix compatibility with Carp 1.25

0.010     2012-02-04 12:54:09 Europe/Amsterdam
          Fix compatibility with dotted Carp (1.25?)
2012-03-08 09:39:46 +00:00
wiz
6e07b9fa58 Updated graphics/gif2png to 2.5.6 2012-03-08 09:39:12 +00:00
wiz
db2f1cf037 Update to 2.5.6:
* 2.5.6 @ 2012-03-07
  Fix patch for builing with png-1.5, by Thomas Klausner <tk@giga.or.at>.
  Blink production for visual checking in the regression-test suite.
2012-03-08 09:39:03 +00:00
sno
780cf77289 Updated devel/p5-Devel-Declare to 0.006011 2012-03-08 09:35:19 +00:00
sno
a74238f4d4 Updating package for CPAN distribution Devel::Declare in
devel/p5-Devel-Declare from 0.006008 to 0.006011.

Upstream changes:
0.006011 - 22 Feb 2012
  - In XS, use PERL_NO_GET_CONTEXT for efficiency.
  - Avoid using Test::Warn, which has previously been a troublesome
    dependency.

0.006010 - 07 Feb 2012
  - Fix workaround for unexported core symbols to avoid breaking
    compilation on non-threading builds of Perl 5.8.
  - Set permissions on .perldb file created during test, to avoid
    "insecure rcfile" warning.

0.006009 - 01 Feb 2012
  - Be adaptive about whether to delete the line reallocation filter,
    so as to play as nicely as possible with other kinds of source filter.
  - Document that injecting newlines doesn't work.
  - Fix a C declaration after statement, which broke compatibility with
    older compilers (Jan Dubois).
  - Partially work around unexported core symbols affecting Perl 5.8 on
    Windows (David Bouyssie).
  - Jump through some hoops to avoid compiler warnings.
2012-03-08 09:35:10 +00:00
sno
39df64d085 Updated devel/p5-CPAN-Perl-Releases to 0.44 2012-03-08 09:30:06 +00:00
sno
f706db5ee1 Updating package for CPAN module CPAN::Perl::Releases in
devel/p5-CPAN-Perl-Releases from 0.42 to 0.44.

Upstream changes:
==============================
2012-02-20 18:54:37 +0000 0.44
==============================
    Updated for v5.15.8
2012-03-08 09:29:56 +00:00
sno
10ad977981 Updated devel/p5-CPAN-Reporter to 1.2005 2012-03-08 09:24:24 +00:00
sno
95b7af45ba Updating package for CPAN distribution CPAN::Reporter in
devel/p5-CPAN-Reporter from 1.2002 to 1.2005.

Upstream changes:
1.2005    2012-03-02 13:21:36 EST5EDT
  [BUG FIXES]
  - Canonicalise the config path returned by bsd_glob [rt.cpan.org #70504]
    [Kent Fredric]

1.2004    2012-02-13 16:25:07 EST5EDT
  [BUG FIXES]
  - Fix bug in testing tilde expansion on Windows
    [rt.cpan.org #72051]

1.2003    2011-12-06 11:07:04 EST5EDT
  [BUG FIXES]
  - Fix bug in transport class validation to allow multi-level
    class names [rt.cpan.org #73045]
2012-03-08 09:24:14 +00:00
shattered
0b500291fd PR/40020 -- provide laptop_portable::has_software_suspend(). This stops
the crash in kcontrol and allows battery monitor to work.
2012-03-08 09:07:28 +00:00
sno
9567910f7c Updated devel/p5-CPAN-Meta to 2.120630 2012-03-08 09:01:31 +00:00
sno
5ddc8a3d31 Updating package for CPAN module CPAN::Meta in devel/p5-CPAN-Meta from
2.120351 to 2.120630.

Upstream changes:
2.120630  2012-03-03 14:48:35 EST5EDT
  [BUGFIX]
  - CPAN::Meta::Requirements now ensures that dotted-decimal versions are
    represented in normalized form when stringified.  This fixes a
    regression in META conversion in 2.120620.
    [Reported by Kent Fredric; fixed by David Golden]

2.120620  2012-03-02 12:28:59 EST5EDT
  [ADDED]
  - CPAN::Meta::Requirements::add_string_requirements allows building
    a requirements specification piecemeal [Cory G. Watson]

  [BUGFIX]
  - Version range handling fixed [rt.cpan.org #75424]

  - CPAN::Meta::Converter handles bad version strings more gracefully,
    truncating alphanumerics and otherwise falling back to "0".  This
    is likely better than dropping a prerequisite or dying.
    [rt.cpan.org #75427]

2.120530  2012-02-22 16:15:31 EST5EDT
  [OTHER]
  - Dialed back perl prereq to 5.006
2012-03-08 09:01:22 +00:00