Bug#852878: ITP: catimg -- fast image printing in to your terminal
Package: wnpp Severity: wishlist Owner: Jonathan Carter * Package name: catimg Version : 2.2.1 Upstream Author : Eduardo San Martin Morote (https://github.com/posva) * URL : https://github.com/posva/catimg * License : MIT Programming Lang: C, Shell Description : fast image printing in to your terminal catimg is a little program written in C with no dependencies that prints images in terminal. It supports JPEG, PNG and GIF formats. . This program was originally a script that did the sameby using ImageMagick convert. . You will need a 256 color terminal in order to use this program. For higher resolution images, you need unicode support.
Bug#852937: ITP: merkleeyes -- ABCI application serving a merkle-tree data store
Package: wnpp Severity: wishlist Owner: Alessio Treglia * Package name: merkleeyes Version : 0.0~git20170117.0.4340a25-1 Upstream Author : The Tendermint project * URL : https://github.com/tendermint/merkleeyes * License : Apache-2.0 Programming Lang: Go Description : ABCI application serving a merkle-tree data store Simple ABCI application serving a merkle-tree key-value store. Merkleeyes allows inserts and removes by key, and queries by key or index. Inserts and removes happen through the DeliverTx message, while queries happen through the Query message. CheckTx simply mirrors DeliverTx. . ABCI is Tendermint's Serverside Blockchain API, whilst Tendermint Core is Byzantine Fault Tolerant (BFT) middleware that takes a state transition machine, written in any programming language, and replicates it on manymachines.
Bug#852948: ITP: systray-mdstat -- Notifies about Linux Software RAID changes in system tray
Package: wnpp Owner: Axel Beckert Severity: wishlist * Package name: systray-mdstat Version : (no release yet) Upstream Author : Axel Beckert * URL : https://github.com/xtaran/systray-mdstat#readme * License : GPL-3+ Programming Lang: Perl Description : Notifies about Linux Software RAID changes in system tray systray-mdstat is a small system tray icon indicating the state of local Linux Software RAIDs (as set up with mdadm) by checking /proc/mdstat for changes - especially failures - periodically. The use case for this utility is a desktop or laptop with a software RAID setup and no remote monitoring of the RAID (e.g. for privacy reasons or due to lacking a permanent network connection or an appropriate monitoring server). Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 4096R: 2517 B724 C5F6 CA99 5329 6E61 2FF9 CD59 6126 16B5 `-| 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89 9593 0EDE
Bug#852955: ITP: golang-github-xtaci-smux -- Simple Multiplexing for golang
Package: wnpp Severity: wishlist Owner: Roger Shimizu * Package name: golang-github-xtaci-smux Version : 1.0.4+git20170112+ds-1 Upstream Author : Daniel Fu * URL : https://github.com/xtaci/smux * License : Expat Programming Lang: Go Description : Simple Multiplexing for golang Smux (Simple MUltipleXing) is a multiplexing library for Golang. It relies on an underlying connection to provide reliability and ordering, such as TCP or KCP (golang-github-xtaci-kcp-dev), and provides stream-oriented multiplexing. . Features: • Tiny, less than 600 LOC. • Token bucket controlled receiving, which provides smoother bandwidth graph. • Session-wide receive buffer, which is shared among streams. • Minimized header(8Bytes), maximized payload.
Bug#852956: ITP: golang-github-xtaci-kcp -- A Full-Featured Reliable-UDP Library for golang
Package: wnpp Severity: wishlist Owner: Roger Shimizu * Package name: golang-github-xtaci-kcp Version : 2.14+git20170120+ds-1 Upstream Author : Daniel Fu * URL : https://github.com/xtaci/kcp-go * License : Expat Programming Lang: Go Description : A Full-Featured Reliable-UDP Library for golang KCP (golang-github-xtaci-kcp-dev) is a full-featured Reliable-UDP library for golang. It provides reliable, ordered, and error-checked delivery of a stream of octets between applications running on hosts communicating over an IP network. . Features: • Optimized for Online Games, Audio/Video Streaming. • Compatible with skywind3000's (https://github.com/skywind3000) C version with optimizations. • Cache friendly and Memory optimized design in golang. • Compatible with net.Conn (https://golang.org/pkg/net/#Conn) and net.Listener (https://golang.org/pkg/net/#Listener). • FEC (Forward Error Correction) (https://en.wikipedia.org/wiki/Forward_error_correction) Support with Reed-Solomon Codes (https://en.wikipedia.org/wiki/Reed%E2%80%93Solomon_error_correction) • Packet level encryption support with AES, TEA, 3DES, Blowfish, Cast5, Salsa20, in CFB mode. Conventions Control messages like SYN/FIN/RST in TCP are not defined in KCP, you need some keepalive mechanims in the application-level. A real world example is to use some multiplexing protocol over session, such as smux (golang-github-xtaci-smux-dev), see kcptun (https://github.com/xtaci/kcptun) for example.
Bug#852957: ITP: kcptun -- A Simple UDP Tunnel Based On KCP
Package: wnpp Severity: wishlist Owner: Roger Shimizu * Package name: kcptun Version : 0.0~git20170126.0.203a626-1 Upstream Author : Daniel Fu * URL : https://github.com/xtaci/kcptun * License : Expat Programming Lang: Go Description : A Simple UDP Tunnel Based On KCP
Bug#852971: ITP: node-is-plain-obj -- Check if a value is a plain object
Package: wnpp Severity: wishlist Owner: Tushar Agey X-Debbugs-CC: debian-devel@lists.debian.org * Package name: node-is-plain-obj Version : 1.1.0 Upstream Author : Sindre Sorhus (sindresorhus.com) * URL : https://github.com/sindresorhus/is-plain-obj * License : Expat Programming Lang: JavaScript Description : Check if a value is a plain object. An object is plain if it's created by either {}, new Object() or Object.create(null). . Node.js is an event-based server-side JavaScript engine. This package is a dependency of AVA
Bug#852982: ITP: ruby-sidekiq-limit-fetch -- Sidekiq strategy to support a granular queue control
Package: wnpp Severity: wishlist Owner: Pirate Praveen X-Debbugs-Cc: debian-devel@lists.debian.org * Package name: ruby-sidekiq-limit-fetch Version : 3.4.0 Upstream Author : brainopia * URL : https://rubygems.org/gems/sidekiq-limit_fetch * License : Expat Programming Lang: ruby Description : Sidekiq strategy to support a granular queue control granular queue control includes limiting, pausing, blocking, querying. Specify limits which you want to place on queues inside sidekiq.yml or set it dynamically in your code: signature.asc Description: OpenPGP digital signature
Bug#852997: ITP:node-pify -- Promisify a callback-style function
Package: wnpp Severity: wishlist Owner: Akash X-Debbugs-CC: debian-devel@lists.debian.org * Package name: node-pify Version : 2.3.0 Upstream Author : Sindre Sorhus (sindresorhus.com) * URL : https://github.com/sindresorhus/pify * License : Expat Programming Lang: JavaScript Description : Promisify a callback-style function . Node.js is an event-based server-side JavaScript engine.
Bug#853003: ITP: paredit-everywhere -- cut-down version of paredit for non-lisp buffers
Package: wnpp Severity: wishlist Owner: Sean Whitton * Package name: paredit-everywhere Version : 0.4+git20160915.94c9209 Upstream Author : Steve Purcell * URL : https://github.com/purcell/paredit-everywhere/ * License : GPL-3+ Programming Lang: Emacs Lisp Description : cut-down version of paredit for non-lisp buffers It turns out that most of paredit's bindings are useful for non-lisp programming languages. This package makes it easy to use them, while avoiding those that work less well in non-lisp buffers. I intend to maintain this under pkg-emacsen. -- Sean Whitton signature.asc Description: PGP signature
Bug#853014: ITP: visual-regexp-el -- in-buffer visual feedback while using Emacs regexps
Package: wnpp Severity: wishlist Owner: Sean Whitton * Package name: visual-regexp-el Version : 1.0.0 Upstream Author : Marko Bencun * URL : https://github.com/benma/visual-regexp.el * License : GPL-3+ Programming Lang: Emacs Lisp Description : in-buffer visual feedback while using Emacs regexps I intend to maintain this under pkg-emacsen. -- Sean Whitton signature.asc Description: PGP signature
Re: manpages.debian.org has been modernized!
On Thu, Jan 19, 2017 at 4:24 AM Michael Stapelberg wrote: > Furthermore, the design of the site has been updated and now includes > navigation panels that allow quick access to the manpage in other > Debian versions, other binary packages, other sections and other > languages. Speaking of languages, the site serves manpages in all > their available languages and respects your browser’s language when > redirecting or following a cross-reference. > I had a look at some of my manpages. They look good! It's a nice clean appearance with doing sensible things like pulling out a TOC and cross-references. > We’d love to hear your feedback and thoughts. Either contact us via an > issue on https://github.com/Debian/debiman/issues/, or send an email > Being upstream for some packages and a Debian developer, I totally get the thing about the github issues log versus the Debian BTS too. Someone should fix that; but of course there are so many hours in the day. - Craig -- Craig Small (@smallsees) http://dropbear.xyz/ csmall at : enc.com.au Debian GNU/Linux http://www.debian.org/ csmall at : debian.org GPG fingerprint:5D2F B320 B825 D939 04D2 0519 3938 F96B DF50 FEA5
Bug#853024: ITP: emacs-world-time-mode -- Emacs mode to compare timezones throughout the day
Package: wnpp Severity: wishlist Owner: Sean Whitton * Package name: emacs-world-time-mode Version : 0.0.6 Upstream Author : Nic Ferrier * URL : https://github.com/nicferrier/emacs-world-time-mode/ * License : GPL-3+ Programming Lang: Emacs Lisp Description : Emacs mode to compare timezones throughout the day Very convenient way to compare times in differnet timezones at different times of the day. I intend to maintain this under pkg-emacsen. -- Sean Whitton signature.asc Description: PGP signature
Bug#853025: ITP: emacs-openwith -- seamlessly open files in external programs with Emacs
Package: wnpp Severity: wishlist Owner: Sean Whitton * Package name: emacs-openwith Version : 0.8g Upstream Author : Markus Triska * URL : https://www.metalevel.at/misc/openwith.el * License : GPL-2+ Programming Lang: Emacs Lisp Description : seamlessly open files in external programs with Emacs I intend to maintain this under the pkg-emacsen team. -- Sean Whitton signature.asc Description: PGP signature
Bug#853026: ITP: pointback -- restore window points when returning to buffers
Package: wnpp Severity: wishlist Owner: Sean Whitton * Package name: pointback Version : 0.2 Upstream Author : Markus Triska * URL : https://www.metalevel.at/pointback/pointback.el * License : GPL-3+ Programming Lang: Emacs Lisp Description : restore window points when returning to buffers I intend to maintain this under the pkg-emacsen umbrella. -- Sean Whitton signature.asc Description: PGP signature
Bug#853030: ITP: node-graceful-fs -- A drop-in replacement for fs, making various improvements.
Package: wnpp Severity: wishlist Owner: akash X-Debbugs-CC: debian-devel@lists.debian.org * Package name: node-graceful-fs Version : 4.1.11 Upstream Author : FIX_ME upstream author * URL : https://github.com/isaacs/node-graceful-fs#readme * License : ISC Programming Lang: JavaScript Description : A drop-in replacement for fs, making various improvements. A drop-in replacement for fs, making various improvements. The improvements are meant to normalize behavior across different platforms and environments, and to make filesystem access more resilient to errors . Node.js is an event-based server-side JavaScript engine.
Bug#853031: ITP: node-text-table -- borderless text tables with alignment
Package: wnpp Severity: wishlist Owner: akash X-Debbugs-CC: debian-devel@lists.debian.org * Package name: node-text-table Version : 0.2.0 Upstream Author : James Halliday (http://substack.net) * URL : https://github.com/substack/text-table * License : Expat Programming Lang: JavaScript Description : borderless text tables with alignment FIX_ME bug long description . Node.js is an event-based server-side JavaScript engine.
Re: Bug#852816: ITP: node-home-path -- Cross-platform home directory retriever
]] Tushar Agey > * Package name: node-home-path > Version : 1.0.3 > Upstream Author : Lloyd Brookes <75po...@gmail.com> > * URL : https://github.com/75lb/home-path#readme > * License : Expat > Programming Lang: JavaScript > Description : Cross-platform home directory retriever > > This Script can retrieve your Home Directory Do we need a fourth node.js package to do this? We already have node-resolve-dir, node-expand-tilde and node-osenv which all seems to do the same. -- Tollef Fog Heen UNIX is user friendly, it's just picky about who its friends are