Bug#933058: ITP: python-dbussy -- Python 3 bindings for libdbus

2019-07-26 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist
Owner: "W. Martin Borgert" 

* Package name: python-dbussy
  Version : 1.1
  Upstream Author : Lawrence D'Oliveiro 
* URL : https://github.com/ldo/dbussy
* License : LGPL-2.1+
  Programming Lang: Python
  Description : Python 3 bindings for libdbus

Pure-Python binding for D-Bus, built around libdbus. This Python
binding supports hooking into event loops via Python’s standard
asyncio module.

I will maintain the package within the Python team (DPMT).



Bug#930620: RFP: diacli -- diaspora command line interface

2019-06-16 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist

* Package name: diacli
  Version : 0.1.2
  Upstream Author : Marek Marecki 
* URL : https://github.com/marekjm/diacli
* License : GPL-3
  Programming Lang: Python
  Description : diaspora command line interface

diacli is the program that let's you communicate with Diaspora,
a distributed social network, from the command line.



Bug#924040: ITP: archivebox -- open source self-hosted web archive

2019-04-20 Thread W. Martin Borgert
On 2019-03-08 13:39, Antoine Beaupre wrote:
> There are, as far as I know, no similar tool in Debian right
> now. There are web crawlers and grabbers, but nothing as comprehensive
> as this.

