Commit graph

18497 commits

Author SHA1 Message Date
sno
208fc4f7b7 Added devel/p5-Dist-Zilla version 4.300020 2012-07-05 17:14:14 +00:00
sno
ad551ac89b Importing package for Perl 5 module Dist::Zilla version 4.300020 from
CPAN into devel/p5-Dist-Zilla.

Dist::Zilla builds distributions of code to be uploaded to the CPAN.
In this respect, it is like ExtUtils::MakeMaker, Module::Build, or
Module::Install. Unlike those tools, however, it is not also a system for
installing code that has been downloaded from the CPAN. Since it's only
run by authors, and is meant to be run on a repository checkout rather
than on published, released code, it can do much more than those tools,
and is free to make much more ludicrous demands in terms of prerequisites.
2012-07-05 17:13:54 +00:00
sno
954f7b03ca Added devel/p5-Config-MVP-Reader-INI version 2.101461 2012-07-05 17:11:05 +00:00
sno
26c20fc8b1 Importing package for Perl 5 module Config::MVP::Reader::INI version 2.101461
from CPAN into devel/p5-Config-MVP-Reader-INI.

Config::MVP::Reader::INI reads .ini files containing MVP-style configuration.
2012-07-05 17:10:48 +00:00
sno
4fe2518323 fix missing checksum, bumping revision 2012-07-05 16:53:29 +00:00
sno
a3c851aa8a Updating package for Perl 5 module CPAN::Meta in devel/p5-CPAN-Meta from
2.120630 to 2.120921.

pkgsrc changes:
- adjust dependencies
- import split out CPAN::Meta::Requirements into
  devel/p5-CPAN-Meta-Requirements

Upstream changes:
2.120921  2012-04-01 15:20:24 Europe/Paris

  [REMOVED]

  - CPAN::Meta::Requirements has been split out into its own distribution
    so it can be used by CPAN.pm without requiring all of CPAN::Meta

2.120920  2012-04-01 11:30:43 Europe/Paris

  [ADDED]

  - CPAN::Meta::Requirements now has a 'requirements_for_module' method
    to retrieve a version requirements string for a specific module
    [Leon Timmermans]

  [OTHER]

  - Parse::CPAN::Meta prerequisite bumped to 1.4403
  - JSON::PP prerequisites bumped to 2.27200
  - CPAN::Meta::YAML prerequisite bumped to 0.008

2.120900  2012-03-30 13:15:15 Europe/Paris

  [BUGFIX]

  - CPAN::Meta::Requirements now treats undef requirements given to
    from_string_hash() as '0' and warns about it; add_string_requirements()
    dies if it does not get a requirements string to parse
2012-07-05 16:40:18 +00:00
sno
0db88475d9 fixing typo (<= into <), bumping revision 2012-07-05 16:36:45 +00:00
sno
f158bbcda3 Updating package for Perl 5 module Parse::CPAN::Meta in
devel/p5-Parse-CPAN-Meta from 1.4402 to 1.4404.

pkgsrc changes:
- updating dependencies, naming implicitely ones now

Upstream changes:
1.4404 Sun Apr 05 2012
      - Protected tests from user PERL_YAML/JSON_BACKEND

1.4403 Sun Apr 01 2012
      - Bumped prereqs: JSON::PP to 2.27200 and CPAN::Meta::YAML to 0.008
2012-07-05 16:32:41 +00:00
sno
79ff03fef5 Updating package for Perl 5 module Module::CoreList in
devel/p5-Module-CoreList from 2.57 to 2.68.

Upstream changes:
2.68 Tue Jun 19 2012
  - Updated for v5.17.1

2.67 Sat May 26 2012
  - Updated for v5.17.0

2.66 ??
  - Add the --diff option to compare two perl core modlibs

2.65 Tue Mar 20 2012
  - Update of lib/charnames

2.64 Tue Mar 20 2012
  - Update of Data::Dumper and XS::APItest

2.63 Tue Mar 20 2012
  - Update for v5.15.9

2.62 Thu Mar 15 2012
  - Separate the POD (bingos)

2.61 Fri Feb 20 2012
  - Updated for v5.15.8

2.60 Fri Jan 20 2012
  - Updated for v5.15.7

2.59 Sun Dec 20 2011
  - Updated for v5.15.6

2.58 Sun Nov 20 2011
  - Updated for v5.15.5
2012-07-05 16:18:20 +00:00
sno
f6a5895ce2 Add conflict with p5-CPAN-Meta before p5-CPAN-Meta-Requirements split out 2012-07-05 16:11:44 +00:00
sno
1056206f8a Added devel/p5-Test-File-ShareDir version 0.3.1 2012-07-05 15:55:52 +00:00
sno
0db3e673f7 Importing package for Perl 5 module Test::File::ShareDir version 0.3.1 from
CPAN into devel/p5-Test-File-ShareDir.

Test::File::ShareDir helps testing modules by mocking a ShareDir as
delivered by File::ShareDir.
2012-07-05 15:55:40 +00:00
sno
2f13c0b865 Added devel/p5-Sub-Exporter-ForMethods version 0.100050 2012-07-05 15:35:50 +00:00
sno
c5918586a5 Importing package for Perl 5 module Sub::Exporter::ForMethods version
0.100050 from CPAN into devel/p5-Sub-Exporter-ForMethods.

Sub::Exporter::ForMethods provides helper routines for using Sub::Exporter
to build methods.

It distinguish from pure Sub::Exporter by getting methods which will not
be removed by namespace::autoclean.
2012-07-05 15:35:34 +00:00
sno
03f55efe32 Added devel/p5-Perl-PrereqScanner version 1.013 2012-07-05 14:42:40 +00:00
sno
3e1970fda5 Importing package for Perl 5 module Perl::PrereqScanner version 1.013
from CPAN into devel/p5-Perl-PrereqScanner.

The scanner will extract loosely your distribution prerequisites from your
files.

The extraction may not be perfect but tries to do its best. It will
currently find the following prereqs:
    * plain lines beginning with use or require in your perl modules and
      scripts, including minimum perl version
    * regular inheritance declared with the base and parent pragmata
    * Moose inheritance declared with the extends keyword
    * Moose roles included with the with keyword
    * OO namespace aliasing using the aliased module
2012-07-05 14:42:23 +00:00
sno
747234b35d Added devel/p5-MooseX-Types-Perl version 0.101341 2012-07-05 14:27:06 +00:00
sno
c09b5c7e6c Importing Perl 5 module MooseX::Types::Perl version 0.101341 from CPAN
into devel/p5-MooseX-Types-Perl.

MooseX::Types::Perl provides Moose types for checking things (mostly
strings) against syntax that is, or is a reasonable subset of, Perl syntax.
2012-07-05 14:26:50 +00:00
sno
3e44b255ff Added devel/p5-Log-Dispatchouli version 2.005 2012-07-05 14:11:21 +00:00
sno
7ca884ed5b Importing package for Perl 5 module Log::Dispatchouli version 2.005 from
CPAN into devel/p5-Log-Dispatchouli.

Log::Dispatchouli is a thin layer above Log::Dispatch and meant to make it
dead simple to add logging to a program without having to think much about
categories, facilities, levels, or things like that. It is meant to make
logging just configurable enough that you can find the logs you want and
just easy enough that you will actually log things.

Log::Dispatchouli can log to syslog (if you specify a facility), standard
error or standard output, to a file, or to an array in memory. That last
one is mostly useful for testing.

In addition to providing as simple a way to get a handle for logging
operations, Log::Dispatchouli uses String::Flogger to process the things
to be logged, meaning you can easily log data structures. Basically:
strings are logged as is, arrayrefs are taken as (sprintf format, args),
and subroutines are called only if needed. For more information read the
String::Flogger docs.
2012-07-05 14:10:51 +00:00
sno
3fb54611d0 Updating package for Perl 5 module Log::Dispatch in devel/p5-Log-Dispatch
from 2.29 to 2.32.

pkgsrc changes:
- add missing dependency

Upstream changes:
2.32     2012-05-24

- Fix a test failure - test failed if you had 0.16 <= Sys::Syslog < 0.25
  installed.

- Added a kludgey test failure fix for failure on Cygwin. Patch by Christian
  Carey. RT #77364.


