Bug#1036965: ITP: libplack-middleware-prometheus-requesttimes-perl -- Perl module that records response times with a prometheus histogram

2023-05-30 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libplack-middleware-prometheus-requesttimes-perl
  Version : 0.0001
  Upstream Author : Colin Newell 
* URL : 
https://metacpan.org/release/Plack-Middleware-Prometheus-RequestTimes
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module that records response times with a prometheus 
histogram

To setup a prometheus metrics app in your PSGI application, hook this
Plack::Middleware::Prometheus::RequestTimes middleware up with a histogram and
the metrics can report on your response times.

use strict;

use warnings;

use My::Website;

use Net::Prometheus;

use Net::Prometheus::ProcessCollector;

my $client = Net::Prometheus->new;

$client->register( Net::Prometheus::ProcessCollector->new(

prefix => "parent_process",

pid => getppid(),

) );

my $response_times = $client->new_histogram(

name => "response_times",

help => "Application response times",

);


--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1036965: ITP: libplack-middleware-prometheus-requesttimes-perl -- Perl module that records response times with a prometheus histogram

2023-05-30 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libplack-middleware-prometheus-requesttimes-perl
  Version : 0.0001
  Upstream Author : Colin Newell 
* URL : 
https://metacpan.org/release/Plack-Middleware-Prometheus-RequestTimes
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module that records response times with a prometheus 
histogram

To setup a prometheus metrics app in your PSGI application, hook this
Plack::Middleware::Prometheus::RequestTimes middleware up with a histogram and
the metrics can report on your response times.

use strict;

use warnings;

use My::Website;

use Net::Prometheus;

use Net::Prometheus::ProcessCollector;

my $client = Net::Prometheus->new;

$client->register( Net::Prometheus::ProcessCollector->new(

prefix => "parent_process",

pid => getppid(),

) );

my $response_times = $client->new_histogram(

name => "response_times",

help => "Application response times",

);


--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1036965: ITP: libplack-middleware-prometheus-requesttimes-perl -- Perl module that records response times with a prometheus histogram

2023-05-30 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libplack-middleware-prometheus-requesttimes-perl
  Version : 0.0001
  Upstream Author : Colin Newell 
* URL : 
https://metacpan.org/release/Plack-Middleware-Prometheus-RequestTimes
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module that records response times with a prometheus 
histogram

To setup a prometheus metrics app in your PSGI application, hook this
Plack::Middleware::Prometheus::RequestTimes middleware up with a histogram and
the metrics can report on your response times.

use strict;

use warnings;

use My::Website;

use Net::Prometheus;

use Net::Prometheus::ProcessCollector;

my $client = Net::Prometheus->new;

$client->register( Net::Prometheus::ProcessCollector->new(

prefix => "parent_process",

pid => getppid(),

) );

my $response_times = $client->new_histogram(

name => "response_times",

help => "Application response times",

);


--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1034775: ITP: libdbix-class-journal-perl -- auditing for tables managed by DBIx::Class

2023-04-23 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libdbix-class-journal-perl
  Version : 0.900201
  Upstream Author : Jess Robinson 
* URL : https://metacpan.org/release/DBIx-Class-Journal
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : auditing for tables managed by DBIx::Class

DBIx::Class::Journal provides the basic utilities to write tests against
DBIx::Class.

The purpose of this DBIx::Class component module is to create an
audit-trail for all changes made to the data in your database (via a
DBIx::Class schema). It creates *changesets* and assigns each
create/update/delete operation an *id*. The creation and deletion date
of each row is stored, as well as the historical contents of any row
that gets changed.

All queries which need auditing must be called using "txn_do" in
DBIx::Class::Schema, which is used to create changesets for each
transaction.

To track who did which changes, the "user_id" (an integer) of the
current user can be set, and a "session_id" can also be set; both are
optional. To access the auditing schema to look at the auditdata or
revert a change, use "$schema->_journal_schema".

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1034775: ITP: libdbix-class-journal-perl -- auditing for tables managed by DBIx::Class

2023-04-23 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libdbix-class-journal-perl
  Version : 0.900201
  Upstream Author : Jess Robinson 
* URL : https://metacpan.org/release/DBIx-Class-Journal
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : auditing for tables managed by DBIx::Class

DBIx::Class::Journal provides the basic utilities to write tests against
DBIx::Class.

The purpose of this DBIx::Class component module is to create an
audit-trail for all changes made to the data in your database (via a
DBIx::Class schema). It creates *changesets* and assigns each
create/update/delete operation an *id*. The creation and deletion date
of each row is stored, as well as the historical contents of any row
that gets changed.

All queries which need auditing must be called using "txn_do" in
DBIx::Class::Schema, which is used to create changesets for each
transaction.

To track who did which changes, the "user_id" (an integer) of the
current user can be set, and a "session_id" can also be set; both are
optional. To access the auditing schema to look at the auditdata or
revert a change, use "$schema->_journal_schema".

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1034775: ITP: libdbix-class-journal-perl -- auditing for tables managed by DBIx::Class

2023-04-23 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libdbix-class-journal-perl
  Version : 0.900201
  Upstream Author : Jess Robinson 
* URL : https://metacpan.org/release/DBIx-Class-Journal
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : auditing for tables managed by DBIx::Class

DBIx::Class::Journal provides the basic utilities to write tests against
DBIx::Class.

The purpose of this DBIx::Class component module is to create an
audit-trail for all changes made to the data in your database (via a
DBIx::Class schema). It creates *changesets* and assigns each
create/update/delete operation an *id*. The creation and deletion date
of each row is stored, as well as the historical contents of any row
that gets changed.

All queries which need auditing must be called using "txn_do" in
DBIx::Class::Schema, which is used to create changesets for each
transaction.

To track who did which changes, the "user_id" (an integer) of the
current user can be set, and a "session_id" can also be set; both are
optional. To access the auditing schema to look at the auditdata or
revert a change, use "$schema->_journal_schema".

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1034772: ITP: libdbix-simple-class-perl -- advanced object construction for DBIx::Simple

2023-04-23 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libdbix-simple-class-perl
  Version : 1.009
  Upstream Author : Красимир Беров 
* URL : https://metacpan.org/release/DBIx-Simple-Class
* License : Artistic-2.0
  Programming Lang: Perl
  Description : advanced object construction for DBIx::Simple

DBIx::Simple::Class is a database table/row abstraction. At the same
time it is not just a fancy representation of a table row like
DBIx::Simple::Result::RowObject.

Using this module will make your code more organized, clean and reliable
(separation of concerns + input-validation).
You will even get some more performance over plain DBIx::Simple
while keeping it's sexy features when you need them. Last but not
least, this module has no other non-CORE dependencies besides DBIx::Simple
and DBI.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1034772: ITP: libdbix-simple-class-perl -- advanced object construction for DBIx::Simple

2023-04-23 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libdbix-simple-class-perl
  Version : 1.009
  Upstream Author : Красимир Беров 
* URL : https://metacpan.org/release/DBIx-Simple-Class
* License : Artistic-2.0
  Programming Lang: Perl
  Description : advanced object construction for DBIx::Simple

DBIx::Simple::Class is a database table/row abstraction. At the same
time it is not just a fancy representation of a table row like
DBIx::Simple::Result::RowObject.

Using this module will make your code more organized, clean and reliable
(separation of concerns + input-validation).
You will even get some more performance over plain DBIx::Simple
while keeping it's sexy features when you need them. Last but not
least, this module has no other non-CORE dependencies besides DBIx::Simple
and DBI.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1034772: ITP: libdbix-simple-class-perl -- advanced object construction for DBIx::Simple

2023-04-23 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libdbix-simple-class-perl
  Version : 1.009
  Upstream Author : Красимир Беров 
* URL : https://metacpan.org/release/DBIx-Simple-Class
* License : Artistic-2.0
  Programming Lang: Perl
  Description : advanced object construction for DBIx::Simple

DBIx::Simple::Class is a database table/row abstraction. At the same
time it is not just a fancy representation of a table row like
DBIx::Simple::Result::RowObject.

Using this module will make your code more organized, clean and reliable
(separation of concerns + input-validation).
You will even get some more performance over plain DBIx::Simple
while keeping it's sexy features when you need them. Last but not
least, this module has no other non-CORE dependencies besides DBIx::Simple
and DBI.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1034754: ITP: libdbix-class-toposort-perl -- topological sorting functionality to DBIx::Class

2023-04-23 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libdbix-class-toposort-perl
  Version : 0.06
  Upstream Author : Rob Kinyon 
* URL : https://metacpan.org/release/libdbix-class-toposort-perl
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : topological sorting functionality to DBIx::Class

DBIx::Class::TopoSort adds a method to DBIx::Class::Schema which returns the
full list of sources (similar to "sources" in DBIx::Class::Schema) in
topological-sorted order.

A topological sort of the tables returns the list of tables such that any table
with a foreign key relationship appears after any table it has a foreign key
relationship to.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1034754: ITP: libdbix-class-toposort-perl -- topological sorting functionality to DBIx::Class

2023-04-23 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libdbix-class-toposort-perl
  Version : 0.06
  Upstream Author : Rob Kinyon 
* URL : https://metacpan.org/release/libdbix-class-toposort-perl
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : topological sorting functionality to DBIx::Class

