Bug#1056155: ITP: ruby-binding-of-caller -- Ruby gem to retrieve the binding of a method's caller

2023-11-17 Thread Lucas Kanashiro

Package: wnpp
Severity: wishlist

* Package name: ruby-binding-of-caller
  Version: 1.0.0
  Upstream Author: John Mair (banisterfiend)
* URL: https://github.com/banister/binding_of_caller
* License: Expat
  Programming Lang: Ruby
  Description: Ruby gem to retrieve the binding of a method's caller

 Retrieve the binding of a method's caller in MRI (>= 2.0.0) and RBX 
(Rubinius).

 .
 The binding_of_caller gem provides the Binding#of_caller method.
 .
 Using binding_of_caller we can grab bindings from higher up the call 
stack and
 evaluate code in that context. Allows access to bindings arbitrarily 
far up the

 call stack, not limited to just the immediate caller.
 .
 Recommended for use only in debugging situations. Do not use this in
 production apps.

This package is needed by the src:ruby-rspec-parameterized-table-syntax 
which will fix a FTBFS against ruby 3.2. It will be maintained under the 
Ruby team's umbrella.


--
Lucas Kanashiro



Bug#1056154: ITP: ruby-rspec-parameterized-table-syntax -- Simple parameterized test syntax for RSpec - table_syntax

2023-11-17 Thread Lucas Kanashiro

Package: wnpp
Severity: wishlist

* Package name: ruby-rspec-parameterized-table-syntax
  Version: 1.0.1
  Upstream Author: sue445 <https://github.com/sue445>
* URL: 
https://github.com/rspec-parameterized/rspec-parameterized-table_syntax

* License: Expat
  Programming Lang: Ruby
  Description: Simple parameterized test syntax for RSpec - table_syntax

 RSpec::Parameterized supports simple parameterized test syntax in rspec.
 .
 This is the table_syntax gem to support rspec-parameterized.

This package is needed by the src:ruby-rspec-parameterized latest 
upstream version which will fix a FTBFS against ruby 3.2. It will be 
maintained under the Ruby team's umbrella.


--
Lucas Kanashiro



Bug#1056152: ITP: ruby-rspec-parameterized-core -- Simple parameterized test syntax for RSpec

2023-11-17 Thread Lucas Kanashiro

Package: wnpp
Severity: wishlist

* Package name: ruby-rspec-parameterized-core
  Version: 1.0.0
  Upstream Author: sue445 
* URL: https://github.com/rspec-parameterized/rspec-parameterized-core
* License: Expat
  Programming Lang: Ruby
  Description: Simple parameterized test syntax for RSpec

 RSpec::Parameterized supports simple parameterized test syntax in rspec.

This package is needed by the src:ruby-rspec-parameterized latest 
upstream version which will fix a FTBFS against ruby 3.2. It will be 
maintained under the Ruby team's umbrella.




Bug#1039628: ITP: ruby-kdl -- Ruby implementation of KDL Document Language

2023-06-27 Thread Lucas Kanashiro

Package: wnpp
Severity: wishlist

* Package name: ruby-kdl
  Version: 1.0.3
  Upstream Author: Danielle Smith 
* URL: https://github.com/danini-the-panini/kdl-rb
* License: Expat
  Programming Lang: Ruby
  Description: Ruby implementation of KDL Document Language

 Ruby implementation of the KDL Document Language Spec. KDL is a cuddly
 document language with xml-like semantics that looks like you are 
invoking a
 bunch of CLI commands! It is meant to be used both as a serialization 
format

 and a configuration language, much like JSON, YAML, or XML.
 .
 More info about KDL here: https://kdl.dev/.

This package is needed by the src:camping latest upstream version which 
is blocking the ruby-rack version 3 transition. It will be maintained 
under the Ruby team's umbrella.


--
Lucas Kanashiro



Bug#1025707: ITP: ruby-oedipus-lex -- Lexer generator in the same family as Rexical and Rex

2022-12-07 Thread Lucas Kanashiro

Package: wnpp
Severity: wishlist

* Package name: ruby-oedipus-lex
  Version: 2.6.0
  Upstream Author:  Ryan Davis 
* URL: https://github.com/seattlerb/oedipus_lex
* License:    Expat
  Programming Lang:   Ruby
  Description:   Lexer generator in the same family as 
Rexical and Rex


 Oedipus Lex is a lexer generator in the same family as Rexical and
 Rex. Oedipus Lex is a independent lexer fork of Rexical. Rexical was
 in turn a fork of Rex. We've been unable to contact the author of rex
 in order to take it over, fix it up, extend it, and relicense it to
 MIT. So, Oedipus was written clean-room in order to bypass licensing
 constraints (and because bootstrapping is fun).
 .
 Oedipus brings a lot of extras to the table and at this point is only
 historically related to rexical. The syntax has changed enough that
 any rexical lexer will have to be tweaked to work inside of oedipus.
 At the very least, you need to add slashes to all your regexps.
 .
 Oedipus, like rexical, is based primarily on generating code much like
 you would a hand-written lexer. It is _not_ a table or hash driven
 lexer. It uses StrScanner within a multi-level case statement. As such,
 Oedipus matches on the _first_ match, not the longest (like lex and
 its ilk).

