Bug#1043003: RFP: node-socket-cli -- CLI tool for Socket.dev

2023-08-03 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: node-socket-cli
  Version : 0.7.1
  Upstream Contact: Socket (https://github.com/SocketDev/)
* URL : https://github.com/SocketDev/socket-cli-js
* License : MIT
  Programming Lang: JavaScript
  Description : CLI tool for Socket.dev

This tool can be used to pull useful security information out of the
socket.dev (proprietary) service, but more interestingly, it can also be
used as a safety wrapper around the npm:

  https://socket.dev/blog/introducing-safe-npm



Bug#1034596: RFP: pdfsizeopt -- PDF file size optimizer

2023-04-18 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: pdfsizeopt
  Version : v9
  Upstream Contact: Péter Szabó (https://keybase.io/pts)
* URL : https://github.com/pts/pdfsizeopt
* License : GPL-2.0
  Programming Lang: Python
  Description : PDF file size optimizer

pdfsizeopt is a program for converting large PDF files to small ones,
without decreasing visual quality or removing interactive features (such as
hyperlinks). More specifically, pdfsizeopt is a command-line application and
a collection of best practices to optimize the size of PDF files, with focus
on PDFs created from TeX and LaTeX documents.



Bug#1021693: Initial packaging

2022-12-20 Thread Francois Marier
Initial packaging work:
https://salsa.debian.org/debian/buskill

Discussion with upstream:
https://github.com/BusKill/buskill-app/issues/31

Francois

-- 
https://fmarier.org/



Bug#1021693: RFP: buskill -- app for arming/disarming/configuring the BusKill laptop kill cord

2022-10-12 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: buskill
  Version : 0.5.0
  Upstream Author : Michael Altfield 
* URL : https://github.com/BusKill/buskill-app
* License : GPL-3.0
  Programming Lang: Python
  Description : app for arming/disarming/configuring the BusKill laptop 
kill cord

BusKill is a laptop kill cord that can trigger your computer to lock or
shutdown when it's physically separated from you.



Bug#976626: Similar package

2022-10-01 Thread Francois Marier
On 2022-10-01 at 09:57:35, Antoine Beaupré (anar...@debian.org) wrote:
> Yeah, so tldr is similar, but cheat has a number of improvements, from
> my perspective.

Thanks for those details. I had not looked into cheat all that much, but now
I'm curious to check it out!

Francois

-- 
https://fmarier.org/



Bug#1019701: RFP: rpi-imager -- Raspberry Pi Imaging Utility

2022-09-13 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: rpi-imager
  Version : 1.7.3
  Upstream Author : Raspberry Pi
* URL : https://github.com/raspberrypi/rpi-imager
* License : Apache-2.0
  Programming Lang: C++
  Description : Raspberry Pi Imaging Utility

Raspberry Pi Imager is the quick and easy way to install Raspberry Pi OS and
other operating systems (but not Debian) to a microSD card, ready to use
with your Raspberry Pi.



Bug#1018794: RFP: fx -- terminal JSON viewer

2022-08-30 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: fx
  Version : 24.0.0
  Upstream Author : Anton Medvedev 
* URL : https://github.com/antonmedv/fx
* License : MIT
  Programming Lang: Go
  Description : terminal JSON viewer

Function eXecution (fx) is a terminal JSON viewer which includes these
features:

- Mouse support
- Streaming support
- Preserves key order
- Preserves big numbers



Bug#1018733: RFP: htmlq -- uses CSS selectors to extract bits of content from HTML file

2022-08-29 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: htmlq
  Version : 0.4.0
  Upstream Author : Michael Maclean 
* URL : https://github.com/mgdm/htmlq
* License : MIT
  Programming Lang: Rust
  Description : uses CSS selectors to extract bits of content from HTML file

Like jq, but for HTML. Uses CSS selectors to extract bits of content from HTML 
files.



Bug#1018258: RFP: procs -- modern replacement for ps

2022-08-27 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: procs
  Version : 0.13.0
  Upstream Author : Dalance 
* URL : https://github.com/dalance/procs
* License : MIT
  Programming Lang: Rust
  Description : modern replacement for ps

procs is a replacement for ps written in Rust.

Features:
- Colored and human-readable output
- Automatic theme detection based on terminal background
- Multi-column keyword search
- Some additional information which are not supported by ps
- TCP/UDP port
- Read/Write throughput
- Docker container name
- More memory information
- Pager support
- Watch mode (like top)
- Tree view



Bug#1017956: RFP: croc -- easily and securely send things from one computer to another

2022-08-22 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: croc
  Version : 9.6.0
  Upstream Author : Zack Schollz 
* URL : https://schollz.com/software/croc6
* License : MIT
  Programming Lang: Go
  Description : easily and securely send things from one computer to another

croc is a tool that allows any two computers to simply and securely transfer
files and folders and does all of the following:

- allows any two computers to transfer data (using a relay)
- provides end-to-end encryption (using PAKE)
- enables easy cross-platform transfers (Windows, Linux, Mac)
- allows multiple file transfers
- allows resuming transfers that are interrupted
- local server or port-forwarding not needed
- ipv6-first with ipv4 fallback
- can use proxy, like tor



Bug#1017687: RFP: xsv -- fast CSV command line toolkit

2022-08-18 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: xsv
  Version : 0.13.0
  Upstream Author : Andrew Gallant
* URL : https://github.com/BurntSushi/xsv
* License : MIT
  Programming Lang: Rust
  Description : fast CSV command line toolkit

xsv is a command line program for indexing, slicing, analyzing, splitting and 
joining CSV files. Commands should be simple, fast and composable:

1. Simple tasks should be easy.
2. Performance trade offs should be exposed in the CLI interface.
3. Composition should not come at the expense of performance.



Bug#1017575: RFP: jless -- command-line JSON viewer

2022-08-17 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: jless
  Version : 0.8.0
  Upstream Author : Paul Julius Martinez
* URL : https://jless.io/
* License : MIT
  Programming Lang: Rust
  Description : command-line JSON viewer

jless is a command-line JSON viewer. Use it as a replacement for whatever
combination of less, jq, cat and your editor you currently use for viewing
JSON files.

Features:

- Clean syntax highlighted display of JSON data, omitting quotes around
  object keys, closing object and array delimiters, and trailing commas.
- Expand and collapse objects and arrays so you can see both the high- and
  low-level structure of the data.
- A wealth of vim-inspired movement commands for efficiently moving around
  and viewing data.
- Full regex-based search for finding exactly the data you're looking for.



Bug#1016995: RFP: sublist3r -- subdomains enumeration tool for penetration testers

2022-08-10 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: sublist3r
  Version : 1.1
  Upstream Author : Ahmed Aboul-Ela
* URL : https://github.com/aboul3la/Sublist3r
* License : GPL-2.0
  Programming Lang: Python
  Description : subdomains enumeration tool for penetration testers

Sublist3r is a python tool designed to enumerate subdomains of websites
using OSINT. It helps penetration testers and bug hunters collect and gather
subdomains for the domain they are targeting. Sublist3r enumerates
subdomains using many search engines such as Google, Yahoo, Bing, Baidu and
Ask. Sublist3r also enumerates subdomains using Netcraft, Virustotal,
ThreatCrowd, DNSdumpster and ReverseDNS.

subbrute was integrated with Sublist3r to increase the possibility of
finding more subdomains using bruteforce with an improved wordlist.



Bug#1016929: RFP: sd -- intuitive find & replace command-line tool (sed alternative)

2022-08-09 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: sd
  Version : 0.7.6
  Upstream Author : Gregory
* URL : https://github.com/chmln/sd
* License : MIT
  Programming Lang: Rust
  Description : intuitive find & replace command-line tool (sed alternative)

sd is an intuitive find & replace CLI.

sd uses regex syntax that you already know from JavaScript and Python.

Find & replace expressions are split up, which makes them easy to read and
write.

Defaults follow common sense and are tailored for typical daily use.



Bug#976626: Similar package

2022-08-08 Thread Francois Marier
This seems very similar to the tldr package:

  https://packages.debian.org/stable/tldr

See https://tldr.sh/ for examples.

Francois



Bug#1016605: RFP: dust -- tool to get an instant overview of which directories are using disk space without requiring sort or head

2022-08-03 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: dust
  Version : 0.8.1
  Upstream Author : Andy Boot
* URL : https://github.com/bootandy/dust
* License : Apache-2.0
  Programming Lang: Rust
  Description : tool to get an instant overview of which directories are 
using disk space without requiring sort or head

Dust is meant to give you an instant overview of which directories are using 
disk space without requiring sort or head. Dust will print a maximum of one 
'Did not have permissions message'.

Dust will list a slightly-less-than-the-terminal-height number of the biggest 
subdirectories or files and will smartly recurse down the tree to find the 
larger ones. There is no need for a '-d' flag or a '-h' flag. The largest 
subdirectories will be colored.

The different colors on the bars: These represent the combined tree hierarchy & 
disk usage. The shades of grey are used to indicate which parent folder a 
subfolder belongs to.



Bug#1016389: RFP: choose -- human-friendly and fast alternative to cut and (sometimes) awk

2022-07-30 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: choose
  Version : 1.3.4
  Upstream Author : Ryan Geary
* URL : https://github.com/theryangeary/choose
* License : GPL-3.0
  Programming Lang: Rust
  Description : human-friendly and fast alternative to cut and (sometimes) 
awk

This is choose, a human-friendly and fast alternative to cut and (sometimes)
awk.
.
Features:
- terse field selection syntax similar to Python's list slices
- negative indexing from end of line
- optional start/end index
- zero-indexed
- reverse ranges
- slightly faster than cut for sufficiently long inputs, much faster than awk
- regular expression field separators using Rust's regex syntax



Bug#1016361: RFP: dog -- command-line DNS client with colorful output and support for DoH and DoT

2022-07-29 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: dog
  Version : 0.1.0
  Upstream Author : Benjamin Sago
* URL : https://dns.lookup.dog/
* License : EUPL-1.2
  Programming Lang: Rust
  Description : command-line DNS client with colorful output and support 
for DoH and DoT

dog is a command-line DNS client, like dig. It has colourful output,
understands normal command-line argument syntax, supports the DNS-over-TLS
and DNS-over-HTTPS protocols, and can emit JSON.



Bug#1010777: RFP: qflipper -- application for updating Flipper Zero firmware

2022-05-09 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: qflipper
  Version : 1.0.2
  Upstream Author : Georgii Surkov 
* URL : https://github.com/flipperdevices/qFlipper
* License : GPL-3.0
  Programming Lang: C++
  Description : application for updating Flipper Zero firmware

qFlipper is a graphical desktop application for updating Flipper Zero
firmware.
.
Features:
.
- Update Flipper's firmware and supplemental data with a press of one button
- Repair a broken fimware installation
- Stream Flipper's display and control it remotely
- Install firmware from a .dfu file
- Backup and restore settings, progress and pairing data
- Automatic self-update feature
- Command line interface



Bug#1004528: RFP: dnspeep -- tool to spy on the DNS queries your computer is making

2022-01-29 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: dnspeep
  Version : 0.1.3
  Upstream Author : Julia Evans 
* URL : https://github.com/jvns/dnspeep/
* License : MIT
  Programming Lang: Rust
  Description : tool to spy on the DNS queries your computer is making

dnspeep lets you spy on the DNS queries your computer is making.
.
It uses libpcap to capture packets on port 53, and then matches up DNS
request and response packets so that it can show the request and response
together on the same line.
.
It also tracks DNS queries which didn't get a response within 1 second and
prints them out with the response .



Bug#997953: RFP: gixy -- Nginx configuration static analyzer

2021-10-27 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: gixy
  Version : 0.1.20
  Upstream Author : Yandex
* URL : https://github.com/yandex/gixy
* License : MPL-2.0
  Programming Lang: Python
  Description : Nginx configuration static analyzer

Gixy is a tool to analyze Nginx configuration. The main goal of Gixy is to
prevent security misconfiguration and automate flaw detection.



Bug#990173: RFP: activitywatch -- automated and extensible privacy-focused time tracker

2021-06-21 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: activitywatch
  Version : 0.11.0
  Upstream Author : Erik Bjäreholt  and Johan Bjäreholt 

* URL : https://github.com/ActivityWatch/activitywatch
* License : MPL-2.0
  Programming Lang: Python
  Description : automated and extensible privacy-focused time tracker

ActivityWatch is an app that automatically tracks how you spend time on your
devices.

It is open source, privacy-first, cross-platform, and a great alternative to
services like RescueTime, ManicTime, and WakaTime.

It can be used to keep track of your productivity, time spent on different
projects, bad screen habits, or just to understand how you spend your time.

Features
- Tracking: Tracks active application and window title out of the box, more 
with watchers.
- Categories: Get a better overview of your usage by breaking it down into 
categories.
- Browser extensions: Track the active tab using the extensions for Chrome and 
Firefox.
- Editor plugins: Track how you spend time writing code with editor watchers.
- Privacy: Data is stored locally and doesn't leave your device, we put local 
and privacy first.
- Cross-platform: Runs on Windows, macOS, Linux, and Android.



Bug#989813: RFP: peepdf -- tool to analyze PDF documents

2021-06-13 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: peepdf
  Version : 0.3
  Upstream Author : Jose Miguel Esparza 
* URL : https://eternal-todo.com/tools/peepdf-pdf-analysis-tool
* License : GPL-3.0
  Programming Lang: Python
  Description : tool to analyze PDF documents

peepdf is a Python tool to explore PDF files in order to find out if the
file can be harmful or not. The aim of this tool is to provide all the
necessary components that a security researcher could need in a PDF analysis
without using 3 or 4 tools to make all the tasks. With peepdf it's possible
to see all the objects in the document showing the suspicious elements,
supports the most used filters and encodings, it can parse different
versions of a file, object streams and encrypted files. With the
installation of PyV8 and Pylibemu it provides Javascript and shellcode
analysis wrappers too. Apart of this it is able to create new PDF files,
modify existent ones and obfuscate them.



Bug#984764: RFP: up -- a tool for writing pipes interactively, with live preview of results

2021-03-07 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: up
  Version : 0.4
  Upstream Author : Mateusz Czapliński 
* URL : https://github.com/akavel/up
* License : Apache-2.0
  Programming Lang: Go
  Description : a tool for writing pipes interactively, with live preview 
of results

up is the Ultimate Plumber, a tool for writing Linux pipes in a
terminal-based UI interactively, with instant live preview of command
results.
.
The main goal of the Ultimate Plumber is to help interactively and
incrementally explore textual data in Linux, by making it easier to quickly
build complex pipelines, thanks to a fast feedback loop. This is achieved by
boosting any typical Linux text-processing utils such as grep, sort, cut,
paste, awk, wc, perl, etc., etc., by providing a quick, interactive,
scrollable preview of their results.



Bug#980783: RFP: literate-git -- Render hierarchical git repositories into HTML

2021-01-21 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: literate-git
  Version : 0.3.1
  Upstream Author : Ben North 
* URL : https://github.com/bennorth/literate-git/
* License : GPL-3.0-or-later
  Programming Lang: Python
  Description : Tool to render a hierarchical git history into HTML



Bug#975287: RFP: rust-clippy -- lints to catch common mistakes and improve Rust code

2020-11-19 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: rust-clippy
  Version : 1.47.0
  Upstream Author : The Rust Project Developers
* URL : https://github.com/rust-lang/rust-clippy
* License : Apache-2.0 OR MIT
  Programming Lang: Rust
  Description : lints to catch common mistakes and improve Rust code

A collection of lints to catch common mistakes and improve your Rust code.

There are over 400 lints included in this crate!

Lints are divided into categories, each with a default lint level. You can 
choose how much Clippy is supposed to annoy help you by changing the lint level 
by category.

The lint list also contains "restriction lints", which are for things which are 
usually not considered "bad", but may be useful to turn on in specific cases. 
These should be used very selectively, if at all.



Bug#972067: RFP: onionscan -- tool for investigating the Dark Web

2020-10-11 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: onionscan
  Version : 0.2
  Upstream Author : Sarah Jamie Lewis 
* URL : https://onionscan.org/
* License : MIT
  Programming Lang: Go
  Description : tool for investigating the Dark Web

OnionScan is a free and open source tool for investigating the Dark Web. It
has two primary goals:
.
- We want to help operators of hidden services find and fix operational
  security issues with their services. We want to help them detect
  misconfigurations and we want to inspire a new generation of anonymity
  engineering projects to help make the world a more private place.
.
- Secondly we want to help researchers and investigators monitor and track
  Dark Web sites. In fact we want to make this as easy as possible. Not
  because we agree with the goals and motives of every investigation force
  out there - most often we don't. But by making these kinds of
  investigations easy, we hope to create a powerful incentive for new
  anonymity technology (see goal #1)

-- 
https://fmarier.org/



Bug#969995: ITP: pip-check-reqs -- Find packages that should or should not be in requirements for a project

2020-09-09 Thread Francois Marier
Package: wnpp
Severity: wishlist
Owner: Francois Marier 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: pip-check-reqs
  Version : 2.1.1
  Upstream Author : Richard Jones 
* URL : https://github.com/r1chardj0n3s/pip-check-reqs
* License : MIT
  Programming Lang: Python
  Description : checker for missing and extra packages in Python 
requirements

It happens: you start using a module in your project and it works and you
don't realise that it's only being included in your virtualenv because it's
a dependency of a package you're using. pip-missing-reqs finds those modules
so you can include them in the requirements.txt for the project.
.
Alternatively, you have a long-running project that has some packages in
requirements.txt that are no longer actively used in the codebase. The
pip-extra-reqs tool will find those modules so you can remove them.



Bug#864795: Outdated upstream repository links

2020-07-16 Thread Francois Marier
The upstream repository has moved. The latest one can be found here:
https://brave-browser.readthedocs.io/en/latest/installing-brave.html#debian-9-ubuntu-14-04-and-mint-17

The repo itself is:

  deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/
stable main

and the signing key is available from:

  https://brave-browser-apt-release.s3.brave.com/brave-core.asc

Francois



Bug#965162: RFP: semgrep -- lightweight static analysis for many languages

2020-07-16 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: semgrep
  Version : 0.15.0
  Upstream Author : r2c 
* URL : https://semgrep.live/
* License : LGPL-2.1
  Programming Lang: Python, OCaml
  Description : lightweight static analysis for many languages

Semgrep is a command-line tool for offline static analysis. Use pre-built or
custom rules to enforce code and security standards in your codebase.

Semgrep combines the convenient and iterative style of grep with the
powerful features of an Abstract Syntax Tree (AST) matcher and limited
dataflow. Easily find function calls, class or method definitions, and more
without having to understand ASTs or wrestle with regexes.



Bug#964333: ITP: tmd710-tncsetup -- tool to configure the TNC on several Kenwood radios

2020-07-05 Thread Francois Marier
Package: wnpp
Severity: wishlist
Owner: Francois Marier 

* Package name: tmd710-tncsetup
  Version : 1.13
  Upstream Author : Francois Marier 
* URL : https://github.com/fmarier/tmd710_tncsetup
* License : GPL-3.0-or-later
  Programming Lang: C
  Description : tool to configure the TNC on several Kenwood radios

This is a tool to configure the TNC on several Kenwood radios.

See
https://feeding.cloud.geek.nz/posts/using-kenwood-th-d72a-with-pat-linux-ax25/
for a concrete example of how this tool can be useful with the other Linux
packet utilities.

The following radios are known to work with this tool:

- TM-D710
- TH-D72



Bug#964332: ITP: canadian-ham-exam -- practice test for the Canadian Amateur Radio exam

2020-07-05 Thread Francois Marier
Package: wnpp
Severity: wishlist
Owner: Francois Marier 

* Package name: canadian-ham-exam
  Version : 1.0.0
  Upstream Author : Francois Marier 
* URL : https://launchpad.net/canadian-ham-exam
* License : AGPL-3.0-or-later
  Programming Lang: Python
  Description : practice test for the Canadian Amateur Radio exam

Canadian Ham Exam uses the official question bank from Industry Canada and
allows aspiring hams to practice the section of their choice as they are
learning the material for the exam.

It requires a copy of the question bank, which can be downloaded free of
charge from the Industry Canada website:

   http://www.ic.gc.ca/eic/site/025.nsf/eng/h_4.html

Both the basic and the advanced exams are supported, in English and French.



Bug#940145: RFA: node-libravatar -- libravatar library for NodeJS

2019-09-12 Thread Francois Marier
Package: wnpp
Severity: normal

I request an adopter for the node-libravatar package.

The package description is:
 This library allows web application authors to make use of the free Libravatar
 service (https://www.libravatar.org). This service hosts avatar images for
 users and allows other sites to look them up using email addresses.
 .
 node-libravatar includes full support for federated avatar servers.



Bug#934003: RFP: rget -- download URLs and verify the contents against a publicly recorded cryptographic log

2019-08-05 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: rget
  Version : 0.0.7
  Upstream Author : Brandon Philips 
* URL : https://github.com/merklecounty/rget
* License : Apache-2
  Programming Lang: Go
  Description : download URLs and verify the contents against a publicly 
recorded cryptographic log

rget downloads URLs and verifies the contents against a publicly recorded
cryptographic log. The public log gives users of rget a number of useful
properties:

- Verifiability of a downloaded URL's contents being identical to what the
  rest of the world sees

- Searchability of recorded content changes of a URL

- Notifications to any interested party about changes to the URLs contents

In practice the way the system works is a URL owner will publish the
cryptographic digests at a URL adjacent to the content a rget user is
downloading. The rget tool will download the digest and verify this digest
appears in the Certificate Transparency log via a specially crafted DNS
name.

More information at 
https://merklecounty.substack.com/p/rget-a-secure-download-user-story



Bug#859596: RFA: molly-guard -- 9027b495eb885926ceab360590ed53b7

2017-04-05 Thread Francois Marier
Package: wnpp
Severity: normal

I request an adopter for the molly-guard package.

The main thing that needs fixing at the moment are the diversions (bug
#837928) since that's causing issues with usrmerge.

There is also a reported problem with systemd-sysv (bug #856024) that needs
to be investigated. The diversions are also at fault here.

If you can help with either of these things in time for stretch, but don't
want to commit to maintaining the package, I would still be glad to hear
from you.

Francois

-- 
https://fmarier.org/


signature.asc
Description: PGP signature


Bug#851931: RFP: apache2-mod-brotli -- Brotli compression module for Apache

2017-01-19 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: apache2-mod-brotli
  Version : 0.3.1
  Upstream Author : kj 
* URL : https://github.com/kjdev/apache-mod-brotli
* License : Apache 2
  Programming Lang: C
  Description : Brotli compression module for Apache

Brotli allows for much better compression of static content on webservers:

  https://www.voorhoede.nl/en/blog/static-site-implosion-with-brotli-and-gzip/



Bug#833979: O: pidgin-privacy-please -- plugin for enhanced privacy in pidgin

2016-08-11 Thread Francois Marier
On Thu, 11 Aug 2016 02:13:19 +0200 Stefan Ott  wrote:
> Since I am no longer using Debian as my primary operating system I am
> not in a position to look after this package anymore.

Is this the new official upstream repository, now that Google Code is gone?

  https://github.com/cockroach/pidgin-privacy-please

Francois

-- 
https://fmarier.org/



Bug#814062: RFP: maybe -- run a command and see what it does to your files without actually doing it

2016-02-07 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: maybe
  Version : 0.3.0
  Upstream Author : Philipp Emanuel Weidmann 
* URL : https://github.com/p-e-w/maybe
* License : GPL
  Programming Lang: Python
  Description : run a command and see what it does to your files without 
actually doing it

maybe runs processes under the control of ptrace (with the help of the
excellent python-ptrace library). When it intercepts a system call that is
about to make changes to the file system, it logs that call, and then
modifies CPU registers to both redirect the call to an invalid syscall ID
(effectively turning it into a no-op) and set the return value of that no-op
call to one indicating success of the original call.

As a result, the process believes that everything it is trying to do is
actually happening, when in reality nothing is.



Bug#813809: RFP: usbguard -- basic whitelisting/blacklisting capabilities based on USB device attributes

2016-02-05 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: usbguard
  Version : 0.3p3
  Upstream Author : Daniel Kopeček 
* URL : https://github.com/dkopecek/usbguard
* License : GPL
  Programming Lang: C++
  Description : basic whitelisting/blacklisting capabilities based on USB 
device attributes

The USBGuard software framework helps to protect your computer against rogue
USB devices (a.k.a. BadUSB) by implementing basic whitelisting/blacklisting
capabilities based on USB device attributes.

More information in this FOSDEM talk:

https://fosdem.org/2016/schedule/event/usbguard/



Bug#811346: RFP: photobackup -- Python PhotoBackup server implementation

2016-01-17 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: photobackup
  Version : 0.1.2
  Upstream Author : Stéphane Péchard 
* URL : https://github.com/PhotoBackup/server-bottle
* License : GPL
  Programming Lang: Python
  Description : PhotoBackup server implementation

The Python3 implementation of PhotoBackup server, made with bottle. It
follows the official API, currently in version 2.
.
The PhotoBackup Android application is a simple service always running
silently in background and sending photos to the associated server as soon
as you take them. An upload journal allows you to see the status of each
photo in your device. It does not backup videos.



Bug#810482: RFP: rtags -- C/C++ client/server indexer with integration for Emacs

2016-01-08 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: rtags
  Version : 2.0
  Upstream Author : Anders Bakken 
* URL : https://github.com/Andersbakken/rtags
* License : GPL
  Programming Lang: C++
  Description : C/C++ client/server indexer with integration for Emacs

RTags is a client/server application that indexes C/C++ code and keeps a
persistent file-based database of references, declarations, definitions,
symbolnames etc. There’s also limited support for ObjC/ObjC++. It allows you
to find symbols by name (including nested class and namespace scope). Most
importantly we give you proper follow-symbol and find-references support. We
also have neat little things like rename-symbol, integration with clang’s
“fixits” (http://clang.llvm.org/diagnostics.html). We also integrate with
flymake using clang’s vastly superior errors and warnings. Since RTags
constantly will reindex “dirty” files you get live updates of compiler
errors and warnings. Since we already know how to compile your sources we
have a way to quickly bring up the preprocessed output of the current source
file in a buffer.



Bug#774387: ITP: letsencrypt -- Let's Encrypt client that can update Apache configurations

2015-10-27 Thread Francois Marier

On 2015-10-28 04:25, Jan Wagner wrote:

What's the status of your work, and do you need assistance?


Looks like the package live at
https://github.com/letsencrypt/letsencrypt-debian


That's the old package.

Harlan has split the packaging to account for upstream splitting 
everything up in their releases and will upload it on alioth once it's 
ready:


  https://anonscm.debian.org/cgit/letsencrypt/letsencrypt.git/
  https://anonscm.debian.org/cgit/letsencrypt/letsencrypt-apache.git/
  https://anonscm.debian.org/cgit/letsencrypt/letsencrypt-nginx.git/
  https://anonscm.debian.org/cgit/letsencrypt/python-acme.git/

We ran into Alioth permissions problems earlier, which should be fixed 
now.


If you want to help, I would suggest reviewing/testing the packages once 
they've been uploaded to Alioth.


Francois



Bug#794624: RFP: web-mode -- web template editing mode for emacs

2015-08-04 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: web-mode
  Version : 12
  Upstream Author : François-Xavier Bois fxb...@gmail.com
* URL : http://web-mode.org/
* License : GPL
  Programming Lang: emacs lisp
  Description : web template editing mode for emacs

web-mode.el is an autonomous emacs major-mode for editing web templates.
HTML documents can embed parts (CSS / JavaScript) and blocks (client /
server side).


-- 
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/20150805044338.ga12...@akranes.dyndns.org



Bug#784317: Bug#787319: ITP: configargparse -- replacement for argparse with config files and environment variables support

2015-05-31 Thread Francois Marier
On 2015-05-31 at 21:54:31, Olivier Berger wrote:
 And obviously, this ticket is a duplicate of #784317 ITP: 
 python-configargparse ;-)

Ha, I totally missed that one. I didn't come up when I ran wnpp-check
configargparse yesterday because it hadn't yet been renamed to the current
title.

I've already submitted my package [1] to NEW and so given the amount of time
it takes these days to go through that, I would suggest keeping it there.

However, if Sebastien wants to take it over from me after it's accepted (and
even replace it with his own package) that's totally fine by me. I don't
need to maintain this, I just need to have it in Debian because it's a
dependency of the letsencrypt client.

Cheers,
Francois

[1] https://anonscm.debian.org/cgit/collab-maint/python-configargparse.git/

-- 
http://fmarier.org/


-- 
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/20150531215652.ge4...@akranes.dyndns.org



Bug#787318: ITP: pyrfc3339 -- a parser and generator of RFC 3339-compliant timestamps using Python datetime.datetime objects

2015-05-31 Thread Francois Marier
Package: wnpp
Severity: wishlist
Owner: Francois Marier franc...@debian.org

* Package name: pyrfc3339
  Version : 0.2
  Upstream Author : Kurt Raschke k...@kurtraschke.com
* URL : https://pypi.python.org/pypi/pyRFC3339
* License : MIT
  Programming Lang: Python
  Description : a parser and generator of RFC 3339-compliant timestamps 
using Python datetime.datetime objects

 pyRFC3339 parses and generates RFC 3339-compliant timestamps using Python
 datetime.datetime objects.

This package is a dependency of the letsencrypt client.


-- 
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/20150531101619.ga14...@akranes.dyndns.org



Bug#787319: ITP: configargparse -- replacement for argparse with config files and environment variables support

2015-05-31 Thread Francois Marier
Package: wnpp
Severity: wishlist
Owner: Francois Marier franc...@debian.org

* Package name: configargparse
  Version : 0.9.3
  Upstream Author : Zorro zorro3.git...@gmail.com
* URL : https://github.com/zorro3/ConfigArgParse
* License : MIT
  Programming Lang: Python
  Description : replacement for argparse with config files and environment 
variables support

 Applications with more than a handful of user-settable options are best
 configured through a combination of command line args, config files,
 hard-coded defaults, and in some cases, environment variables.
 .
 Python’s command line parsing modules such as argparse have very limited
 support for config files and environment variables, so this module extends
 argparse to add these features.

This package is a dependency of the letsencrypt client.


-- 
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/20150531110649.ga6...@akranes.dyndns.org



Bug#780929: Talked to the pythondialog maintainers

2015-04-16 Thread Francois Marier
I should perhaps mentioned that I have talked to the pythondialog (the 
Python 3 only version) maintainers in Debian and they were supportive of 
my upload of the Python 2 backport.


I expect to be able to deprecate and remove this package once 
letsencrypt adds support for Python 3, but for now it's a hard 
dependency.


Francois


--
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/3f7a4377adc5d37e53b59403b9204...@fmarier.org



Bug#780929: ITP: python2-pythondialog -- Python 2 module for making simple terminal-based user interfaces

2015-03-21 Thread Francois Marier
Package: wnpp
Severity: wishlist
Owner: Francois Marier franc...@debian.org

* Package name: python2-pythondialog
  Version : 3.0.1
  Upstream Author : Florent Rougon f.rou...@free.fr
* URL : https://pypi.python.org/pypi/python2-pythondialog
* License : LGPL
  Programming Lang: Python
  Description : Python 2 module for making simple terminal-based user 
interfaces

 pythondialog is a Python wrapper for the dialog utility originally
 written by Savio Lam, and later rewritten by Thomas E. Dickey. Its
 purpose is to provide an easy to use, pythonic and comprehensive Python
 interface to dialog. This allows one to make simple text-mode user
 interfaces on Unix-like systems.
 .
 pythondialog provides dialog boxes (widgets) of many different types.
 Among these, one can find infobox, msgbox, yesno, menu, checklist,
 radiolist, fselect (for selecting a file), rangebox, buildlist,
 treeview, calendar. These widgets, and those not listed here, allow one
 to build nice interfaces quickly and easily. However, it is not possible
 to create new widgets without modifying dialog itself.
 .
 For most widgets, the following settings can be chosen:
  * width, height and other parameters where applicable;
  * two user-defined buttons, referred to as Help and Extra, may be
added and their labels freely chosen.
 Additionally, a color theme may be defined for all widgets via a
 configuration file.
 .
 pythondialog has good Unicode support. Precisely, this support should be
 as good as allowed by the combination of the Python interpreter, dialog,
 the terminal and the locale settings in use.
 .
 This version is a backport of pythondialog to Python 2. Unless you really
 have to use Python 2, you should use the python3-dialog package.

This package is a dependency of the letsencrypt client which isn't
Python3-ready.


-- 
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/20150321230813.ga19...@akranes.dyndns.org



Bug#780893: ITP: confargparse -- integrated argument/configuration file parser that follows the syntax of argparser

2015-03-20 Thread Francois Marier
Package: wnpp
Severity: wishlist
Owner: Francois Marier franc...@debian.org

* Package name: confargparse
  Version : 1.0.15
  Upstream Author : S. Joshua Swamidass swamid...@gmail.com
* URL : https://bitbucket.org/swamidass/confargparse/
* License : MIT
  Programming Lang: Python
  Description : integrated argument/configuration file parser that follows 
the syntax of argparser

This module adds a config file parsing capability to argparse, the
recommended command-line parsing module in the Python standard library.

This library is a dependency of the letsencrypt client.


-- 
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/20150321034735.ga22...@akranes.dyndns.org



Bug#777451: ITP: planetfilter -- filter for blog aggregators

2015-02-08 Thread Francois Marier
Package: wnpp
Severity: wishlist
Owner: Francois Marier franc...@debian.org

* Package name: planetfilter
  Version : 0.1.0
  Upstream Author : Francois Marier franc...@fmarier.org
* URL : https://launchpad.net/planetfilter
* License : AGPLv3+
  Programming Lang: Python
  Description : filter for blog aggregators

PlanetFilter uses a blacklist to filter a blog aggregator feed. It allows
anyone to subscribe to popular blog aggregators without being overwhelmed by
the noise.


-- 
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/20150208104538.ga23...@akranes.dyndns.org



Bug#777101: RFA: cowsay -- configurable talking cow

2015-02-04 Thread Francois Marier
Package: wnpp
Severity: normal

I request an adopter for the cowsay package.

The package is in a good shape and there are no more upstream releases of
it.


-- 
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/20150205042646.ga4...@akranes.dyndns.org



Bug#777104: RFA: spectools -- Utilities for using the Wi-Spy USB spectrum analyzer hardware

2015-02-04 Thread Francois Marier
Package: wnpp
Severity: normal

I request an adopter for the spectools package.

The package is in a good shape and there hasn't a new upstream release in
quite some time.


-- 
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/20150205043102.ga5...@akranes.dyndns.org



Bug#768530: Dropping this ITA

2015-02-04 Thread Francois Marier
I was planning on adopting this package a while ago, but haven't done
anything with it yet.

Therefore, I'm letting go of it in case someone else wants to take it over.

Francois


-- 
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/20150205042408.gk4...@akranes.dyndns.org



Bug#777100: RFA: python-whois -- Python module for retrieving WHOIS information - Python 2

2015-02-04 Thread Francois Marier
Package: wnpp
Severity: normal

I would like to request an adopter for the python-whois package.

The package is in a good shape and rarely gets any bugs filed against it.


-- 
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/20150205042133.ga4...@akranes.dyndns.org



Bug#777103: RFA: libhdhomerun

2015-02-04 Thread Francois Marier
Package: wnpp
Severity: normal

I request an adopter for the libhdhomerun package.

The package is in a good shape and the upstream developer is still active.


-- 
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/20150205042909.ga4...@akranes.dyndns.org



Bug#777102: RFA: gifsicle -- Tool for manipulating GIF images

2015-02-04 Thread Francois Marier
Package: wnpp
Severity: normal

I request an adopter for the gifsicle package.

The package is in a good shape and there are regular upstream releases.


-- 
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/20150205042749.ga4...@akranes.dyndns.org



Bug#777097: RFA: letterize -- phone digits to letter-mnemonics

2015-02-04 Thread Francois Marier
Package: wnpp
Severity: normal

I would like to requester an adopter for letterize.

The package is in a good shape and it is still well-maintained upstream. It
rarely has any bugs filed against it.


-- 
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/20150205041929.ga4...@akranes.dyndns.org



Bug#777099: RFA: pdfresurrect -- tool for extracting/scrubbing versioning data from PDF documents

2015-02-04 Thread Francois Marier
Package: wnpp
Severity: normal

I request an adopter for the pdfresurrect package.

The package is in a good condition and the software is very well-maintained
upstream. It rarely has any bugs filed against it.


-- 
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/20150205042042.ga4...@akranes.dyndns.org



Bug#774387: ITP: letsencrypt -- Let's Encrypt client that can update Apache configurations

2015-01-01 Thread Francois Marier
Package: wnpp
Owner: Francois Marier franc...@debian.org
Severity: wishlist

* Package name: letsencrypt
  Upstream Author : Let's Encrypt (https://letsencrypt.org/)
* URL : https://github.com/letsencrypt/lets-encrypt-preview
* License : Apache 2
  Programming Lang: Python
  Description : Let's Encrypt client that can update Apache configurations

 The objective of Let’s Encrypt and the ACME (Automated Certificate Management
 Environment) protocol is to make it possible to set up an HTTPS server and have
 it automatically obtain a browser-trusted certificate, without any human
 intervention. This is accomplished by running a certificate management agent on
 the web server.
 .
 This agent is used to:
 .
  - Automatically prove to the Let’s Encrypt CA that you control the website
  - Obtain a browser-trusted certificate and set it up on your web server
  - Keep track of when your certificate is going to expire, and renew it
  - Help you revoke the certificate if that ever becomes necessary.

I will be maintaining this package as part of an Alioth team:

  https://alioth.debian.org/projects/letsencrypt/

and the packaging is currently done in a branch in the upstream repo:

  https://github.com/letsencrypt/lets-encrypt-preview/tree/debian


-- 
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/20150101220929.gb1...@akranes.dyndns.org



Bug#773139: RFP: pysonar2 -- type inferencer and indexer for Python

2014-12-14 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: pysonar2
  Upstream Author : Yin Wang yinwa...@gmail.com
* URL : https://github.com/yinwang0/pysonar2
* License : AGPLv3
  Programming Lang: Java
  Description : type inferencer and indexer for Python

PySonar2 is a type inferencer and indexer for Python, which
performs sophisticated interprocedural analysis to infer types.
It is one of the underlying technologies that power the code
search engine Sourcegraph, where it has been used to index
hundreds of thousands of open source Python repositories,
producing a globally connected network of Python code. An older
version of PySonar is used internally at Google, producing
high-quality semantic code index for millions of lines of
Python code.


-- 
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/20141214225126.14291.53285.reportbug@akranes



Bug#768516: Up for grabs

2014-11-28 Thread Francois Marier
I thought I'd have more time to take this one over, but then I got busy.

So I'll just unassign myself for now and give others a chance to pick it up.

Francois

-- 
Francois Marier   identi.ca/fmarier
http://fmarier.org  twitter.com/fmarier


-- 
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/20141128120628.gr29...@akranes.dyndns.org



Bug#771175: RFP: radamsa -- test case generator for robustness testing (fuzzer)

2014-11-27 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: radamsa
  Version : 0.3
  Upstream Author : Aki Helin aki.he...@iki.fi
* URL : https://code.google.com/p/ouspg/wiki/Radamsa
* License : MIT
  Programming Lang: C
  Description : test case generator for robustness testing (fuzzer)

Radamsa is a test case generator for robustness testing, aka a fuzzer. It
can be used to test how well a program can stand malformed and potentially
malicious inputs. It operates based on given sample inputs and thus requires
minimal effort to set up. The main selling points of radamsa are that it is
easy to use, contains several old and new fuzzing algorithms, is easy to
script from command line and has already been used to find a slew of bugs in
programs that actually matter.


-- 
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/20141127111905.20986.29601.reportbug@akranes



Bug#770540: RFP: dennis -- command line tool for translating and linting .po files

2014-11-22 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: dennis
  Version : 0.5
  Upstream Author : Will Kahn-Greene wil...@bluesock.org
* URL : https://github.com/willkg/dennis
* License : BSD
  Programming Lang: Python
  Description : command line tool for translating and linting .po files

dennis is a command line tool for translating and linting .po files.

It includes the following subcommands:

lint: Lints .po files for problems including errors that can cause your 
production system to crash.

The system allows for defining other variable formats.

linttemplate: Lints .pot files for problems in strings that lead to poor 
localizations.

status: Get a high-level status of a .po file including a list of 
unstranslated strings.

translate: Translates strings in .po files into something else! Comes with 
an HTML extractor (tokenizes strings so that only the text is translated) and a 
bunch of translations like Pirate!.

This is helpful for l10n testing, development, finding unicode/layout 
problems, amazing your friends, hilarious April 1st shenanigans, etc.

Specify the tokenizer/transform pipeline you want to use that combines 
things. Zombie? Sure! Shouty Zombie? Ok! Manic shouty Dubstep? Bring it on!

This also works on strings passed in as command line arguments and as 
stdin---it doesn't have to be a .po file or in a .po format. For example, 
Dennis uses dennis to translate all dennis commit messages into Pirate!. That's 
how cool dennis is!


-- 
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/20141122083242.11555.31675.reportbug@akranes



Bug#770111: RFP: flowtype -- static type checker designed to find type errors in JavaScript programs

2014-11-18 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: flowtype
  Version : 0.1.0
  Upstream Author : Facebook
* URL : https://github.com/facebook/flow
* License : BSD
  Programming Lang: OCaml
  Description : static type checker designed to find type errors in 
JavaScript programs

Flow adds static typing to JavaScript to improve developer productivity and 
code quality. In particular, static typing offers benefits like early error 
checking, which helps you avoid certain kinds of runtime failures, and code 
intelligence, which aids code maintenance, navigation, transformation, and 
optimization.

Developers can reap its benefits without losing the “feel” of coding in 
JavaScript. Flow adds minimal compile-time overhead, as it does all its work 
proactively in the background. And Flow does not force you to change how you 
code — it performs sophisticated program analysis to work with the idioms you 
already know and love.


-- 
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/20141118222119.32268.28428.reportbug@akranes



Bug#741487: A useful fork for web authors wanting to optimize their images

2014-08-25 Thread Francois Marier
While the name suggests that it's another general-purpose JPEG  
library, it's actually closer to the jpegoptim optimization tool.


From the upstream README:

'mozjpeg' is not intended to be a general JPEG library replacement.  
It makes tradeoffs that are intended to benefit Web use cases and  
focuses solely on improving encoding. It is best used as part of a Web  
encoding workflow. For a general JPEG library (e.g. your system  
libjpeg), especially if you care about decoding, we recommend  
libjpeg-turbo.


mozjpeg ships two binaries that allow one to recompress JPEG files so  
that they become smaller:


  https://hacks.mozilla.org/2014/08/using-mozjpeg-to-create-efficient-jpegs/

I would personally like to use it in my web development projects, so  
Pierre, if you'd like to reupload your package to mentors, I will take  
a look at it.


Francois


--
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/20140826020122.horde.7ceid5ocqxzroae9w5dx...@www.neomailbox.ch



Bug#747072: RFP: keybase -- terminal client for Keybase

2014-05-05 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: keybase
  Version : 0.3.2
  Upstream Author : Keybase
* URL : https://github.com/keybase/node-client
* License : BSD
  Programming Lang: node.js
  Description : terminal client for Keybase

This the official client for the http://keybase.io service.


-- 
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/20140505110825.27089.94252.report...@isafjordur.dyndns.org



Bug#734958: RFP: posterizer -- lossy PNG compressor for RGBA PNGs

2014-01-11 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: posterizer
  Version : 1.6
  Upstream Author : Kornel Lesiński por...@pornel.net
* URL : https://github.com/pornel/mediancut-posterizer
* License : GPL
  Programming Lang: C
  Description : lossy PNG compressor for RGBA PNGs

Reduces number of distinct color/alpha intensities in the image. Unlike typical 
posterization, which distributes levels evenly, this one tries to pick levels 
intelligently using varaince-based Median Cut and Voronoi iteration.

The goal of this tool is to make RGB/RGBA PNG images more compressible, 
assuming that lower number of unique byte values increses chance of finding 
repetition and improves efficiency of Huffman coding.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20140111081817.31502.78593.reportbug@akranes



Bug#734343: RFP: slidelint -- tool that reads in PDF of presentation slides and checks common problems

2014-01-05 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: slidelint
  Upstream Author : enkidulan supam...@gmail.com
* URL : https://github.com/enkidulan/slidelint
* License : Apache 2
  Programming Lang: Python
  Description : tool that reads in PDF of presentation slides and checks 
common problems


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20140106034314.21495.4035.reportbug@akranes



Bug#734117: RFP: python-check-manifest -- tool to check the completeness of MANIFEST.in for Python packages

2014-01-03 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: python-check-manifest
  Version : 0.17
  Upstream Author : Marius Gedminas mar...@gedmin.as
* URL : https://github.com/mgedmin/check-manifest
* License : MIT
  Programming Lang: Python
  Description : tool to check MANIFEST.in in a Python source package for 
completeness


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20140103225153.20273.99390.report...@isafjordur.dyndns.org



Bug#734121: RFP: python-pyroma -- tool to test Python project's packaging friendliness

2014-01-03 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: python-pyroma
  Version : 1.5
  Upstream Author : Lennart Regebro rege...@gmail.com
* URL : https://bitbucket.org/regebro/pyroma
* License : MIT
  Programming Lang: Python
  Description : tool to test Python project's packaging friendliness

Pyroma rhymes with aroma, and is a product aimed at giving a rating of how well 
a Python project complies with the best practices of the Python packaging 
ecosystem, primarily PyPI, pip, Distribute etc, as well as a list of issues 
that could be improved.

The aim of this is both to help people make a project that is nice and usable, 
but also to improve the quality of Python third-party software, making it 
easier and more enjoyable to use the vast array of available modules for Python.

It's written so that there are a library with methods to call from Python, as 
well as a script, also called pyroma.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20140103232037.20713.27618.report...@isafjordur.dyndns.org



Bug#726705: RFP: python-flake8-pep8-naming -- flake8 plugin that checks PEP8 naming conventions

2013-10-18 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: python-flake8-pep8-naming
  Version : 0.2.1
  Upstream Author : Florent Xicluna florent.xicl...@gmail.com
* URL : https://github.com/flintwork/pep8-naming
* License : Expat
  Programming Lang: Python
  Description : flake8 plugin that checks


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20131018084547.12665.90576.report...@isafjordur.dyndns.org



Bug#726704: RFP: python-pep257 -- PEP 257 docstring style checker

2013-10-18 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: python-pep257
  Version : 0.2.4
  Upstream Author : Vladimir Keleshev vladi...@keleshev.com
* URL : https://github.com/GreenSteam/pep257/
* License : MIT
  Programming Lang: Python
  Description : PEP 257 docstring style checker


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20131018084440.12893.77724.report...@isafjordur.dyndns.org



Bug#724458: RFP: diskscan -- Scan disk for bad or near failure sectors

2013-09-23 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: diskscan
  Version : 0.02
  Upstream Author : Baruch Even bar...@ev-en.org
* URL : https://github.com/baruch/diskscan
* License : GPL3+
  Programming Lang: C
  Description : Scan disk for bad or near failure sectors

DiskScan is a Unix/Linux tool to scan a block device and check if
there are unreadable sectors, in addition it uses read latency times
as an assessment for a near failure as sectors that are problematic
to read usually entail many retries. This can be used to assess the
state of the disk and maybe decide on a replacement in advance to its
imminent failure. The disk self test may or may not pick up on such
clues depending on the disk vendor decision making logic.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130924012400.9873.69961.report...@isafjordur.dyndns.org



Bug#722204: RFP: hrpg -- Command line interface to HabitRPG

2013-09-08 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: hrpg
  Version : 0.20
  Upstream Author : Paul Fenwick p...@cpan.org
* URL : http://search.cpan.org/perldoc?hrpg
* License : Same as Perl 5
  Programming Lang: Perl
  Description : Command line interface to HabitRPG


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130909032225.11979.44101.reportbug@akranes



Bug#691822: Upload after wheezy is released

2013-01-19 Thread Francois Marier
Just making a note that I will upload the latest upstream version once
wheezy is released.

Cheers,
Francois


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130120055655.gs26...@isafjordur.dyndns.org



Bug#582843: Still interested in packaging Eliot?

2013-01-08 Thread Francois Marier
Hi David,

Are you still interested in packaging Eliot for Debian?

I noticed that upstream has packages for it here:

  https://launchpad.net/~ipkiss-0/+archive/ppa-eliot/+packages

Cheers,
Francois

-- 
Francois Marier   identi.ca/fmarier
http://fmarier.org  twitter.com/fmarier


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130108185928.gd18...@isafjordur.dyndns.org



Bug#679212: ITP: python-whois -- Python module/library for retrieving WHOIS information of domains

2012-06-27 Thread Francois Marier
Package: wnpp
Severity: wishlist
Owner: Francois Marier franc...@debian.org

* Package name: python-whois
  Version : 0.6.3
  Upstream Author : DDarko dda...@ddarko.org
* URL : https://code.google.com/p/python-whois/
* License : MIT
  Programming Lang: Python
  Description : Python module/library for retrieving WHOIS information of 
domains

This Python wrapper for the whois command has a simple interface to access 
parsed
WHOIS data for a given domain.
.
It is able to extract data for many of the popular TLDs (com, org, net, biz, 
info,
pl, jp, uk, nz, ...) and queries WHOIS servers directly instead of going 
through an
intermediate web service.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120627083130.24669.27456.report...@isafjordur.dyndns.org



Bug#675595: RFP: nautilus-emblems -- property package in Nautilus for setting file emblems

2012-06-02 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: gnome3-emblems
  Upstream Author : Alexandre González agonzale...@gmail.com
* URL : https://github.com/agonzalezro/gnome3-emblems
* License : https://github.com/agonzalezro/gnome3-emblems/issues/1
  Programming Lang: Python
  Description : property package in Nautilus for setting file emblems

The source package can be called gnome3-emblems to match the upstream name,
but I think nautilus-emblems would be better for the binary package name.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120602112206.15679.37407.report...@isafjordur.dyndns.org



Bug#674829: RFA: cil -- command line issue tracker

2012-05-27 Thread Francois Marier
Package: wnpp
Severity: normal

I request an adopter for the cil package.

The package description is:
 'cil' allows easy command-line creation of an issue tracker. It saves each
 issue locally and in plain text. Commands are given such that these issues can
 be added, edited and listed easily.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120528033437.23467.36211.report...@isafjordur.dyndns.org



Bug#674833: RFA: cdargs -- bookmarks and browsing for the cd command

2012-05-27 Thread Francois Marier
Package: wnpp
Severity: normal

I request an adopter for the cdargs package.

The package description is:
 CDargs is a tool which enhances the navigation of the common unix file-system
 inside the shell. It plugs into the shell built-in cd-command (via a shell
 function or an  alias) and adds bookmarks and a browser to it.
 .
 It enables you to move to a very distant place in the file-system with just a
 few keystrokes.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120528035008.28464.18596.report...@isafjordur.dyndns.org



Bug#674835: RFA: fuzzyocr -- spamassassin plugin to check image attachments

2012-05-27 Thread Francois Marier
Package: wnpp
Severity: normal

I request an adopter for the fuzzyocr package.

The package description is:
 This Spamassassin plugin checks for specific keywords in image/gif,
 image/jpeg or image/png attachments, using gocr (an optical character
 recognition program).  This plugin can be used to detect spam that
 puts all the real spam content in an attached image, while the mail
 itself is only random text and random html, without any URL's or
 identifiable information.  Additionally to the normal OcrPlugin, it
 can do approximate matches on words, so errors in recognition or
 attempts to obfuscate the text inside the image will not cause the
 detection to fail.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120528045839.18088.8571.report...@isafjordur.dyndns.org



Bug#673621: RFA: gitmagic -- guide about Git version control system

2012-05-20 Thread Francois Marier
Package: wnpp
Severity: normal

I request an adopter for the gitmagic package.

It's a fairly mature package which doesn't change very often anymore.

One thing that a future maintainer might want to improve is to add
the translations that upstream has made available.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120520095605.19567.43313.report...@isafjordur.dyndns.org



Bug#672347: RFP: video-entropyd -- program to add entropy data from video4linux devices

2012-05-10 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: video-entropyd
  Version : 2.0
  Upstream Author : Folkert van Heusden folk...@vanheusden.com
* URL : http://www.vanheusden.com/ved/
* License : GPL
  Programming Lang: C
  Description : program to add entropy data from video4linux devices

For security reasons (when doing network traffic or generating secure keys for 
example) one wants as much entropy-data in the kernel random-driver as 
possible. The random-driver takes partially care for this. But in situations in 
where there's a lot of demand for entropy-data, it might not be able to gather 
enough entropy-data by itself.

That's where this program is for: adding entropy-data to the kernel-driver. It 
does that by fetching 2 images from a video4linux-device (with a random delay 
in between), calculating the difference between those two and then calculating 
the number of information-bits in that data. After that, the data with the 
number-of-entropy-bits is submitted to the kernel-random-driver.

After that, the program exits (when run from crontab) or sleeps a random time 
before redoing the same process.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120510092532.24568.33654.report...@isafjordur.dyndns.org



Bug#559969: jshint

2012-03-29 Thread Francois Marier
I was going to suggest looking at jshint
(https://github.com/jshint/node-jshint) but unfortunately it's under the
same non-free license as Crockford's jslint :(

Cheers,
Francois



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120329082225.ga9...@isafjordur.dyndns.org



Bug#665789: RFA: sflphone -- SIP and IAX2 compatible VoIP phone

2012-03-26 Thread Francois Marier
Package: wnpp
Severity: normal

I request an adopter for the sflphone package.

The package description is:
 SFLphone is a SIP/IAX2 compatible softphone for Linux. The SFLphone project's
 goal is to create a robust enterprise-class desktop phone. While it can serve
 home users very well, it is designed with a hundred-calls-a-day receptionist
 in mind.
 .
 It features a flexible client/server architecture where the GTK+ client talks
 to the daemon through DBus and is capable of handling multiple VoIP connections
 at once.

Upstream is actively working on this piece of software and is very responsive.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120326063129.11272.77197.report...@isafjordur.dyndns.org



Bug#662756: RFP: slimit -- JavaScript minifier/parser in Python

2012-03-06 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: slimit
  Version : 0.6
  Upstream Author : Ruslan Spivak ruslan.spi...@gmail.com
* URL : http://slimit.org/
* License : MIT
  Programming Lang: Python
  Description : JavaScript minifier/parser in Python

SlimIt is a JavaScript minifier written in Python. It compiles JavaScript into
more compact code so that it downloads and runs faster.

SlimIt also provides a library that includes a JavaScript parser, lexer, pretty
printer and a tree visitor.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120306082553.16367.58347.report...@isafjordur.dyndns.org



Bug#662759: RFP: csslint -- automated tool for the linting of Cascading Stylesheets

2012-03-06 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: csslint
  Version : 0.9.7
  Upstream Author : Nicole Sullivan nic...@stubbornella.org and Nicholas C. 
Zakas nicholas.c.za...@nczonline.net
* URL : https://github.com/stubbornella/csslint
* License : MIT
  Programming Lang: Javascript
  Description : automated tool for the linting of Cascading Stylesheets

CSSLint is a tool to help point out problems with your CSS code. It does basic
syntax checking as well as applying a set of rules to the code that look for
problematic patterns or signs of inefficiency. The rules are all pluggable, so 
you
can easily write your own or omit ones you don't want.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120306083723.17149.96254.report...@isafjordur.dyndns.org



Bug#662117: RFP: node-mysql -- pure JavaScript Client implementing the MySQL protocol

2012-03-04 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: node-mysql
  Version : 0.9.5
  Upstream Author : Felix Geisendörfer fe...@debuggable.com
* URL : https://github.com/felixge/node-mysql
* License : MIT/X
  Programming Lang: Javascript
  Description : pure JavaScript Client implementing the MySQL protocol



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120304084746.30581.24270.report...@isafjordur.dyndns.org



Bug#662121: RFP: node-ejs -- embedded Javascript templates

2012-03-04 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: node-ejs
  Version : 0.6.1
  Upstream Author : TJ Holowaychuk t...@vision-media.ca
* URL : http://search.npmjs.org/#/ejs
* License : MIT
  Programming Lang: Javascript
  Description : embedded Javascript templates



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120304092756.13116.51688.report...@isafjordur.dyndns.org



Bug#661771: ITP: node-libravatar -- libravatar library for NodeJS

2012-03-01 Thread Francois Marier
Package: wnpp
Severity: wishlist
Owner: Francois Marier franc...@debian.org

* Package name: node-libravatar
  Version : 1.1.0
  Upstream Author : Francois Marier franc...@libravatar.org
* URL : https://github.com/fmarier/node-libravatar
* License : MIT
  Programming Lang: Javascript
  Description : libravatar library for NodeJS



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120301080819.6652.11999.report...@isafjordur.dyndns.org



Bug#661779: RFP: node-tap -- Test Anything Protocol tools for NodeJS

2012-03-01 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: node-tap
  Version : 0.2.3
  Upstream Author : Isaac Z. Schlueter i...@izs.me
* URL : https://github.com/isaacs/node-tap
* License : MIT
  Programming Lang: Javascript
  Description : Test Anything Protocol tools for NodeJS

This is a mix-and-match set of utilities that you can use to write
test harnesses and frameworks that communicate with one another
using the Test Anything Protocol.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120301091356.1.12608.report...@isafjordur.dyndns.org



Bug#660317: RFA: docvert -- converts word processor files to HTML

2012-02-18 Thread Francois Marier
Package: wnpp
Severity: normal

As I have been unable to find the time to properly take care of the
docvert package, I would like to find a new maintainer for it.

The package is in a good shape, but it needs to be upgraded to the latest
upstream version. (Note that the new version of docvert is now in Python.)



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120218090930.21195.33790.report...@isafjordur.dyndns.org



Bug#654934: RFA: rlwrap -- readline feature command line wrapper

2012-01-06 Thread Francois Marier
Package: wnpp
Severity: normal

I request an adopter for the rlwrap package.

The package description is:
 This package provides a small utility that uses the GNU readline library
 to allow the editing of keyboard input for any other command.  Input
 history is remembered across invocations, separately for each command;
 history completion and search work as in bash and completion word lists
 can be specified on the command line.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/2012010643.7363.98876.report...@isafjordur.dyndns.org



Bug#654382: RFP: httpcode -- utility that explains the meaning of an HTTP status code on the command line

2012-01-03 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: httpcode
  Version : 0.5
  Upstream Author : Ruslan Spivak ruslan.spi...@gmail.com
* URL : https://github.com/rspivak/httpcode
* License : MIT
  Programming Lang: Python
  Description : utility that explains the meaning of an HTTP status code on 
the command line



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120103101705.3065.69102.report...@isafjordur.dyndns.org



Bug#654382: Emacs mode

2012-01-03 Thread Francois Marier
There is also an emacs mode for it by the same author:

  https://github.com/rspivak/httpcode.el

Cheers,
Francois



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120103201452.gd12...@isafjordur.dyndns.org



Bug#654551: RFA: diffstat -- produces graph of changes introduced by a diff file

2012-01-03 Thread Francois Marier
Package: wnpp
Severity: normal

I request an adopter for the diffstat package.

The package description is:
 This program is a simple filter that reads the output of the 'diff' program,
 and produces a histogram of the total number of lines that were changed.
 It is useful for scanning a patch file to see which files were changed.

The package is in a good shape and upstream is still active but releases
are fairly infrequent as the software is quite mature.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120104074958.24977.94922.report...@isafjordur.dyndns.org



Bug#654552: RFA: ptop -- PostgreSQL performance monitoring tool akin to top

2012-01-03 Thread Francois Marier
Package: wnpp
Severity: normal

I request an adopter for the ptop package.

The package description is:
 pg_top is a console-based tool for monitoring a PostgreSQL database.
 .
 With pg_top you can:
   * View currently running SQL statement of a process
   * View query plan of a currently running SELECT statement
   * View locks held by a process
   * View user table statistics
   * View user index statistics



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120104075138.29807.26504.report...@isafjordur.dyndns.org



Bug#654553: RFA: propaganda-debian -- Propaganda background image volume for Debian

2012-01-03 Thread Francois Marier
Package: wnpp
Severity: normal

I request an adopter for the propaganda-debian package.

The package description is:
 This package contains images intended to be used as desktop backgrounds.
 It was put together specifically for Debian and includes images from
 previous volumes of Propaganda as well as some unique tiles.
 .
 Note: This package does not include images that contain the Debian logo.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120104075224.1209.46430.report...@isafjordur.dyndns.org



Bug#654554: RFA: wfrench -- French dictionary words for /usr/share/dict

2012-01-03 Thread Francois Marier
Package: wnpp
Severity: normal

I request an adopter for the wfrench package.

The package description is:
 This package provides the file /usr/share/dict/french
 containing a list of French words.  This list can be used by spelling
 checkers, and by programs such as look(1).



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120104075425.3568.88265.report...@isafjordur.dyndns.org



Bug#654555: RFA: stl-manual -- C++-STL documentation in HTML

2012-01-03 Thread Francois Marier
Package: wnpp
Severity: normal

I request an adopter for the stl-manual package.

The package description is:
 This is the documentation for the C++ Standard Template Library
 as found on SGIs Website.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120104075438.10254.84326.report...@isafjordur.dyndns.org



  1   2   >