DBIx::Class::TopoSort adds a method to DBIx::Class::Schema which returns the
full list of sources (similar to "sources" in DBIx::Class::Schema) in
topological-sorted order.

A topological sort of the tables returns the list of tables such that any table
with a foreign key relationship appears after any table it has a foreign key
relationship to.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1034754: ITP: libdbix-class-toposort-perl -- topological sorting functionality to DBIx::Class

2023-04-23 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libdbix-class-toposort-perl
  Version : 0.06
  Upstream Author : Rob Kinyon 
* URL : https://metacpan.org/release/libdbix-class-toposort-perl
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : topological sorting functionality to DBIx::Class

DBIx::Class::TopoSort adds a method to DBIx::Class::Schema which returns the
full list of sources (similar to "sources" in DBIx::Class::Schema) in
topological-sorted order.

A topological sort of the tables returns the list of tables such that any table
with a foreign key relationship appears after any table it has a foreign key
relationship to.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1034742: ITP: libcollision-2d-perl -- continuous 2d collision detection

2023-04-22 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libcollision-2d-perl
  Version : 0.07
  Upstream Author : Zach Morgan 
* URL : https://metacpan.org/release/Collision-2D
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : continuous 2d collision detection

Collision::2D contains sets of several geometrical classes to help you model
dynamic (continuous) collisions in your programs. It is targeted for any game
or other application that requires dynamic collision detection between moving
circles, rectangles, and points.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1034742: ITP: libcollision-2d-perl -- continuous 2d collision detection

2023-04-22 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libcollision-2d-perl
  Version : 0.07
  Upstream Author : Zach Morgan 
* URL : https://metacpan.org/release/Collision-2D
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : continuous 2d collision detection

Collision::2D contains sets of several geometrical classes to help you model
dynamic (continuous) collisions in your programs. It is targeted for any game
or other application that requires dynamic collision detection between moving
circles, rectangles, and points.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1034742: ITP: libcollision-2d-perl -- continuous 2d collision detection

2023-04-22 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libcollision-2d-perl
  Version : 0.07
  Upstream Author : Zach Morgan 
* URL : https://metacpan.org/release/Collision-2D
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : continuous 2d collision detection

Collision::2D contains sets of several geometrical classes to help you model
dynamic (continuous) collisions in your programs. It is targeted for any game
or other application that requires dynamic collision detection between moving
circles, rectangles, and points.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1034741: ITP: libnet-pop3s-perl -- SSL/STARTTLS support for Net::POP3

2023-04-22 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libnet-pop3s-perl
  Version : 0.12
  Upstream Author : Tomo M. 
* URL : https://metacpan.org/release/Net-POP3S
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : SSL/STARTTLS support for Net::POP3

Net::POP3S implements a wrapper for Net::POP3, enabling over-SSL/STARTTLS
support. This module inherits all the methods from Net::POP3. You may use all
the friendly options that came bundled with Net::POP3. You can control the
SSL usage with the options of new() constructor method. 'doSSL' option is the
switch, and, If you would like to control detailed SSL settings, you can set
SSL_* options that are brought from IO::Socket::SSL. Please see the document
of IO::Socket::SSL about these options detail.

Just one method difference from the Net::POP3, you may select POP AUTH
mechanism as the third option of auth() method.

As of Version 3.10 of Net::POP3(libnet) includes SSL/STARTTLS capabilities,
so this wrapper module's significance disappareing.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1034741: ITP: libnet-pop3s-perl -- SSL/STARTTLS support for Net::POP3

2023-04-22 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libnet-pop3s-perl
  Version : 0.12
  Upstream Author : Tomo M. 
* URL : https://metacpan.org/release/Net-POP3S
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : SSL/STARTTLS support for Net::POP3

Net::POP3S implements a wrapper for Net::POP3, enabling over-SSL/STARTTLS
support. This module inherits all the methods from Net::POP3. You may use all
the friendly options that came bundled with Net::POP3. You can control the
SSL usage with the options of new() constructor method. 'doSSL' option is the
switch, and, If you would like to control detailed SSL settings, you can set
SSL_* options that are brought from IO::Socket::SSL. Please see the document
of IO::Socket::SSL about these options detail.

Just one method difference from the Net::POP3, you may select POP AUTH
mechanism as the third option of auth() method.

As of Version 3.10 of Net::POP3(libnet) includes SSL/STARTTLS capabilities,
so this wrapper module's significance disappareing.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1034741: ITP: libnet-pop3s-perl -- SSL/STARTTLS support for Net::POP3

2023-04-22 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libnet-pop3s-perl
  Version : 0.12
  Upstream Author : Tomo M. 
* URL : https://metacpan.org/release/Net-POP3S
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : SSL/STARTTLS support for Net::POP3

Net::POP3S implements a wrapper for Net::POP3, enabling over-SSL/STARTTLS
support. This module inherits all the methods from Net::POP3. You may use all
the friendly options that came bundled with Net::POP3. You can control the
SSL usage with the options of new() constructor method. 'doSSL' option is the
switch, and, If you would like to control detailed SSL settings, you can set
SSL_* options that are brought from IO::Socket::SSL. Please see the document
of IO::Socket::SSL about these options detail.

Just one method difference from the Net::POP3, you may select POP AUTH
mechanism as the third option of auth() method.

As of Version 3.10 of Net::POP3(libnet) includes SSL/STARTTLS capabilities,
so this wrapper module's significance disappareing.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1034738: ITP: libjenkins-api-perl -- wrapper around the Jenkins API

2023-04-22 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libjenkins-api-perl
  Version : 0.18
  Upstream Author : Colin Newell 
* URL : https://metacpan.org/release/Jenkins-API
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : wrapper around the Jenkins API

This package provides a Perl wrapper around the Jenkins API.

More info for this Perl module at:
 https://metacpan.org/release/Jenkins-API

More info for the Jenkins API at:
 https://jenkinsapi.readthedocs.io

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1034738: ITP: libjenkins-api-perl -- wrapper around the Jenkins API

2023-04-22 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libjenkins-api-perl
  Version : 0.18
  Upstream Author : Colin Newell 
* URL : https://metacpan.org/release/Jenkins-API
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : wrapper around the Jenkins API

This package provides a Perl wrapper around the Jenkins API.

More info for this Perl module at:
 https://metacpan.org/release/Jenkins-API

More info for the Jenkins API at:
 https://jenkinsapi.readthedocs.io

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1034738: ITP: libjenkins-api-perl -- wrapper around the Jenkins API

2023-04-22 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libjenkins-api-perl
  Version : 0.18
  Upstream Author : Colin Newell 
* URL : https://metacpan.org/release/Jenkins-API
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : wrapper around the Jenkins API

This package provides a Perl wrapper around the Jenkins API.

More info for this Perl module at:
 https://metacpan.org/release/Jenkins-API

More info for the Jenkins API at:
 https://jenkinsapi.readthedocs.io

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



[Pkg-perl-maintainers] [Bug 1927882] Re: Regression in libcgi-compile-perl 0.24-1 in Ubuntu Focal

2023-03-02 Thread mtj
** Tags added: needs-packaging

-- 
You received this bug notification because you are a member of Debian
Perl Group, which is subscribed to libcgi-compile-perl in Ubuntu.
https://bugs.launchpad.net/bugs/1927882

Title:
  Regression in libcgi-compile-perl 0.24-1 in Ubuntu Focal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgi-compile-perl/+bug/1927882/+subscriptions


___
Mailing list: https://launchpad.net/~pkg-perl-maintainers
Post to : pkg-perl-maintainers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~pkg-perl-maintainers
More help   : https://help.launchpad.net/ListHelp


Bug#1031665: ITP: libmojolicious-plugin-templatetoolkit-perl -- Template Toolkit renderer plugin for Mojolicious

2023-02-19 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libmojolicious-plugin-templatetoolkit-perl
  Version : 0.006
  Upstream Author : Dan Book 
* URL : 
https://metacpan.org/release/Mojolicious-Plugin-TemplateToolkit
* License : Artistic-2.0
  Programming Lang: Perl
  Description : Template Toolkit renderer plugin for Mojolicious

Mojolicious::Plugin::TemplateToolkit is a renderer for tt2 or Template
Toolkit templates. See Template and Template::Manual for details on the
Template Toolkit format, and Mojolicious::Guides::Rendering for general
information on rendering in Mojolicious.

Along with template files, inline and data section templates can be rendered
in the standard Mojolicious fashion. Template files and data sections will be
retrieved using Mojolicious::Renderer via Template::Provider::Mojo for both
direct rendering and directives such as INCLUDE. This means that instead of
specifying INCLUDE_PATH|Template::Manual::Config/"INCLUDE_PATH", you should
set Mojolicious::Renderer/"paths" to the appropriate paths.

 $app->renderer->paths(['/path/to/templates']);

 push @{$app->renderer->paths}, '/path/to/more/templates';

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1031665: ITP: libmojolicious-plugin-templatetoolkit-perl -- Template Toolkit renderer plugin for Mojolicious

2023-02-19 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libmojolicious-plugin-templatetoolkit-perl
  Version : 0.006
  Upstream Author : Dan Book 
* URL : 
https://metacpan.org/release/Mojolicious-Plugin-TemplateToolkit
* License : Artistic-2.0
  Programming Lang: Perl
  Description : Template Toolkit renderer plugin for Mojolicious