This package is needed by ruby-rubocop-ast which is a dependency of 
rubocop. It will be maintained under the Ruby team's umbrella.


--
Lucas Kanashiro



Bug#1023761: ITP: ruby-rack-session -- Session management implementation for Rack

2022-11-09 Thread Lucas Kanashiro

Package: wnpp
Severity: wishlist
Owner: Lucas Kanashiro
X-Debbugs-Cc:debian-r...@lists.debian.org

* Package name: ruby-rack-session
  Version : 0.2.0
  Upstream Author : Leah Neukirchen,
Samuel G. D. Williams,
Scytrin dai Kinthra,
Michael Coyne 
* URL : https://github.com/rack/rack-session
* License : Expat
  Programming Lang: Ruby
  Description : Session management implementation for Rack

Rack::Session was extracted from ruby-rack in the latest upstream release, 
a.k.a. 3.0.0, and now it is provided as a separated gem.

This package will be maintained under the Ruby team's umbrella.

--
Lucas Kanashiro



Bug#1023708: ITP: ruby-rackup -- A general server command for Rack applications

2022-11-08 Thread Lucas Kanashiro

Package: wnpp
Severity: wishlist
Owner: Lucas Kanashiro
X-Debbugs-Cc:debian-r...@lists.debian.org

* Package name: ruby-rackup
  Version : 0.2.2
  Upstream Author :Leah Neukirchen  <https://leahneukirchen.org>  
,
Samuel G. D. Williams  <https://www.codeotaku.com>  

* URL :https://github.com/rack/rackup/
* License : Expat
  Programming Lang: Ruby
  Description :A general server command for Rack applications

|rackup|  provides a command line interface for running a Rack-compatible 
application.

The rackup command was extracted from ruby-rack in the latest upstream release, 
a.k.a. 3.0.0, and now it is provided as a separated gem.

This package will be maintained under the Ruby team's umbrella.

--
Lucas Kanashiro


Bug#962628: ITP: golang-github-anacrolix-stm -- Software Transactional Memory in Go

2020-06-10 Thread Lucas Kanashiro
Package: wnpp
Severity: wishlist
Owner: Lucas Kanashiro 

* Package name: golang-github-anacrolix-stm
  Version : 0.2.0-1
  Upstream Author : Matt Joiner
* URL : https://github.com/anacrolix/stm
* License : Expat
  Programming Lang: Go
  Description : Software Transactional Memory in Go

 STM provides Software Transactional Memory operations for Go. This is an
 alternative to the standard way of writing concurrent code (channels and
 mutexes). STM makes it easy to perform arbitrarily complex operations in an
 atomic fashion. One of its primary advantages over traditional locking is that
 STM transactions are composable, whereas locking functions are not -- the
 composition will either deadlock or release the lock between functions (making
 it non-atomic).



Bug#962625: ITP: golang-github-benbjohnson-immutable -- Immutable collections for Go

2020-06-10 Thread Lucas Kanashiro
Package: wnpp
Severity: wishlist
Owner: Lucas Kanashiro 

* Package name: golang-github-benbjohnson-immutable
  Version : 0.2.0-1
  Upstream Author : Ben Johnson
* URL : https://github.com/benbjohnson/immutable
* License : Expat
  Programming Lang: Go
  Description : Immutable collections for Go

 Immutable contains immutable collection types for Go. It includes List, Map,
 and SortedMap implementations. Immutable collections can provide efficient,
 lock free sharing of data by requiring that edits to the collections return new
 collections.
 .
 The collection types in this library are meant to mimic Go built-in
 collections such asslice and map. The primary usage difference between Go
 collections and immutable collections is that immutable collections always
 return a new collection on mutation so you will need to save the new reference.
 .
 Immutable collections are not for every situation, however, as they can incur
 additional CPU and memory overhead. Please evaluate the cost/benefit for your
 particular project.



Bug#953274: ITP: ruby-ffi-libarchive: Ruby FFI binding to libarchive

2020-03-06 Thread Lucas Kanashiro
Package: wnpp
Owner: Lucas Kanashiro 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name    : ruby-ffi-libarchive
  Version : 1.0.0
  Upstream Author : John Bellone ,
Jamie Winsor ,
Frank Fischer 
* URL : https://github.com/chef/ffi-libarchive
* License : Apache-2.0
  Programming Lang: Ruby
  Description : Ruby FFI binding to libarchive

This library provides Ruby FFI bindings to the well-known libarchive library
(https://github.com/libarchive/libarchive).

This package will be maintained under the umbrella of the Debian Ruby team.

-- 
Lucas Kanashiro



Bug#945230: Packaging ready to be reviewed and sponsored

2019-11-26 Thread Lucas Kanashiro
Hi Christian,

On Tue, 26 Nov 2019 15:31:38 +0100 Christian Ehrhardt
 wrote:

> I'm now looking for DD that is willing to review/sponsor this.
>
> [1]: https://salsa.debian.org/paelzer-guest/mdevctl/tree/debian/master

I reviewed your package and I'd like to ask you to fix your pristine-tar
branch. As you can see here [1], the name of the files doesn't match the
source package name (mdectl != mdevctl), besides that the version in
your d/changelog is 0.50 [2] and in those files we have 0.50.0. I needed
to fix them manually to be able to successfully generate the upstream
tarball.

Apart from that it looks good to me.

If you want to move your git repo into 'debian' group in salsa [3] let
me know and I can create the project and grant you the appropriated
permissions. Usually I prefer to host non team maintained packages repos
in this group.

Let me know when you have the pristine-tar branch fixed and I'll be
happy to sponsor this package for you :)

