AgSync
Is AgSync still being actively developed for Debian ? I have searched for info and this is the only place I have seem an info for AgSync... Thanks in advance :)
ttmkfdir and libfreetype6
Recently, while trying to get rid of packages on my system from the "oldlibs" section, I noticed that mkttfdir still depends on libttf2. The newer ttmkfdir version (3.0.9) that RedHat 9 uses works with the Freetype 2 library, and it has seen much more active development lately than the version we're using in Debian so I think it might be a good idea to take 3.0.9 and package it for Debian. However, I don't know what the ttmkfdir maintainer has planned with ttmkfdir and I don't want to step on his toes by doing an unwanted NMU. I contacted Miros/law over a week ago but I haven't heard back from him yet. A glance at all of his packages shows that he hasn't been active for quite a while. Does anyone know whether he's still actively maintaining them? A newer ttmkfdir package, using the 3.0.9 sources from RedHat, is available from http://people.debian.org/~robin/ttmkfdir/ Basically it's the RedHat 3.0.9 version with two patches applied to let it compile without errors on gcc-3.3 and to make it build properly. The patches that are currently applied to ttmkfdir-1.0 no longer apply to the newer version but it seems that they are no longer needed, anyway. Also, it uses CDBS for debian/rules because it's good and makes for easier maintenance ;-) Incidentally, using ttmkfdir 3.0.9 would close bug #141621 (.ttc support) as well. Would it be a good idea if I did an NMU, seeing how Miros/law himself is not likely to respond himself anytime soon? None of the bugs against ttmkfdir are release critical, but its dependency on an old (obsolete) library is an anachronism and will become more of one if the old ttmkfdir makes it into the new stable distribution. Any thoughts? - Robin signature.asc Description: Digital signature
Re: ttmkfdir and libfreetype6
Okay, it turns out Jubal is alive and well. I had merely filtered out his reply a tad bit too agressively. - Robin signature.asc Description: Digital signature
new Debian/Pilot mailing list
Pilot-unix people: Apparently a Debian Pilot mailing list has sprung up: send mail to <[EMAIL PROTECTED]> with `subscribe' in the subject to join. For those of you reading this from the Debian group you might like to subscribe to the pilot-unix list: send mail to this address: <[EMAIL PROTECTED]> -- Robin Stephenson Do Not Apply To Broken Skin -- E-mail the word "unsubscribe" to [EMAIL PROTECTED] TO UNSUBSCRIBE FROM THIS MAILING LIST. Trouble? E-mail to [EMAIL PROTECTED] .
[Fwd: Re: basic c thing]
Or you could try "man rename.2". rename is a stdio function. You should also look at opendir, readdir and closedir. Original Message Subject: Re: basic c thing Resent-Date: 26 Sep 1999 10:22:49 - Resent-From: debian-devel@lists.debian.org Resent-CC: recipient list not shown: ; Date: Sun, 26 Sep 1999 11:21:06 +0200 (CEST) From: Thomas Schoepf <[EMAIL PROTECTED]> To: Phillip Neumann <[EMAIL PROTECTED]> CC: debian-devel@lists.debian.org On Fri, 24 Sep 1999, Phillip Neumann wrote: > Im just beginning to mess my hands into c, so i need some tips... > i want to make a program that will rename all dirs in the current dir > position to "-renamed". rename files instead of dirs would help me > a lot too... Is this everything you want? Then why torture your brain with c? This is what I would try: #!/bin/sh for i in *; do if [ -d $i ]; then mv $i $i.renamed fi done -- Thomas PGP public key available (KeyID 2EA7BBBD) | Echelon is watching you. http://www.in.tum.de/~schoepf/pgpkey.txt | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[Fwd: corel linux demo]
Why wait for a third party to make disks, Corel will be making disks for the next beta and the final version. For more information, see http://linux.corel.com Original Message Subject: corel linux demo Resent-Date: 30 Sep 1999 12:28:33 - Resent-From: debian-devel@lists.debian.org Resent-CC: recipient list not shown: ; Date: Thu, 30 Sep 1999 05:29:29 -0700 (PDT) From: Kenneth Scharf <[EMAIL PROTECTED]> To: debian-devel@lists.debian.org They said that the beta of their linux distro will be available for public download by the end of October. I hope some shovelware cd makers will burn their beta onto cdr and sell it for those of us without T1 lines. If they put it up as an ISO image I will try to grab the file from the office on an overnight download.
Re: Terminal I/O without NCURSES
man console_codes The console is a VT102 [EMAIL PROTECTED] wrote: > > Where Can I look for any document/tutorial about the Linux's > keyboard/video/xterm > low-level programming ? > > This is because I would like to make a my own library for managing the > Linux's > terminals, without using the famous ncurses libraries. > I tried to watch ncurses's sources, but they are too complex for me! > > Thanks for all information. > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- Robin Burgener / Linux Kernel Group / Corel Corporation mailto: [EMAIL PROTECTED] 20Q, the neural-net on the Internet - http://www.20q.net
re: Bug#465691: ITP: CinePaint program description
> This needs a *short* description..:-) The CinePaint description you're referring to is many years old. Something like this could be more appropriate: CinePaint is a deep paint image retouching tool. > and move the rest to the *long* description. CinePaint is used to retouch feature films and in pro photography. CinePaint opens high fidelity image file formats such as DPX, 16-bit TIFF, and OpenEXR, and conventional formats like JPEG and PNG. It has a flipbook for movie playback of image sequences in RAM. It supports 8-bit, 16-bit and 32-bit color channels, HDR and CMS. CinePaint is used for motion picture frame-by-frame retouching, dirt removal, wire rig removal, render repair, background plates, and painting 3D model textures. It's been used on many feature films, including "The Last Samurai" where it was used to add flying arrows. For still photography, CinePaint can import bracketed HDR exposures. It has gallery-quality 16-bit per channel color printing with GutenPrint. CinePaint's high dynamic range is crucial with B&W still photography, where images only have a single channel. Cheers, Robin -- Robin Rowe CinePaint Project Leader Beverly Hills, California www.CinePaint.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#446766: ITP: qavimator -- a BVH animation editor for 3D virtual worlds such as secondlife
Package: wnpp Severity: wishlist Owner: robin cornelius <[EMAIL PROTECTED]> * Package name: qavimator Version : 0.0.193 Upstream Author : Zi Ree <[EMAIL PROTECTED]> * URL : http://www.qavimator.org * License : GPL Programming Lang: C++ Description : a BVH animation editor for 3D virtual worlds such as secondlife qavimator is a QT, BVH animation editor and allows the creation and editing of BVH avatar animations. These are commonly used in the 3D metaverse Secondlife (SL) for the in-world animation of avatars. The application allows full control of each joint but is supplied with default SL joint movement limitations. Key frames can be specified and animations interpolated between them. Basic props may also be used to aid the correct positioning of your animations with respect to objects. qavimator is tuned specificly for generation of animations for Secondlife. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.21 (SMP w/1 CPU core) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#450850: ITP: libllmozlib -- A wrapper library with simple API for embedding of Gecko browsers via XULRunner
Package: wnpp Severity: wishlist Owner: robin cornelius <[EMAIL PROTECTED]> * Package name: libllmozlib Version : 1.1.1 Upstream Author : Callum Prentice <[EMAIL PROTECTED]> * URL : http://www.ubrowser.com * License : Mozilla Tri-licence MPL1.1 or GPL2 or LGPG2.1 Programming Lang: CPP Description : A wrapper library with simple API for embedding of Gecko browsers via XULRunner A wrapper library that makes embedding of Gecko based browsers via XULRunner a simplified task. Designed for the Secondlife project, the library can be used to display browsers on 3D OpenGL shapes as well as regular windows, by providing access to a buffer that represents the display to be rendered. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.21 (SMP w/1 CPU core) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: wxwidgets 2.8, anyone?
Vadim Zeitlin wrote: On Thu, 20 Dec 2007 09:54:46 +0100 Raphael Hertzog <[EMAIL PROTECTED]> wrote: RH> Apparently, Vadim Zeitlin <[EMAIL PROTECTED]> is ready to take care of RH> the Debian packaging but he would need a sponsor and I'm sure some help RH> would be useful as well. Hello, I can indeed take care of this (as I said in previous, private, mail, I'm interested in having up to date and well maintained wx packages for Debian as both wx developer and Debian user, and I'd be glad to contribute something back to Debian too) but currently the maintenance of the packages is done by Robin Dunn, another wx developer and the author of wxPython. So maybe Robin would prefer to take this role himself -- I'm cc'ing him so that he could take this decision. I've considered this in the past, and even took a few steps towards becoming the official Ubuntu maintainer, but I realized that I just don't have the time for it. If I were to take the time to focus that closely on just Debian/Ubuntu then I'm afraid that my work on all the other platforms would end up suffering for it. I can continue helping with the technical aspects to maintain the debian/rules and etc. but I don't see myself having the time for all the advocacy, hoop jumping, red tape cutting and other bureaucratic stuff needed for an official package maintainer. -- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: project: vitual partial mirror with CGI/dpkg-repack
> The idea would be to write a cgi-script that automatically dpkg-repack the > package it is asked to deliver, so that we can build a virtual apt-get'able > partial mirror of the package installed on the box. > > This would allow to upgrade a box from an already installed one without > any media. > > I will not do it myself since I know nothing about CGI programming, > but I thing it could be fun and useful. > > What's wrong with apt-proxy?
Re: EURO and CENT signs in the console keymaps
> > The Euro is on the `4' of my keyboard, I think it should display a Euro when > used with the `Alt gr' modifier. Most UK keyboards that have been made in > the last few years have a Euro symbol in the same place. > My Microsoft Natural keyboard has the Euro symbol placed on the '5' of my keyboard, and this is a US version of the keyboard (at least that's what I ordered, and it has a '$' symbol)... But is doesn't have an AltGr key...
Re: apt-get reinstall all
> I was just thinking that it would be great to have something in apt-get > that get 'reinstall' or 'repaire' all packages installed on the system. > I don't think I am the only one who rm *'s a wrong dir sometimes, ;) > I think it's now real hard to reinstall every package installed ... > You could use 'cruft' to see what files you are missing (it compares the local file system to the dpkg db), and then you know what packages to (re)install... > > btw: I really like apt & that's why I try to help you make it better, :) > Who doesn't like it ? :)
Bug#755129: ITP: libany-uri-escape-perl -- Load URI::Escape::XS preferentially over URI::Escape
Package: wnpp Severity: wishlist Owner: Robin Sheat * Package name: libany-uri-escape-perl Version : 0.01 Upstream Author : Fred Moyer * URL : https://metacpan.org/release/Any-URI-Escape * License : Artistic or GPL-1+ Programming Lang: Perl Description : Load URI::Escape::XS preferentially over URI::Escape URI::Escape is great, but URI::Escape::XS is faster. Any::URI::Escape loads URI::Escape::XS and imports the two most common methods if XS is installed. -- 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/20140717235251.19595.84116.report...@zarathud.wgtn.cat-it.co.nz
Bug#755235: ITP: liblog-any-adapter-callback-perl -- Module to send Log::Any logs to a subroutine
Package: wnpp Severity: wishlist Owner: Robin Sheat * Package name: liblog-any-adapter-callback-perl Version : 0.09 Upstream Author : Steven Haryanto * URL : https://metacpan.org/release/Log-Any-Adapter-Callback * License : Artistic or GPL-1+ Programming Lang: Perl Description : Module to send Log::Any logs to a subroutine This adapter lets you specify callback subroutine to be called by Log::Any's logging methods (like $log->debug(), $log->error(), etc) and detection methods (like $log->is_warning(), $log->is_fatal(), etc.). This adapter is used for customized logging, and is mostly a convenient construct to save a few lines of code. You could achieve the same effect by creating a full Log::Any adapter class. -- 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/20140719001633.28049.42996.report...@debmaker32.wgtn.cat-it.co.nz
Bug#755239: ITP: libhjkl-perl -- a specialized HTTP client
Package: wnpp Severity: wishlist Owner: Robin Sheat * Package name: libhjkl-perl Version : 0.13 Upstream Author : Kang-min Liu * URL : https://metacpan.org/release/Hijk * License : Expat Programming Lang: Perl Description : a specialized HTTP client Hijk is a specialized HTTP Client that does nothing but transport the response body back. It does not feature as a "user agent", but as a dumb client. It is suitable for connecting to data servers transporting via HTTP rather then web servers. Most of HTTP features like proxy, redirect, Transfer-Encoding, or SSL are not supported at all. For those requirements we already have many good HTTP clients like HTTP::Tiny, Furl or LWP::UserAgent. -- 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/20140719010655.29127.75894.report...@debmaker32.wgtn.cat-it.co.nz
Bug#755541: ITP: libcgi-compress-gzip-perl -- CGI with automatically compressed output
Package: wnpp Severity: wishlist Owner: Robin Sheat * Package name: libcgi-compress-gzip-perl Version : 1.03 Upstream Author : Chris Dolan * URL : https://metacpan.org/release/CGI-Compress-Gzip * License : Artistic or GPL-1+ Programming Lang: Perl Description : CGI with automatically compressed output CGI::Compress::Gzip extends the CGI module to auto-detect whether the client browser wants compressed output and, if so and if the script chooses HTML output, apply gzip compression on any content header for STDOUT. CGI::Compress::Gzip is intended to be a drop-in replacement for CGI.pm. Apache mod_perl users may wish to consider the Apache::Compress or Apache::GzipChain modules, which allow more transparent output compression than this module can provide. However, as of this writing those modules are more aggressive about compressing, regardless of Content-Type. -- 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/20140721221541.25766.67972.report...@debmaker32.wgtn.cat-it.co.nz
Bug#765646: ITP: libconvert-basen-perl -- encoding and decoding of base{2, 4, 8, 16, 32, 64} strings
Package: wnpp Severity: wishlist Owner: Robin Sheat * Package name: libconvert-basen-perl Version : 0.01 Upstream Author : Dan Kogai * URL : https://metacpan.org/release/Convert-BaseN * License : Artistic or GPL-1+ Programming Lang: Perl Description : encoding and decoding of base{2,4,8,16,32,64} strings Convert::BaseN makes it easy to deal with various data encoding formats, such as base2, base4, ..., base64. In addition, it allows the format of the encoding to be configured, for example by supplying custom character maps. -- 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/20141016215242.3503.93171.report...@debmaker32.wgtn.cat-it.co.nz
Bug#765656: ITP: libmarc-transform-perl -- Perl module to transform a MARC record with a yaml configuration file
Package: wnpp Severity: wishlist Owner: Robin Sheat * Package name: libmarc-transform-perl Version : 0.003005 Upstream Author : Stéphane Delaune * URL : https://metacpan.org/release/MARC-Transform * License : Artistic or GPL-1+ Programming Lang: Perl Description : module to transform a MARC record with a yaml configuration file MARC::Transform transforms a MARC record using a YAML configuration file. It allows you to create, update, delete, and duplicate fields and subfields of a record. You can also use scripts and lookup tables. You can specify conditions to execute these actions. All conditions, actions, functions and lookup tables are defined by YAML. -- 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/20141017024957.13526.88527.report...@debmaker32.wgtn.cat-it.co.nz
Bug#766563: ITP: libanyevent-processor-perl -- class for AnyEvent tasks that may be interrupted
Package: wnpp Severity: wishlist Owner: Robin Sheat * Package name: libanyevent-processor-perl Version : 0.004 Upstream Author : Frédéric Demians * URL : https://metacpan.org/release/AnyEvent-Processor * License : GPL3 Programming Lang: Perl Description : class for AnyEvent tasks that may be interrupted AnyEvent::Processor is a Perl module that provides a base class for defining tasks that can be periodically interrupted by a watcher. -- 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/20141024012842.7551.59757.report...@debmaker32.wgtn.cat-it.co.nz
Bug#766566: ITP: libdata-paginator-perl -- a pagination module for Moose.
Package: wnpp Severity: wishlist Owner: Robin Sheat * Package name: libdata-paginator-perl Version : 0.05 Upstream Author : Cory G Watson * URL : https://metacpan.org/release/Data-Paginator * License : Artistic or GPL-1+ Programming Lang: Perl Description : a pagination module for Moose. Data::Paginator is yet another pagination module. It only exists because none of the other pager modules are written using Moose. Sometimes there is a Moose feature that you need. It's a pain when you can't use it with an existing module. Data::Paginator aims to be completely compatible with the venerable Data::Page. -- 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/20141024020309.27555.13819.report...@debmaker32.wgtn.cat-it.co.nz
Bug#766572: ITP: libmodule-bundled-files-perl -- perl module to access files bundled with your module
Package: wnpp Severity: wishlist Owner: Robin Sheat * Package name: libmodule-bundled-files-perl Version : 0.03 Upstream Author : Paul Campbell * URL : https://metacpan.org/release/Module-Bundled-Files * License : Artistic or GPL-1+ Programming Lang: Perl Description : perl module to access files bundled with your module Module::Bundled::Files provides a simple method of accessing files that need to be bundled with a module. -- 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/20141024023932.28578.92114.report...@debmaker32.wgtn.cat-it.co.nz
Bug#682831: ITP: setbfree -- DSP tonewheel organ
Package: wnpp Severity: wishlist Owner: Robin Gareus * Package name: setbfree Version : 0.5.5 Upstream Author : Will Panther * URL : https://github.com/pantherb/setBfree * License : GPL Programming Lang: C Description : DSP tonewheel organ setBfree is a MIDI-controlled, software synthesizer designed to imitate the sound and properties of the electromechanical organs and sound modification devices that brought world-wide fame to the names and products of Laurens Hammond and Don Leslie. setBfree is the long awaited GPL version of the outstanding "Beatrix" synth engine. http://linuxaudio.org/mailarchive/lau/2012/7/15/191359 The upstream git repository includes debian package information. -- 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/20120726020649.10097.10845.reportbug@soyuz.local
Bug#717390: general: Issue with sudo apt-get -f install to fix broken package
Package: general Severity: important Dear Maintainer, I have compiled and installed Restroshare. Now when I want to add new packages via Synaptic or sudo apt-get, because of percieved unmet dependencies on superceeded packags libupnp3 and libssl, the system wants to remove my Retroshare. I have tried running sudo apt-get -f install as well as Synaptic fix broken packages, but they both want to remove the Retroshare installation. At present I am at a loss as to what to do, as I need to install clamav and I have not been able to find a solution. -- System Information: Debian Release: jessie/sid Architecture: i386 (i686) Kernel: Linux 3.9-1-686-pae (SMP w/2 CPU cores) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- 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/20130720071557.10024.97870.reportbug@tardis13
Bug#624168: ITP: libcgi-session-driver-memcached-perl -- CGI::Session driver for memcached
Package: wnpp Severity: wishlist Owner: Robin Sheat * Package name: libcgi-session-driver-memcached-perl Version : 0.04 Upstream Author : Kazuhiro Oinuma * URL : http://search.cpan.org/~oinume/CGI-Session-Driver-memcached-0.04/ * License : Artistic or GPL-1+ Programming Lang: Perl Description : CGI::Session driver for memcached CGI::Session::Driver::memcached allows CGI session data to be stored in memcached. -- 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/20110426063217.12750.21036.report...@debmaker32.wgtn.cat-it.co.nz
Bug#770783: ITP: libtest-perl-critic-progressive-perl -- gradually enforce coding standards
Package: wnpp Severity: wishlist Owner: Robin Sheat * Package name: libtest-perl-critic-progressive-perl Version : 0.03 Upstream Author : Jeffrey Thalhammer * URL : https://metacpan.org/release/Test-Perl-Critic-Progressive * License : Artistic or GPL-1+ Programming Lang: Perl Description : gradually enforce coding standards Test::Perl::Critic::Progressive allows Perl coding standards to be enforced in a gradual way. With it hooked into a continuous integration system, it will fail any changes that increase the number of policy violations, as judged using Perl::Critic. -- 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/20141124012400.14230.2534.report...@debmaker32.wgtn.cat-it.co.nz
Bug#784296: ITP: libpdf-writer-perl -- PDF writer abstraction layer
Package: wnpp Severity: wishlist Owner: Robin Sheat * Package name: libpdf-writer-perl Version : 0.06 Upstream Author : Rob Kinyon * URL : https://metacpan.org/release/PDF-Writer * License : Artistic or GPL-1+ Programming Lang: Perl Description : PDF writer abstraction layer This is a generalised API that allows a module that generates PDFs to transparently target multiple backends without changing its code. The currently supported backends are: * PDF::API2 * PDFlib (versions 3+) * Mock If both PDF::API2 and pdflib_pl are available, PDF::API2 is preferred. If neither is available, a run-time exception will be thrown. -- 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/20150505023407.17349.91506.report...@debmaker64.wgtn.cat-it.co.nz
Bug#784297: ITP: libpdf-fromhtml-perl -- converts HTML documents to PDF
Package: wnpp Severity: wishlist Owner: Robin Sheat * Package name: libpdf-fromhtml-perl Version : 0.31 Upstream Author : 唐鳳 * URL : https://metacpan.org/release/PDF-FromHTML * License : CC0 Programming Lang: Perl Description : converts HTML documents to PDF PDF::FromHTML is a Perl module that transforms HTML into PDF, using an assortment of XML transformations implemented in PDF::FromHTML::Twig. It comes with a command-line utility, html2pdf.pl. -- 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/20150505024809.17422.76556.report...@debmaker64.wgtn.cat-it.co.nz
Bug#786742: ITP: libtemplate-plugin-stash-perl -- a Template::Toolkit plugin that exposes the template's stash
Package: wnpp Severity: wishlist Owner: Robin Sheat * Package name: libtemplate-plugin-stash-perl Version : 1.006 Upstream Author : D.H. (PodMaster) * URL : https://metacpan.org/release/Template-Plugin-Stash * License : Artistic / GPL-1+ Programming Lang: Perl Description : a Template::Toolkit plugin that exposes the template's stash Template::Plugin::Stash provides an easy way to access the stash that was supplied to your template, making it more convenient to dump it out for debugging. -- 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/20150525053641.27047.72814.report...@debmaker64.wgtn.cat-it.co.nz
Bug#786947: ITP: libswagger2-perl -- Perl module for generating, parsing and transforming swagger API documentation.
Package: wnpp Severity: wishlist Owner: Robin Sheat * Package name: libswagger2-perl Version : 0.32 Upstream Author : Jan Henning Thorsen * URL : https://metacpan.org/release/Swagger2 * License : Artistic 2.0 Programming Lang: Perl Description : Perl module for generating, parsing and transforming swagger API documentation. Swagger2 is a module for generating, parsing and transforming swagger API documentation. It has support for reading swagger specification in JSON notation and it can also read YAML files, if a YAML parser is installed. It comes with a Mojolicious plugin, Mojolicious::Plugin::Swagger2, which can set up routes and perform input and output validation. -- 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/20150527043536.31299.34651.report...@debmaker64.wgtn.cat-it.co.nz
Bug#918069: ITP: nitrocli -- Command-line interface for Nitrokey devices
Package: wnpp Severity: wishlist Owner: Robin Krahl * Package name: nitrocli Version : 0.2.0 Upstream Author : Daniel Mueller * URL : https://github.com/d-e-s-o/nitrocli * License : GPLv3 Programming Lang: Rust Description : Command-line interface for Nitrokey devices nitrocli provides a command-line interface for Nitrokey devices. The Nitrokey Pro provides an OpenPGP smart card, one-time password generation (HOTP and TOTP) and a password safe. The Nitrokey Storage additionally provides hardware-encrypted storage. nitrocli’s functionality is similar to that of nitrokey-app, which is already packaged for Debian. Yet nitrokey-app has a Qt-based user inface while nitrocli has a command-line interface. nitrocli and nitrokey-app are both based on libnitrokey. I intend to package nitrocli within the Rust packaging team. signature.asc Description: PGP signature
Bug#920201: ITP: cargo-edit -- add, remove and upgrade Cargo dependencies from the command line
Package: wnpp Severity: wishlist Owner: Robin Krahl * Package name: cargo-edit Version : 0.3.1 Upstream Author : Andronik Ordian, Benjamin Gill, Jonas Platte, Pascal Hertleif, Sebastian Garrido, Without Boats * URL : https://github.com/killercup/cargo-edit * License : Apache-2.0/MIT Programming Lang: Rust Description : add, remove and upgrade Cargo dependencies from the command line cargo-edit is an extension for Cargo, the Rust package manager, that allows users to add, remove and upgrade dependencies by modifying the Cargo.toml file from the command line. I intend to package cargo-edit as part of the Rust packaging team. signature.asc Description: PGP signature
Bug#920392: ITP: rusty-tags -- generate tags for source code navigation for a cargo project
Package: wnpp Severity: wishlist Owner: Robin Krahl * Package name: rusty-tags Version : 3.3.0 Upstream Author : Daniel Trstenjak * URL : https://github.com/dan-t/rusty-tags * License : BSD-3-Clause Programming Lang: Rust Description : generate tags for source code navigation for a cargo project rusty-tags is a command-line tool that creates tags for source code navigation using ctags for a cargo project, all of its direct and indirect dependencies and the Rust standard library. I intend to package rusty-tags as part of the Rust packaging team. signature.asc Description: PGP signature
Bug#920395: ITP: difference -- text diffing tool
Package: wnpp Severity: wishlist Owner: Robin Krahl * Package name: difference Version : 2.0.0 Upstream Author : Johann Hofmann * URL : https://github.com/johannhof/difference.rs * License : MIT Programming Lang: Rust Description : text diffing tool difference compares two strings and prints a colorful visual representation of the diff. I intend to package difference as part of the Rust packaging team. signature.asc Description: PGP signature
Bug#923052: ITP: podcast -- command-line podcast player
Package: wnpp Severity: wishlist Owner: Robin Krahl * Package name: podcast Version : 0.7.5 Upstream Author : Nathan Jaremko * URL : https://github.com/njaremko/podcast * License : GPL-3.0 Programming Lang: Rust Description : command-line podcast player podcast is a command-line podcast player. It can be used to subscribe to podcasts using RSS feeds and to stream or download podcasts. I intend to package podcast within the Rust packaging team. signature.asc Description: PGP signature
Re: Notes on packaging PCYNLITX
On 2019-07-12 19:52:14, Bagas Sanjaya wrote: > - Evince will be installed as runtime dependency, possibly for documentation. > For non-GNOME users (KDE, XFCE, etc.) > which use different readers (like Okular and Atril) this can bloat their > system and become unnecessary. You might want to have a look at pdf-viewer [0] – it’s a virtual package that is provided by evince, okular etc. [0] https://packages.debian.org/buster/pdf-viewer /Robin signature.asc Description: PGP signature
Bug#1051401: general: PATH variable definition in debian 12
Package: general Severity: normal X-Debbugs-Cc: robinhodges...@yahoo.co.uk Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome of this action? * What outcome did you expect instead? *** End of the template - remove these template lines *** Had a problem when I installed debian 12 onto my PC. As root the reboot and shutdown commands wouldnt work. I have solved this on my PC by including the following into the root .bashrc file export PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin Thank you
Bug#1053244: ITP: golang-sourcehut-rockorager-go-jmap -- A JMAP client library
Package: wnpp Severity: wishlist Owner: Robin Jarry * Package name: golang-sourcehut-rockorager-go-jmap Version : 0.3.0-1 Upstream Author : Tim Culverhouse * URL : https://git.sr.ht/~rockorager/go-jmap * License : Expat Programming Lang: Go Description : A JMAP client library A JMAP client library. Includes support for all core functionality (including PushSubscription and EventSource event streams), mail, smime-verify, and MDN specifications. This is a new build dependency of aerc.
Bug#1061583: ITP: libapache2-mod-sts -- security token exchange module for Apache 2
Package: wnpp Severity: wishlist Owner: Robin Gustafsson X-Debbugs-Cc: debian-devel@lists.debian.org * Package name: libapache2-mod-sts Version : 3.4.0 Upstream Contact: Hans Zandbelt * URL : https://github.com/OpenIDC/mod_sts * License : AGPL-3+ Programming Lang: C Description : security token exchange module for Apache 2 A security token exchange module for Apache HTTP Server 2.x which allows for exchanging arbitrary security tokens by calling into a remote Security Token Service (STS). This Apache module allows for exchanging a security token (aka. "source token") that is presented on an incoming HTTP request for another security token (aka. "target token") by calling into a Security Token Service (STS) and then include that target token on the propagated HTTP request to the content or origin server. I use this program and I have not found another that can replace it. I intend to maintain it myself but am open to co-maintainers, team maintenance and low threshold NMUs.
Bug#1064818: ITP: golang-sourcehut-rockorager-vaxis -- A modern TUI library for go
Package: wnpp Severity: wishlist Owner: Robin Jarry * Package name: golang-sourcehut-rockorager-vaxis Version : 0.8.2-1 Upstream Author : Tim Culverhouse <> * URL : https://git.sr.ht/~rockorager/vaxis * License : Apache-2.0 Programming Lang: Go Description : A modern TUI library for go Vaxis is a Terminal User Interface (TUI) library for go. Vaxis supports modern terminal features, such as styled underlines and graphics. A widgets package is provided with some useful widgets. Vaxis is blazingly fast at rendering. It might not be as fast or efficient as notcurses, but significant profiling has been done to reduce all render bottlenecks while still maintaining the feature-set. All input parsing is done using a real terminal parser, based on the excellent state machine by Paul Flo Williams. Some modifications have been made to allow for proper SGR parsing (':' separated sub-parameters) Vaxis does not use terminfo. Support for features is detected through terminal queries. Vaxis assumes xterm-style escape codes everywhere else. This will be a new dependency for aerc 0.18 and onwards.
Bug#1064880: ITP: golang-github-mattn-go-sixel -- DRCS/Sixel Encoder/Decoder
Package: wnpp Severity: wishlist Owner: Robin Jarry * Package name: golang-github-mattn-go-sixel Version : 0.0.5-1 Upstream Author : mattn * URL : https://github.com/mattn/go-sixel * License : Expat Programming Lang: Go Description : DRCS/Sixel Encoder/Decoder go-sixel . DRCS Sixel Encoder/Decoder . (http://go-gyazo.appspot.com/75ec3ce96dfc573e.png) . Installation . $ go get github.com/mattn/go-sixel . You can install gosr (go sixel renderer), gosd (go sixel decoder) with following installation instruction. . $ go get github.com/mattn/go-sixel/cmd/gosr $ go get github.com/mattn/go-sixel/cmd/gosd . COMMAND | DESCRIPTION --+--- gosr| Image renderer gosd| Decoder to png goscat | Render cats gosgif | Render animation GIF gosl| Run SL . Usage . Encode . $ cat foo.png | gosr - . Decode . $ cat foo.drcs | gosd > foo.png . Use as library . img, _, _ := image.Decode(filename) sixel.NewEncoder(os.Stdout).Encode(img) . License . MIT . Author . Yasuhiro Matsumoto (a.k.a mattn) We need this as a dependency for vaxis.
Bug#1064881: ITP: golang-github-soniakeys-quant -- An interface for image color quantizers.
Package: wnpp Severity: wishlist Owner: Robin Jarry * Package name: golang-github-soniakeys-quant Version : 1.0.0-1 Upstream Author : Sonia Keys * URL : https://github.com/soniakeys/quant * License : Expat Programming Lang: Go Description : An interface for image color quantizers. Quant . Experiments with color quantizers . Implemented here are two rather simple quantizers and an (also simple) ditherer. The quantizers satisfy the draw.Quantizer interface of the standard library. The ditherer satisfies the draw.Drawer interface of the standard library. We need this as an indirect dependency for golang-sourcehut-rockorager-vaxis.
Bug#973535: ITP: php-league-mime-type-detection -- generic mime-type detection interface for PHP
Package: wnpp Severity: wishlist Owner: Robin Gustafsson Control: block 951666 by -1 * Package name: php-league-mime-type-detection Version : 1.5.1 Upstream Author : Frank de Jonge * URL : https://github.com/thephpleague/mime-type-detection * License : MIT/Expat Programming Lang: PHP Description : generic mime-type detection interface for PHP League Mime Type Detection supplies a generic mime-type detection interface with a finfo based implementation. . As a fallback for finfo based lookup, an extension map is used to determine the mime-type. There is an advised implementation shipped, which is generated from information collected by the npm package mime-db. This package is a dependency of php-league-flysystem (ITP #951666). I plan to maintain this package within the Debian PHP PEAR Maintainers team.
Bug#981965: ITP: cbonsai -- terminal-based bonsai tree generator
Package: wnpp Severity: wishlist Owner: Robin Gustafsson * Package name: cbonsai Version : 0.0~git20210115.e107005 Upstream Author : John Allbritten * URL : https://gitlab.com/jallbrit/cbonsai * License : GPL-3+ Programming Lang: C Description : terminal-based bonsai tree generator cbonsai is a bonsai tree generator using ncurses. It intelligently creates, colors, and positions a bonsai tree, and is entirely configurable via CLI options. This program is a small "game", in the same sense as e.g. cowsay and lolcat. I intend to maintain it myself. I'm open to team maintenance if there's a suitable team for it.
Bug#1001417: ITP: bonsai -- Python3 asyncio-compatible LDAP library
Package: wnpp Severity: wishlist Owner: Robin Jarry X-Debbugs-Cc: debian-devel@lists.debian.org * Package name: bonsai Version : 1.3.0 Upstream Author : noirello * URL : https://github.com/noirello/bonsai * License : MIT Programming Lang: Python 3 Description : Python3 asyncio-compatible LDAP library Bonsai is library for handling LDAP operations in Python. Uses libldap2 on UNIX platforms and WinLDAP on Microsoft Windows. LDAP entries are mapped to a special Python case-insensitive dictionary, tracking the changes of the dictionary to modify the entry on the server easily. * Supports only Python 3.6 or newer, and LDAPv3. * Uses LDAP libraries (OpenLDAP and WinLDAP) written in C for faster processing. * Simple pythonic design. * Implements an own dictionary-like object for mapping LDAP entries that makes easier to add and modify them. * Works with various asynchronous libraries (like asyncio, gevent). I intend on maintaining this package in the context of the Debian Python Team. I will need a sponsor for uploads after pushing on Salsa. This package is not yet in Debian but I like the design and I think it would be a great addition in the archive. Also, it is the only asyncio compatible LDAP library that I know of. Thanks!
Bug#1006955: ITP: python-txrequests -- Asynchronous Python HTTP Requests for Humans using twisted
Package: wnpp Severity: wishlist Owner: Robin Jarry X-Debbugs-Cc: debian-devel@lists.debian.org * Package name: python-txrequests Version : 0.9.6 Upstream Author : Pierre Tardy * URL : https://github.com/tardyp/txrequests * License : Apache-2.0 Programming Lang: Python Description : Asynchronous Python HTTP Requests for Humans using twisted Small add-on for the python requests http library. Makes use twisted's ThreadPool, so that the requests'API returns deferred objects. This is a dependency of buildbot. Required to update to 3.4.1 and later. I intend on maintaining this package in the context of the Debian Python Team. I will need a sponsor for uploads after pushing on Salsa. Thanks!
Bug#1007104: ITP: odr-dabmod -- ODR-DabMod is a DAB (Digital Audio Broadcasting) modulator compliant to ETSI EN 300 401
Package: wnpp Severity: wishlist Owner: Robin Alexander X-Debbugs-Cc: debian-devel@lists.debian.org * Package name: odr-dabmod Version : 2.5.0 Upstream Author : Matthias P. Braendli * URL : https://www.opendigitalradio.org/ * License : GPL Programming Lang: C++ Description : ODR-DabMod is a DAB (Digital Audio Broadcasting) modulator compliant to ETSI EN 300 401 ODR-DabMod is a DAB (Digital Audio Broadcasting) modulator compliant to ETSI EN 300 401. It is the continuation of the work started by the Communications Research Center Canada, and is now pursued in the Opendigitalradio project (https://www.opendigitalradio.org/). ODR-DabMod is part of the ODR-mmbTools tool-set. More information about the ODR-mmbTools is available in the guide, available on the Opendigitalradio mmbTools page (https://www.opendigitalradio.org/mmbtools). ODR-DabMod takes the dab multiplex information from ODR-DabMux and generates a modulation that will drive a SDR-transmitter card. I will need a sponsor to review and push the package.
Bug#1008124: ITP: odr-audioenc -- DAB and DAB+ audio encoder that integrates into the ODR-mmbTools
Package: wnpp Severity: wishlist Owner: Robin Alexander X-Debbugs-Cc: debian-devel@lists.debian.org * Package name: odr-audioenc Version : 3.1.0 Upstream Author : Matthias P. Braendli * URL : https://github.com/opendigitalradio/odr-audioenc * License : GPL Programming Lang: C++ Description : DAB and DAB+ audio encoder that integrates into the ODR-mmbTools dr-audioenc is an encoder which can read audio from a file (raw or wav), from an ALSA source, from JACK or using libVLC or GStreamer, and encode to a file, a pipe, to an EDI or ZeroMQ output compatible with ODR-DabMux.
Bug#1008125: ITP: odr-audioenc -- ODR-AudioEnc is a DAB and a DAB+ encoder that integrates into the ODR-mmbTools.
Package: wnpp Severity: wishlist Owner: Robin Alexander X-Debbugs-Cc: debian-devel@lists.debian.org * Package name: odr-audioenc Version : 3.1.0 Upstream Author : Matthias P. Braendli * URL : https://github.com/opendigitalradio/odr-audioenc/ * License : GPL Programming Lang: C++ Description : ODR-AudioEnc is a DAB and a DAB+ encoder that integrates into the ODR-mmbTools. The odr-audioenc encoder can read audio from a file (raw or wav), from an ALSA source, from JACK or using libVLC or GStreamer, and encode to a file, a pipe, to an EDI or ZeroMQ output compatible with ODR-DabMux. odr-audioenc can insert Programme-Associated Data, that can be generated with ODR-PadEnc. ODR-AudioEnc v3 is compatible with ODR-PadEnc v3.
Bug#1009060: ITP: odr-padenc -- This is an encoder for Programme Associated Data
Package: wnpp Severity: wishlist Owner: Robin Alexander X-Debbugs-Cc: debian-devel@lists.debian.org * Package name: odr-padenc Version : 3.0.0 Upstream Author : Matthias P. Braendli * URL : https://github.com/Opendigitalradio/ODR-PadEnc/ * License : GPL Programming Lang: C++ Description : This is an encoder for Programme Associated Data ODR-PadEnc is an encoder for Programme Associated Data (PAD) and includes support for: . - MOT Slideshow (including catSLS), according to ETSI EN 301 234 and TS 101 499 . - DLS (including DL Plus), according to ETSI EN 300 401 and TS 102 980 . To encode DLS and Slideshow data, the odr-padenc tool reads images from a folder and DLS text from a file, and generates the PAD data for the encoder. This command belongs to the OpenDigitalRadio mmbTools which include: - odr-audioenc (audio encoder for DAB/DAB+) - odr-dabmux (DAB/DAB+ multiplex) - odr-dabmod (DAB/DAB+ modulator)
Bug#1009225: ITP: odr-dabmux -- Digital Audio Broadcasting multiplexer compliant to ETSI EN 300 401
Package: wnpp Severity: wishlist Owner: Robin Alexander X-Debbugs-Cc: debian-devel@lists.debian.org * Package name: odr-dabmux Version : 4.1.0 Upstream Author : Matthias P. Braendli * URL : https://github.com/Opendigitalradio/ODR-DabMux/ * License : GPL Programming Lang: C++ Description : Digital Audio Broadcasting multiplexer compliant to ETSI EN 300 401 ODR-DabMux implements a DAB multiplexer that combines all audio and data inputs into an ETI output. It can be used off-line (i.e. not real-time) to generate ETI data for later processing, or in a real-time streaming scenario (e.g. in a transmitter). This package belongs to the OpenDigitalRadio mmbTools which include: - odr-audioenc (DAB/DAB+ encoder for audio) - odr-padenc (DAB/DAB+ encoder for Program Associated Data) - odr-dabmod (DAB/DAB+ modulator)
Bug#1013927: ITP: golang-github-arran4-golang-ical -- A ICS / ICal parser and serialiser for Golang.
Package: wnpp Severity: wishlist Owner: Robin Jarry * Package name: golang-github-arran4-golang-ical Version : 0.0~git20220517.fd89fefb0182-1 Upstream Author : Arran Ubels * URL : https://github.com/arran4/golang-ical * License : Apache-2.0 Programming Lang: Go Description : A ICS / ICal parser and serialiser for Golang. golang-ical . A ICS / ICal parser and serialiser for Golang. . Because the other libraries didn't quite do what I needed. . Usage, parsing: . cal, err := ParseCalendar(strings.NewReader(input)) . . Creating: . cal := ics.NewCalendar() cal.SetMethod(ics.MethodRequest) event := cal.AddEvent(fmt.Sprintf("id@domain", p.SessionKey.IntID())) event.SetCreatedTime(time.Now()) event.SetDtStampTime(time.Now()) event.SetModifiedAt(time.Now()) event.SetStartAt(time.Now()) event.SetEndAt(time.Now()) event.SetSummary("Summary") event.SetLocation("Address") event.SetDescription("Description") event.SetURL("https://URL/";) event.AddRrule(fmt.Sprintf("FREQ=YEARLY;BYMONTH=%d;BYMONTHDAY=%d", time.Now().Month(), time.Now().Day())) event.SetOrganizer("sender@domain", ics.WithCN("This Machine")) event.AddAttendee("reciever or participant", ics.CalendarUserTypeIndividual, ics.ParticipationStatusNeedsAction, ics.ParticipationRoleReqParticipant, ics.WithRSVP(true)) return cal.Serialize() . Helper methods created as needed feel free to send a P.R. with more. This is a new build dependency for aerc.
Bug#1013928: ITP: golang-github-emersion-go-msgauth -- A Go library and tools for DKIM, DMARC and Authentication-Results
Package: wnpp Severity: wishlist Owner: Robin Jarry * Package name: golang-github-emersion-go-msgauth Version : 0.6.6-1 Upstream Author : Simon Ser * URL : https://github.com/emersion/go-msgauth * License : Expat Programming Lang: Go Description : A Go library and tools for DKIM, DMARC and Authentication-Results go-msgauth . godocs.io (https://godocs.io/github.com/emersion/go-msgauth) builds.sr.ht status (https://builds.sr.ht/~emersion/go-msgauth/commits/master) . A Go library and tools to authenticate e-mails: . * Create and verify DKIM signatures (https://tools.ietf.org/html/rfc6376) * Create and parse Authentication-Results header fields (https://tools.ietf.org/html/rfc7601) * Fetch DMARC (http://tools.ietf.org/html/rfc7489) records . DKIM godocs.io (https://godocs.io/github.com/emersion/go-msgauth/dkim) . Sign . r := strings.NewReader(mailString) . options := &dkim.SignOptions{ Domain: "example.org", Selector: "brisbane", Signer: privateKey, } . var b bytes.Buffer if err := dkim.Sign(&b, r, options); err != nil { log.Fatal(err) } . Verify . r := strings.NewReader(mailString) . verifications, err := dkim.Verify(r) if err != nil { log.Fatal(err) } . for _, v := range verifications { if v.Err == nil { log.Println("Valid signature for:", v.Domain) } else { log.Println("Invalid signature for:", v.Domain, v.Err) } } . FAQ . **Why can't I verify a mail.Message directly?** A mail.Message header is already parsed, and whitespace characters (especially continuation lines) are removed. Thus, the signature computed from the parsed header is not the same as the one computed from the raw header. . **How can I publish my public key?** You have to add a TXT record to your DNS zone. See RFC 6376 appendix C (https://tools.ietf.org/html/rfc6376#appendix-C). You can use the dkim- keygen tool included in go-msgauth to generate the key and the TXT record. . Authentication-Results godocs.io (https://godocs.io/github.com/emersion/go-msgauth/authres) . // Format results := []authres.Result{ &authres.SPFResult{Value: authres.ResultPass, From: "example.net"}, &authres.AuthResult{Value: authres.ResultPass, Auth: "sen...@example.com"}, } s := authres.Format("example.com", results) log.Println(s) . // Parse identifier, results, err := authres.Parse(s) if err != nil { log.Fatal(err) } . log.Println(identifier, results) . DMARC godocs.io (https://godocs.io/github.com/emersion/go-msgauth/dmarc) . See the GoDoc page. . Tools . A few tools are included in go-msgauth: . * dkim-keygen: generate a DKIM key * dkim-milter: a mail filter to sign and verify DKIM signatures * dkim-verify: verify a DKIM-signed email * dmarc-lookup: lookup the DMARC policy of a domain . License . MIT This is a new build dependency for aerc.
Bug#1013966: ITP: golang-github-emersion-go-milter -- Go library to write mail filters
Package: wnpp Severity: wishlist Owner: Robin Jarry * Package name: golang-github-emersion-go-milter Version : 0.3.3-1 Upstream Author : Simon Ser * URL : https://github.com/emersion/go-milter * License : BSD-2-clause Programming Lang: Go Description : Go library to write mail filters go-milter . GoDoc (https://godoc.org/github.com/emersion/go-milter) builds.sr.ht status (https://builds.sr.ht/~emersion/go-milter/commits?) . A Go library to write mail filters. . License . BSD 2-Clause Dependency of golang-github-emersion-go-msgauth, indirect dependency of aerc.
Bug#1014313: ITP: golang-github-emersion-go-mbox -- Package mbox parses the mbox file format into messages and formats messages into mbox files
Package: wnpp Severity: wishlist Owner: Robin Jarry * Package name: golang-github-emersion-go-mbox Version : 1.0.3-1 Upstream Author : Simon Ser * URL : https://github.com/emersion/go-mbox * License : Expat Programming Lang: Go Description : Package mbox parses the mbox file format into messages and formats messages into mbox files New dependency for aerc.
Bug#1019894: ITP: golang-sourcehut-rockorager-tcell-term -- TODO
Package: wnpp Severity: wishlist Owner: Robin Jarry * Package name: golang-sourcehut-rockorager-tcell-term Version : 0.1.0-1 Upstream Author : Tim Culverhouse * URL : https://git.sr.ht/~rockorager/tcell-term * License : expat Programming Lang: Go Description : A virtual terminal widget for tcell tcell-term implements the native tcell Widget interface. This is a new dependency for aerc.
Bug#951156: ITP: php-laravel-lumen-framework -- micro-framework for building web applications in PHP
Package: wnpp Severity: wishlist Owner: Robin Gustafsson * Package name: php-laravel-lumen-framework Version : 6.3.3 Upstream Author : Taylor Otwell * URL : https://github.com/laravel/lumen-framework * License : MIT Programming Lang: PHP Description : micro-framework for building web applications in PHP Laravel Lumen is a stunningly fast PHP micro-framework for building web applications with expressive, elegant syntax. Lumen attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as routing, database abstraction, queueing, and caching. This library contains the core code of the Laravel Lumen framework. I plan to maintain this package within the Debian PHP PEAR Maintainers team.
Bug#951159: ITP: php-laravel-framework -- web application framework for PHP
Package: wnpp Severity: wishlist Owner: Robin Gustafsson * Package name: php-laravel-framework Version : 6.15.0 Upstream Author : Taylor Otwell * URL : https://github.com/laravel/framework * License : MIT Programming Lang: PHP Description : web application framework for PHP Laravel is a web application framework for PHP with expressive, elegant syntax. This package will be a multi-binary package building the many php-illuminate-* library components that make up the Laravel framework, but that are also used by other PHP frameworks and applications. It will replace the separate php-illuminate-* source packages that are already in Debian. This package is a dependency of php-laravel-lumen-framework (ITP #951156). I plan to maintain this package within the Debian PHP PEAR Maintainers team.
Bug#951163: ITP: php-vlucas-phpdotenv -- environment variable file loader for PHP
Package: wnpp Severity: wishlist Owner: Robin Gustafsson * Package name: php-vlucas-phpdotenv Version : 3.6.0 Upstream Author : Vance Lucas * URL : https://github.com/vlucas/phpdotenv * License : BSD Programming Lang: PHP Description : environment variable file loader for PHP PHP library implementing an environment variable file (.env) loader for PHP. The environment file loader will load environment variables from .env files to getenv(), $_ENV and $_SERVER automagically. This package is a dependency of php-laravel-lumen-framework (ITP #951156). I plan to maintain this package within the Debian PHP PEAR Maintainers team.
Bug#951162: ITP: php-dragonmantank-cron-expression -- cron expression parser for PHP
Package: wnpp Severity: wishlist Owner: Robin Gustafsson * Package name: php-dragonmantank-cron-expression Version : 2.3.0 Upstream Author : Chris Tankersley * URL : https://github.com/dragonmantank/cron-expression * License : MIT Programming Lang: PHP Description : cron expression parser for PHP PHP library implementing a cron expression parser. The PHP cron expression parser can parse a cron expression, determine if it is due to run, calculate the next run date of the expression, and calculate the previous run date of the expression. This package is a dependency of php-laravel-lumen-framework (ITP #951156). I plan to maintain this package within the Debian PHP PEAR Maintainers team.
Bug#951164: ITP: php-phpoption -- Option type for PHP
Package: wnpp Severity: wishlist Owner: Robin Gustafsson * Package name: php-phpoption Version : 1.7.2 Upstream Author : Johannes M. Schmitt * URL : https://github.com/schmittjoh/php-option * License : Apache-2.0 Programming Lang: PHP Description : Option type for PHP PHP library implementing an Option type for PHP. The Option type is intended for cases where you sometimes might return a value (typically an object), and sometimes you might return a base value (typically null) depending on arguments, or other runtime factors. This package is a dependency of php-vlucas-phpdotenv (ITP #951163). I plan to maintain this package within the Debian PHP PEAR Maintainers team.
Bug#951665: ITP: php-opis-closure -- serializable closures (anonymous functions) for PHP
Package: wnpp Severity: wishlist Owner: Robin Gustafsson Control: block 951159 by -1 * Package name: php-opis-closure Version : 3.5.1 Upstream Author : Marius Sarca * URL : https://github.com/opis/closure * License : MIT Programming Lang: PHP Description : serializable closures (anonymous functions) for PHP PHP library that can be used to serialize closures (anonymous functions) and arbitrary objects. It aims to overcome PHP's limitations regarding closure serialization by providing a wrapper that will make all closures serializable. . Key features: - Serializes any closure and arbitrary objects - Doesn't use eval for closure serialization or unserialization - Handles all variables referenced in use(), recursive closures, static closures and magic constants - Automatically resolves all class names, function names and constant names used inside the closure - Track closure's residing source by using the #trackme directive - Simple and very fast parser - Proper exception handling for unserialized closures - Supports cryptographically signed closures - Provides a reflector for serialized closures - Automatically detects when the scope and/or the bound object of a closure needs to be serialized in order for the closure to work after deserialization This package is a dependency of php-laravel-framework (ITP #951159). I plan to maintain this package within the Debian PHP PEAR Maintainers team.
Bug#951666: ITP: php-league-flysystem -- unified file system API for PHP
Package: wnpp Severity: wishlist Owner: Robin Gustafsson Control: block 951159 by -1 * Package name: php-league-flysystem Version : 1.0.64 Upstream Author : Frank de Jonge * URL : https://github.com/thephpleague/flysystem * License : MIT Programming Lang: PHP Description : unified file system API for PHP Flysystem is a PHP library providing a filesystem abstraction which allows you to easily swap out a local filesystem for a remote one. . Goals: - Have a generic API for handling common tasks across multiple file storage engines. - Have consistent output which you can rely on. - Integrate well with other packages/frameworks. - Be cacheable. - Emulate directories in systems that don't support them, like AWS S3. - Support third party plugins. - Make it easy to test your filesystem interactions. - Support streams for big file handling. This package is a dependency of php-laravel-framework (ITP #951159). I plan to maintain this package within the Debian PHP PEAR Maintainers team.
Bug#961427: ITP: python-discord -- API wrapper for Discord written in Python
Package: wnpp Severity: wishlist Owner: Robin Gustafsson * Package name: python-discord Version : 1.3.3 Upstream Author : Rapptz * URL : https://github.com/Rapptz/discord.py * License : MIT Programming Lang: Python Description : API wrapper for Discord written in Python A modern, easy to use, feature-rich, and async ready API wrapper for Discord written in Python. Key Features: * Modern Pythonic API using async and await. * Proper rate limit handling. * 100% coverage of the supported Discord API. * Optimised in both speed and memory. If accepted, I intend to maintain this within the Python Modules team.
Compiler with Spectre mitigation retpoline/-mindirect-branch=thunk
Hey, I was wondering, are the debian maintainers planning on backporting the -mindirect-branch=thunk support introduced in GCC 7.3 and 8.1 to the compilers available on Jessie and Stretch? While this is not necessarily a security fix for the compiler it does provide that fix to at least kernels compiled using it. Regards, Robin Geuze TransIP BV
Bug#825493: ITP: libdbix-runsql-perl -- allows an SQL file to be run via a DBI handle
Package: wnpp Severity: wishlist Owner: Robin Sheat * Package name: libdbix-runsql-perl Version : 0.14 Upstream Author : Max Maischein * URL : https://metacpan.org/release/DBIx-RunSQL * License : Artistic or GPL-1+ Programming Lang: Perl Description : allows an SQL file to be run via a DBI handle DBIx::RunSQL can load an SQL file in to a database via a database handle, rather than requiring a manual loading procedure invoking database command line clients.