Mojolicious::Plugin::TemplateToolkit is a renderer for tt2 or Template
Toolkit templates. See Template and Template::Manual for details on the
Template Toolkit format, and Mojolicious::Guides::Rendering for general
information on rendering in Mojolicious.

Along with template files, inline and data section templates can be rendered
in the standard Mojolicious fashion. Template files and data sections will be
retrieved using Mojolicious::Renderer via Template::Provider::Mojo for both
direct rendering and directives such as INCLUDE. This means that instead of
specifying INCLUDE_PATH|Template::Manual::Config/"INCLUDE_PATH", you should
set Mojolicious::Renderer/"paths" to the appropriate paths.

 $app->renderer->paths(['/path/to/templates']);

 push @{$app->renderer->paths}, '/path/to/more/templates';

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1031665: ITP: libmojolicious-plugin-templatetoolkit-perl -- Template Toolkit renderer plugin for Mojolicious

2023-02-19 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libmojolicious-plugin-templatetoolkit-perl
  Version : 0.006
  Upstream Author : Dan Book 
* URL : 
https://metacpan.org/release/Mojolicious-Plugin-TemplateToolkit
* License : Artistic-2.0
  Programming Lang: Perl
  Description : Template Toolkit renderer plugin for Mojolicious

Mojolicious::Plugin::TemplateToolkit is a renderer for tt2 or Template
Toolkit templates. See Template and Template::Manual for details on the
Template Toolkit format, and Mojolicious::Guides::Rendering for general
information on rendering in Mojolicious.

Along with template files, inline and data section templates can be rendered
in the standard Mojolicious fashion. Template files and data sections will be
retrieved using Mojolicious::Renderer via Template::Provider::Mojo for both
direct rendering and directives such as INCLUDE. This means that instead of
specifying INCLUDE_PATH|Template::Manual::Config/"INCLUDE_PATH", you should
set Mojolicious::Renderer/"paths" to the appropriate paths.

 $app->renderer->paths(['/path/to/templates']);

 push @{$app->renderer->paths}, '/path/to/more/templates';

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1031663: ITP: libmojolicious-plugin-templatetoolkit-perl -- Template Toolkit renderer plugin for Mojolicious

2023-02-19 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libmojolicious-plugin-templatetoolkit-perl
  Version : 0.006
  Upstream Author : Dan Book 
* URL : 
https://metacpan.org/release/Mojolicious-Plugin-TemplateToolkit
* License : Artistic-2.0
  Programming Lang: Perl
  Description : Template Toolkit renderer plugin for Mojolicious

Mojolicious::Plugin::TemplateToolkit is a renderer for tt2 or Template
Toolkit templates. See Template and Template::Manual for details on the
Template Toolkit format, and Mojolicious::Guides::Rendering for general
information on rendering in Mojolicious.

Along with template files, inline and data section templates can be rendered
in the standard Mojolicious fashion. Template files and data sections will be
retrieved using Mojolicious::Renderer via Template::Provider::Mojo for both
direct rendering and directives such as INCLUDE. This means that instead of
specifying INCLUDE_PATH|Template::Manual::Config/"INCLUDE_PATH", you should
set Mojolicious::Renderer/"paths" to the appropriate paths.

 $app->renderer->paths(['/path/to/templates']);

 push @{$app->renderer->paths}, '/path/to/more/templates';

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1031663: ITP: libmojolicious-plugin-templatetoolkit-perl -- Template Toolkit renderer plugin for Mojolicious

2023-02-19 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libmojolicious-plugin-templatetoolkit-perl
  Version : 0.006
  Upstream Author : Dan Book 
* URL : 
https://metacpan.org/release/Mojolicious-Plugin-TemplateToolkit
* License : Artistic-2.0
  Programming Lang: Perl
  Description : Template Toolkit renderer plugin for Mojolicious

Mojolicious::Plugin::TemplateToolkit is a renderer for tt2 or Template
Toolkit templates. See Template and Template::Manual for details on the
Template Toolkit format, and Mojolicious::Guides::Rendering for general
information on rendering in Mojolicious.

Along with template files, inline and data section templates can be rendered
in the standard Mojolicious fashion. Template files and data sections will be
retrieved using Mojolicious::Renderer via Template::Provider::Mojo for both
direct rendering and directives such as INCLUDE. This means that instead of
specifying INCLUDE_PATH|Template::Manual::Config/"INCLUDE_PATH", you should
set Mojolicious::Renderer/"paths" to the appropriate paths.

 $app->renderer->paths(['/path/to/templates']);

 push @{$app->renderer->paths}, '/path/to/more/templates';

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1031663: ITP: libmojolicious-plugin-templatetoolkit-perl -- Template Toolkit renderer plugin for Mojolicious

2023-02-19 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libmojolicious-plugin-templatetoolkit-perl
  Version : 0.006
  Upstream Author : Dan Book 
* URL : 
https://metacpan.org/release/Mojolicious-Plugin-TemplateToolkit
* License : Artistic-2.0
  Programming Lang: Perl
  Description : Template Toolkit renderer plugin for Mojolicious

Mojolicious::Plugin::TemplateToolkit is a renderer for tt2 or Template
Toolkit templates. See Template and Template::Manual for details on the
Template Toolkit format, and Mojolicious::Guides::Rendering for general
information on rendering in Mojolicious.

Along with template files, inline and data section templates can be rendered
in the standard Mojolicious fashion. Template files and data sections will be
retrieved using Mojolicious::Renderer via Template::Provider::Mojo for both
direct rendering and directives such as INCLUDE. This means that instead of
specifying INCLUDE_PATH|Template::Manual::Config/"INCLUDE_PATH", you should
set Mojolicious::Renderer/"paths" to the appropriate paths.

 $app->renderer->paths(['/path/to/templates']);

 push @{$app->renderer->paths}, '/path/to/more/templates';

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1031331: ITP: libtemplate-plugin-htmltotext-perl -- plugin interface to HTML::FormatText

2023-02-14 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libtemplate-plugin-htmltotext-perl
  Version : 0.03
  Upstream Author : Fayland Lam 
* URL : https://metacpan.org/release/Template-Plugin-HtmlToText
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : plugin interface to HTML::FormatText

Template::Plugin::HtmlToText provides an interface to the HTML::FormatText
module which formats HTML as plaintext.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1031331: ITP: libtemplate-plugin-htmltotext-perl -- plugin interface to HTML::FormatText

2023-02-14 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libtemplate-plugin-htmltotext-perl
  Version : 0.03
  Upstream Author : Fayland Lam 
* URL : https://metacpan.org/release/Template-Plugin-HtmlToText
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : plugin interface to HTML::FormatText

Template::Plugin::HtmlToText provides an interface to the HTML::FormatText
module which formats HTML as plaintext.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1031331: ITP: libtemplate-plugin-htmltotext-perl -- plugin interface to HTML::FormatText

2023-02-14 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libtemplate-plugin-htmltotext-perl
  Version : 0.03
  Upstream Author : Fayland Lam 
* URL : https://metacpan.org/release/Template-Plugin-HtmlToText
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : plugin interface to HTML::FormatText

Template::Plugin::HtmlToText provides an interface to the HTML::FormatText
module which formats HTML as plaintext.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1031255: ITP: libmoosex-logdispatch-perl -- logging role for Moose

2023-02-13 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libmoosex-logdispatch-perl
  Version : 1.2002
  Upstream Author : Ash Berlin 
* URL : https://metacpan.org/release/MooseX-LogDispatch
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : logging role for Moose

MooseX::LogDispatch provides a Log::Dispatch role for use with your Moose
classes.

SEE ALSO:

  Log::Dispatch
  Log::Dispatch::Config
  Log::Dispatch::Configurator
  MooseX::LogDispatch::Levels

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1031255: ITP: libmoosex-logdispatch-perl -- logging role for Moose

2023-02-13 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libmoosex-logdispatch-perl
  Version : 1.2002
  Upstream Author : Ash Berlin 
* URL : https://metacpan.org/release/MooseX-LogDispatch
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : logging role for Moose

MooseX::LogDispatch provides a Log::Dispatch role for use with your Moose
classes.

SEE ALSO:

  Log::Dispatch
  Log::Dispatch::Config
  Log::Dispatch::Configurator
  MooseX::LogDispatch::Levels

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1031255: ITP: libmoosex-logdispatch-perl -- logging role for Moose

2023-02-13 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libmoosex-logdispatch-perl
  Version : 1.2002
  Upstream Author : Ash Berlin 
* URL : https://metacpan.org/release/MooseX-LogDispatch
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : logging role for Moose

MooseX::LogDispatch provides a Log::Dispatch role for use with your Moose
classes.

SEE ALSO:

  Log::Dispatch
  Log::Dispatch::Config
  Log::Dispatch::Configurator
  MooseX::LogDispatch::Levels

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1031119: ITP: libdata-session-perl -- Perl module for persistent session data management

2023-02-11 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libdata-session-perl
  Version : 1.18
  Upstream Author : Ron Savage 
* URL : https://metacpan.org/release/Data-Session
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module for persistent session data management

Data::Session is typically used by a CGI script to preserve state data between
runs of the script. This gives the end user the illusion that the script never
exits.