[1] https://salsa.debian.org/paelzer-guest/mdevctl/tree/pristine-tar
[2]
https://salsa.debian.org/paelzer-guest/mdevctl/blob/debian/master/debian/changelog#L1
[3] https://salsa.debian.org/debian

Cheers!

-- 
Lucas Kanashiro



Bug#918549: ITP: ruby-csv: CSV Reading and Writing

2019-01-07 Thread Lucas Kanashiro
Package: wnpp
Owner: Lucas Kanashiro 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name    : ruby-csv
  Version : 3.0.2
  Upstream Author : Kouhei Sutou 
* URL : https://github.com/ruby/csv
* License : BSD-2-clause
  Programming Lang: Ruby
  Description : CSV Reading and Writing

The CSV library provides a complete interface to CSV files and data. It offers
tools to enable you to read and write to and from Strings or IO objects, as
needed.

This package will be maintained under the umbrella of the Debian Ruby team.

-- 
Lucas Kanashiro



Bug#918224: ITP: ruby-mini-mime: A lightweight mime type implementation

2019-01-04 Thread Lucas Kanashiro
Package: wnpp
Owner: Lucas Kanashiro 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name    : ruby-mini-mime
  Version : 1.0.1
  Upstream Author : Discourse Construction Kit, Inc.
* URL : https://github.com/discourse/mini_mime
* License : Expat
  Programming Lang: Ruby
  Description : A lightweight mime type implementation

Minimal mime type implementation for use with the mail and rest-client gem.
MiniMime is optimised to minimize memory usage. It keeps a cache of 100 mime
type lookups (and 100 misses).

This package will be maintained under the umbrella of the Debian Ruby team.

-- 
Lucas Kanashiro



Bug#908077: ITP: google-compute-image-packages -- Google Compute Engine guest environment for cloud images

2018-09-05 Thread Lucas Kanashiro
Package: wnpp
Severity: wishlist
Owner: Lucas Kanashiro 

* Package name  : google-compute-image-packages
  Version  : 20180611
  Upstream Author   : Google Cloud Team 
* URL   :
https://github.com/GoogleCloudPlatform/compute-image-packages
* License : Apache-2.0
  Programming Lang: Python, C, C++
  Description    : Google Compute Engine guest environment for
cloud images

This package contains a set of scripts, configuration, and systemd init
files for features
specific to the Google Compute Engine cloud environment. They are used
on Google
Compute Engine cloud images.

-- 
Lucas Kanashiro
Collabora Ltd.



Bug#907961: ITP: ruby-barrier -- Ruby threads synchronization using a barrier method

2018-09-04 Thread Lucas Kanashiro
Package: wnpp
Severity: wishlist
Owner: Lucas Kanashiro 

* Package name: ruby-barrier
  Version : 1.0.2
  Upstream Author : Aleksey Vereshchagin 
* URL : https://rubygems.org/gems/barrier
* License : MIT
  Programming Lang: Ruby
  Description :  Ruby threads synchronization using a barrier method

Barrier is an implementation of a synchronization method that enables
multiple
threads to wait until all threads have all reached a particular point of
execution before any thread continues.

This package will be maintained under the Ruby team umbrella.



Bug#904594: ITP: libanyevent-fork-perl -- module to create new processes

2018-07-25 Thread Lucas Kanashiro
Package: wnpp
Owner: Lucas Kanashiro 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name    : libanyevent-fork-perl
  Version : 1.31
  Upstream Author : FIXME
* URL : https://metacpan.org/release/AnyEvent-Fork
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : module to create new processes

AnyEvent::Fork allows you to create new processes, without actually forking
them from your current process (avoiding the problems of forking), but
preserving most of the advantages of fork.

It can be used to create new worker processes or new independent
subprocesses
for short- and long-running jobs, process pools (e.g. for use in pre-forked
servers) but also to spawn new external processes (such as CGI scripts
from a
web server), which can be faster (and more well behaved) than using
fork+exec
in big processes.

Special care has been taken to make this module useful from other modules,
while still supporting specialised environments such as App::Staticperl or
PAR::Packer.

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



Bug#904593: ITP: libio-fdpass-perl -- module to pass a file descriptor over a socke

2018-07-25 Thread Lucas Kanashiro
Package: wnpp
Owner: Lucas Kanashiro 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name    : libio-fdpass-perl
  Version : 1.2
  Upstream Author : Marc A. Lehmann 
* URL : https://metacpan.org/release/IO-FDPass
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : module to pass a file descriptor over a socket

This small low-level module only has one purpose: pass a file descriptor to
another process, using a (streaming) unix domain socket (on POSIX
systems) or
any (streaming) socket (on WIN32 systems). The ability to pass file
descriptors on windows is currently the unique selling point of this module.

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



Bug#904591: ITP: libproc-fastspawn-perl -- module to fork+exec, or spawn, a subprocess as quickly as possible

