Bug#1055168: RFP: redwax-tool -- The universal certificate conversion tool.

2023-11-01 Thread Graham Leggett
Package: wnpp
Severity: wishlist

* Package name  : redwax-tool
   Version: 0.9.3
   Upstream Author : Graham Leggett 
* URL  : https://redwax.eu/rt/
* License : Apache 2.0
  Programming Lang: C
  Description   : The universal certificate conversion tool.

Read certificates and keys from your chosen sources, filter the certificates
and keys you're interested in, write those certificates and keys to the
destinations of your choice.

Support for reading from and writing to PEM files, PKCS11 smartcards,
PKCS12, and NSS. Extract metadata and write to XML, JSON, YAML, iCal
calendars and iCal reminders.



Bug#995158: RFP: mod-magick -- The Apache mod_magick module provides image filtering for the Apache httpd server.

2021-09-27 Thread Graham Leggett
Package: wnpp
Severity: wishlist

* Package name: mod-magick
  Version : 1.0.1
  Upstream Author : Graham Leggett 
* URL : https://github.com/minfrin/mod_magick
* License : ASL2
  Programming Lang: C
  Description : The Apache mod_magick module provides image filtering for 
the Apache httpd server.

The mod_magick module for Apache httpd provides a set of httpd filters
that allow images to be manipulated on the fly before serving the
images to the end user.

Options include resizing an image, stripping metadata, changing the
quality of the image, updating the interlace and colourspace of an
image, and changing the image format.

Looking for a maintainer.



Bug#949431: RFP: retry -- Retry a command until the command succeeds.

2020-01-20 Thread Graham Leggett
Package: wnpp
Severity: wishlist

* Package name: retry
  Version : 1.0.2
  Upstream Author : Graham Leggett 
* URL : https://github.com/minfrin/retry
* License : Apache 2.0
  Programming Lang: C
  Description : Retry a command until the command succeeds.

Retry captures stdin into memory as the data is passed to the repeated
command, and this captured stdin is then replayed should the command be
repeated. This makes it possible to embed the retry tool into shell pipelines.

Retry captures stdout into memory, and if the command was successful stdout
is passed on to stdout as normal, while if the command was repeated stdout
is passed to stderr instead. This ensures that output is passed to stdout
once and once only.



Bug#944674: ITP: tarmux -- A tool to multiplex and demultiplex streams from pipes to tar and back again.

2019-11-13 Thread Graham Leggett
Package: wnpp
Severity: wishlist
Owner: Graham Leggett 

* Package name: tarmux
  Version : 1.0.2
  Upstream Author : Graham Leggett 
* URL : https://github.com/minfrin/tarmux
* License : ASL2
  Programming Lang: C
  Description : A tool to multiplex and demultiplex streams from pipes to 
tar and back again.

Tarmux attempts to solve the problem of handling streamed data where there is 
insufficient temporary
space on disk to hold the data, as is forced by tar.

In the simplest invocation, tarmux takes a stream from stdin, and creates a tar 
file consisting of
sequential numbered file fragments one after the other. This can be reversed by 
the tardemux tool,
which will untar the fragments and reassemble the stream to stdout.

The tardemux tool only reads a single tar stream before exiting. This allows 
multiple streams to be
concatenated in the same stream, and then split out by each invocation of 
tardemux.

(Happy to maintain the package, but need a co-maintainer or sponsor to
show me what to do)