It can also be used to communicate between 2 scripts, as long as they agree
beforehand what session id to use.

See Data::Session::CGISession for an extended discussion of the design changes
between Data::Session and CGI::Session.

Data::Session stores user data internally in a hashref, and the module
reserves key names starting with '_'.

The current list of reserved keys is documented under "flush()". Of course,
the module also has a whole set of methods to help manage state.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1031119: ITP: libdata-session-perl -- Perl module for persistent session data management

2023-02-11 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libdata-session-perl
  Version : 1.18
  Upstream Author : Ron Savage 
* URL : https://metacpan.org/release/Data-Session
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module for persistent session data management

Data::Session is typically used by a CGI script to preserve state data between
runs of the script. This gives the end user the illusion that the script never
exits.

It can also be used to communicate between 2 scripts, as long as they agree
beforehand what session id to use.

See Data::Session::CGISession for an extended discussion of the design changes
between Data::Session and CGI::Session.

Data::Session stores user data internally in a hashref, and the module
reserves key names starting with '_'.

The current list of reserved keys is documented under "flush()". Of course,
the module also has a whole set of methods to help manage state.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1031119: ITP: libdata-session-perl -- Perl module for persistent session data management

2023-02-11 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libdata-session-perl
  Version : 1.18
  Upstream Author : Ron Savage 
* URL : https://metacpan.org/release/Data-Session
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module for persistent session data management

Data::Session is typically used by a CGI script to preserve state data between
runs of the script. This gives the end user the illusion that the script never
exits.

It can also be used to communicate between 2 scripts, as long as they agree
beforehand what session id to use.

See Data::Session::CGISession for an extended discussion of the design changes
between Data::Session and CGI::Session.

Data::Session stores user data internally in a hashref, and the module
reserves key names starting with '_'.

The current list of reserved keys is documented under "flush()". Of course,
the module also has a whole set of methods to help manage state.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1031075: ITP: libcatmandu-html-perl -- Modules for handling HTML data within the Catmandu framework

2023-02-11 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libcatmandu-html-perl
  Version : 0.02-1+dfsg
  Upstream Author : Patrick Hochstenbach 
* URL : https://metacpan.org/release/Catmandu-HTML
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Modules for handling HTML data within the Catmandu framework

Catmandu::HTML contains modules for handling HTML data within the Catmandu
framework.

Catmandu provides a suite of Perl modules to ease the import, storage,
retrieval, export and transformation of metadata records.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1031075: ITP: libcatmandu-html-perl -- Modules for handling HTML data within the Catmandu framework

2023-02-11 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libcatmandu-html-perl
  Version : 0.02-1+dfsg
  Upstream Author : Patrick Hochstenbach 
* URL : https://metacpan.org/release/Catmandu-HTML
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Modules for handling HTML data within the Catmandu framework

Catmandu::HTML contains modules for handling HTML data within the Catmandu
framework.

Catmandu provides a suite of Perl modules to ease the import, storage,
retrieval, export and transformation of metadata records.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1031075: ITP: libcatmandu-html-perl -- Modules for handling HTML data within the Catmandu framework

2023-02-11 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libcatmandu-html-perl
  Version : 0.02-1+dfsg
  Upstream Author : Patrick Hochstenbach 
* URL : https://metacpan.org/release/Catmandu-HTML
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Modules for handling HTML data within the Catmandu framework

Catmandu::HTML contains modules for handling HTML data within the Catmandu
framework.

Catmandu provides a suite of Perl modules to ease the import, storage,
retrieval, export and transformation of metadata records.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030910: ITP: libfile-findlib-perl -- find and use a file/dir from a directory above your script file

2023-02-08 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libfile-findlib-perl
  Version : 0.001004
  Upstream Author : Tye McQueen
* URL : https://metacpan.org/release/File-FindLib
* License : Unlicense
  Programming Lang: Perl
  Description : find and use a file/dir from a directory above your script 
file

File::FindLib starts in the directory where your script (or library) is
located and looks for the file or directory whose name you pass in. If it
isn't found, then FindLib looks in the parent directory and continues moving
up parent directories until it finds it or until there is not another parent
directory.

If it finds the named path and it is a directory, then it prepends it to
@INC. That is,

  use File::FindLib 'lib';

is roughly equivalent to:

  use File::Basename qw< dirname >;
  use lib dirname(__FILE__) . '/../../../lib';

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030910: ITP: libfile-findlib-perl -- find and use a file/dir from a directory above your script file

2023-02-08 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libfile-findlib-perl
  Version : 0.001004
  Upstream Author : Tye McQueen
* URL : https://metacpan.org/release/File-FindLib
* License : Unlicense
  Programming Lang: Perl
  Description : find and use a file/dir from a directory above your script 
file

File::FindLib starts in the directory where your script (or library) is
located and looks for the file or directory whose name you pass in. If it
isn't found, then FindLib looks in the parent directory and continues moving
up parent directories until it finds it or until there is not another parent
directory.

If it finds the named path and it is a directory, then it prepends it to
@INC. That is,

  use File::FindLib 'lib';

is roughly equivalent to:

  use File::Basename qw< dirname >;
  use lib dirname(__FILE__) . '/../../../lib';

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030910: ITP: libfile-findlib-perl -- find and use a file/dir from a directory above your script file

2023-02-08 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libfile-findlib-perl
  Version : 0.001004
  Upstream Author : Tye McQueen
* URL : https://metacpan.org/release/File-FindLib
* License : Unlicense
  Programming Lang: Perl
  Description : find and use a file/dir from a directory above your script 
file

File::FindLib starts in the directory where your script (or library) is
located and looks for the file or directory whose name you pass in. If it
isn't found, then FindLib looks in the parent directory and continues moving
up parent directories until it finds it or until there is not another parent
directory.

If it finds the named path and it is a directory, then it prepends it to
@INC. That is,

  use File::FindLib 'lib';

is roughly equivalent to:

  use File::Basename qw< dirname >;
  use lib dirname(__FILE__) . '/../../../lib';

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030800: ITP: liblido-xml-perl -- Lido XML parser and writer

2023-02-07 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: liblido-xml-perl
  Version : 0.07
  Upstream Author : Patrick Hochstenbach
* URL : https://metacpan.org/release/Lido-XML
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Lido XML parser and writer

LIDO is an XML Schema for Contributing Content to Cultural Heritage
Repositories. The Lido::XML parser is a software tool that understands the
Lido Schema and can parse the content of Lido XML files into a Perl hash and
back.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030800: ITP: liblido-xml-perl -- Lido XML parser and writer

2023-02-07 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: liblido-xml-perl
  Version : 0.07
  Upstream Author : Patrick Hochstenbach
* URL : https://metacpan.org/release/Lido-XML
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Lido XML parser and writer

LIDO is an XML Schema for Contributing Content to Cultural Heritage
Repositories. The Lido::XML parser is a software tool that understands the
Lido Schema and can parse the content of Lido XML files into a Perl hash and
back.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030800: ITP: liblido-xml-perl -- Lido XML parser and writer

2023-02-07 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: liblido-xml-perl
  Version : 0.07
  Upstream Author : Patrick Hochstenbach
* URL : https://metacpan.org/release/Lido-XML
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Lido XML parser and writer

LIDO is an XML Schema for Contributing Content to Cultural Heritage
Repositories. The Lido::XML parser is a software tool that understands the
Lido Schema and can parse the content of Lido XML files into a Perl hash and
back.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030794: ITP: libcatmandu-oai-perl -- modules for working with OAI repositories within the Catmandu framework

2023-02-07 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libcatmandu-oai-perl
  Version : 0.19
  Upstream Author : Nicolas Steenlant 
* URL : https://metacpan.org/release/Catmandu-OAI
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : modules for working with OAI repositories within the 
Catmandu framework

Catmandu::OAI contains modules for working with OAI repositories.

Provides modules:
 Catmandu::Importer::OAI
 Catmandu::Store::OAI

Catmandu::Importer::OAI is an Catmandu importer to harvest metadata
records from an OAI-PMH endpoint.

See also:
 http://www.openarchives.org/pmh/tools/
 http://www.openarchives.org/OAI/openarchivesprotocol.html

Catmandu provides a suite of Perl modules to ease the import, storage,
retrieval, export and transformation of metadata records.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030794: ITP: libcatmandu-oai-perl -- modules for working with OAI repositories within the Catmandu framework

2023-02-07 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libcatmandu-oai-perl
  Version : 0.19
  Upstream Author : Nicolas Steenlant 
* URL : https://metacpan.org/release/Catmandu-OAI
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : modules for working with OAI repositories within the 
Catmandu framework

Catmandu::OAI contains modules for working with OAI repositories.

Provides modules:
 Catmandu::Importer::OAI
 Catmandu::Store::OAI

Catmandu::Importer::OAI is an Catmandu importer to harvest metadata
records from an OAI-PMH endpoint.

See also:
 http://www.openarchives.org/pmh/tools/
 http://www.openarchives.org/OAI/openarchivesprotocol.html

Catmandu provides a suite of Perl modules to ease the import, storage,
retrieval, export and transformation of metadata records.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030794: ITP: libcatmandu-oai-perl -- modules for working with OAI repositories within the Catmandu framework

2023-02-07 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libcatmandu-oai-perl
  Version : 0.19
  Upstream Author : Nicolas Steenlant 