2018-07-25 Thread Lucas Kanashiro
Package: wnpp
Owner: Lucas Kanashiro 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name    : libproc-fastspawn-perl
  Version : 1.2
  Upstream Author : Marc A. Lehmann 
* URL : https://metacpan.org/release/Proc-FastSpawn
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : module to fork+exec, or spawn, a subprocess as
quickly as possible

The purpose of this small (in scope and footprint) module is simple: spawn a
subprocess asynchronously as efficiently and/or fast as possible. Basically
the same as calling fork+exec (on POSIX), but hopefully faster than
those two
syscalls.

Apart from fork overhead, this module also allows you to fork+exec programs
when otherwise you couldn't - for example, when you use POSIX threads in
your
perl process then it generally isn't safe to call fork from perl, but it is
safe to use this module to execute external processes.

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



Bug#904553: ITP: libconvert-scalar-perl -- module to convert between different representations of perl scalars

2018-07-24 Thread Lucas Kanashiro
Package: wnpp
Severity: wishlist
Owner: Lucas Kanashiro 

* Package name: libconvert-scalar-perl
  Version : 1.12
  Upstream Author : Marc A. Lehmann 
* URL : https://metacpan.org/release/Convert-Scalar
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : module to convert between different representations of perl 
scalars

Convert::Scalar exports various internal perl methods that change the
internal representation or state of a perl scalar. All of these work
in-place, that is, they modify their scalar argument. No functions are
exported by default.

This package is a new dependency of libanyevent-dbi-perl latest upstream
release. It will be maintained under the Perl Team umbrella.



Bug#865828: ITP: libcryptx-perl -- Perl module that provides a self-contained crypto toolkit

2017-06-24 Thread Lucas Kanashiro
Package: wnpp
Owner: Lucas Kanashiro 
Severity: wishlist

* Package name: libcryptx-perl 
  Version : 0.27
  Upstream Author : Karel Miko
* URL : https://metacpan.org/release/CryptX  
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module that provides a self-contained crypto
toolkit

Crypt is a self-contained crypto toolkit based on https://github.com/li
btom/libtomcrypt. It provides cyphers, block cipher modes,
authenticated encryption modes, hash functions, message authentication
codes, public key cryptography, cryptographically secure random number
generators, key derivation functions.

This package is a dependency of libspreadsheet-parsexlsx-perl and will
be maintained under the Debian Perl Team umbrella.

signature.asc
Description: This is a digitally signed message part


Bug#865827: ITP: libcryptx-perl -- Perl module that provides a self-contained crypto toolkit

2017-06-24 Thread Lucas Kanashiro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Package: wnpp
Owner: Lucas Kanashiro 
Severity: wishlist

* Package name: libcryptx-perl 
  Version : 0.27
  Upstream Author : Karel Miko
* URL : https://metacpan.org/release/CryptX  
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module that provides a self-contained crypto
toolkit

Crypt is a self-contained crypto toolkit based on https://github.com/li
btom/libtomcrypt. It provides cyphers, block cipher modes,
authenticated encryption modes, hash functions, message authentication
codes, public key cryptography, cryptographically secure random number
generators, key derivation functions.

This package is a dependency of libspreadsheet-parsexlsx-perl and will
be maintained under the Debian Perl Team umbrella.
-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEjtbD+LrJ23/BMKhw+COicpiDyXwFAllPMzgACgkQ+COicpiD
yXzithAAmchNxZgKyHAKFBLZcTw0uz5kWrsauQYFpAM5BEBO6/sYofZTLXuZZYgN
tcuwxFqQpoiusSmEu09oYFHyxaVwoFHZLthgTi/G3p42JjUrFJystUZOVSaP4CAT
8nJjw4gk76D57R5/EFeomV36jog2ZpZkGbS02u0A1gxVkWi1pACHgr9VaBadjN8m
EjY/Vx0swsXKKan/PZ6k1d9Qr2ZpSt6JQ5gxqOikDMXQkcaYQarxW9A/5e8KhCms
B5H/nrXbwWKofSJBU7skrpNirU/Z112iptzROHnHupSZmEq9CvHod00S9wA3tv/Y
pdq9JHZ5QGId/S7pHGlSFuyz/mxGyUyojfwJwdj1Z6N1SoNhCtQIxEodpZ2grlEo
rmQ5Wy3fWI0ySb3256KsxEMEZmn9k/8VzXDgslsJOUgXDYUiA+rW9Pv/hSx69K2V
IcbuIcHpERs/EX5pmBLmwSlDV/j93Ev8Gg44HYaYnu6NKTwNOJ29rdH+rRZFnpso
+eKro733h8svr9x+JkieFsXui6BEymJOiQLqZnW5n1oUdgKBvEfQgR4z+fFH4bQ0
dW6iOfU+cxDzvJ8a+2BMAvp7i6gzVocnGEC/01Xh60sfkaSUx403di9n0BHWjkmv
CjZio8pDvT7hvtCyhGlsGfv5lLEqvRFwzMOpldCo841kS9VRBQE=
=baEx
-END PGP SIGNATURE-



Bug#865825: ITP: libgraphics-colorutils-perl -- Perl module to handle colors and color space conversions

2017-06-24 Thread Lucas Kanashiro
Package: wnpp
Owner: Lucas Kanashiro 
Severity: wishlist