Many people use xul-ext-scrapbook, but this means, they are
stuck with firefox 52.9.0esr-1. I proposed packaging
webext-scrapbookq (#898545), but TBH it does not seem to be an
adequate replacement. At first sight, archivebox looks better.

> I'd be happy to co-maintain this or delegate to whoever is interested.

I'm willing to help under the PAPT (or other team) umbrella.



Bug#926344: RFP: libomemo -- implements OMEMO encryption for XMPP

2019-04-03 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist

* Package name: libomemo
  Version : 0.6.2
  Upstream Author : Richard Bayerle 
* URL : https://github.com/gkdr/libomemo
* License : MIT
  Programming Lang: C
  Description : implements OMEMO encryption for XMPP

Implements OMEMO (XEP-0384) in C.

Input and output are XML strings, so it does not force you to
use a certain XML lib. While the actual protocol functions do
not depend on any kind of storage, it comes with a basic
implementation in SQLite.

It deals with devicelists and bundles as well as encrypting the
payload, but does not handle the double ratchet sessions for
encrypting the key to the payload. However, you can use my axc
lib for that and easily combine it with this one (or write all
the libsignal client code yourself if that is better suited to
your needs).



Bug#926343: RFP: libaxc -- client library for libsignal-protocol-c

2019-04-03 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist

* Package name: libaxc
  Version : 0.3.2
  Upstream Author : Richard Bayerle 
* URL : https://github.com/gkdr/axc
* License : GPL 3
  Programming Lang: C
  Description : client library for libsignal-protocol-c

Implements the necessary interfaces using gcrypt and SQLite.

This is a dependency for purple-lurch (#905883).



Bug#725761: RFP: libervia -- web frontend for Salut à Toi

2019-03-30 Thread W. Martin Borgert
See https://salsa.debian.org/goffi-guest/sat-xmpp-libervia



Bug#897232: RFP: cagou -- Desktop frontend for Salut à Toi XMPP client

2019-03-30 Thread W. Martin Borgert
See https://salsa.debian.org/goffi-guest/sat-xmpp-cagou



Bug#926034: RFP: python-txjsonrpc -- code for creating Twisted JSON-RPC servers and clients

2019-03-30 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist

* Package name: python-txjsonrpc
  Version : 0.5
  Upstream Author : Paul Hummer 
* URL : https://pypi.org/project/txJSON-RPC/
* License : MIT/X
  Programming Lang: Python
  Description : code for creating Twisted JSON-RPC servers and clients

txJSON-RPC allows you to create async Python JSON-RPC servers and
clients either over HTTP or directly on TCP with the Netstring protocol.
txJSON-RPC is written in Twisted.

This is a dependency for libervia (#725761).



Bug#926030: RFP: python-plyer -- platform-independent wrapper for platform-dependent APIs

2019-03-30 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist

* Package name: python-plyer
  Version : 1.4.0
  Upstream Author : Kivy team 
* URL : https://pypi.org/project/plyer/
* License : MIT/X
  Programming Lang: Python
  Description : platform-independent wrapper for platform-dependent APIs

 Plyer is a platform-independent api to use features commonly found on various
 platforms, notably mobile ones, in Python.

This is a dependency for Cagou (#897232).



Bug#923218: ITP: python-rfid -- Python 2 and 3 library for 125kHz RFID readers

2019-02-25 Thread W. Martin Borgert

Quoting Philipp Meisberger :

Oh OK. But this is necessary as my other package libpam-rfid is based on
libpam-python which only supports writing PAM modules in Python 2.


Maybe you should port it to Python 3 then? Python 2 will be
supported in Debian 10 (buster), but certainly not later.
You can probably still have backports, but it is a dead end.

I have the same trouble, because I'm co-maintainer of e.g.
sat-pubsub and trac. Either upstream ports to Python 3 soon
or I will have to ask for removing them from Debian.

See https://pythonclock.org/



Bug#923218: ITP: python-rfid -- Python 2 and 3 library for 125kHz RFID readers

2019-02-25 Thread W. Martin Borgert
On 2019-02-25 09:07, Philipp Meisberger wrote:
>   Description : Python 2 and 3 library for 125kHz RFID readers
 ^

Maybe better: "Python library for 125kHz RFID readers"

(Please do not create new Python 2 binary packages, if not
absolutely necessary. I assume, that Debian will retire Python 2
immediately after buster release anyway.)



Bug#922294: ITP: social-examples -- collection of examples implementations of the python-social-auth ecosystem

2019-02-14 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist
Owner: "W. Martin Borgert" 

* Package name: social-examples
  Version : n/a
  Upstream Author : Matías Aguirre
* URL : https://github.com/python-social-auth/social-examples
* License : BSD-3
  Programming Lang: Python
  Description : collection of examples implementations of the 
python-social-auth ecosystem

Python Social Auth is an easy to setup social authentication/
registration mechanism with support for several frameworks and
auth providers. This is a collection of examples implementations
of the python-social-auth ecosystem functionality.



Bug#922292: ITP: social-app-webpy -- Web.py component of the python-social-auth ecosystem

2019-02-14 Thread W. Martin Borgert
Correct homepage:
https://github.com/python-social-auth/social-app-webpy



Bug#922292: ITP: social-app-webpy -- Web.py component of the python-social-auth ecosystem

2019-02-14 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist
Owner: "W. Martin Borgert" 

* Package name: social-app-webpy
  Version : 1.0.0
  Upstream Author : Matías Aguirre
* URL : https://pypi.python.org/pypi/social-auth-app-django
* License : BSD-3
  Programming Lang: Python
  Description : Web.py component of the python-social-auth ecosystem

This is the web.py component of the python-social-auth
ecosystem, it implements the needed functionality to integrate
social-auth-core in a web.py based project.



Bug#895430: ITP: profanity-omemo -- OMEMO encryption for the Profanity XMPP client

2019-02-08 Thread W. Martin Borgert
Upstream gave up on this. Closing until somebody continues.



Bug#921690: ITP: python-av -- Pythonic binding for the FFmpeg libraries

2019-02-07 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist
Owner: "W. Martin Borgert" 

Package name: python-av
Version : 6.1.2
Upstream Author : Mike Boers 
URL : https://pypi.org/project/av/
License : BSD-3
Programming Lang: Python
Description : Pythonic binding for the FFmpeg libraries

"PyAV is a Pythonic binding for the FFmpeg libraries. We aim to
 provide all of the power and control of the underlying library,
 but manage the gritty details as much as possible.

 PyAV is for direct and precise access to your media via
 containers, streams, packets, codecs, and frames. It exposes a
 few transformations of that data, and helps you get your data
 to/from other packages (e.g. Numpy and Pillow)."

This is a dependency for aiortc (#921679).
The package will be maintained in the Debian Python modules team.



Bug#921691: ITP: python-pylibsrtp -- Python wrapper around libsrtp

2019-02-07 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist
Owner: "W. Martin Borgert" 

Package name: python-pylibsrtp
Version : 0.6.1
Upstream Author : Jeremy Lainé 
URL : https://pypi.org/project/pylibsrtp/
License : BSD-3
Programming Lang: Python
Description : Python wrapper around libsrtp

"pylibsrtp is a Python wrapper around libsrtp, making it
 possible to encrypt and decrypt Secure Real-time Transport
 Protocol (SRTP) packets from Python code.

 SRTP is a profile of the Real-time Transport Protocol (RTP)
 which provides confidentiality, message authentication, and
 replay protection. It is defined by RFC 3711."

This is a dependency for aiortc (#921679).
The package will be maintained in the Debian Python modules team.



Bug#921689: ITP: python-aioice -- library for Interactive Connectivity Establishment

2019-02-07 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist
Owner: "W. Martin Borgert" 

Package name: python-aioice
Version : 0.6.14
Upstream Author : Jeremy Lainé 
URL : https://pypi.org/project/aioice/
License : BSD-3
Programming Lang: Python
Description : library for Interactive Connectivity Establishment

"aioice is a library for Interactive Connectivity Establishment
 (RFC 5245) in Python. It is built on top of asyncio, Python’s
 standard asynchronous I/O framework.

 Interactive Connectivity Establishment (ICE) is useful for
 applications that establish peer-to-peer UDP data streams, as it
 facilitates NAT traversal. Typical usecases include SIP and
 WebRTC."

This is a dependency for aiortc (#921679).
The package will be maintained in the Debian Python modules team.



Bug#921679: ITP: python-aiortc -- implementation of WebRTC and ORTC

2019-02-07 Thread W. Martin Borgert

Package: wnpp
Severity: wishlist

Package name: python-aiortc
Version : 0.9.19
Upstream Author : Jeremy Lainé 
URL : https://pypi.org/project/aiortc/
License : BSD-3-clause
Programming Lang: Python
Description : implementation of WebRTC and ORTC

aiortc is a library for Web Real-Time Communication (WebRTC) and
Object Real-Time Communication (ORTC) in Python. It is built on
top of asyncio, Python’s standard asynchronous I/O framework.
The API closely follows its Javascript counterpart.

The package will be maintained in the Debian Python modules team.

Links:

https://github.com/aiortc/aiortc/
https://aiortc.readthedocs.io/en/latest/
https://fosdem.org/2019/schedule/event/beyond_webrtc_monoculture/



Bug#871830: RFP: zpui -- ZeroPhone UI framework

2019-02-04 Thread W. Martin Borgert

Control: retitle -1 RFP: zpui -- ZeroPhone UI framework

New homepage: https://github.com/ZeroPhone/ZPUI



Bug#921337: RFP: python-akismet -- client for the Wordpress Akismet spam-detection service

2019-02-04 Thread W. Martin Borgert

Package: wnpp
Severity: wishlist

Package name: python-akismet
Version : 1.0.1
Upstream Author : Michael Foord and James Bennett
URL : https://github.com/ubernostrum/akismet
License : BSD-3-clause
Programming Lang: Python
Description : client for the Wordpress Akismet spam-detection service

Python library wrapping the Wordpress Akismet spam-detection service.
All methods of the Akismet API are supported:
 - Checking comments for spam
 - Reporting comments incorrectly classified as not spam
 - Reporting comments incorrectly classified as spam
Use of this module requires an Akismet API key (which must be obtained
from the Akismet service).

This is an optional dependency for Weblate.



Bug#921336: RFP: python-bidi -- bi-directional layout implementation

2019-02-04 Thread W. Martin Borgert

Package: wnpp
Severity: wishlist

Package name: python-bidi
Version : 0.4.0
Upstream Author : Meir Kriheli 
URL : https://github.com/MeirKriheli/python-bidi
License : LGPL3
Programming Lang: Python
Description : bi-directional layout implementation

Bi-directional (BiDi) layout implementation in pure python.

This is an optional dependency for Weblate.



Bug#921335: RFP: celery-batches -- task class that buffers messages and processes them as a list

2019-02-04 Thread W. Martin Borgert

Package: wnpp
Severity: wishlist

Package name: celery-batches
Version : 0.2
Upstream Author : Ask Solem & contributors
URL : https://github.com/percipient/celery-batches
License : BSD-3-Clause
Programming Lang: Python
Description : task class that buffers messages and processes them  
as a list


Celery Batches provides a Task class that allows processing of multiple Celery
task calls together as a list. The buffer of tasks calls is flushed on a timer
and based on the number of queued tasks.

This is a dependency for Weblate.



Bug#921332: RFP: translation-finder -- translation file finder for Weblate

2019-02-04 Thread W. Martin Borgert

Package: wnpp
Severity: wishlist

Package name: translation-finder
Version : 1.0
Upstream Author : Michal Čihař 
URL : http://weblate.org/
License : GPL3+
Programming Lang: Python
Description : translation file finder for Weblate

This library is used by Weblate to discover translation
files in a cloned repository.



Bug#920518: RFP: httpauthenticationoverxmpp -- provide an HTTP authentication over XMPP

2019-01-26 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist

* Package name: httpauthenticationoverxmpp
  Version : v0.5-dev
  Upstream Author : Geoffrey Pouzet 
* URL : 
https://git.kingpenguin.tk/chteufleur/HTTPAuthentificationOverXMPP
* License : MIT
  Programming Lang: Go
  Description : provide an HTTP authentication over XMPP

Provide an HTTP authentication over XMPP.
Implementation of XEP-0070.
Can be run as a XMPP client or XMPP component.



Bug#919367: ITP: omemo-backend-signal -- backend for python-omemo offering compatibility with libsignal

2019-01-15 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist
Owner: "W. Martin Borgert" 

* Package name: omemo-backend-signal
  Version : 0.2.2
  Upstream Author : Tim Henkes 
* URL : https://pypi.org/project/omemo-backend-signal/
* License : GPL-3
  Programming Lang: Python
  Description : backend for python-omemo offering compatibility with 
libsignal

This library implements a backend for python-omemo offering
compatibility with libsignal (C, Java, JavaScript). Look at python-omemo
for further usage information.

This package is needed for future version of salutatoi.



Bug#448532: RFP: matomo -- web analytics software

2019-01-03 Thread W. Martin Borgert
Control: retitle -1 RFP: matomo -- web analytics platform

In 2018-01, Piwik was renamed (again) as Matomo.

Homepage: https://matomo.org/
Sources: https://github.com/matomo-org/matomo
Latest release version: 3.7.0 (2018-11-19)
License: GPL-3



Bug#909823: Your ITP: getthermal -- USB thermal camera viewer

2018-11-27 Thread W. Martin Borgert

Hi,

in case, there were any code already any code, I'm willing
to test/play. Are you packaging on salsa.debian.org?

TIA & Cheers



Bug#913917: ITP: gajim-openpgp -- OpenPGP for XMPP

2018-11-16 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist
Owner: "W. Martin Borgert" 

* Package name: gajim-openpgp
  Version : 1.1.1
  Upstream Author : Philipp Hörist 
* URL : 
https://dev.gajim.org/gajim/gajim-plugins/blob/gajim_1.1/openpgp/manifest.ini
* License : GPL3
  Programming Lang: Python
  Description : OpenPGP for XMPP

This is an experimental plugin supporting the new OpenPGP for XMPP
standard XEP-0373 (https://xmpp.org/extensions/xep-0373.html).

The package will be maintained with the XMPP packaging team.



Bug#913245: RFP: elpa-evil-numbers -- increment and decrement numerical literals

2018-11-08 Thread W. Martin Borgert

Package: wnpp
Severity: wishlist

* Package name: elpa-evil-numbers
  Version : 0.4
  Upstream Author : Michael Markert 
* URL : https://github.com/cofi/evil-numbers
* License : GPL3+
  Programming Lang: emacs-lisp
  Description : increment and decrement numerical literals

 * Increment / Decrement binary, octal, decimal and hex literals
 * works like C-a/C-x in vim, i.e. searches for number up to eol
   and then increments or decrements and keep zero padding up
   (unlike in  vim)
 * When a region is active, as in evil’s visual mode, all the
   numbers within that region will be incremented/decremented
   (unlike in vim)

Usage:

(require 'evil-numbers)
(global-set-key (kbd "C-c +") 'evil-numbers/inc-at-pt)
(global-set-key (kbd "C-c -") 'evil-numbers/dec-at-pt)



Bug#911917: ITP: pyserial-asyncio -- Async I/O extension package for pyserial

2018-10-26 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist
Owner: "W. Martin Borgert" 

* Package name: pyserial-asyncio
  Version : 0.4
  Upstream Author : Chris Liechti (zsquareplusc), Robert Smallshire 
(rob-smallshire)
* URL : https://github.com/pyserial/pyserial-asyncio/
* License : BSD-3-Clause
  Programming Lang: Python
  Description : Async I/O extension package for pyserial

 Async I/O extension package for the Python Serial Port Extension for
 OSX, Linux, BSD. It depends on pySerial and is compatible with
 Python 3.4 and later.

This is a new (build) dependency for pymodbus.
The package will be maintained in the Python modules team.



Bug#910191: RFP: libjs-getscreenmedia -- browser module for attempting to get access to a MediaStream of a user's screen

2018-10-03 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist

* Package name: node-getscreenmedia
  Version : 5.0.2
  Upstream Author : Henrik Joreteg 
* URL : https://github.com/otalk/getScreenMedia
* License : Expat
  Programming Lang: JavaScript
  Description : browser module for attempting to get access to a 
MediaStream of a user's screen

This is a tiny browser module that gives us a simple API for getting
access to a user's screen.

It gives us a cleaner node.js-style, error-first API and cross-browser
handling. No browser support checking necessary; lack of support is
treated in the same way as when the user rejects the request: the
callback gets passed an error as the first argument.

Suitable for use with browserify/CommonJS on the client.

This is a dependency for libjs-strophe.jinglejs and libjs-jsxc.



Bug#910189: RFP: libjs-getusermedia -- cross-browser getUserMedia shim with a node.js style error-first API

2018-10-03 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist

Control: block 892291 by -1

* Package name: libjs-getusermedia
  Version : 2.0.1
  Upstream Author : Henrik Joreteg 
* URL : https://github.com/otalk/getUserMedia#readme
* License : Expat
  Programming Lang: JavaScript
  Description : Cross-browser getUserMedia shim with a node.js style 
error-first API

This is a tiny browser module that gives us a simple API for getting
access to a user's camera or microphone by wrapping the
navigator.getUserMedia API in modern browsers.

This is a dependency for libjs-strophe.jinglejs and libjs-jsxc.



Bug#867274: ITP: libjs-webrtc-adapter -- shim to insulate apps from WebRTC spec changes and browser prefix differences

2018-10-03 Thread W. Martin Borgert
Control: block 892291 by 867274

libjs-strophe.jinglejs needs libjs-webrtc-adapter, too.

How is packaging progress?



Bug#908031: ITP: python-doubleratchet -- Python implementation of the Double Ratchet algorithm

2018-09-05 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist
Owner: "W. Martin Borgert" 

* Package name: python-doubleratchet
  Version : v0.3.2-alpha
  Upstream Author : Tim Henkes 
* URL : https://github.com/Syndace/python-doubleratchet
* License : MIT
  Programming Lang: Python
  Description : Python implementation of the Double Ratchet algorithm

This python library offers an implementation of the Double Ratchet
algorithm as specified here.

The goal is to provide a configurable and independent implementation of
the algorithm, while keeping the structure close to the specification
and providing recommended settings.

This library was developed as part of python-omemo, a pretty cool
end-to-end encryption protocol.

This is a new optional dependency of salutatoi, which is already in
Debian.



Bug#908030: ITP: python-xeddsa -- Python implementation of the XEdDSA signature scheme

2018-09-05 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist
Owner: "W. Martin Borgert" 

* Package name: python-xeddsa
  Version : v0.4.2-beta
  Upstream Author : Tim Henkes 
* URL : https://github.com/Syndace/python-xeddsa
* License : MIT
  Programming Lang: Python
  Description : Python implementation of the XEdDSA signature scheme

This python library offers an open implementation of the XEdDSA
signature scheme as specified here.

This is a new optional dependency of salutatoi, which is already in
Debian.



Bug#908028: ITP: python-omemo -- Python implementation of the OMEMO Multi-End Message and Object Encryption protocol

2018-09-05 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist
Owner: "W. Martin Borgert" 

* Package name: python-omemo
  Version : v0.7.0-alpha
  Upstream Author : Tim Henkes 
* URL : https://github.com/Syndace/python-omemo
* License : GPL-3
  Programming Lang: Python
  Description : Python implementation of the OMEMO Multi-End Message and 
Object Encryption protocol

This python library offers an open implementation of the OMEMO Multi-End
Message and Object Encryption protocol as specified here.

Goals of this implementation are:

 * Do not use libsignal but offer a solid alternative to it
 * Stay away from GPL (not possible until we move away from libsignals
   wireformat)
 * Be flexible to changes that might happen to the OMEMO protocol
 * Keep the structure close to the spec
 * Provide the parts of the protocol (X3DH, Double Ratchet) as own
   repositories

This is a new optional dependency of salutatoi, which is already in
Debian.



Bug#908029: ITP: python-x3dh -- Python implementation of the Extended Triple Diffie-Hellman key agreement protocol

2018-09-05 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist
Owner: "W. Martin Borgert" 

* Package name: python-x3dh
  Version : v0.5.1-beta
  Upstream Author : Tim Henkes 
* URL : https://github.com/Syndace/python-x3dh
* License : MIT
  Programming Lang: Python
  Description : Python implementation of the Extended Triple Diffie-Hellman 
key agreement protocol

This python library offers an implementation of the Extended Triple
Diffie-Hellman key agreement protocol (X3DH) as specified here.

The goal is to provide a configurable and independent implementation of
the protocol, while keeping the structure close to the specification.

This library was developed as part of python-omemo, a pretty cool
end-to-end encryption protocol.

This is a new optional dependency of salutatoi, which is already in
Debian.



Bug#907971: ITP: python-persist-queue -- thread-safe disk based persistent queue

2018-09-04 Thread W. Martin Borgert

Package: wnpp
Severity: wishlist
Owner: deba...@debian.org

* Package name: python-persist-queue
  Version : 0.4.0
  Upstream Author : Peter Wang (peter-wangxu)
* URL : https://pypi.org/project/persist-queue/
* License : BSD
  Programming Lang: Python
  Description : thread-safe disk based persistent queue

persist-queue implements a file-based queue and a serial of
sqlite3-based queues. The goals is to achieve following
requirements:
 * Disk-based: each queued item should be stored in disk in
   case of any crash.
 * Thread-safe: can be used by multi-threaded producers and
   multi-threaded consumers.
 * Recoverable: Items can be read after process restart.
 * Green-compatible: can be used in greenlet or eventlet
   environment.

I will maintain this package with the DPMT.

Note: I'll not prepare a package for Python 2, if nobody
explicitely asks for it.



Bug#907549: RFP: libjs-sdp-jingle-json -- parser/serializer for SDP to JSON

2018-08-29 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist

* Package name: libjs-sdp-jingle-json
  Version : v3.0.3
  Upstream Author : Lance Stout 
* URL : https://github.com/legastero/sdp-jingle-json
* License : MIT
  Programming Lang: JavaScript
  Description : parser/serializer for SDP to JSON

dependency for libjs-jingle, libjs-strophe.jinglejs, and libjs-jsxc



Bug#907546: RFP: libjs-iana-hashes -- use the IANA registered hash names with node crypto's hash functions

2018-08-29 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist

* Package name: libjs-iana-hashes
  Version : 1.0.3
  Upstream Author : Lance Stout 
* URL : https://github.com/legastero/iana-hashes
* License : MIT
  Programming Lang: JavaScript
  Description : use the IANA registered hash names with node crypto's hash 
functions

The iana-hashes module is a very thin wrapper for the node crypto module's
hash functions, allowing you to use the hash names registered with IANA,
which are the names typically used in Internet standards.

dependency for libjs-jingle, libjs-strophe.jinglejs, and libjs-jsxc



Bug#907545: RFP: libjs-filetransfer -- filetransfer via a webrtc datachannel

2018-08-29 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist

* Package name: libjs-filetransfer
  Version : v2.0.5
  Upstream Author : Philipp Hancke 
* URL : https://github.com/otalk/filetransfer
* License : MIT
  Programming Lang: JavaScript
  Description : filetransfer via a webrtc datachannel

dependency for libjs-jingle, libjs-strophe.jinglejs, and libjs-jsxc



Bug#907544: RFP: libjs-rtcpeerconnection -- normalizes and simplifies the API for WebRTC peer connections

2018-08-29 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist

* Package name: libjs-rtcpeerconnection
  Version : v8.1.1
  Upstream Author : Henrik Joreteg 
* URL : https://github.com/HenrikJoreteg/RTCPeerConnection
* License : MIT
  Programming Lang: JavaScript
  Description : normalizes and simplifies the API for WebRTC peer 
connections

dependency for libjs-jingle, libjs-strophe.jinglejs, and libjs-jsxc



Bug#907543: RFP: libjs-extend-object -- Underscore's extend method as a standalone Common JS module

2018-08-29 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist

* Package name: libjs-extend-object
  Version : v0.1.0
  Upstream Author : Henrik Joreteg 
* URL : https://github.com/HenrikJoreteg/extend-object
* License : MIT
  Programming Lang: JavaScript
  Description : Underscore's extend method as a standalone Common JS module

dependency for libjs-jingle, libjs-strophe.jinglejs, and libjs-jsxc



Bug#907542: RFP: libjs-intersect -- find the intersection of two arrays

2018-08-29 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist

* Package name: libjs-intersect
  Version : 1.0.1
  Upstream Author : Julian Gruber 
* URL : https://github.com/juliangruber/intersect
* License : MIT
  Programming Lang: JavaScript
  Description : find the intersection of two arrays

dependency for libjs-jingle, libjs-strophe.jinglejs, and libjs-jsxc



Bug#907540: RFP: libjs-wildemitter -- lightweight event emitter that supports wildcard handlers

2018-08-29 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist

* Package name: libjs-wildemitter
  Version : 1.2.0
  Upstream Author : Henrik Joreteg 
* URL : https://github.com/HenrikJoreteg/wildemitter
* License : MIT
  Programming Lang: JavaScript
  Description : lightweight event emitter that supports wildcard handlers

Super lightweight EventEmitter similar to what comes in Node.js,
but with a support for wildcard events '*' and grouped handlers".

dependency for libjs-jingle, libjs-strophe.jinglejs, and libjs-jsxc



Bug#907517: RFP: libjs-jingle-media-session -- implementation of Jingle media session in JavaScript

2018-08-28 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist

* Package name: libjs-jingle-media-session
  Version : v2.3.0
  Upstream Author : Lance Stout 
* URL : https://github.com/otalk/jingle-media-session
* License : MIT
  Programming Lang: JavaScript
  Description : implementation of Jingle media session in JavaScript

dependency for libjs-jingle, libjs-strophe.jinglejs, and libjs-jsxc



Bug#907516: RFP: libjs-jingle-filetransfer-session -- implementation of Jingle filetransfer session in JavaScript

2018-08-28 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist

* Package name: libjs-jingle-filetransfer-session
  Version : v2.0.2
  Upstream Author : Lance Stout 
* URL : https://github.com/otalk/jingle-filetransfer-session
* License : MIT
  Programming Lang: JavaScript
  Description : implementation of Jingle filetransfer session in JavaScript

dependency for libjs-jingle, libjs-strophe.jinglejs, and libjs-jsxc



Bug#907515: RFP: libjs-jingle-session -- implementation of Jingle session in JavaScript

2018-08-28 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist

* Package name: libjs-jingle-session
  Version : v2.0.3
  Upstream Author : Lance Stout 
* URL : https://github.com/otalk/jingle-session
* License : MIT
  Programming Lang: JavaScript
  Description : implementation of Jingle session in JavaScript

dependency for libjs-jingle, libjs-strophe.jinglejs, and libjs-jsxc



Bug#898545: Bug#906876: xul-ext-scrapbook no longer works with firefox-esr 60

2018-08-22 Thread W. Martin Borgert
On 2018-08-21 21:51, Adrian Bunk wrote:
> Package: xul-ext-scrapbook
> Version: 1.5.13-3
> Severity: serious
>
> XUL addons are no longer supported. 

Somebody would need to package scrapbookq (#898545) or some other replacement.



Bug#905937: RFP: python-kivy-garden.modernmenu -- a stylized menu system for kivy

2018-08-11 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist

* Package name: python-kivy-garden.modernmenu
  Version : (2017-06-18)
  Upstream Author : Gabriel Pettier
* URL : https://github.com/kivy-garden/garden.modernmenu
* License : MIT/X
  Programming Lang: Python
  Description : a stylized menu system for kivy

(This is a dependency for cagou https://bugs.debian.org/897232 .)



Bug#905936: RFP: python-kivy-garden.contextmenu -- collection of classes for easy creating context and application menus with kivy

2018-08-11 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist

* Package name: python-kivy-garden.contextmenu
  Version : (2017 -01-10)
  Upstream Author : Martin Sikora
* URL : https://github.com/kivy-garden/garden.contextmenu
* License : MIT/X
  Programming Lang: Python
  Description : collection of classes for easy creating context and 
application menus with kivy

(This is a dependency for cagou https://bugs.debian.org/897232 .)



Bug#905828: O: eeshow - Schematics renderer and viewer for KiCad

2018-08-10 Thread W. Martin Borgert

Package: wnpp
Severity: normal

I'm orphaning eeshow, because I'm not using it anymore.

It's maintained in the electronics team:
https://salsa.debian.org/electronics-team/KiCad/eeshow/

Description:

Eeshow is a collection of programs that read schematics made by KiCad
Eeschema and can be used as interactive viewer, or as a command-line
tool to convert schematics to PNG, PDF, Postscript, EPS, or FIG.

Eeshow can show the differences between two versions of schematics
sheets and it can retrieve files directly from a git repository.

Eeshow was developed as part of the Neo900 project.



Bug#807275: RFP: libjs-converse -- XMPP chat client running in the web browser

2018-08-03 Thread W. Martin Borgert
Packages needed for libjs-converse are listed here:
https://wiki.debian.org/Javascript/Nodejs/Tasks/converse.js



Bug#905336: RFP: libjs-otr -- Off-the record messaging protocol

2018-08-03 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist

* Package name: libjs-otr
  Version : v0.2.16
  Upstream Author : Arlo Breault 
* URL : https://github.com/arlolra/otr
* License : MPL
  Programming Lang: JavaScript
  Description : Off-the record messaging protocol

This is an optional requirement for converse.js, diaspora, and others.



Bug#858367: ITP: movim -- decentralised social network

2018-08-02 Thread W. Martin Borgert
Packaging happens here: https://salsa.debian.org/xmpp-team/movim



Bug#903438: RFA: asciinema -- Record and share your terminal sessions, the right way

2018-07-13 Thread W. Martin Borgert
Wouldn't the package fit for the Python Applications Packaging Team?
(I'm pretty busy with too many other packages and RL, otherwise I
would adopt it right away. It is a very useful program!)



Bug#903584: RFP: libjs-jquery-imgcheckbox -- jQuery plugin that makes img tags checkable

2018-07-11 Thread W. Martin Borgert

Package: wnpp
Severity: wishlist

* Package name: libjs-jquery-imgcheckbox
  Version : 0.5.2
  Upstream Author : James Cuénod 
* URL : https://jcuenod.github.io/imgCheckbox/
* License : GPL2
  Programming Lang: JavaScript
  Description : jQuery plugin that makes img tags checkable

imgCheckbox is a jQuery plugin that makes img tags checkable
(much like Google's recaptcha image selection tool). See it in
action on the demo page: http://jcuenod.github.io/imgCheckbox/



Bug#891977: RFP: colorbox -- A lightweight customizable lightbox

2018-07-11 Thread W. Martin Borgert

Hi Antoine,

isn't this https://tracker.debian.org/pkg/jquery-colorbox?

Cheers



Bug#902343: ITP: fonts-osifont -- ISO 3098-compliant TrueType font for CAD projects

2018-06-27 Thread W. Martin Borgert
On 2018-06-25 05:44, Kurt Kremitzki wrote:
> * Package name: fonts-osifont

Note, that Debian already has fonts-opendin, which is probably similar.



Bug#900362: RFP: django-campaign -- Newsletter management for the Django webframework

2018-05-29 Thread W. Martin Borgert

Package: wnpp
Severity: wishlist

* Package name: django-campaign
  Version : 0.2.6
  Upstream Author : Arne Brodowski 
* URL : https://github.com/arneb/django-campaign/
* License : BSD-3-clause
  Programming Lang: Python
  Description : Newsletter management for the Django webframework

Django-campaign is a newsletter campaign management app for the Django
webframework. It can manage multiple newsletters with different subscriber
lists.

Features
 * Multiple newsletters
 * Multiple subscriberlists
 * Personalization of content for every Subscriber
 * Subscriber model lives in your code and can have whatever fields you want
 * Subscriberlists are defined as orm query parameters
 * Send mails from your own Server (through Django's email mechanism)
 * Send mails through Mandrill (a transactional email service from Mailchimp)
 * Send mails through Mailgun (a transactional email service)
 * Pluggable backends for integration with other email services
 * Make newsletters available online
 * Internal blacklist



Bug#898436: O: trac-subtickets -- sub-ticket feature for Trac tickets

2018-05-20 Thread W. Martin Borgert
The git repo is currently here:
https://salsa.debian.org/python-team/applications/trac-subtickets



Bug#891354: O: trac-spamfilter -- Spam-prevention plugin for Trac

2018-05-20 Thread W. Martin Borgert
The git repo is currently here:
https://salsa.debian.org/debian/trac-spamfilter



Bug#898435: O: trac-mastertickets -- adds inter-ticket dependencies to Trac

2018-05-20 Thread W. Martin Borgert
The git repo is currently here:
https://salsa.debian.org/python-team/applications/trac-mastertickets



Bug#894152: O: trac-codecomments -- code comments and review plugin for Trac

2018-05-20 Thread W. Martin Borgert
The git repo is currently here:
https://salsa.debian.org/python-team/applications/trac-codecomments



Bug#892414: O: trac-bitten -- continuous integration plugin for Trac

2018-05-20 Thread W. Martin Borgert
The git repo is currently here:
https://salsa.debian.org/python-team/applications/trac-bitten



Bug#892412: O: rabbitvcs -- Easy version control

2018-05-20 Thread W. Martin Borgert
The git repo is currently here:
https://salsa.debian.org/python-team/applications/rabbitvcs



Bug#894148: O: python-pyld -- implementation of the JSON-LD API

2018-05-20 Thread W. Martin Borgert
The git repo is currently here:
https://salsa.debian.org/python-team/modules/python-pyld



Bug#882870: O: python-odoorpc -- pilot Odoo servers through RPC

2018-05-20 Thread W. Martin Borgert
The git repo is currently here:
https://salsa.debian.org/python-team/modules/python-odoorpc



Bug#882857: O: python-mplexporter -- general matplotlib exporter

2018-05-20 Thread W. Martin Borgert
The git repo is currently here:
https://salsa.debian.org/python-team/modules/python-mplexporter



Bug#892607: O: node-nwmatcher -- CSS3-compliant JavaScript selector engine

2018-05-20 Thread W. Martin Borgert
The git repo is currently here:
https://salsa.debian.org/js-team/node-nwmatcher



Bug#892605: O: node-entities -- Encode and decode XML/HTML entities with ease

2018-05-20 Thread W. Martin Borgert
The git repo is currently here:
https://salsa.debian.org/js-team/node-entities



Bug#892604: O: node-cssstyle -- CSSStyleDeclaration Object Model implementation

2018-05-20 Thread W. Martin Borgert
The git repo is currently here:
https://salsa.debian.org/js-team/node-cssstyle



Bug#838633: O: dia-shapes -- Diagram editor

2018-05-20 Thread W. Martin Borgert
The git repo is currently here:
https://salsa.debian.org/debian/dia-shapes



Bug#828919: O: omnievents -- omniORB event service

2018-05-20 Thread W. Martin Borgert
The git repo is currently here:
https://salsa.debian.org/debian/omnievents



Bug#884739: O: python-restless -- lightweight REST miniframework for Python

2018-05-20 Thread W. Martin Borgert
The git repo is currently here:
https://salsa.debian.org/python-team/modules/python-restless



Bug#891353: O: email2trac -- Creates and amends Trac tickets from e-mail

2018-05-20 Thread W. Martin Borgert
The git repo is currently here:
https://salsa.debian.org/debian/email2trac



Bug#898545: ITP: scrapbookq -- Firefox extension to save and manage Web pages

2018-05-13 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist
Owner: "W. Martin Borgert" <deba...@debian.org>

* Package name: scrapbookq
  Version : 0.1.8.0 (2018-01-23)
  Upstream Author : Joey Liu 
* URL : https://github.com/tahama/scrapbookq
* License : MIT/X11 (see below)
  Programming Lang: JavaScript, Python 3, Go (see below)
  Description : Firefox extension to save and manage Web pages

Long description: See existing scrapbook package, which is not
compatible with the latest Firefox and must be replaced by
something else. Maybe this one.

License: According to
https://addons.mozilla.org/en-US/firefox/addon/scrapbookq/, the
extension is MIT/X11, but I cannot find any license on the
github project.

Programming Lang: The extension is written in JavaScript, but
there are helper programs in Python 3 and Go, which seem to be
equal in function (guessing from their names). I would try to
avoid the Go version, so that no arch ≠ all package were needed.

Maintenance will happen in the Debian Mozilla Extension
Maintainers team.

Any help is welcome! Any friendly or even not so friendly
takeover of this ITP is very welcome, too!



Bug#898436: O: trac-subtickets -- sub-ticket feature for Trac tickets

2018-05-11 Thread W. Martin Borgert

Package: wnpp
Severity: normal

I intend to orphan trac-subtickets, because I dont' use it anymore.

The package description is:

 This Trac plugin adds a sub-ticket feature to the Trac ticket
 tracker. Every ticket can have other tickets as parents or
 children.



Bug#898435: O: trac-mastertickets -- adds inter-ticket dependencies to Trac

2018-05-11 Thread W. Martin Borgert

Package: wnpp
Severity: normal

I intend to orphan trac-mastertickets, because I dont' use it anymore.

The package description is:

 This Trac plugin adds "blocks" and "blocked by" fields to each
 ticket, enabling you to express dependencies between tickets. It
 also provides a GraphvizPlugin-based dependency-graph feature
 for those tickets having dependencies specified, allowing you to
 visually understand the dependency tree.



Bug#767874: RFH: ejabberd -- distributed, fault-tolerant Jabber/XMPP server written in Erlang

2018-05-04 Thread W. Martin Borgert

Note, that ejabberd is now maintained by the Ejabberd
Packaging Team  in Debians
Gitlab (https://salsa.debian.org/ejabberd-packaging-team).



Bug#895430: ITP: profanity-omemo -- OMEMO encryption for the Profanity XMPP client

2018-05-02 Thread W. Martin Borgert
Control: retitle -1 ITP: profanity-omemo -- OMEMO encryption for the Profanity 
XMPP client

Packaging will happen here:
https://salsa.debian.org/xmpp-team/profanity-omemo



Bug#897232: ITP: cagou -- Desktop frontend for Salut à Toi XMPP client

2018-04-30 Thread W. Martin Borgert

Package: wnpp
Severity: wishlist
Owner: deba...@debian.org

Package name: cagou
Version : 0.7.0D
Upstream Author : Goffi 
URL : https://repos.goffi.org/cagou/
License : AGPL-3+
Programming Lang: Python
Description : Desktop frontend for Salut à Toi XMPP client

Cagou is a desktop frontend for Salut à Toi. It provides native
graphical interface with a modern user interface, using touch screen
abilitiy when available, and with split ability inspired by Blender.

Note: Cagou uses Python 2 at the moment, but will move to Python 3
soon™.

The package will be maintained inside the Debian XMPP team
(https://salsa.debian.org/xmpp-team).



Bug#297688: ITP: libsmack-java -- XMPP (Jabber) client library for instant messaging and presence

2018-04-19 Thread W. Martin Borgert
Note, that Smack 4.2.4 has been released on 2018-04-15.



Bug#895430: ITP: profanity-omemo-plugin -- OMEMO encryption for the Profanity XMPP client

2018-04-11 Thread W. Martin Borgert

Package: wnpp
Severity: wishlist

* Package name: profanity-omemo-plugin
  Version : v0.1.1
  Upstream Author : Rene Calles 
* URL : https://github.com/ReneVolution/profanity-omemo-plugin
* License : GPL3
  Programming Lang: Python
  Description : OMEMO encryption for the Profanity XMPP client

A Python plugin to use (axolotl/Signal Protocol) encryption
for the Profanity XMPP/Jabber messenger.

(I will probably maintain this in the XMPP team and upload
to experimental first.)



Bug#592159: ITP: poezio -- XMPP terminal-based client

2018-04-03 Thread W. Martin Borgert
A preliminary package, mainly the work of Tanguy, with only very
minor updates by me, is here:

https://salsa.debian.org/debacle/poezio

If nobody objects, I will move this to

https://salsa.debian.org/xmpp-team/poezio

Note, that this needs the latest slixmpp snapshot, e.g. from

https://salsa.debian.org/debacle/slixmpp



Bug#877871: RFP: pyside2 -- Python bindings for Qt5

2018-03-31 Thread W. Martin Borgert
Upstream seems to make good progress:
http://lists.qt-project.org/pipermail/pyside/2018-March/002557.html



Bug#894152: O: trac-codecomments -- code comments and review plugin for Trac

2018-03-26 Thread W. Martin Borgert
Package: wnpp
Severity: normal

I intend to orphan the trac-codecomments package,
because I do not use it anymore.
There is no visible upstream activity since 2015-07.

The package description is:
 This plugin allows you to leave comments on top of files, changesets,
 and attachments. Once you've added all of your comments, you can send
 them to tickets. These include links to these comments and their
 description.
  * Comments on files – you can comment on every file in the
repository.
  * Inline comments on files – comment on a specific line. The
comments appears in context, below the line in question.
  * Comments on changesets – useful when doing code reviews of
incoming commits.
  * Comments on attachment pages – useful when reviewing patches.
  * Wiki Markup – you can use the standard Trac wiki markup inside
your comments.
  * Instant preview – to make sure you get the formatting right.
  * Sending comments to tickets – you can select arbitrary number of
comments and create a new ticket out of them. The text of the
ticket defaults to links to the comments and their text, but you
can edit these before saving the ticket.
  * Comments/ticket cross-reference – to remember which comments are
already in tickets and which are not.


signature.asc
Description: PGP signature


Bug#894148: O: python-pyld -- implementation of the JSON-LD API

2018-03-26 Thread W. Martin Borgert
Package: wnpp
Severity: normal

I intend to orphan the python-pyld package, because I do not use it anymore.

The package description is:
 This library is an implementation of the JSON-LD specification in Python.
 .
 This package provides the Python 2.x module.

Upstream is active and recently released version 1.0.3.



Bug#848315: ITP: node-cheerio -- Server-side jQuery implementation

2018-03-15 Thread W. Martin Borgert

Quoting Paolo Greppi :

Do you need it for something specific ?


No, I came by some strange dependency chain to this bug report.


Alternatively we can wait for 1.0.0.


Yes, no problem.



Bug#892838: RFP: libjs-wait-until-promise -- test utility to simplify waiting for a condition

2018-03-13 Thread W. Martin Borgert

Package: wnpp
Severity: wishlist

* Package name: libjs-wait-until-promise
  Version : 1.0.0
  Upstream Author : Simen Bekkhus 
* URL : https://github.com/SimenB/wait-until-promise
* License : MIT
  Programming Lang: JavaScript
  Description : test utility to simplify waiting for a condition

Usage

To use it, import the module, and pass it a function. A promise is
returned, and it is resolved after the passed function returns a
truthy value. If the function passed never returns a truthy value,
or it times out, the promise is rejected.

Dependency for converse.js (#807275).



Bug#892826: RFP: libjs-xss -- sanitize untrusted HTML by whitelist

2018-03-13 Thread W. Martin Borgert

Package: wnpp
Severity: wishlist

* Package name: libjs-xss
  Version : 0.3.5
  Upstream Author : Zongmin Lei 
* URL : https://github.com/leizongmin/js-xss
* License : MIT
  Programming Lang: JavaScript
  Description : sanitize untrusted HTML by whitelist

Sanitize untrusted HTML (to prevent XSS) with a configuration
specified by a Whitelist.

Features:
 * Specifies HTML tags and their attributes allowed with whitelist
 * Handle any tags or attributes using custom function.

Dependency for converse.js (#807275).



Bug#892816: RFP: libjs-backbone -- Models, views, collections, and events for JS apps

2018-03-13 Thread W. Martin Borgert

Package: wnpp
Severity: wishlist

* Package name: libjs-backbone
  Version : 1.3.3
  Upstream Author : Jeremy Ashkenas
* URL : https://github.com/jashkenas/backbone
* License : MIT
  Programming Lang: JavaScript
  Description : Models, views, collections, and events for JS apps

Backbone supplies structure to JavaScript-heavy applications by
providing models with key-value binding and custom events,
collections with a rich API of enumerable functions, views with
declarative event handling, and connects it all to your
existing application over a RESTful JSON interface.

Dependency for converse.js (#807275).



Bug#892813: RFP: libjs-awesomplete-avoid-xss -- widget for auto-completion

2018-03-13 Thread W. Martin Borgert

Package: wnpp
Severity: wishlist

* Package name: libjs-awesomplete-avoid-xss
  Version : 1.1.2
  Upstream Author : Lea Verou, JC Brand
* URL : https://github.com/jcbrand/awesomplete
* License : MIT
  Programming Lang: JavaScript
  Description : widget for auto-completion

Awesomplete-avoid-xss is an ultra lightweight, customizable,
simple autocomplete widget with zero dependencies, built
with modern standards for modern browsers. It is a fork of
awesomplete, which does not render unfiltered user input to
HTML, but to text, to avoid certain attacks.

Dependency for converse.js (#807275).



Bug#892811: RFP: bourbon -- Lightweight Sass Tool Set

2018-03-13 Thread W. Martin Borgert

Package: wnpp
Severity: wishlist

* Package name: bourbon
  Version : 5.0.0
  Upstream Author : Tyson Gach and the thoughtbot design team
* URL : https://bourbon.io/
* License : MIT
  Programming Lang: JavaScript
  Description : Lightweight Sass Tool Set

Bourbon is a library of Sass mixins and functions that are
designed to make you a more efficient style sheet author.

It is...
 * Dependency-free: Bourbon is pure Sass.
 * Human-readable: We aim for clarity over brevity.
 * Lightweight: Zero output post-install and has no visual
   opinion.

Dependency for converse.js (#807275).



Bug#892809: RFP: libjs-bigint -- Big Integer Library in pure Javascript

2018-03-13 Thread W. Martin Borgert

Package: wnpp
Severity: wishlist

* Package name: libjs-bigint
  Version : 5.5.3
  Upstream Author : Leemon Baird ,
Eugene Chernyshov,
Christopher Chedeau 
* URL : https://github.com/Evgenus/BigInt
* License : public domain / MIT
  Programming Lang: JavaScript
  Description : Big Integer Library in pure Javascript

Dependency for converse.js (#807275).

The main file says:


This file is public domain.
You can use it for any purpose without restriction.


The other files are MIT, according to bower.json.



Bug#892777: RFP: libjs-strophe.vcard -- strophe.js plugin which implements XEP-0054 VCard-temp

2018-03-12 Thread W. Martin Borgert

Package: wnpp
Severity: wishlist

* Package name: libjs-strophejs.vcard
  Version : 0.0.1
  Upstream Author : "The strophe plugin developers"
* URL : https://github.com/strophe/strophejs-plugin-vcard
* License : MIT
  Programming Lang: JavaScript
  Description : strophe.js plugin which implements XEP-0054 VCard-temp

Dependency for converse.js (#807275).



Bug#892776: RFP: libjs-strophe.register -- Strophe.js plugin for in-band registration (XEP-0077)

2018-03-12 Thread W. Martin Borgert

Package: wnpp
Severity: wishlist

* Package name: libjs-strophejs.register
  Version : 0.0.1
  Upstream Author : "The strophe plugin developers"
* URL : https://github.com/strophe/strophejs-plugin-register
* License : MIT
  Programming Lang: JavaScript
  Description : Strophe.js plugin for in-band registration (XEP-0077)

Dependency for converse.js (#807275).



Bug#892775: RFP: libjs-strophe.ping -- strophe.js plugin to provide XMPP Ping (XEP-0199)

2018-03-12 Thread W. Martin Borgert

Package: wnpp
Severity: wishlist

* Package name: libjs-strophejs.ping
  Version : 0.0.2
  Upstream Author : "The strophe plugin developers"
* URL : https://github.com/strophe/strophejs-plugin-ping
* License : MIT
  Programming Lang: JavaScript
  Description : strophe.js plugin to provide XMPP Ping (XEP-0199)

Dependency for converse.js (#807275).



Bug#892773: RFP: libjs-strophe.disco -- strophe.js plugin for XEP-0030 Service Discovery

2018-03-12 Thread W. Martin Borgert

Package: wnpp
Severity: wishlist

* Package name: libjs-strophejs.disco
  Version : 0.0.2
  Upstream Author : "The strophe plugin developers"
* URL : https://github.com/strophe/strophejs-plugin-disco
* License : MIT
  Programming Lang: JavaScript
  Description : strophe.js plugin for XEP-0030 Service Discovery

Dependency for converse.js (#807275).



  1   2   3   4   5   >