Bug#1061583: ITP: libapache2-mod-sts -- security token exchange module for Apache 2
Package: wnpp Severity: wishlist Owner: Robin Gustafsson X-Debbugs-Cc: debian-devel@lists.debian.org * Package name: libapache2-mod-sts Version : 3.4.0 Upstream Contact: Hans Zandbelt * URL : https://github.com/OpenIDC/mod_sts * License : AGPL-3+ Programming Lang: C Description : security token exchange module for Apache 2 A security token exchange module for Apache HTTP Server 2.x which allows for exchanging arbitrary security tokens by calling into a remote Security Token Service (STS). This Apache module allows for exchanging a security token (aka. "source token") that is presented on an incoming HTTP request for another security token (aka. "target token") by calling into a Security Token Service (STS) and then include that target token on the propagated HTTP request to the content or origin server. I use this program and I have not found another that can replace it. I intend to maintain it myself but am open to co-maintainers, team maintenance and low threshold NMUs.
Bug#973535: ITP: php-league-mime-type-detection -- generic mime-type detection interface for PHP
Package: wnpp Severity: wishlist Owner: Robin Gustafsson Control: block 951666 by -1 * Package name: php-league-mime-type-detection Version : 1.5.1 Upstream Author : Frank de Jonge * URL : https://github.com/thephpleague/mime-type-detection * License : MIT/Expat Programming Lang: PHP Description : generic mime-type detection interface for PHP League Mime Type Detection supplies a generic mime-type detection interface with a finfo based implementation. . As a fallback for finfo based lookup, an extension map is used to determine the mime-type. There is an advised implementation shipped, which is generated from information collected by the npm package mime-db. This package is a dependency of php-league-flysystem (ITP #951666). I plan to maintain this package within the Debian PHP PEAR Maintainers team.
Bug#981965: ITP: cbonsai -- terminal-based bonsai tree generator
Package: wnpp Severity: wishlist Owner: Robin Gustafsson * Package name: cbonsai Version : 0.0~git20210115.e107005 Upstream Author : John Allbritten * URL : https://gitlab.com/jallbrit/cbonsai * License : GPL-3+ Programming Lang: C Description : terminal-based bonsai tree generator cbonsai is a bonsai tree generator using ncurses. It intelligently creates, colors, and positions a bonsai tree, and is entirely configurable via CLI options. This program is a small "game", in the same sense as e.g. cowsay and lolcat. I intend to maintain it myself. I'm open to team maintenance if there's a suitable team for it.
Bug#951156: ITP: php-laravel-lumen-framework -- micro-framework for building web applications in PHP
Package: wnpp Severity: wishlist Owner: Robin Gustafsson * Package name: php-laravel-lumen-framework Version : 6.3.3 Upstream Author : Taylor Otwell * URL : https://github.com/laravel/lumen-framework * License : MIT Programming Lang: PHP Description : micro-framework for building web applications in PHP Laravel Lumen is a stunningly fast PHP micro-framework for building web applications with expressive, elegant syntax. Lumen attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as routing, database abstraction, queueing, and caching. This library contains the core code of the Laravel Lumen framework. I plan to maintain this package within the Debian PHP PEAR Maintainers team.
Bug#951159: ITP: php-laravel-framework -- web application framework for PHP
Package: wnpp Severity: wishlist Owner: Robin Gustafsson * Package name: php-laravel-framework Version : 6.15.0 Upstream Author : Taylor Otwell * URL : https://github.com/laravel/framework * License : MIT Programming Lang: PHP Description : web application framework for PHP Laravel is a web application framework for PHP with expressive, elegant syntax. This package will be a multi-binary package building the many php-illuminate-* library components that make up the Laravel framework, but that are also used by other PHP frameworks and applications. It will replace the separate php-illuminate-* source packages that are already in Debian. This package is a dependency of php-laravel-lumen-framework (ITP #951156). I plan to maintain this package within the Debian PHP PEAR Maintainers team.
Bug#951163: ITP: php-vlucas-phpdotenv -- environment variable file loader for PHP
Package: wnpp Severity: wishlist Owner: Robin Gustafsson * Package name: php-vlucas-phpdotenv Version : 3.6.0 Upstream Author : Vance Lucas * URL : https://github.com/vlucas/phpdotenv * License : BSD Programming Lang: PHP Description : environment variable file loader for PHP PHP library implementing an environment variable file (.env) loader for PHP. The environment file loader will load environment variables from .env files to getenv(), $_ENV and $_SERVER automagically. This package is a dependency of php-laravel-lumen-framework (ITP #951156). I plan to maintain this package within the Debian PHP PEAR Maintainers team.
Bug#951162: ITP: php-dragonmantank-cron-expression -- cron expression parser for PHP
Package: wnpp Severity: wishlist Owner: Robin Gustafsson * Package name: php-dragonmantank-cron-expression Version : 2.3.0 Upstream Author : Chris Tankersley * URL : https://github.com/dragonmantank/cron-expression * License : MIT Programming Lang: PHP Description : cron expression parser for PHP PHP library implementing a cron expression parser. The PHP cron expression parser can parse a cron expression, determine if it is due to run, calculate the next run date of the expression, and calculate the previous run date of the expression. This package is a dependency of php-laravel-lumen-framework (ITP #951156). I plan to maintain this package within the Debian PHP PEAR Maintainers team.
Bug#951164: ITP: php-phpoption -- Option type for PHP
Package: wnpp Severity: wishlist Owner: Robin Gustafsson * Package name: php-phpoption Version : 1.7.2 Upstream Author : Johannes M. Schmitt * URL : https://github.com/schmittjoh/php-option * License : Apache-2.0 Programming Lang: PHP Description : Option type for PHP PHP library implementing an Option type for PHP. The Option type is intended for cases where you sometimes might return a value (typically an object), and sometimes you might return a base value (typically null) depending on arguments, or other runtime factors. This package is a dependency of php-vlucas-phpdotenv (ITP #951163). I plan to maintain this package within the Debian PHP PEAR Maintainers team.
Bug#951665: ITP: php-opis-closure -- serializable closures (anonymous functions) for PHP
Package: wnpp Severity: wishlist Owner: Robin Gustafsson Control: block 951159 by -1 * Package name: php-opis-closure Version : 3.5.1 Upstream Author : Marius Sarca * URL : https://github.com/opis/closure * License : MIT Programming Lang: PHP Description : serializable closures (anonymous functions) for PHP PHP library that can be used to serialize closures (anonymous functions) and arbitrary objects. It aims to overcome PHP's limitations regarding closure serialization by providing a wrapper that will make all closures serializable. . Key features: - Serializes any closure and arbitrary objects - Doesn't use eval for closure serialization or unserialization - Handles all variables referenced in use(), recursive closures, static closures and magic constants - Automatically resolves all class names, function names and constant names used inside the closure - Track closure's residing source by using the #trackme directive - Simple and very fast parser - Proper exception handling for unserialized closures - Supports cryptographically signed closures - Provides a reflector for serialized closures - Automatically detects when the scope and/or the bound object of a closure needs to be serialized in order for the closure to work after deserialization This package is a dependency of php-laravel-framework (ITP #951159). I plan to maintain this package within the Debian PHP PEAR Maintainers team.
Bug#951666: ITP: php-league-flysystem -- unified file system API for PHP
Package: wnpp Severity: wishlist Owner: Robin Gustafsson Control: block 951159 by -1 * Package name: php-league-flysystem Version : 1.0.64 Upstream Author : Frank de Jonge * URL : https://github.com/thephpleague/flysystem * License : MIT Programming Lang: PHP Description : unified file system API for PHP Flysystem is a PHP library providing a filesystem abstraction which allows you to easily swap out a local filesystem for a remote one. . Goals: - Have a generic API for handling common tasks across multiple file storage engines. - Have consistent output which you can rely on. - Integrate well with other packages/frameworks. - Be cacheable. - Emulate directories in systems that don't support them, like AWS S3. - Support third party plugins. - Make it easy to test your filesystem interactions. - Support streams for big file handling. This package is a dependency of php-laravel-framework (ITP #951159). I plan to maintain this package within the Debian PHP PEAR Maintainers team.
Bug#961427: ITP: python-discord -- API wrapper for Discord written in Python
Package: wnpp Severity: wishlist Owner: Robin Gustafsson * Package name: python-discord Version : 1.3.3 Upstream Author : Rapptz * URL : https://github.com/Rapptz/discord.py * License : MIT Programming Lang: Python Description : API wrapper for Discord written in Python A modern, easy to use, feature-rich, and async ready API wrapper for Discord written in Python. Key Features: * Modern Pythonic API using async and await. * Proper rate limit handling. * 100% coverage of the supported Discord API. * Optimised in both speed and memory. If accepted, I intend to maintain this within the Python Modules team.