* Package name: libgraphics-colorutils-perl
  Version : 0.17
  Upstream Author : Philipp K. Janert 
* URL : https://metacpan.org/release/Graphics-ColorUtils
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module to handle colors and color space
conversions

Graphics::ColorUtilss provides some utility functions to handle colors
and color space conversions.
The interface has been kept simple, so that most functions can be
called "inline" when making calls to graphics libraries such as GD, Tk,
or when generating HTML/CSS.

This package is a dependency of libspreadsheet-parsexlsx-perl and will
be maintained under Debian Perl Team umbrella.

signature.asc
Description: This is a digitally signed message part


Bug#865823: ITP: libspreadsheet-parsexlsx-perl -- Perl module to parse XLSX files

2017-06-24 Thread Lucas Kanashiro
Package: wnpp
Owner: Lucas Kanashiro 
Severity: wishlist

* Package name: libspreadsheet-parsexlsx-perl
  Version : 0.27
  Upstream Author : Jesse Luehrs 
* URL : https://metacpan.org/release/Spreadsheet-ParseXLSX 
* License : Expat
  Programming Lang: Perl
  Description : Perl module to parse XLSX files

Spreadsheet::ParseXLSX is an adaptor for Spreadsheet::ParseExcel that
reads XLSX files. For documentation about the various data that you can
retrieve from these classes, please see Spreadsheet::ParseExcel,
Spreadsheet::ParseExcel::Workbook, Spreadsheet::ParseExcel::Worksheet,
and Spreadsheet::ParseExcel::Cell.

This package is a recommended dependency of new upstream version of
libspreadsheet-read-perl and will be maintained under Debian Perl Team
umbrella.

signature.asc
Description: This is a digitally signed message part


Bug#828997: ITP: libclass-ehierarchy-perl -- module that provides a base class for hierarchally ordered objects

2016-06-29 Thread Lucas Kanashiro
Package: wnpp
Severity: wishlist
Owner: Lucas Kanashiro 

* Package name: libclass-ehierarchy-perl
  Version : 0.93
  Upstream Author : Arthur Corliss 
* URL : https://metacpan.org/release/Class-EHierarchy
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : module that provides a base class for hierarchally ordered 
objects

Class::EHierarchy is intended for use as a base class for custom objects, but  
objects that need one or more of the following features: orderly bottom-up 
destruction of objects, opaque objects, class-based access restrictions for
properties and methods, primitive strict property type awareness, alias-based  
object retrieval.

This package will be maintained under umbrella of Debian Perl team.



Bug#820115: ITP: ruby-cheffish -- library to manipulate Chef in Chef

2016-04-05 Thread Lucas Kanashiro
Package: wnpp
Severity: wishlist
Owner: Lucas Kanashiro 

* Package name: ruby-cheffish
  Version : 2.0.2
  Upstream Author : Opscode, Inc.
* URL : http://github.com/chef/cheffish
* License : Apache-2.0
  Programming Lang: Ruby
  Description : library to manipulate Chef in Chef

Cheffish provides a variety of convergent resources for interacting with
  
the Chef Server; along the way, it happens to provide some very useful and  
  
sophisticated ways of running Chef resources as recipes in RSpec examples.

This package will be maintained by Debian Ruby team and it is a build dependency
of the latest chef's release.



Bug#820114: ITP: ruby-compat-resource -- cookbook with some features of Chef 12.5 in previous 12.X releases

2016-04-05 Thread Lucas Kanashiro
Package: wnpp
Severity: wishlist
Owner: Lucas Kanashiro 

* Package name: ruby-compat-resource
  Version : 12.5.14
  Upstream Author : John Keiser 
* URL : http://chef.io
* License : Apache-2.0
  Programming Lang: Ruby
  Description : cookbook with some features of Chef 12.5 in previous 12.X 
releases

This cookbook brings the custom resource syntax from Chef 12.5 to earlier Chef 
12.X releases. It provides everything in a resource, using properties, and  
  
have gotten rid of a bunch of boilerplate.

This package will be maintained by Debian Ruby team and it is a build dependency
of the latest chef's release. 



Bug#819583: ITP: ruby-proxifier -- add support for HTTP or SOCKS proxies and allow one to force TCPSocket to use proxies

2016-03-30 Thread Lucas Kanashiro
Package: wnpp
Severity: wishlist
Owner: Lucas Kanashiro 

* Package name: ruby-proxifier
  Version : 1.0.3
  Upstream Author : Samuel Kadolph 
* URL : https://github.com/samuelkadolph/ruby-proxifier
* License : Expat
  Programming Lang: Ruby
  Description : add support for HTTP or SOCKS proxies and allow one to 
force TCPSocket to use proxies

Proxifier enable ruby programmers to use HTTP or SOCKS proxies
interchangeably when using TCPSockets. Either manually with
`Proxifier::Proxy#open` or by `require "proxifier/env"`.

   
Allows one to use ruby code that doesn't user proxies for users that
have to use proxies. The pruby and pirb executables are simple wrappers
for  their respective ruby executables that support proxies from
environment variables.


I intend to maintain this package under the umbrella of Debian Ruby team. This
package is a new dependency of new chef's release.



Bug#819580: ITP: ruby-syslog-logger -- improved Logger replacement that logs to syslog

