[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#562102: marked as done (ITP: libdist-zilla-perl -- Perl distribution builder)



Your message dated Wed, 23 Dec 2009 19:47:21 +0000
with message-id <E1NNXB3-0004WU-AC@ries.debian.org>
and subject line Bug#562102: fixed in libdist-zilla-perl 1.093400-1
has caused the Debian Bug report #562102,
regarding ITP: libdist-zilla-perl -- Perl distribution builder
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
562102: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562102
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: gregor herrmann <gregoa@debian.org>

* Package name    : libdist-zilla-perl
  Version         : 1.093400
  Upstream Author : Ricardo SIGNES <rjbs@cpan.org>
* URL             : http://search.cpan.org/dist/Dist-Zilla/
* License         : Artistic or GPL-1+
  Programming Lang: Perl
  Description     : distribution builder; installer not included!

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.

~~~~~

Dist::Zilla also needs the following modules:

* Package name    : libstring-flogger-perl
  Version         : 1.001
  Upstream Author : Ricardo SIGNES <rjbs@cpan.org>
* URL             : http://search.cpan.org/dist/String-Flogger/
* License         : Artistic or GPL-1+
  Programming Lang: Perl
  Description     : string munging for loggers

string munging for loggers


* Package name    : libmixin-extrafields-perl
  Version         : 0.007
  Upstream Author : Ricardo SIGNES <rjbs@cpan.org>
* URL             : http://search.cpan.org/dist/Mixin-ExtraFields/
* License         : Artistic or GPL-1+
  Programming Lang: Perl
  Description     : add extra stashes of data to your objects

Sometimes your well-defined object needs a way to tack on arbirary extra
fields. This might be a set of session-specific ephemeral data, a stash of
settings that need to be easy to grow over time, or any sort of
name-and-value parameters. Adding more and more methods can be cumbersome,
and may not be helpful if the names vary greatly. Accessing an object's guts
directly is simple, but is difficult to control when subclassing, and can
make altering your object's structure difficult.

Mixin::ExtraFields provides a simple way to add an arbitrary number of
stashes for named data. These data can be stored in the object, in a
database, or anywhere else. The storage mechanism is abstracted away from the
provided interface, so one storage mechanism can be easily swapped for
another. Multiple ExtraFields stashes can be mixed into one class, using one
or many storage mechanisms.


* Package name    : libstring-formatter-perl
  Version         : 0.093221
  Upstream Author : Ricardo Signes <rjbs@cpan.org>, Darren Chamberlain <darren@cpan.org>
* URL             : http://search.cpan.org/dist/String-Formatter/
* License         : GPL-2
  Programming Lang: Perl
  Description     : build sprintf-like functions of your own

String::Formatter is a tool for building sprintf-like formatting routines. It
supports named or positional formatting, custom conversions, fixed string
interpolation, and simple width-matching out of the box. It is easy to alter
its behavior to write new kinds of format string expanders. For most cases,
it should be easy to build all sorts of formatters out of the options built
into String::Formatter.

Normally, String::Formatter will be used to import a sprintf-like routine
referred to as "stringf", but which can be given any name you like. This
routine acts like sprintf in that it takes a string and some inputs and
returns a new string:

my $output = stringf "Some %a format %s for you to %u.\n", { ... };


* Package name    : libconfig-ini-mvp-perl
  Version         : 0.024
  Upstream Author : Ricardo SIGNES, C<< <rjbs@cpan.org> >>
* URL             : http://search.cpan.org/dist/Config-INI-MVP/
* License         : Artistic or GPL-1+
  Programming Lang: Perl
  Description     : multi-value capable .ini file reader (for plugins)

Config::MVP::Reader::INI reads .ini files containing MVP-style configuration.
It uses Config::INI::MVP::Reader to do most of the heavy lifting.


* Package name    : libconfig-ini-perl
  Version         : 0.014
  Upstream Author : Ricardo SIGNES, C<< <rjbs@cpan.org> >>
* URL             : http://search.cpan.org/dist/Config-INI/
* License         : Artistic or GPL-1+
  Programming Lang: Perl
  Description     : simple .ini-file format

simple .ini-file format


* Package name    : libconfig-mvp-perl
  Version         : 0.093350
  Upstream Author : Ricardo Signes <rjbs@cpan.org>
* URL             : http://search.cpan.org/dist/Config-MVP/
* License         : Artistic or GPL-1+
  Programming Lang: Perl
  Description     : multivalue-property package-oriented configuration

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.

The idea is that you end up with a
Config::MVP::Sequence|Config::MVP::Sequence object, and that you can use that
object to fully configure your library or application. The sequence will
contain a bunch of Config::MVP::Section|Config::MVP::Section objects, each of
which is meant to provide configuration for a part of your program. Most of
these sections will be directly related to a Perl library that you'll use as
a plugin or helper. Each section will have a name, and every name in the
sequence will be unique.

This is a pretty abstract set of behaviors, so we'll provide some more
concrete examples that should help explain how things work.


* Package name    : libmixin-extrafields-param-perl
  Version         : 0.011
  Upstream Author : Ricardo SIGNES <rjbs@cpan.org>
* URL             : http://search.cpan.org/dist/Mixin-ExtraFields-Param/
* License         : Artistic or GPL-1+
  Programming Lang: Perl
  Description     : make your class provide a familiar "param" method

Mixin::ExtraFields::Param mixes in to your class to provide a param method
like the ones provided by CGI, CGI::Application, and other classes. It uses
Mixin::ExtraFields, which means it can use any Mixin::ExtraFields driver to
store your data.


* Package name    : libperl-version-perl
  Version         : 1.009
  Upstream Author : Andy Armstrong <andy@hexten.net>
* URL             : http://search.cpan.org/dist/Perl-Version/
* License         : Artistic or GPL-1+
  Programming Lang: Perl
  Description     : Parse and manipulate Perl version strings

Perl::Version provides a simple interface for parsing, manipulating and
formatting Perl version strings.

Unlike version.pm (which concentrates on parsing and comparing version
strings) Perl::Version is designed for cases where you'd like to parse a
version, modify it and get back the modified version formatted like the
original.

~~~~~

The modules will be maintained within the Debian Perl Group; and the
descriptions will be improved before an upload :)