2.31     2012-05-21

- Added missing prereq - Class::Load.


2.30     2012-05-20

- Remove Sys::Syslog as a prereq, since you can use this distro perfectly well
  without it. Fixes RT #52065.

- You can now pass a subroutine reference to the sugar methods like
  $dispatch->debug() and friends. Requested by Jeffrey Thalhammer. RT #77308.

- Calling sugar methods like $dispatch->warn or $dispatch->crit did not
  normalize the log level, so the level would be passed to the outputs as
  "warn", not "warning". Reported by Karen Etheridge. RT #77203.
2012-07-05 14:06:59 +00:00
sno
78a2a52f00 Updating package for Perl 5 module Sub::Exporter in devel/p5-Sub-Exporter
from 0.9842nb2 to 0.984.

Upstream changes:
0.984     2012-06-05 07:59:40 America/New_York
          documentation fixes (thanks, GitHub user "everybody")

0.983     2011-01-24
          documentation fixes (thanks, Karen Etheridge and Luc St-Louis!)
2012-07-05 13:58:32 +00:00
sno
74859a752a Added devel/p5-Sub-Exporter-GlobExporter version 0.002 2012-07-05 13:55:55 +00:00
sno
897f1750e9 Importing Perl 5 module Sub::Exporter::GlobExporter version 0.002 from
CPAN into devel/p5-Sub-Exporter-GlobExporter.

Sub::Exporter::GlobExporter allows the glob-exporting package to be
subclassed, for for the subclass to choose to re-use the same glob
when exporting or to export a new one.
2012-07-05 13:55:41 +00:00
sno
baa245eb81 Added devel/p5-Log-Dispatch-Array version 1.001 2012-07-05 13:26:46 +00:00
sno
cd6cb63c09 Importing package for Perl 5 module Log::Dispatch::Array version 1.001
from CPAN into devel/p5-Log-Dispatch-Array.

This provides a Log::Dispatch log output system that appends logged events
to an array reference. This is probably only useful for testing the logging
of your code.
2012-07-05 13:26:30 +00:00
sno
e5e1c17f0c Added devel/p5-Hash-Merge-Simple version 0.051 2012-07-05 13:08:35 +00:00
sno
233f86f088 Importing Perl 5 module Hash::Merge::Simple version 0.051 from CPAN
into devel/p5-Hash-Merge-Simple.

Hash::Merge::Simple will recursively merge two or more hashes and return
the result as a new hash reference. The merge function will descend and
merge hashes that exist under the same node in both the left and right
hash, but doesn't attempt to combine arrays, objects, scalars, or anything
else. The rightmost hash also takes precedence, replacing whatever was in
the left hash if a conflict occurs.
2012-07-05 13:08:15 +00:00
sno
4ea16d1789 Added devel/p5-File-ShareDir-Install version 0.04 2012-07-05 12:56:40 +00:00
sno
24c4a77d14 Importing Perl 5 module File::ShareDir::Install version 0.04 from CPAN
into devel/p5-File-ShareDir-Install.

File::ShareDir::Install allows you to install read-only data files from a
distribution. It is a companion module to File::ShareDir, which allows you
to locate these files after installation.

There is a port Module::Install::Share to ExtUtils::MakeMaker with the
improvement of only installing the files you want; .svn and other
source-control junk will be ignored.
2012-07-05 12:54:55 +00:00
sno
691fabe810 Added devel/p5-Config-MVP version 2.200002 2012-07-05 12:37:04 +00:00
sno
3d8ad4c166 Importing package for Perl 5 module Config::MVP version 2.200002
from CPAN into devel/p5-Config-MVP.

MVP is a mechanism for loading configuration (or other information)
for libraries. It doesn't read a file or a database. It's a helper
for things that do.
2012-07-05 12:36:49 +00:00
sno
412cd239f1 Added devel/p5-Role-Identifiable version 0.005 2012-07-05 11:58:47 +00:00
sno
7c37065e90 Importing package for Perl 5 modules Role::Identifiable::HasIdent version
0.005 and Role::Identifiable::HasTags version 0.005 via CPAN distribution
Role-Identifiable version 0.005 into devel/p5-Role-Identifiable.