2016-03-30 Thread Lucas Kanashiro
Package: wnpp
Severity: wishlist
Owner: Lucas Kanashiro 

* Package name: ruby-syslog-logger
  Version : 1.6.8
  Upstream Author : Eric Hodel, Chris Powell, Matthew Boeh, Ian Lesperance, 
Dana Danger, Brian Smith, Ashley Martens
* URL : http://github.com/ngmoco/syslog_logger
* License : Expat
  Programming Lang: Ruby
  Description : improved Logger replacement that logs to syslog

Logger::Syslog is a Logger replacement that logs to syslog. It is almost
drop-in with a few caveats. Add Logger::Syslog to your Rails production
environment to aggregate logs between multiple machines.

This particular Logger::Syslog improves the original by correctly
mapping Rails log severities to the Syslog counterparts. It also adds
the ability to select a syslog facility other than "user".


I intend to maintain this package under the umbrella of Debian Ruby team. This
package is a new dependency of new chef's release.



Bug#816732: Fwd: ITP: ruby-chef-config -- chef's default configuration and config loading

2016-03-04 Thread Lucas Kanashiro
Package: wnpp
Severity: wishlist
Owner: Lucas Kanashiro 

* Package name: ruby-chef-config
  Version : 12.7.2
  Upstream Author : Adam Jacob 
* URL : http://github.com/chef/chef
* License : Apache-2.0
  Programming Lang: Ruby
  Description : chef's default configuration and config loading

Ruby library that provides a way to set up your Chef configuration.
Chef-config
allows one to use the default configuration or set up and load your own
configuration, using a bunch of methods to simplify your life.

This package will be maintained under Debian Ruby Team umbrella. It is a
new dependency of ruby-ridley and another ruby packages.



-- 
Lucas Kanashiro


Bug#816695: ITP: ruby-chef-config -- chef's default configuration and config loading

2016-03-04 Thread Lucas Kanashiro
Package: wnpp
Severity: wishlist
Owner: Lucas Kanashiro 

* Package name: ruby-chef-config
  Version : 12.7.2
  Upstream Author : Adam Jacob 
* URL : http://github.com/chef/chef
* License : Apache-2.0
  Programming Lang: Ruby
  Description : chef's default configuration and config loading

Ruby library that provides a way to set up your Chef configuration. Chef-config
allows one to use the default configuration or set up and load your own
configuration, using a bunch of methods to simplify your life.

This package will be maintained under Debian Ruby Team umbrella. It is a
new dependency of ruby-ridley and another ruby packages.



Bug#806143: ITP: libregexp-stringify-perl -- Perl module to stringify a Regexp object

2015-11-24 Thread Lucas Kanashiro
Package: wnpp
Owner: Lucas Kanashiro 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libregexp-stringify-perl
  Version : 0.04
  Upstream Author : perlancar 
* URL : https://metacpan.org/release/Regexp-Stringify
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module to stringify a Regexp object

Regexp::Stringify is an alternative to Perl's default stringification of
Regexp object (i.e.:`"$re"`) and has some features/options, e.g.: producing
regexp string that is compatible with certain perl versions.

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

-- 
Lucas Kanashiro
PGP-Key ID: RSA4096R/9883C97C
PGP fingerprint: 8ED6 C3F8 BAC9 DB7F C130  A870 F823 A272 9883 C97C


signature.asc
Description: PGP signature


Bug#803452: RFP: libhtml-tokeparser-perl - Alternative HTML::Parser interface

2015-10-30 Thread Lucas Kanashiro
Hi Patrick,

The HTML::Tokeparser is already available in libhtml-parser-perl package.

Cheers.

On Fri, 30 Oct 2015 10:47:13 +0100 =?UTF-8?Q?Patrick_Matth=c3=a4i?= <
pmatth...@debian.org> wrote:
> Package: wnpp
> Severity: wishlist
>
> * Package name : libhtml-tokeparser-perl
> * URL :
http://search.cpan.org/~gaas/HTML-Parser-3.71/lib/HTML/TokeParser.pm
>
> It is also required for current otrs packaging.
>
> --
> /*
> Mit freundlichem Gruß / With kind regards,
>   Patrick Matthäi
>   GNU/Linux Debian Developer
>
>Blog: http://www.linux-dev.org/
> E-Mail: pmatth...@debian.org
>  patr...@linux-dev.org
> */
>
>
>


Bug#798980: ITP: libjson-validator-perl -- validate data against a JSON schema

2015-09-14 Thread Lucas Kanashiro
package: wnpp
Severity: wishlist
Owner: 'Lucas Kanashiro' 
X-Debbugs-CC: debian-p...@lists.debian.org

* Package Name  : libjson-validator-perl
  Version  : 0.52
  Upstream Author: Jan Henning Thorsen 
* URL  : https://metacpan.org/release/JSON-Validator
<https://metacpan.org/release/TOML-Parser>
* License : Artistic 2
  Programming Lang : Perl
  Description: validate data against a JSON schema

 JSON::Validator is a class for validating data against JSON schemas. You
 might want to use this instead of JSON::Schema if you need to validate
data.
 .
 JSON::Validator can load JSON schemas in multiple formats: Plain perl data
 structured or files on disk/web in the JSON/YAML format. The JSON parsing