Cheers,
gregor

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG Key IDs: 0x00F3CFE4, 0x8649AA06
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT, SPI Inc., fellow of FSFE | http://got.to/quote/
   `-    NP: Beatles: The Continuing Story Of Bungalow Bill

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: libdist-zilla-perl
Source-Version: 1.093400-1

We believe that the bug you reported is fixed in the latest version of
libdist-zilla-perl, which is due to be installed in the Debian FTP archive:

libdist-zilla-perl_1.093400-1.diff.gz
  to main/libd/libdist-zilla-perl/libdist-zilla-perl_1.093400-1.diff.gz
libdist-zilla-perl_1.093400-1.dsc
  to main/libd/libdist-zilla-perl/libdist-zilla-perl_1.093400-1.dsc
libdist-zilla-perl_1.093400-1_all.deb
  to main/libd/libdist-zilla-perl/libdist-zilla-perl_1.093400-1_all.deb
libdist-zilla-perl_1.093400.orig.tar.gz
  to main/libd/libdist-zilla-perl/libdist-zilla-perl_1.093400.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 562102@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann <gregoa@debian.org> (supplier of updated libdist-zilla-perl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 23 Dec 2009 18:47:19 +0100
Source: libdist-zilla-perl
Binary: libdist-zilla-perl
Architecture: source all
Version: 1.093400-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Changed-By: gregor herrmann <gregoa@debian.org>
Description: 
 libdist-zilla-perl - Perl distribution builder
Closes: 562102
Changes: 
 libdist-zilla-perl (1.093400-1) unstable; urgency=low
 .
   * Initial release (closes: #562102).
Checksums-Sha1: 
 faf0efe4c9975c3550a136bce50211b2ed951bce 2668 libdist-zilla-perl_1.093400-1.dsc
 138f8925c2c5e30b1f44e7180f1f8d701394d92c 43946 libdist-zilla-perl_1.093400.orig.tar.gz
 e6e84771243a5db908fe38a4753784e3d3691db9 1748 libdist-zilla-perl_1.093400-1.diff.gz
 4540fa93ec618f06d842615d61ffcc3b829ce484 182474 libdist-zilla-perl_1.093400-1_all.deb
Checksums-Sha256: 
 2fa3915317834b5e64cb63d0a4b53f968b9d9d44e509be20abb457b7a40fc643 2668 libdist-zilla-perl_1.093400-1.dsc
 9fe2f43a67e0b1a73a99bf2d2647d4d4c333033d17d4b164bd80a2f48da17c16 43946 libdist-zilla-perl_1.093400.orig.tar.gz
 d244e767f7f3476d1558e64b5565a11a636c99c40469d074a6c534fb54f6cd78 1748 libdist-zilla-perl_1.093400-1.diff.gz
 241983a0e7ba06d703e3599cd29e690ab52df196db97b762c8f7cec01df6c00e 182474 libdist-zilla-perl_1.093400-1_all.deb
Files: 
 b698e4dbda33b317a80f2a8c0c4dbc86 2668 perl optional libdist-zilla-perl_1.093400-1.dsc
 315dd6bdcef11b15be1e6c47367f9298 43946 perl optional libdist-zilla-perl_1.093400.orig.tar.gz
 24467786ccbd14e1a71a59ac2344b211 1748 perl optional libdist-zilla-perl_1.093400-1.diff.gz
 b71fb6942f11215fba58907d9b4874fc 182474 perl optional libdist-zilla-perl_1.093400-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCAAGBQJLMlf1AAoJELs6aAGGSaoGxUgP/38tIFZyBdB7K785OFBleksw
Yg50Z5jXpdPBkpAg94CJHVLLLnfVcVBh7z1bD0LUwX5U8iJTrfNH8w7JvPyW03B4
6Q6oefLXL5q+yxuDKXkXxB3tBJVilnvVad3ZCdb2+JDWCWvoWvI4a20nkwlVZJwE
XUF9OGmhw+QiO8Dpf/EhGXafBk5OBfmrD17yVrKkgFHVSb4GCSNMD0rNvGCQINnH
/l81NuUJitozADZDblVw85fySbWNtndx1yxaigtoXROQNNxfedxr5rRBqRruvG7g
XUamKA9q5SRJsxC0AfYi06uegKsjTHErFYSMuolQtFYxIYIicoY8CFsjxe21kHUA
ON1q1PZ/e7pvqPE0crFyhkrM7yg7hf/h0H9wb5/Dq9H62oVBw7HQHVrDG/cLkP5F
tsn7W7KxJla8N8iMz0+xQKJR9brwOg8i4DR9+8vh34+hyuKI/GCtwRypbaKqh2rr
I/q1DEDIyDqIQjDTIbrDOIY3b3HX85EBgTMPHYQfOrXz3b/OVaOZQlbm0yIJZNCW
BQAvcp6YS/fzRM5kPXRynid+yADeJniH4zCHLhimDuDjG5zdj8k99Zh06Ks7kT3x
QCf8UcHbG41LOhS/P+hFRFo9Hgj0Ny967gTpPbA44F+VuLVl5RIuLj3zTWWkhJQm
xyFOwnYvKZZeGE6G8kWM
=LZEW
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: