Bug#730793: ITP: libdigest-sha3-perl -- Perl extension for SHA-3

2014-06-20 Thread Lars Dɪᴇᴄᴋᴏᴡ
 are you fine with it if I continue with the packaging
Go ahead.


signature.asc
Description: PGP signature


Bug#726412: ITP: liblog-any-adapter-filehandle-perl -- basic Log::Any::Adapter to forward messages to a filehandle

2013-10-15 Thread Lars Dɪᴇᴄᴋᴏᴡ
Package: wnpp
Owner: Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 (CPAN/PAUSE) da...@cpan.org
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org

* Package name: liblog-any-adapter-filehandle-perl
  Version : 0.008
  Upstream Author : Jason Rodrigues jasonjayr+...@gmail.com
* URL :
  https://metacpan.org/release/Log-Any-Adapter-FileHandle
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : basic Log::Any::Adapter to forward messages to a
  filehandle

Log::Any::Adapter::FileHandle is a basic adapter that will simply
forward log messages to a filehandle, or any object that supports a
'print' method (IO::String, IO::Socket::INET, Plack's
$env-{psgi.errors} object, etc).

I've created it so that my scripts running under daemontools or runit
can output messages to locally defined logs. It does not timestamp
messages, that responsibility is delegated to the external log capture
mechanism.




signature.asc
Description: PGP signature


Bug#726414: ITP: libfailures-perl -- minimalist exception hierarchy generator

2013-10-15 Thread Lars Dɪᴇᴄᴋᴏᴡ
Package: wnpp
Owner: Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 (CPAN/PAUSE) da...@cpan.org
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org

* Package name: libfailures-perl
  Version : 0.002
  Upstream Author : David Golden dagol...@cpan.org
* URL : https://metacpan.org/release/failures
* License : Apache-2.0
  Programming Lang: Perl
  Description : minimalist exception hierarchy generator

This module lets you define an exception hierarchy quickly and simply.

Here were my design goals:

 • minimalist interface
 • 80% of features in 20% of lines of code
 • depend only on core modules (nearly achieved)
 • support hierarchical error types
 • identify errors types by name (class) not by parsing strings
 • leave (possibly expensive) trace decisions to the thrower




signature.asc
Description: PGP signature


Bug#726415: ITP: libdata-hal-perl -- module implementing the Hypertext Application Language data format

2013-10-15 Thread Lars Dɪᴇᴄᴋᴏᴡ
Package: wnpp
Owner: Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 (CPAN/PAUSE) da...@cpan.org
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org

* Package name: libdata-hal-perl
  Version : 1.000
  Upstream Author : Lars Dɪᴇᴄᴋᴏᴡ da...@cpan.org
* URL : https://metacpan.org/release/Data-HAL
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : module implementing the Hypertext Application
  Language data format

HAL is a format you can use in your hypermedia API.




signature.asc
Description: PGP signature


Bug#726316: ITP: libdatetime-format-rfc3339-perl -- module to parse and format RFC3339 datetime strings

2013-10-14 Thread Lars Dɪᴇᴄᴋᴏᴡ
Package: wnpp
Owner: Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 (CPAN/PAUSE) da...@cpan.org
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org

* Package name: libdatetime-format-rfc3339-perl
  Version : 1.0.5
  Upstream Author : Eric Brine ikeg...@adaelis.com
* URL : https://metacpan.org/release/DateTime-Format-RFC3339
* License : CC0-1
  Programming Lang: Perl
  Description : module to parse and format RFC3339 datetime strings

DateTime::Format::RFC3339 understands the RFC3339 date/time format, an
ISO 8601 profile, defined at http://tools.ietf.org/html/rfc3339.

It can be used to parse these formats in order to create the appropriate
objects.




signature.asc
Description: PGP signature


Bug#726026: ITP: libtypes-path-tiny-perl -- Path::Tiny types and coercions for Moose and Moo

2013-10-11 Thread Lars Dɪᴇᴄᴋᴏᴡ
Package: wnpp
Owner: Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 (CPAN/PAUSE) da...@cpan.org
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org

* Package name: libtypes-path-tiny-perl
  Version : 0.005
  Upstream Author : David Golden dagol...@cpan.org
* URL : https://metacpan.org/release/Types-Path-Tiny
* License : Apache-2.0
  Programming Lang: Perl
  Description : Path::Tiny types and coercions for Moose and Moo

Types::Path::Tiny provides Path::Tiny types for Moose, Moo, etc.

It handles two important types of coercion:

 • coercing objects with overloaded stringification
 • coercing to absolute paths

It also can check to ensure that files or directories exist.




signature.asc
Description: PGP signature


Bug#726042: ITP: libconvert-ascii85-perl -- Encoding and decoding of ascii85/base85 strings

2013-10-11 Thread Lars Dɪᴇᴄᴋᴏᴡ
Package: wnpp
Owner: Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 (CPAN/PAUSE) da...@cpan.org
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org

* Package name: libconvert-ascii85-perl
  Version : 0.01
  Upstream Author : Lukas Mai l@web.de
* URL : https://metacpan.org/release/Convert-Ascii85
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Encoding and decoding of ascii85/base85 strings

Convert::Ascii85 implements the Ascii85 (also known as Base85)
algorithm for encoding binary data as text. This is done by
interpreting each group of four bytes as a 32-bit integer, which is
then converted to a five-digit base-85 representation using the digits
from ASCII 33 (!) to 117 (u).

This is similar to MIME::Base64 but more space efficient: The overhead
is only 1/4 of the original data (as opposed to 1/3 for Base64).

This description was automagically extracted from the module by
dh-make-perl.




signature.asc
Description: PGP signature