* URL : https://metacpan.org/release/Catmandu-OAI
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : modules for working with OAI repositories within the 
Catmandu framework

Catmandu::OAI contains modules for working with OAI repositories.

Provides modules:
 Catmandu::Importer::OAI
 Catmandu::Store::OAI

Catmandu::Importer::OAI is an Catmandu importer to harvest metadata
records from an OAI-PMH endpoint.

See also:
 http://www.openarchives.org/pmh/tools/
 http://www.openarchives.org/OAI/openarchivesprotocol.html

Catmandu provides a suite of Perl modules to ease the import, storage,
retrieval, export and transformation of metadata records.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030686: ITP: libwebservice-lucene-perl -- Module to interface with the Lucene indexing webservice

2023-02-06 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libwebservice-lucene-perl
  Version : 0.10
  Upstream Author : Brian Cassidy 
* URL : https://metacpan.org/release/WebService-Lucene
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Module to interface with the Lucene indexing webservice

WebService::Lucene provides a Perl API to the Lucene indexing web service.

See also:
 https://lucene.apache.org

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030686: ITP: libwebservice-lucene-perl -- Module to interface with the Lucene indexing webservice

2023-02-06 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libwebservice-lucene-perl
  Version : 0.10
  Upstream Author : Brian Cassidy 
* URL : https://metacpan.org/release/WebService-Lucene
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Module to interface with the Lucene indexing webservice

WebService::Lucene provides a Perl API to the Lucene indexing web service.

See also:
 https://lucene.apache.org

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030686: ITP: libwebservice-lucene-perl -- Module to interface with the Lucene indexing webservice

2023-02-06 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libwebservice-lucene-perl
  Version : 0.10
  Upstream Author : Brian Cassidy 
* URL : https://metacpan.org/release/WebService-Lucene
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Module to interface with the Lucene indexing webservice

WebService::Lucene provides a Perl API to the Lucene indexing web service.

See also:
 https://lucene.apache.org

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030679: ITP: liblocale-maketext-extract-dbi-perl -- extract translation keys from a database

2023-02-06 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: liblocale-maketext-extract-dbi-perl
  Version : 0.01
  Upstream Author : Brian Cassidy 
* URL : https://metacpan.org/release/Locale-Maketext-Extract-DBI
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : extract translation keys from a database

Locale::Maketext::Extract::DBI extracts translation keys from a database
table.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030679: ITP: liblocale-maketext-extract-dbi-perl -- extract translation keys from a database

2023-02-06 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: liblocale-maketext-extract-dbi-perl
  Version : 0.01
  Upstream Author : Brian Cassidy 
* URL : https://metacpan.org/release/Locale-Maketext-Extract-DBI
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : extract translation keys from a database

Locale::Maketext::Extract::DBI extracts translation keys from a database
table.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030679: ITP: liblocale-maketext-extract-dbi-perl -- extract translation keys from a database

2023-02-06 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: liblocale-maketext-extract-dbi-perl
  Version : 0.01
  Upstream Author : Brian Cassidy 
* URL : https://metacpan.org/release/Locale-Maketext-Extract-DBI
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : extract translation keys from a database

Locale::Maketext::Extract::DBI extracts translation keys from a database
table.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030652: ITP: libdbix-class-factory-perl -- factory-style fixtures for DBIx::Class

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libdbix-class-factory-perl
  Version : 0.04
  Upstream Author : Vadim Pushtaev 
* URL : https://metacpan.org/release/DBIx-Class-Factory
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : factory-style fixtures for DBIx::Class

Ruby has factory_girl, Python has factory_boy. Now Perl has
DBIx::Class::Factory.

Creating big fixture batches may be a pain. This module provides easy way
of creating data in database via DBIx::Class.

To create a factory just derive from DBIx::Class::Factory and apply some
settings. You can also add some data at the moment of creating instance,
redefining factory defaults.

Tests for this module contains a bunch of useful examples.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030652: ITP: libdbix-class-factory-perl -- factory-style fixtures for DBIx::Class

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libdbix-class-factory-perl
  Version : 0.04
  Upstream Author : Vadim Pushtaev 
* URL : https://metacpan.org/release/DBIx-Class-Factory
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : factory-style fixtures for DBIx::Class

Ruby has factory_girl, Python has factory_boy. Now Perl has
DBIx::Class::Factory.

Creating big fixture batches may be a pain. This module provides easy way
of creating data in database via DBIx::Class.

To create a factory just derive from DBIx::Class::Factory and apply some
settings. You can also add some data at the moment of creating instance,
redefining factory defaults.

Tests for this module contains a bunch of useful examples.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030652: ITP: libdbix-class-factory-perl -- factory-style fixtures for DBIx::Class

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libdbix-class-factory-perl
  Version : 0.04
  Upstream Author : Vadim Pushtaev 
* URL : https://metacpan.org/release/DBIx-Class-Factory
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : factory-style fixtures for DBIx::Class

Ruby has factory_girl, Python has factory_boy. Now Perl has
DBIx::Class::Factory.

Creating big fixture batches may be a pain. This module provides easy way
of creating data in database via DBIx::Class.

To create a factory just derive from DBIx::Class::Factory and apply some
settings. You can also add some data at the moment of creating instance,
redefining factory defaults.

Tests for this module contains a bunch of useful examples.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030651: ITP: libdbix-class-graph-perl -- represent a graph in a relational database using DBIC

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libdbix-class-graph-perl
  Version : 1.05
  Upstream Author : Moritz Onken 
* URL : https://metacpan.org/release/DBIx-Class-Graph
* License : BSD-3-clause
  Programming Lang: Perl
  Description : represent a graph in a relational database using DBIC

DBIx::Class::Graph provides a module to create and interact with a directed
graph. It will take care of storing the information in a relational database.
It uses Graph for calculations. This module extends the DBIx::Class::ResultSet.
Some methods are added to the resultset, some to the row objects.

SEE ALSO

 https://metacpan.org/pod/Graph
 https://metacpan.org/pod/DBIx::Class
 https://metacpan.org/pod/DBIx::Class::Tree

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030651: ITP: libdbix-class-graph-perl -- represent a graph in a relational database using DBIC

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libdbix-class-graph-perl
  Version : 1.05
  Upstream Author : Moritz Onken 
* URL : https://metacpan.org/release/DBIx-Class-Graph
* License : BSD-3-clause
  Programming Lang: Perl
  Description : represent a graph in a relational database using DBIC

DBIx::Class::Graph provides a module to create and interact with a directed
graph. It will take care of storing the information in a relational database.
It uses Graph for calculations. This module extends the DBIx::Class::ResultSet.
Some methods are added to the resultset, some to the row objects.

SEE ALSO

 https://metacpan.org/pod/Graph
 https://metacpan.org/pod/DBIx::Class
 https://metacpan.org/pod/DBIx::Class::Tree

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030651: ITP: libdbix-class-graph-perl -- represent a graph in a relational database using DBIC

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libdbix-class-graph-perl
  Version : 1.05
  Upstream Author : Moritz Onken 
* URL : https://metacpan.org/release/DBIx-Class-Graph
* License : BSD-3-clause
  Programming Lang: Perl
  Description : represent a graph in a relational database using DBIC

DBIx::Class::Graph provides a module to create and interact with a directed
graph. It will take care of storing the information in a relational database.
It uses Graph for calculations. This module extends the DBIx::Class::ResultSet.
Some methods are added to the resultset, some to the row objects.

SEE ALSO

 https://metacpan.org/pod/Graph
 https://metacpan.org/pod/DBIx::Class
 https://metacpan.org/pod/DBIx::Class::Tree

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030650: ITP: libdbix-bulkloader-mysql-perl -- Perl extension for mysql bulk loading

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libdbix-bulkloader-mysql-perl
  Version : 1.006
  Upstream Author : Michael Shipper
* URL : https://metacpan.org/release/DBIx-BulkLoader-Mysql
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl extension for mysql bulk loading

DBIx::BulkLoader::Mysql provides a simple buffering bulk-loader interface
for mysql.

SEE ALSO
 https://metacpan.org/pod/DBI
 https://metacpan.org/pod/DBD::mysql

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030650: ITP: libdbix-bulkloader-mysql-perl -- Perl extension for mysql bulk loading

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libdbix-bulkloader-mysql-perl
  Version : 1.006
  Upstream Author : Michael Shipper
* URL : https://metacpan.org/release/DBIx-BulkLoader-Mysql
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl extension for mysql bulk loading

DBIx::BulkLoader::Mysql provides a simple buffering bulk-loader interface
for mysql.

SEE ALSO
 https://metacpan.org/pod/DBI
 https://metacpan.org/pod/DBD::mysql

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030650: ITP: libdbix-bulkloader-mysql-perl -- Perl extension for mysql bulk loading

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libdbix-bulkloader-mysql-perl
  Version : 1.006
  Upstream Author : Michael Shipper
* URL : https://metacpan.org/release/DBIx-BulkLoader-Mysql
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl extension for mysql bulk loading

DBIx::BulkLoader::Mysql provides a simple buffering bulk-loader interface
for mysql.

SEE ALSO
 https://metacpan.org/pod/DBI
 https://metacpan.org/pod/DBD::mysql

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030649: ITP: libchild-perl -- Object oriented simple interface to fork()

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libchild-perl
  Version : 0.013
  Upstream Author : Chad Granum 