is
 done using Mojo::JSON, while the YAML parsing is done with an optional
modules
 which need to be installed manually.  JSON::Validator will look for the
YAML
 modules in this order: YAML::XS, YAML::Syck, YAML::Tiny, YAML. The order
is set
 by which module that performs the best, so it might change in the future.

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

-- 
Lucas Kanashiro


Bug#795473: ITP: libtest-dist-perl -- distribution kwalitee tests in one command

2015-08-14 Thread Lucas Kanashiro
package: wnpp
Severity: wishlist
Owner: 'Lucas Kanashiro' 
X-Debbugs-CC: debian-p...@lists.debian.org

* Package Name : libtest-dist-perl
  Version : 0.01
  Upstream Author   : Mons Anderson 
* URL : https://metacpan.org/release/Test-Dist
<https://metacpan.org/release/XML-Hash-LX>
* License: The Perl 5 License (Artistic 1 or GPL-1+)
  Programming Lang: Perl
  Description   : distribution kwalitee tests in one command

Test::Dist allows one to make Distribution kwalitee tests in one command.

It is possible to test kwalitee, metayaml, changes, fixme, useok, syntax,
podcover and prereq. Skip tests, conditionals, plans for tests are
somethings that is available in this module.

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


-- 
Lucas Kanashiro


Bug#795397: ITP: libtest-if-perl -- allow use conditionals in tests

2015-08-13 Thread Lucas Kanashiro
package: wnpp
Severity: wishlist
Owner: 'Lucas Kanashiro' 
X-Debbugs-CC: debian-p...@lists.debian.org

* Package Name : libtest-if-perl
  Version : 0.01
  Upstream Author   : Mons Anderson 
* URL : https://metacpan.org/release/Test-If
<https://metacpan.org/release/XML-Hash-LX>
* License: The Perl 5 License (Artistic 1 or GPL-1+)
  Programming Lang: Perl
  Description   : allow use conditionals in tests

 Test::If allow you combine options and it is allowed to omit plan
 options, if it is runned by loaded module or you want to load it
 manually. If some of conditions will not be met, test will be skipped.

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

-- 
Lucas Kanashiro


Bug#795387: ITP: libxml-hash-lx-perl -- convert hash to xml and xml to hash using LibXML

2015-08-13 Thread Lucas Kanashiro
package: wnpp
Severity: wishlist
Owner: 'Lucas Kanashiro' 
X-Debbugs-CC: debian-p...@lists.debian.org

* Package Name : libxml-hash-lx-perl
  Version : 0.0603
  Upstream Author   : Mons Anderson 
* URL : https://metacpan.org/release/XML-Hash-LX
* License: The Perl 5 License (Artistic 1 or GPL-1+)
  Programming Lang: Perl
  Description   : convert hash to xml and xml to hash using LibXML

XML::Hash::LX is a companion for XML::LibXML. It operates with LibXML
objects, could return or accept LibXML objects, and may be used for easy
data transformations.

It is faster in parsing then XML::Simple
<http://search.cpan.org/perldoc?XML%3A%3ASimple>, XML::Hash
<http://search.cpan.org/perldoc?XML%3A%3AHash>, XML::Twig
<http://search.cpan.org/perldoc?XML%3A%3ATwig> and of course much slower
than XML::Bare <http://search.cpan.org/perldoc?XML%3A%3ABare>.

It is faster in composing than XML::Hash
<http://search.cpan.org/perldoc?XML%3A%3AHash>, but slower than XML::Simple
<http://search.cpan.org/perldoc?XML%3A%3ASimple>.

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

-- 
Lucas Kanashiro


Bug#795382: Wrong module vesion

2015-08-13 Thread Lucas Kanashiro
Sorry, the module version is 0.6 instead of 0.8

-- 
Lucas Kanashiro


Bug#795382: ITP: libxml-rpc-fast-perl -- fast and modular implementation for an XML-RPC client and server

2015-08-13 Thread Lucas Kanashiro
package: wnpp
Severity: wishlist
Owner: 'Lucas Kanashiro' 
X-Debbugs-CC: debian-p...@lists.debian.org

* Package Name : libxml-rpc-fast-perl
  Version : 0.8
  Upstream Author   : Mons Anderson 
* URL : https://metacpan.org/release/XML-RPC-Fast
* License: The Perl 5 License (Artistic 1 or GPL-1+)
  Programming Lang: Perl
  Description   : fast and modular implementation for an XML-RPC
client and server

XML::RPC::Fast is format-compatible with XML::RPC, but may use different
encoders to parse/compose xml. Curerntly included encoder uses XML::LibXML
<http://search.cpan.org/perldoc?XML%3A%3ALibXML>, and is 3 times faster
than XML::RPC and 75% faster, than XML::Parser implementation.

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

-- 
Lucas Kanashiro


Bug#792879: ITP: libnet-dict-perl -- client API for accessing dictionary servers (RFC 2229)

2015-07-19 Thread Lucas Kanashiro
package: wnpp
Severity: wishlist
Owner: 'Lucas Kanashiro' 
X-Debbugs-CC: debian-p...@lists.debian.org

* Package Name : libnet-dict-perl
  Version : 2.19
  Upstream Author   : Neil Bowers 
