Bug#1034861: ITP: libanyevent-riperedis-perl -- Flexible non-blocking Redis client
Package: wnpp Severity: wishlist Owner: Alexander Zangerl X-Debbugs-Cc: debian-devel@lists.debian.org * Package name: libanyevent-riperedis-perl Version : 0.48 Upstream Author : Eugene Ponizovsky, * URL : https://metacpan.org/release/AnyEvent-RipeRedis * License : Artistic or GPL-1+ Programming Lang: (pure) Perl Description : Flexible non-blocking Redis client This module provides a flexible non-blocking Redis client which supports subscriptions, transactions and automatic reconnection. i'm packaging this because the sole alternative package in debian (libanyevent-redis-perl) has fewer features, is buggier and has an inactive upstream with a near-zero chance of fixes (e.g. open issues and pull requests going back to 2013).
Bug#1032097: ITP: libpromise-xs-perl -- Fast promises in Perl
Package: wnpp Severity: wishlist Owner: Alexander Zangerl X-Debbugs-Cc: debian-devel@lists.debian.org * Package name: libpromise-xs-perl Version : 0.18 Upstream Author : Tom van der Woerdt , Felipe Gasper https://metacpan.org/release/Promise-XS * License : Artistic Programming Lang: Perl, C Description : Fast promises in Perl This module provides a Promises/A+ interface with its major parts implemented in XS for speed. It is a fork and refactor of AnyEvent::XSPromises, and retains that module's bare-bones interface. This is one of a few Promises implementations in perl, none of which have made it into debian yet. i think it's time to change that.
Bug#968072: ITP: libdata-downsample-largesttrianglethreebuckets-perl -- Perl module for downsampling time series for visual representation
Package: wnpp Severity: wishlist Owner: Alexander Zangerl * Package name: libdata-downsample-largesttrianglethreebuckets-perl Version : 1.00 Upstream Author : Steve Troxel * URL : https://metacpan.org/release/Data-DownSample-LargestTriangleThreeBuckets * License : Artistic 2 Programming Lang: Perl Description : Perl module for downsampling time series for visual representation This module implements a downsampling technique known as Largest Triangle Three Buckets, which aims at retaining the visual character of the plotted data even at very much reduced data set size. The technique is described in detail in Sveinn Steinarsson's thesis which can be found at https://skemman.is/handle/1946/15343
Bug#968070: ITP: liblinux-termios2-perl -- Perl module for accessing the termios2 structure and ioctl
Package: wnpp Severity: wishlist Owner: Alexander Zangerl * Package name: liblinux-termios2-perl Version : 0.01 Upstream Author : Paul Evans * URL : https://metacpan.org/release/Linux-Termios2 * License : same as Perl - GPL 1+ or Artistic Programming Lang: Perl, C Description : Perl module for accessing the termios2 structure and ioctl This module provides an API equivalent to the POSIX::Termios class, but backed by the Linux-specific struct termios2 structure instead. The primary use case is setting arbitrary baud rates, because POSIX::Termios only knows the standard speeds up to 38400 baud.
Re: Should the weboob package stay in Debian?
On Wed, 18 Jul 2018 22:03:53 +0900, Marc Dequ?nes (duck) writes: >It has been brought to my attention that this package, its name and the >name of the binaries and further content was deemed offensive. 'deemed' by whoever...right, that's very authoritative and i'm highly impressed. not. i'm for it to stay. offensive is good. this universe needs more people with a bit of spine instead of all this politically correctness nonsense. regards az -- Alexander Zangerl + GPG Key 2FCCF66BB963BD5F + http://snafu.priv.at/ "If you want sympathy, look in the dictionary; it's between sex and syphilis." -- Joe Zeff signature.asc Description: Digital Signature
Bug#803015: ITP: glimpse -- search quickly through entire file systems
Package: wnpp Severity: wishlist Owner: Alexander Zangerl * Package name: glimpse Version : 4.18.6 Upstream Author : Golda Velez * URL : http://webglimpse.net/ * License : ISC, simplified BSD Programming Lang: C Description : search quickly through entire file systems Glimpse, which stands for GLobal IMPlicit SEarch, is a very popular UNIX indexing and query system that allows you to search through a large set of files very quickly. Glimpse supports most of agrep's options (agrep is our powerful version of grep) including approximate matching (e.g., finding misspelled words), Boolean queries, and even some limited forms of regular expressions. glimpse was present in non-free until 2008, as the license at that time wasn't DFSG-compatible (see #474323). upstream has switched the license to the ISC/simplified BSD in 2014, and glimpse should thus fit nicely into main.
Bug#776690: ITP: libnet-syslog-perl -- Perl module for sending syslog messages to remote server
Package: wnpp Severity: wishlist Owner: Alexander Zangerl * Package name: libnet-syslog-perl Version : 0.04 Upstream Author : Les Howard * URL : http://search.cpan.org/dist/Net-Syslog/ * License : Artistic Programming Lang: Pure Perl Description : Perl module for sending syslog messages to remote server Net::Syslog implements the UDP syslog forwarding protocol (RFC 5426). It is not intended to replace the Sys::Syslog or Unix::Syslog modules, but instead provides a method of using syslog when a local syslogd is unavailable or when you need to send messages directly to a remote syslogd. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20150131034742.17082.63985.report...@cft.snafu.priv.at
Bug#776570: ITP: libstatistics-lite-perl -- Perl module for simple statistical analysis
Package: wnpp Severity: wishlist Owner: Alexander Zangerl * Package name: libstatistics-lite-perl Version : 3.2 Upstream Author : Brian Lalonde * URL : http://search.cpan.org/dist/Statistics-Lite/ * License : Artistic Programming Lang: Pure Perl Description : Perl module for simple statistical analysis Statistics::Lite is a lightweight, functional alternative to larger, more complete, object-oriented statistics packages. As such, it is likely to be better suited, in general, to smaller data sets. . When you just want something to give some very basic, high-school-level statistical values, without having to set up and populate an object first, this module may be useful. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20150129114206.13613.83248.report...@cft.snafu.priv.at
Bug#776569: ITP: libproc-queue-perl -- Perl module to limit the number of child processes
Package: wnpp Severity: wishlist Owner: Alexander Zangerl * Package name: libproc-queue-perl Version : 1.23 Upstream Author : Salvador Fandiño * URL : http://search.cpan.org/dist/Proc-Queue/ * License : Artistic Programming Lang: Pure Perl Description : Perl module to limit the number of child processes Proc::Queue lets you parallelise a perl program using the fork, exit, wait and waitpid calls as usual but without taking care of creating too many processes and overloading the machine. . It redefines perl fork, exit, wait and waitpid core functions. Old programs do not need to be reprogrammed, only the use Proc::Queue ... sentence has to be added to them. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20150129114423.13716.15089.report...@cft.snafu.priv.at
Re: Bits from keyring-maint: Pushing keyring updates. Let us bury your old 1024D key!
On Tue, 04 Mar 2014 04:46:17 +, Luca Filipozzi writes: >I propose 2014-SEP-01. Gives people six months to get this done. Even *I* can >get it done in that amount of time. I've already emailed my fellow Vancouver >Debian Developers in the hopes of coordinating a revolution^Wkeysigning [1]. lucky you - that schedule won't work for others like me here in AU; there's exactly one other DD just under 100km away, the remaining few on the same continent are all 1000+km distant, and i have zero budget and time for attending conferences or other social gatherings. regards az -- Alexander Zangerl + GPG Key 0xB963BD5F (or 0x42BD645D) + http://snafu.priv.at/ This mind intentionally left blank. signature.asc Description: Digital Signature
Bug#660731: ITP: libexcel-writer-xlsx-perl -- module to create Excel spreadsheets in xlsx format
Package: wnpp Severity: wishlist Owner: Alexander Zangerl * Package name: libexcel-writer-xlsx-perl Version : 0.46 Upstream Author : John McNamara * URL : http://search.cpan.org/~jmcnamara/Excel-Writer-XLSX-0.46/ * License : GPL, Artistic Programming Lang: Perl Description : module to create Excel spreadsheets in xlsx format The Excel::Writer::XLSX module is used to create an Excel file in the 2007+ XLSX format. The XLSX format is the Office Open XML (OOXML) format used by Excel 2007 and later. This module cannot, as yet, write to an existing Excel XLSX file. The module uses the same interface as the Spreadsheet::WriteExcel module (which creates binary XLS Excel files). -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120221110108.26070.55118.report...@cft.snafu.priv.at
Bug#636176: ITP: libxml-xupdate-libxml-perl -- Perl implementation of the XUpdate modification language
Package: wnpp Severity: wishlist Owner: Alexander Zangerl * Package name: libxml-xupdate-libxml-perl Version : 0.6.0 Upstream Author : Petr Pajas * URL : http://search.cpan.org/~pajas/XML-XUpdate-LibXML-0.6.0/ * License : GPL | Artistic Programming Lang: Perl Description : Perl module that implements XUpdate modification language XUpdate is a language for expressing modifications to be performed on an XML document, and this module provides the methods for applying such updates. The module implements the XUpdate format as described in the latest XUpdate Working Draft. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110801031038.29497.93497.report...@cft.snafu.priv.at
Re: Needed input from Australian users and developers:; choosing timezones for Australia in D-I
On Tue, 22 Mar 2011 19:54:05 +0100, Christian PERRIER writes: >I currently propose to offer the following choices in D-I: > > Victoria, ACT, NSW, Tasmania (Eastern Time, DST) > Queensland (Eastern Time, no DST) > South Australia (Central Time, DST) > Northern Territory (Central Time, no DST) > Western Australia (Western Time) > Central Western Standard Time (Eucla) > Lord Howe Island > >Do you guys think this would be understandable to the average >Australian? that'll work fine. >An alternative was: > Eastern Time with DST > Eastern Time without DST > Central Time with DST > Central Time without DST > Western Time > Central Western Standard Time > Lord Howe Island not so great, because these are very uncommon. for example, you never hear "eastern time" being used on the radio; here (qld/nsw border) they say "it's hh:mm, that's hh+1:mm in nsw" when we're in that fun period of the year where there are two time zones within the reception area. regards az -- + Alexander Zangerl + DSA 42BD645D + (RSA 5B586291) Anyway the :// part is an 'emoticon' representing a man with a strip of sticky tape across his mouth. -- R. Douglas signature.asc Description: Digital Signature
Bug#617630: ITP: vmware-manager -- Manage VMware virtual machines
Package: wnpp Severity: wishlist Owner: Alexander Zangerl * Package name: vmware-manager Version : n/a (github-hosted, will arrange suitable version tags with upstream) Upstream Author : Matt Carter * URL : https://github.com/hash-bang/VMM * License : GPL Programming Lang: Perl Description : Manager for VMware virtual machines This package contains vmm, a command-line tool for managing VMware virtual machines. This is primarily useful for larger installations where virtuals need to be migrated, cloned or otherwise modified from the command line. . vmware-manager requires the vmware vsphere perl sdk which is non-free software, so vmware-manager will have to go into contrib. -- System Information: Debian Release: 5.0.8 APT prefers oldstable APT policy: (500, 'oldstable') Architecture: i386 (i686) -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110310032048.16734.47135.report...@cluon.it.bond.edu.au
Re: Considerations for lilo removal
On Mon, 16 Jun 2008 11:19:03 +0200, Mike Hommey writes: >On Mon, Jun 16, 2008 at 10:57:32AM +0200, Frans Pop wrote: >> We still very regularly get installation reports where people use lilo >> rather than grub, so it must still have a fairly significant user base. I >> would say that the activity on the bug report shows the same. > >OTOH, aren't most of these choosing lilo over grub only doing so by >habit ? no. i for one detest grub, wholeheartedly. please don't remove lilo. regards az -- + Alexander Zangerl + DSA 42BD645D + (RSA 5B586291) So what if I have a fertile brain? Fertilizer happens. -- Larry Wall signature.asc Description: Digital Signature
Re: Bits (Nybbles?) from the Vancouver release team meeting
On Mon, 14 Mar 2005 23:49:44 +1100, Hamish Moffatt writes: >On Mon, Mar 14, 2005 at 01:33:16PM +0100, Thiemo Seufer wrote: >> For anyone who uses Debian as base of a commercial solution it is a >> requirement. Grabing some random unstable snapshot is a non-starter. > >Sure. Who's doing that on anything but i386/amd64/powerpc? I am doing that on (ultra)sparcs, and I don't think I'm the only one. az -- + Alexander Zangerl + DSA 42BD645D + (RSA 5B586291) Imagine a stegosaurus wearing rocket powered roller skates, & you'll get a fair idea of 's elegance, stability & ease of crash recovery. -- Lionel Lauer pgpe66mAgvg8O.pgp Description: PGP signature
Re: Bits (Nybbles?) from the Vancouver release team meeting
On Mon, 14 Mar 2005 23:30:20 +1100, Hamish Moffatt writes: >On Mon, Mar 14, 2005 at 12:06:18PM +, Martin Michlmayr wrote: >> * Hamish Moffatt <[EMAIL PROTECTED]> [2005-03-14 23:00]: >> > But really, is there much benefit in making *releases* for the SCC >> > architectures? >> >> For some SSC arches, it *might* not make a difference (possibly m68k) >> but others (e.g. s390 and mipsel) are typically used for servers >> or gateways, and you don't really want to run unstable in such >> environments. testing+security updates might be a compromise, but >> unstable is clearly not an option for a S390 box or a mipsel Cobalt >> gateway. > >OK, that makes sense. Can you buy those architectures new? (Surely yes >in the case of s390 at least, probably mipsel also as the mips CPU >manufacturers are alive and well.) Why should we start following some greedy manufacturers' EOL decisions? How and why does X being sold affect the lack of manufacturer support (that's available without signing an NDA and thus is of interest to us)? All the other criteria I can understand (not that I agree with them fully), but that one just stinks. We claim to be community-driven, so we should act that way. The manufacturers' sale spiel should in no way affect us. az -- + Alexander Zangerl + DSA 42BD645D + (RSA 5B586291) About the use of language: it is impossible to sharpen a pencil with a blunt ax. It is equally vain to try to do it with ten blunt axes instead. -- Dijkstra pgpsfTlCIFHuq.pgp Description: PGP signature
Re: Bits (Nybbles?) from the Vancouver release team meeting
On Mon, 14 Mar 2005 12:06:18 GMT, Martin Michlmayr writes: >* Hamish Moffatt <[EMAIL PROTECTED]> [2005-03-14 23:00]: >> But really, is there much benefit in making *releases* for the SCC >> architectures? > >For some SSC arches, it *might* not make a difference (possibly m68k) >but others (e.g. s390 and mipsel) are typically used for servers >or gateways, and you don't really want to run unstable in such >environments. testing+security updates might be a compromise, but >unstable is clearly not an option for a S390 box or a mipsel Cobalt >gateway. ...and as the proposal/fiat/whatever-it-is specifies that there will be no testing for the lowlies it makes any server-use of sparcs, mipses, alphas or s390s moot. if no releases to base your environment on are available, then you need at least some resemblence of "time tested" packages to consider running stuff on a server. "the universal os" my ass :-( az -- + Alexander Zangerl + DSA 42BD645D + (RSA 5B586291) Fachbegriffe der Informatik, Admin: Die wo machen, daß das Internet geht, aber die man nicht fragen darf, wenn es um ein klemmendes Word geht, da sonst das Internet an meinem Rechner wieder nicht geht, weil die dann stinkewütend werden. -- Bernd Jürgens pgpHfgSaGp4ln.pgp Description: PGP signature
Re: Bug#283578: ITP: hot-babe -- erotic graphical system activity monitor
On Wed, 01 Dec 2004 12:09:12 +0100, Tollef Fog Heen writes: >* Ron Johnson > >| But vegetarians (there *must* be some vegan D-Ds) would strenuously >| oppose to images of such "horrible" treatment of animals. > >It's not an animal. It's a sprite. Pixels on a screen. Cartoon. > >(And yes, there are vegan DDs, but what does that have to do with it?) For the vegans we'll make a Bob The Angry Flower theme for hotbabe. az -- + Alexander Zangerl + DSA 42BD645D + (RSA 5B586291) "PEZ educates the children as well. Break the neck of something cute, and you get something good to eat." -- Stig Sandbeck Mathisen pgpliEjMJn1Dp.pgp Description: PGP signature
Re: gpg-agent?
On Wed, 27 Nov 2002 22:41:29 EST, Joey Hess writes: >q-agent is a PITA to get working with stuff like mutt though, so I do >look forward to using gpg-agent. What for? signing/encrypting stuff? if so, maybe have a look at kuvert. >I just think I'd guard my laptop with >my mail signing key on it about the same no matter which agent I had >running. of course. as soon as you cache with anything you'll have to be as careful as possible. the point in favour of q-agent, gpg-agent and similar: if used right, that's the one and only place passwords/phrases are lingering. (that's why fetchmail on my box mustn't cache, exmh has to use q-agent etc. pp) regards az -- + Alexander Zangerl + [EMAIL PROTECTED] + DSA 42BD645D + (RSA 5B586291) Hit any user to continue. signature.ng Description: PGP signature
Re: New package netfilter-init to experimental?
On Tue, 27 Aug 2002 08:47:41 -0300, Henrique de Moraes Holschuh writes: >Well, have a look on ipmasq, it uses shell scripts, and I find it to be >"fast enough"... ipmasq is very nice, but it *is* a bit slow on my sparcstation 1+. (now don't get me wrong: almost everything is, on that box) an alternative which seems to use a slightly different but also very nice (and most probably faster) approach is 'ferm'. regards az -- + Alexander Zangerl + [EMAIL PROTECTED] + DSA 42BD645D + (RSA 5B586291) "My place of work has certainly heard of karoshi. They think it's a good idea." -- Dave Brown signature.ng Description: PGP signature
Bug#143392: ITP: tun-tap -- Universal TUN/TAP device driver for 2.2.x kernels
Package: wnpp Version: N/A; reported 2002-04-18 Severity: wishlist * Package name: tun-tap Version : 1.1 Upstream Author : Maxim Krasnyansky <[EMAIL PROTECTED]>, Maksim Yevmenkin <[EMAIL PROTECTED]> * URL : http://vtun.sourceforge.net/tun/index.html * License : GPL Description : Universal TUN/TAP device driver for 2.2.x Kernels A TUN/TAP device provides packet reception and transmission for user space programs. It can be viewed as a simple Point-to-Point or Ethernet device which instead of receiving/sending packets from/to physical media receives/sends them from/to an user space program. . TUN provides a Virtual Point-to-Point network device, TAP a Virtual Ethernet network device. . The TUN/TAP device driver is needed for tunneling with VTun. . The stock 2.4.x kernel series already include support for TUN/TAP devices, this package provides the same functionality for 2.2.x kernels. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]