* URL : https://metacpan.org/release/Child
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Object oriented simple interface to fork()

Fork is too low level, and difficult to manage. Often people forget to exit
at the end, reap their children, and check exit status. The problem is the
low level functions provided to do these things. Throw in pipes for IPC and
you just have a pile of things nobody wants to think about.

Child is an Object Oriented interface to fork. It provides a clean way to
start a child process, and manage it afterwords. It provides methods for
running, waiting, killing, checking, and even communicating with a child
process.

NOTE: kill() is unpredictable on windows, strawberry perl sends the kill
signal to the parent as well as the child.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030649: ITP: libchild-perl -- Object oriented simple interface to fork()

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libchild-perl
  Version : 0.013
  Upstream Author : Chad Granum 
* URL : https://metacpan.org/release/Child
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Object oriented simple interface to fork()

Fork is too low level, and difficult to manage. Often people forget to exit
at the end, reap their children, and check exit status. The problem is the
low level functions provided to do these things. Throw in pipes for IPC and
you just have a pile of things nobody wants to think about.

Child is an Object Oriented interface to fork. It provides a clean way to
start a child process, and manage it afterwords. It provides methods for
running, waiting, killing, checking, and even communicating with a child
process.

NOTE: kill() is unpredictable on windows, strawberry perl sends the kill
signal to the parent as well as the child.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030649: ITP: libchild-perl -- Object oriented simple interface to fork()

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libchild-perl
  Version : 0.013
  Upstream Author : Chad Granum 
* URL : https://metacpan.org/release/Child
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Object oriented simple interface to fork()

Fork is too low level, and difficult to manage. Often people forget to exit
at the end, reap their children, and check exit status. The problem is the
low level functions provided to do these things. Throw in pipes for IPC and
you just have a pile of things nobody wants to think about.

Child is an Object Oriented interface to fork. It provides a clean way to
start a child process, and manage it afterwords. It provides methods for
running, waiting, killing, checking, and even communicating with a child
process.

NOTE: kill() is unpredictable on windows, strawberry perl sends the kill
signal to the parent as well as the child.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030648: ITP: libdbix-class-tree-perl -- manipulate and anaylze tree structured data

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libdbix-class-tree-perl
  Version : 0.03003
  Upstream Author : Aran Clary Deltac 
* URL : https://metacpan.org/release/DBIx-Class-Tree
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : manipulate and anaylze tree structured data

DBIx::Class::Tree provides the tools to represent, modify, and analyze trees
of data with DBIx::Class.

COMPONENTS

DBIx::Class::Tree::AdjacencyList
 Manage a tree of data using the common adjacency list model.

DBIx::Class::Tree::AdjacencyList::Ordered
 Glue DBIx::Class::Ordered and DBIx::Class::Tree::AdjacencyList together.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030648: ITP: libdbix-class-tree-perl -- manipulate and anaylze tree structured data

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libdbix-class-tree-perl
  Version : 0.03003
  Upstream Author : Aran Clary Deltac 
* URL : https://metacpan.org/release/DBIx-Class-Tree
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : manipulate and anaylze tree structured data

DBIx::Class::Tree provides the tools to represent, modify, and analyze trees
of data with DBIx::Class.

COMPONENTS

DBIx::Class::Tree::AdjacencyList
 Manage a tree of data using the common adjacency list model.

DBIx::Class::Tree::AdjacencyList::Ordered
 Glue DBIx::Class::Ordered and DBIx::Class::Tree::AdjacencyList together.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030648: ITP: libdbix-class-tree-perl -- manipulate and anaylze tree structured data

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libdbix-class-tree-perl
  Version : 0.03003
  Upstream Author : Aran Clary Deltac 
* URL : https://metacpan.org/release/DBIx-Class-Tree
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : manipulate and anaylze tree structured data

DBIx::Class::Tree provides the tools to represent, modify, and analyze trees
of data with DBIx::Class.

COMPONENTS

DBIx::Class::Tree::AdjacencyList
 Manage a tree of data using the common adjacency list model.

DBIx::Class::Tree::AdjacencyList::Ordered
 Glue DBIx::Class::Ordered and DBIx::Class::Tree::AdjacencyList together.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030647: ITP: libpath-class-uri-perl -- Serializes and deserializes Path::Class objects as file:// URI

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libpath-class-uri-perl
  Version : 0.08
  Upstream Author : Tatsuhiko Miyagawa 
* URL : https://metacpan.org/release/Path-Class-URI
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Serializes and deserializes Path::Class objects as file:// 
URI

Path::Class::URI is an extension to Path::Class to serialize file path from
and to file:// form URI objects.

Path::Class::URI encodes and decodes non URI-safe characters using its
literal byte encodings. If you call uri methods on Win32 Path::File objects,
you'll get local filename encodings.

If you want to avoid that and always use UTF-8 filename encodings in URI, see
Path::Class::Unicode bundled in this distribution.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030647: ITP: libpath-class-uri-perl -- Serializes and deserializes Path::Class objects as file:// URI

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libpath-class-uri-perl
  Version : 0.08
  Upstream Author : Tatsuhiko Miyagawa 
* URL : https://metacpan.org/release/Path-Class-URI
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Serializes and deserializes Path::Class objects as file:// 
URI

Path::Class::URI is an extension to Path::Class to serialize file path from
and to file:// form URI objects.

Path::Class::URI encodes and decodes non URI-safe characters using its
literal byte encodings. If you call uri methods on Win32 Path::File objects,
you'll get local filename encodings.

If you want to avoid that and always use UTF-8 filename encodings in URI, see
Path::Class::Unicode bundled in this distribution.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030647: ITP: libpath-class-uri-perl -- Serializes and deserializes Path::Class objects as file:// URI

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libpath-class-uri-perl
  Version : 0.08
  Upstream Author : Tatsuhiko Miyagawa 
* URL : https://metacpan.org/release/Path-Class-URI
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Serializes and deserializes Path::Class objects as file:// 
URI

Path::Class::URI is an extension to Path::Class to serialize file path from
and to file:// form URI objects.

Path::Class::URI encodes and decodes non URI-safe characters using its
literal byte encodings. If you call uri methods on Win32 Path::File objects,
you'll get local filename encodings.

If you want to avoid that and always use UTF-8 filename encodings in URI, see
Path::Class::Unicode bundled in this distribution.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030646: ITP: libbiblio-zotero-db-perl -- helper module to access the Zotero SQLite database

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libbiblio-zotero-db-perl
  Version : 0.004
  Upstream Author : Zakariyya Mughal 
* URL : https://metacpan.org/release/Biblio-Zotero-DB
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : helper module to access the Zotero SQLite database

Biblio::Zotero::DB provides a helper module to access a Zotero SQLite database

Example code:

 use Biblio::Zotero::DB;
 use List::UtilsBy qw(min_by);

 # find the most recently modified
 my $newest = min_by { -M } @{Biblio::Zotero::DB->find_profile_directories};
 my $db = Biblio::Zotero::DB->new( profile_directory => $newest  );

 # if there is an issue with the database lock here,
 # see Biblio::Zotero::DB::Role::CopyDB
 $db->schema->resultset('Item')->all;

See also:

 https://metacpan.org/pod/DBIx::Class
 http://www.zotero.org/support/zotero_data

Zotero is a free and open-source reference management software to manage
bibliographic data and related research materials, such as PDF files.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030646: ITP: libbiblio-zotero-db-perl -- helper module to access the Zotero SQLite database

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libbiblio-zotero-db-perl
  Version : 0.004
  Upstream Author : Zakariyya Mughal 
* URL : https://metacpan.org/release/Biblio-Zotero-DB
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : helper module to access the Zotero SQLite database

Biblio::Zotero::DB provides a helper module to access a Zotero SQLite database

Example code:

 use Biblio::Zotero::DB;
 use List::UtilsBy qw(min_by);

 # find the most recently modified
 my $newest = min_by { -M } @{Biblio::Zotero::DB->find_profile_directories};
 my $db = Biblio::Zotero::DB->new( profile_directory => $newest  );

 # if there is an issue with the database lock here,
 # see Biblio::Zotero::DB::Role::CopyDB
 $db->schema->resultset('Item')->all;

See also:

 https://metacpan.org/pod/DBIx::Class
 http://www.zotero.org/support/zotero_data

Zotero is a free and open-source reference management software to manage
bibliographic data and related research materials, such as PDF files.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030646: ITP: libbiblio-zotero-db-perl -- helper module to access the Zotero SQLite database

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libbiblio-zotero-db-perl
  Version : 0.004
  Upstream Author : Zakariyya Mughal 
* URL : https://metacpan.org/release/Biblio-Zotero-DB
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : helper module to access the Zotero SQLite database

Biblio::Zotero::DB provides a helper module to access a Zotero SQLite database

Example code:

 use Biblio::Zotero::DB;
 use List::UtilsBy qw(min_by);

 # find the most recently modified
 my $newest = min_by { -M } @{Biblio::Zotero::DB->find_profile_directories};
 my $db = Biblio::Zotero::DB->new( profile_directory => $newest  );

 # if there is an issue with the database lock here,
 # see Biblio::Zotero::DB::Role::CopyDB
 $db->schema->resultset('Item')->all;