* URL : https://metacpan.org/release/Net-Dict
* License: The Perl 5 License (Artistic 1 or GPL-1+)
  Programming Lang: Perl
  Description   : client API for accessing dictionary servers (RFC
2229)

Net::Dict is a perl module for looking up words and their definitions on
network dictionary servers. Net::Dict provides a simple DICT client API for
the network protocol described in RFC2229. This module allows connect with
DICT server, matching words and selecting databases.

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

-- 
Lucas Kanashiro


Bug#792878: ITP: libappconfig-std-perl -- Perl module for standard app configuration

2015-07-19 Thread Lucas Kanashiro
package: wnpp
Severity: wishlist
Owner: 'Lucas Kanashiro' 
X-Debbugs-CC: debian-p...@lists.debian.org

* Package Name : libappconfig-std-perl
  Version : 1.09
  Upstream Author   : Neil Bowers 
* URL : https://metacpan.org/release/AppConfig-Std
* License: The Perl 5 License (Artistic 1 or GPL-1+)
  Programming Lang: Perl
  Description   : Perl module for standard app configuration

AppConfig::Std is a Perl module that provides a set of standard
configuration
variables and command-line switches. It is implemented as a subclass of
AppConfig; AppConfig provides a general mechanism for handling global
configuration variables.

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

This package is a dependency of Net::Dict Perl module, that I intend to
package too.

-- 
Lucas Kanashiro


Bug#792755: ITP: libclang-perl -- Perl bindings to the Clang compiler's indexing interface

2015-07-17 Thread Lucas Kanashiro
package: wnpp
Severity: wishlist
Owner: 'Lucas Kanashiro' 
X-Debbugs-CC: debian-p...@lists.debian.org

* Package Name : libclang-perl
  Version : 0.09
  Upstream Author   : Alessandro Ghedini 
* URL : https://metacpan.org/pod/Clang
* License: The Perl 5 License (Artistic 1 & GPL 1)
  Programming Lang: Perl
  Description   : Perl bindings to the Clang compiler's indexing
interface

  Clang is a compiler front end for the C, C++, Objective-C, and
Objective-C++
  programming languages which uses LLVM as its back end.

  Clang provides Perl bindings to the Clang indexing interface, used for
  extracting high-level symbol information from source files without
exposing
  the full Clang C++ API.

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

-- 
Lucas Kanashiro


Bug#789059: ITP: infer -- static analyzer for Java, C and Objective-C

2015-07-16 Thread Lucas Kanashiro
> While some of the preparatory work has been done, it will need sawja and 
> javalib
> to be packaged first, as per my email to ocaml-maint [1]. As there hasn't been
> any reply, I might have to take on this myself.
> 
> That said: any help is much appreciated!!!
> 
> Best,
> Michael
> 
> [1] https://lists.debian.org/debian-ocaml-maint/2015/06/msg00017.html
> 

Sure, I can try to help you (I need to learn about ocaml packaging too). I'll 
read some documentation about ocaml packaging and try to start something. Could 
you sponsor me in this work? If it's possible I'll open a ITP bug.

Regards,
-- 
Lucas Kanashiro


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20150716121140.dbf77b06b2e15081aa08d...@gmail.com



Bug#789059: ITP: infer -- static analyzer for Java, C and Objective-C

2015-07-16 Thread Lucas Kanashiro
Hi. What is the status of this packaging work?

On Wed, 17 Jun 2015 14:12:11 +0100 Michael Tautschnig  wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Michael Tautschnig 
>
> * Package name: infer
>   Version : 0.1.0
>   Upstream Author : Facebook, Inc
> * URL : http://fbinfer.com/
> * License : BSD
>   Programming Lang: OCaml
>   Description : static analyzer for Java, C and Objective-C
>
> Facebook Infer is a static analysis tool - if you give Infer some
Objective-C,
> Java, or C code, it produces a list of potential bugs.
>
> Anyone can use Infer to intercept critical bugs before they have shipped
to
> people's phones, and help prevent crashes or poor performance.
>
>
> Best regards,
> Michael
>


Bug#787726: ITP: tmate -- terminal multiplexer with instant terminal sharing

2015-06-04 Thread Lucas Kanashiro
package: wnpp
Severity: wishlist
Owner: 'Lucas Kanashiro' 

* Package Name: tmate
  Version : 1.8.10
  Upstream Author : Nicolas Viennot 
* URL : https://github.com/nviennot/tmate
* License : MIT
  Programming Lang: C
  Description : Terminal multiplexer with instant terminal sharing
  
 tmate provides an instant pairing solution, allowing you to share a terminal
 with one or several teammates. Together with a voice call, it's almost like
 pairing in person. The terminal sharing works by using SSH connections to
 backend servers maintained by tmate upstream developers; teammates need to be
 given a randomly-generated token to be able to join a session.
 
 tmate is a modified version of tmux, and uses the same configurations such as
 keybindings, color schemes etc.

-- 
Lucas Kanashiro


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20150604104417.5cd89dc422c3bc84588eb...@gmail.com



Bug#619357: Adopting redir

2015-06-04 Thread Lucas Kanashiro
Control: retitle -1 ITA: redir
Control: owner -1 !

I intend to adopt and maintain the redir package.

Regards,
-- 
Lucas Kanashiro