Role::Identifiable::HasIdent adds a required ident attribute that stores
a simple string, meant to identify exceptions.

Role::Identifiable::HasTags adds the ability for your class and its
composed parts (roles, superclasses) as well as instances of it to
contribute to a pool of tags describing each instance.
2012-07-05 11:58:31 +00:00
sno
a67a033592 Added devel/p5-Role-HasMessage version 0.005 2012-07-05 11:51:04 +00:00
sno
346f6dc781 Importing package for Perl 5 module Role::HasMessage version 0.005 from
CPAN into devel/p5-Role-HasMessage.

A class that includes Role::HasMessage is promising to provide a message
method that returns a string summarizing the message or event represented
by the object. It does not provide any actual behavior.
2012-07-05 11:50:48 +00:00
sno
2b1c09872e Added devel/p5-MooseX-OneArgNew version 0.002 2012-07-05 09:52:09 +00:00
sno
f1416ac036 Importing package for Perl 5 Moose Role MooseX::OneArgNew module version
0.002 into p5-MooseX-OneArgNew.

MooseX::OneArgNew lets your constructor take a single argument, which
will be translated into the value for a one-entry hashref. It is a
parameterized role with two parameters:

type
    The Moose type that the single argument must be for the one-arg form
    to work. This should be an existing type, and may be either a string
    type or a MooseX::Type.

init_arg
    This is the string that will be used as the key for the hashref
    constructed from the one-arg call to new.
2012-07-05 09:51:46 +00:00
sno
5a7c247203 Added devel/p5-CPAN-Uploader version 0.103001 2012-07-05 09:28:56 +00:00
sno
4c8561361d Importing package for CPAN module CPAN::Uploader version 0.103001 into
devel/p5-CPAN-Uploader to satisfy requirements for scheduled import of
Dist::Zilla.

Perl5 module to upload things to the CPAN without executing external
programs.
2012-07-05 09:28:41 +00:00
sno
86984eda8b Added devel/p5-CPAN-Meta-Requirements version 2.122 [sno 2012-07-05] 2012-07-05 09:06:28 +00:00
sno
f8866e5929 Importing CPAN module CPAN::Meta::Requirements version 2.122 into
devel/p5-CPAN-Meta-Requirements to satisfy upcoming import of Dist::Zilla
module.

A CPAN::Meta::Requirements object models a set of version constraints like
those specified in the META.yml or META.json files in CPAN distributions.
It can be built up by adding more and more constraints, and it will reduce
them to the simplest representation.

Logically impossible constraints will be identified immediately by thrown
exceptions.
2012-07-05 09:03:56 +00:00
prlw1
84a26ac0c3 Add dbus based py-at-spi version 2.5.3 2012-07-04 18:41:20 +00:00
prlw1
b8063bfce5 Add py-gobject3 version 3.2.2
Disable gobject-introspection in py-gobject so it can coexist with py-gobject3
2012-07-04 18:31:10 +00:00
prlw1
6ff0bea0aa Update at-spi2-atk to 2.5.3:
* Create a library (libatk-bridge), currently with atk_bridge_adaptor_init()
  and atk_bridge_adaptor_cleanup() functions, to facilitate linking directly
  into, ie GTK+ 3.

* Only register events at beginning if an AT is listening (BGO#678475).

* Use XDG_RUNTIME_DIR to hold the socket, rather than a potentially secure
  directory hard-coded under /tmp (BGO#678348).

* Fix various compiler warnings and build errors.
2012-07-04 17:45:57 +00:00
prlw1
8d35d9a194 Update at-spi2-core to 2.5.3: Fix a memory leak (BGO#678738) 2012-07-04 17:44:18 +00:00
joerg
45ec1b9464 Properly declare main. 2012-07-03 18:17:25 +00:00
drochner
2d6f055dd3 update to 4.5.4
changes:
-enhancements to the Subversion interfaces
-bugdixes
2012-07-03 18:17:04 +00:00
joerg
83678b344e Implicit int as return type is invalid in C++ 2012-07-03 18:16:35 +00:00
joerg
5dd7ec9bbb Fix build with c99 compilers 2012-07-03 18:13:47 +00:00