See also:

 https://metacpan.org/pod/DBIx::Class
 http://www.zotero.org/support/zotero_data

Zotero is a free and open-source reference management software to manage
bibliographic data and related research materials, such as PDF files.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030644: ITP: libbio-biblio-perl -- modules to access bibliographics repositories and handle citation files

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libbio-biblio-perl
  Version : 1.70
  Upstream Author : BioPerl Team 
* URL : https://metacpan.org/release/Bio-Biblio
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : modules to access bibliographics repositories and handle 
citation files

Bio::Biblio provides both methods to access bibliographic repositories, and to
handle citation files in different formats.

The modules comply (with some simplifications) with the specification
described in the OpenBQS project.

See also:
 http://www.ebi.ac.uk/~senger/openbqs

This distribution is part of the BioPerl project.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030644: ITP: libbio-biblio-perl -- modules to access bibliographics repositories and handle citation files

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libbio-biblio-perl
  Version : 1.70
  Upstream Author : BioPerl Team 
* URL : https://metacpan.org/release/Bio-Biblio
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : modules to access bibliographics repositories and handle 
citation files

Bio::Biblio provides both methods to access bibliographic repositories, and to
handle citation files in different formats.

The modules comply (with some simplifications) with the specification
described in the OpenBQS project.

See also:
 http://www.ebi.ac.uk/~senger/openbqs

This distribution is part of the BioPerl project.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030644: ITP: libbio-biblio-perl -- modules to access bibliographics repositories and handle citation files

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libbio-biblio-perl
  Version : 1.70
  Upstream Author : BioPerl Team 
* URL : https://metacpan.org/release/Bio-Biblio
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : modules to access bibliographics repositories and handle 
citation files

Bio::Biblio provides both methods to access bibliographic repositories, and to
handle citation files in different formats.

The modules comply (with some simplifications) with the specification
described in the OpenBQS project.

See also:
 http://www.ebi.ac.uk/~senger/openbqs

This distribution is part of the BioPerl project.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030642: ITP: libbiblio-thesaurus-modrewrite-perl -- module to manipulate ontologies

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libbiblio-thesaurus-modrewrite-perl
  Version : 0.03
  Upstream Author : Nuno Carvalho 
* URL : https://metacpan.org/release/Biblio-Thesaurus-ModRewrite
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : module to manipulate ontologies

Biblio::Thesaurus::ModRewrite implements a compiler to run programs written
in a domain specific language that can be used to manipulate information in
ontologies. This domain specific language is called OML and is described in
the next section.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030642: ITP: libbiblio-thesaurus-modrewrite-perl -- module to manipulate ontologies

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libbiblio-thesaurus-modrewrite-perl
  Version : 0.03
  Upstream Author : Nuno Carvalho 
* URL : https://metacpan.org/release/Biblio-Thesaurus-ModRewrite
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : module to manipulate ontologies

Biblio::Thesaurus::ModRewrite implements a compiler to run programs written
in a domain specific language that can be used to manipulate information in
ontologies. This domain specific language is called OML and is described in
the next section.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030642: ITP: libbiblio-thesaurus-modrewrite-perl -- module to manipulate ontologies

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libbiblio-thesaurus-modrewrite-perl
  Version : 0.03
  Upstream Author : Nuno Carvalho 
* URL : https://metacpan.org/release/Biblio-Thesaurus-ModRewrite
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : module to manipulate ontologies

Biblio::Thesaurus::ModRewrite implements a compiler to run programs written
in a domain specific language that can be used to manipulate information in
ontologies. This domain specific language is called OML and is described in
the next section.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030639: ITP: libperl-critic-toomuchcode-perl -- perlcritic add-ons that generally check for dead code

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libperl-critic-toomuchcode-perl
  Version : 0.18
  Upstream Author : Kang-min Liu 
* URL : https://metacpan.org/release/Perl-Critic-TooMuchCode
* License : Expat
  Programming Lang: Perl
  Description : perlcritic add-ons that generally check for dead code

Perl::Critic::TooMuchCode is an add-on for Perl::Critic is aiming for
identifying trivial dead code.  Either the ones that has no use, or the
one that produce no effect.  Having dead code floating around causes
maintenance burden. Some might prefer not to generate them in the first place.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030639: ITP: libperl-critic-toomuchcode-perl -- perlcritic add-ons that generally check for dead code

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libperl-critic-toomuchcode-perl
  Version : 0.18
  Upstream Author : Kang-min Liu 
* URL : https://metacpan.org/release/Perl-Critic-TooMuchCode
* License : Expat
  Programming Lang: Perl
  Description : perlcritic add-ons that generally check for dead code

Perl::Critic::TooMuchCode is an add-on for Perl::Critic is aiming for
identifying trivial dead code.  Either the ones that has no use, or the
one that produce no effect.  Having dead code floating around causes
maintenance burden. Some might prefer not to generate them in the first place.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030639: ITP: libperl-critic-toomuchcode-perl -- perlcritic add-ons that generally check for dead code

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libperl-critic-toomuchcode-perl
  Version : 0.18
  Upstream Author : Kang-min Liu 
* URL : https://metacpan.org/release/Perl-Critic-TooMuchCode
* License : Expat
  Programming Lang: Perl
  Description : perlcritic add-ons that generally check for dead code

Perl::Critic::TooMuchCode is an add-on for Perl::Critic is aiming for
identifying trivial dead code.  Either the ones that has no use, or the
one that produce no effect.  Having dead code floating around causes
maintenance burden. Some might prefer not to generate them in the first place.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030616: ITP: libcode-tidyall-plugin-clangformat-perl -- run clang-format using Code::TidyAll

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libcode-tidyall-plugin-clangformat-perl
  Version : 0.0.2
  Upstream Author : Shlomi Fish 
* URL : https://metacpan.org/release/Code-TidyAll-Plugin-ClangFormat
* License : Expat
  Programming Lang: Perl
  Description : run clang-format using Code::TidyAll

Code::TidyAll::Plugin::ClangFormat speeds up clang-format's checking and
reformatting, by caching results using Code::TidyAll.

See also:
 https://clang.llvm.org/docs/ClangFormat.html

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030616: ITP: libcode-tidyall-plugin-clangformat-perl -- run clang-format using Code::TidyAll

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libcode-tidyall-plugin-clangformat-perl
  Version : 0.0.2
  Upstream Author : Shlomi Fish 
* URL : https://metacpan.org/release/Code-TidyAll-Plugin-ClangFormat
* License : Expat
  Programming Lang: Perl
  Description : run clang-format using Code::TidyAll

Code::TidyAll::Plugin::ClangFormat speeds up clang-format's checking and
reformatting, by caching results using Code::TidyAll.

See also:
 https://clang.llvm.org/docs/ClangFormat.html

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030616: ITP: libcode-tidyall-plugin-clangformat-perl -- run clang-format using Code::TidyAll

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libcode-tidyall-plugin-clangformat-perl
  Version : 0.0.2
  Upstream Author : Shlomi Fish 
* URL : https://metacpan.org/release/Code-TidyAll-Plugin-ClangFormat
* License : Expat
  Programming Lang: Perl
  Description : run clang-format using Code::TidyAll

Code::TidyAll::Plugin::ClangFormat speeds up clang-format's checking and
reformatting, by caching results using Code::TidyAll.

See also:
 https://clang.llvm.org/docs/ClangFormat.html

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030613: ITP: libffi-platypus-type-enum-perl -- custom platypus type for dealing with C enumerated types

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libffi-platypus-type-enum-perl
  Version : 0.06
  Upstream Author : Graham Ollis 
* URL : https://metacpan.org/release/FFI-Platypus-Type-Enum
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : custom platypus type for dealing with C enumerated types

FFI::Platypus::Type::Enum type plugin is a helper for making enumerated types.
It makes the most sense to use this when you have an enumerated type with a
small number of possible values. For a large set of enumerated values or
constants, see: FFI::Platypus::Constant.

This type plugin has two modes:

 string

 In string mode, string representations of the enum values are converted into
 the integer enum values when passed into C, and the enums are converted back
 into strings when coming from C back into Perl. You can also pass in the
 integer values.

 constant

 In constant mode, constants are defined in the specified package, and with
 the optional prefix. The string representation or integer constants can be
 passed into C, but the integer constants are returned from C back into Perl.

 In both modes, if you attempt to pass in a value that isn't one of the
 possible enum values, an exception will be thrown.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030613: ITP: libffi-platypus-type-enum-perl -- custom platypus type for dealing with C enumerated types

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libffi-platypus-type-enum-perl
  Version : 0.06
  Upstream Author : Graham Ollis 
* URL : https://metacpan.org/release/FFI-Platypus-Type-Enum
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : custom platypus type for dealing with C enumerated types

FFI::Platypus::Type::Enum type plugin is a helper for making enumerated types.
It makes the most sense to use this when you have an enumerated type with a
small number of possible values. For a large set of enumerated values or
constants, see: FFI::Platypus::Constant.

