Bug#917787: ITP: cl-named-readtables -- Common Lisp library that creates namespaces for named readtables

2018-12-30 Thread Sébastien Villemot
Package: wnpp
Severity: wishlist
Owner: Sébastien Villemot 

* Package name: cl-named-readtables
  Version : 20180121.git985b162
  Upstream Author : Gábor Melis 
* URL : https://github.com/melisgl/named-readtables
* License : BSD-3-clause
  Programming Lang: Common Lisp
  Description : Common Lisp library that creates namespaces for named 
readtables

Named-Readtables is a library that provides a namespace for readtables akin to
the already-existing namespace of packages in Common Lisp. In particular:
 - you can associate readtables with names, and retrieve readtables by names;
 - you can associate source files with readtable names, and be sure that the
   right readtable is active when compiling/loading the file;
 - similarly, your development environment now has a chance to automatically
   determine what readtable should be active while processing source forms on
   interactive commands. (E.g. think of `C-c C-c` in Slime (yet to be done))

It follows that Named-Readtables is a facility for using readtables in
a localized way.

Additionally, it also attempts to become a facility for using
readtables in a modular way. In particular:
 - it provides a macro to specify the content of a readtable at a glance;
 - it makes it possible to use multiple inheritance between readtables.


This package is a new dependency of cl-interpol.

It will be maintained within the Debian Common Lisp Team.


Bug#917800: ITP: supertmxmerge -- graphical diff and merge tool for TMX files

2018-12-30 Thread Andrej Shadura
Package: wnpp
Severity: wishlist
Owner: Andrej Shadura 

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: supertmxmerge
  Version : 2.0.1
  Upstream Author : Aaron Madlon-Kay
* URL : https://github.com/amake/SuperTMXMerge
* License : LGPL-2.1
  Programming Lang: Java
  Description : graphical diff and merge tool for TMX files

Standard text-based diff and merge tools can work with TMX files, but
they will operate on the raw XML text of the file, without understanding
the content. This can result in confusing, unreadable diffs, or in some
cases merges that result in malformed XML.

SuperTMXMerge understands the underlying format and presents diffs and
merges in a (relatively) intuitive way.

Note: The "merging" implemented by this tool is known as [3-way merge]
(http://en.wikipedia.org/wiki/Merge_%28revision_control%29#Three-way_merge).
To simply combine the unique text units of multiple TMXs into a single
TMX, please use the "combine" feature, not the merge feature.

This tool and its library is a dependency of OmegaT.

-BEGIN PGP SIGNATURE-

iQFIBAEBCAAyFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAlwoyOUUHGFuZHJld3No
QGRlYmlhbi5vcmcACgkQXkCM2RzYOdJxJAf/QaZoF5aWXsKHf81LItlW0R7wkaWn
sw/32U0elMYAIqmfwXi1KTMxfqGPR+VnNxuwmzR4x6BorGX4XQ2G4ULR5/YxM2H6
Go+ad7gV7iHw4y8ypB+8rAo1FrIvK9ZmGpDFiV/66NU2Fh68tdrg0h9YnfSVF718
ASzKhCaXUpOUv7Eo96U1y/z4rOXHFAXzoURx8uhgjROitIqd2UeW0T5GnZj8EuaJ
4/QHGRoGtRzrFUYq8l2jkdi07N5muWladG0cPV1aZaGKfTTk8i21Zf88xR7aeOPE
xspOvNQDFqH4J1JJW27mHi2zrv17mfqX20TAMD5rEMAD2rkX0tyvrgBzGQ==
=vzl5
-END PGP SIGNATURE-



Re: Proposal: Repository for fast-paced package backports

2018-12-30 Thread Thomas Goirand
On 12/30/18 12:47 AM, Wouter Verhelst wrote:
> On Wed, Dec 26, 2018 at 07:19:02PM +0100, Dominik George wrote:
>>  - It costs a lot time that could better be used elsewhere.
>>  - It costs extra money, which I for one do not have to spare.
> 
> So ask someone who does and who would care about this proposed new
> suite? Alternatively, ask for a VM on debian.org infrastructure?
> Personally I don't know whether you'll get that, but IMHO this seems
> like something that could use debian.org infrastructure, even if it
> should use a debian.net domain for the time being.

If you can't get a VM on the Debian infra, get in touch with me, and
I'll get one (sponsored) for you.

Cheers,

Thomas Goirand (zigo)



Bug#917817: ITP: prometheus-cpp -- Prometheus Client Library for Modern C++

2018-12-30 Thread Gregor Jasny
Package: wnpp
Severity: wishlist
Owner: Gregor Jasny 

* Package name: prometheus-cpp
  Version : 0.7.0
  Upstream Author : Jupp Müller 
* URL : https://github.com/jupp0r/prometheus-cpp
* License : MIT
  Programming Lang: C++
  Description : Prometheus Client Library for Modern C++

This library aims to enable Metrics-Driven Development for C++ services.
It implements the Prometheus Data Model, a powerful abstraction on which
to collect and expose metrics. It offers the possibility for metrics to
be collected by Prometheus, but other push/pull collections can be added
as plugins.

Providing this library for the Debian ecosystem might help to overcome
the chicken-and-egg problem and hopefully will encourage more C++
based services to provide metrics.

Thanks,
Gregor


Bug#917830: ITP: pdfarranger -- maintained fork of pdfshuffler

2018-12-30 Thread Jeremy Bicha
Package: wnpp
Severity: wishlist
Owner: jbi...@debian.org
X-Debbugs-CC: debian-devel@lists.debian.org,
python-apps-t...@lists.alioth.debian.org

Package Name: pdfarranger
Version: 1.1
Upstream Authors:  Konstantinos Poulios, Jerome Robert
License : GPL-3+
Programming Lang: Python3
Homepage: https://github.com/jeromerobert/pdfarranger/issues/35

Description: merge, split and re-arrange pages from PDF documents
PDF Arranger is a small application which allows one to merge or split pdf
documents and rotate, crop and rearrange their pages using an interactive
and intuitive graphical interface.
PDF Arranger was formerly known as PDF Shuffler.

Other Info
--
pdfshuffler's last release was in 2012. pdfarranger was created because the
pdfshuffler maintainer did not seem interested in accepting patches.

pdfarranger has been ported from Python 2 and GTK2 to Python 3 and GTK3.
pdfshuffler was the last package keeping the obsolete python-poppler in
Debian.

pdfshuffler was maintained by the Debian Python Applications Team so this
is too.

Packaging is at https://salsa.debian.org/gnome-team/buildstream/

A transitional package is provided to help people upgrade from pdfshuffler.

Thanks,
Jeremy Bicha


Re: Bug#917830: ITP: pdfarranger -- maintained fork of pdfshuffler

2018-12-30 Thread Jeremy Bicha
The packaging link should be
https://salsa.debian.org/python-team/applications/pdfarranger

If anyone wants more background to justify the fork, see
https://github.com/jeromerobert/pdfarranger/issues/9

Thanks,
Jeremy Bicha