This type plugin has two modes:

 string

 In string mode, string representations of the enum values are converted into
 the integer enum values when passed into C, and the enums are converted back
 into strings when coming from C back into Perl. You can also pass in the
 integer values.

 constant

 In constant mode, constants are defined in the specified package, and with
 the optional prefix. The string representation or integer constants can be
 passed into C, but the integer constants are returned from C back into Perl.

 In both modes, if you attempt to pass in a value that isn't one of the
 possible enum values, an exception will be thrown.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030613: ITP: libffi-platypus-type-enum-perl -- custom platypus type for dealing with C enumerated types

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libffi-platypus-type-enum-perl
  Version : 0.06
  Upstream Author : Graham Ollis 
* URL : https://metacpan.org/release/FFI-Platypus-Type-Enum
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : custom platypus type for dealing with C enumerated types

FFI::Platypus::Type::Enum type plugin is a helper for making enumerated types.
It makes the most sense to use this when you have an enumerated type with a
small number of possible values. For a large set of enumerated values or
constants, see: FFI::Platypus::Constant.

This type plugin has two modes:

 string

 In string mode, string representations of the enum values are converted into
 the integer enum values when passed into C, and the enums are converted back
 into strings when coming from C back into Perl. You can also pass in the
 integer values.

 constant

 In constant mode, constants are defined in the specified package, and with
 the optional prefix. The string representation or integer constants can be
 passed into C, but the integer constants are returned from C back into Perl.

 In both modes, if you attempt to pass in a value that isn't one of the
 possible enum values, an exception will be thrown.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030605: ITP: libffi-c-perl -- C data types for FFI

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libffi-c-perl
  Version : 0.15
  Upstream Author : Graham Ollis 
* URL : https://metacpan.org/release/FFI-C
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : C data types for FFI

FFI::C provide tools for building classes to interface for
common C data types. Arrays, struct, union and nested types based on those
are supported.

Core FFI::Platypus also provides FFI::Platypus::Record for manipulating
and passing structured data. Typically you want to use FFI::C instead,
the main exception is when you need to pass structured data by value
instead of by reference.

To work with C APIs that work with C file pointers you can use FFI::C::File
and FFI::C::PosixFile. For C APIs that expose the POSIX stat structure
use FFI::C::Stat.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030605: ITP: libffi-c-perl -- C data types for FFI

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libffi-c-perl
  Version : 0.15
  Upstream Author : Graham Ollis 
* URL : https://metacpan.org/release/FFI-C
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : C data types for FFI

FFI::C provide tools for building classes to interface for
common C data types. Arrays, struct, union and nested types based on those
are supported.

Core FFI::Platypus also provides FFI::Platypus::Record for manipulating
and passing structured data. Typically you want to use FFI::C instead,
the main exception is when you need to pass structured data by value
instead of by reference.

To work with C APIs that work with C file pointers you can use FFI::C::File
and FFI::C::PosixFile. For C APIs that expose the POSIX stat structure
use FFI::C::Stat.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030605: ITP: libffi-c-perl -- C data types for FFI

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libffi-c-perl
  Version : 0.15
  Upstream Author : Graham Ollis 
* URL : https://metacpan.org/release/FFI-C
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : C data types for FFI

FFI::C provide tools for building classes to interface for
common C data types. Arrays, struct, union and nested types based on those
are supported.

Core FFI::Platypus also provides FFI::Platypus::Record for manipulating
and passing structured data. Typically you want to use FFI::C instead,
the main exception is when you need to pass structured data by value
instead of by reference.

To work with C APIs that work with C file pointers you can use FFI::C::File
and FFI::C::PosixFile. For C APIs that expose the POSIX stat structure
use FFI::C::Stat.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030583: ITP: libbiblio-rfid-perl -- perl tools to use different RFID readers for library use

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libbiblio-rfid-perl
  Version : 0.03
  Upstream Author : Dobrica Pavlinusic 
* URL : https://metacpan.org/release/Biblio-RFID
* License : GPL-2+
  Programming Lang: Perl
  Description : perl tools to use different RFID readers for library use

Biblio::RFID provides a simple API to communicate with RFID
readers. The module provides useful abstractions to quickly write
applications to respond to tags which come in range of RFID readers
using Biblio::RFID::Reader.

Writing support for new RFID readers should be easy.
Biblio::RFID::Reader::API provides documentation on writing support
for different readers.

Currently, two serial RFID readers based on Biblio::RFID::Reader::Serial
are implemented:
 Biblio::RFID::Reader::3M810
 Biblio::RFID::Reader::CPRM02

There is also simple read-only reader using shell commands in
Biblio::RFID::Reader::librfid.

For implementing an application, take a look at Biblio::RFID::Reader:
 scripts/RFID-JSONP-server.pl is example of such application. It's
 provides a local interface to RFID reader and JSONP REST server.

 examples/koha-rfid.js is jQuery based JavaScript code which can be
 inserted in Koha Library System to provide overlay with tags in range
 and check-in/check-out form-fill functionality.

Applications can use Biblio::RFID::RFID501 which is some kind of
semi-standard 3M layout or blocks on RFID tags.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030583: ITP: libbiblio-rfid-perl -- perl tools to use different RFID readers for library use

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libbiblio-rfid-perl
  Version : 0.03
  Upstream Author : Dobrica Pavlinusic 
* URL : https://metacpan.org/release/Biblio-RFID
* License : GPL-2+
  Programming Lang: Perl
  Description : perl tools to use different RFID readers for library use

Biblio::RFID provides a simple API to communicate with RFID
readers. The module provides useful abstractions to quickly write
applications to respond to tags which come in range of RFID readers
using Biblio::RFID::Reader.

Writing support for new RFID readers should be easy.
Biblio::RFID::Reader::API provides documentation on writing support
for different readers.

Currently, two serial RFID readers based on Biblio::RFID::Reader::Serial
are implemented:
 Biblio::RFID::Reader::3M810
 Biblio::RFID::Reader::CPRM02

There is also simple read-only reader using shell commands in
Biblio::RFID::Reader::librfid.

For implementing an application, take a look at Biblio::RFID::Reader:
 scripts/RFID-JSONP-server.pl is example of such application. It's
 provides a local interface to RFID reader and JSONP REST server.

 examples/koha-rfid.js is jQuery based JavaScript code which can be
 inserted in Koha Library System to provide overlay with tags in range
 and check-in/check-out form-fill functionality.

Applications can use Biblio::RFID::RFID501 which is some kind of
semi-standard 3M layout or blocks on RFID tags.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030583: ITP: libbiblio-rfid-perl -- perl tools to use different RFID readers for library use

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libbiblio-rfid-perl
  Version : 0.03
  Upstream Author : Dobrica Pavlinusic 
* URL : https://metacpan.org/release/Biblio-RFID
* License : GPL-2+
  Programming Lang: Perl
  Description : perl tools to use different RFID readers for library use

Biblio::RFID provides a simple API to communicate with RFID
readers. The module provides useful abstractions to quickly write
applications to respond to tags which come in range of RFID readers
using Biblio::RFID::Reader.

Writing support for new RFID readers should be easy.
Biblio::RFID::Reader::API provides documentation on writing support
for different readers.

Currently, two serial RFID readers based on Biblio::RFID::Reader::Serial
are implemented:
 Biblio::RFID::Reader::3M810
 Biblio::RFID::Reader::CPRM02

There is also simple read-only reader using shell commands in
Biblio::RFID::Reader::librfid.

For implementing an application, take a look at Biblio::RFID::Reader:
 scripts/RFID-JSONP-server.pl is example of such application. It's
 provides a local interface to RFID reader and JSONP REST server.

 examples/koha-rfid.js is jQuery based JavaScript code which can be
 inserted in Koha Library System to provide overlay with tags in range
 and check-in/check-out form-fill functionality.

Applications can use Biblio::RFID::RFID501 which is some kind of
semi-standard 3M layout or blocks on RFID tags.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030573: ITP: liblocale-xgettext-perl -- extract Strings To PO Files

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: liblocale-xgettext-perl
  Version : 0.7
  Upstream Author : Guido Flohr 
* URL : https://metacpan.org/release/Locale-XGettext
* License : LGPL-3+
  Programming Lang: Perl
  Description : extract Strings To PO Files

Locale::XGettext is the base class for various string extractors. These string
extractors can be used as standalone programs on the command-line or as a
module as a part of other software.

See also:
 https://github.com/gflohr/Locale-XGettext
 https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030573: ITP: liblocale-xgettext-perl -- extract Strings To PO Files

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: liblocale-xgettext-perl
  Version : 0.7
  Upstream Author : Guido Flohr 
* URL : https://metacpan.org/release/Locale-XGettext
* License : LGPL-3+
  Programming Lang: Perl
  Description : extract Strings To PO Files

Locale::XGettext is the base class for various string extractors. These string
extractors can be used as standalone programs on the command-line or as a
module as a part of other software.

See also:
 https://github.com/gflohr/Locale-XGettext
 https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#1030573: ITP: liblocale-xgettext-perl -- extract Strings To PO Files

2023-02-05 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: liblocale-xgettext-perl
  Version : 0.7
  Upstream Author : Guido Flohr 
* URL : https://metacpan.org/release/Locale-XGettext
* License : LGPL-3+
  Programming Lang: Perl
  Description : extract Strings To PO Files

Locale::XGettext is the base class for various string extractors. These string
extractors can be used as standalone programs on the command-line or as a
module as a part of other software.

See also:
 https://github.com/gflohr/Locale-XGettext
 https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



  1   2   3   4   >