Unidentified subject!
Unsubscribe [EMAIL PROTECTED]
Re: Organizing "non-free"
On Sun, 16 Jun 1996, Chris Fearnley wrote: > Umm, "non-free to distribute" shouldn't be on /any/ ftp site, right? I believe 'non-free to distribute' means, you can't sell it for money (many people do this - they give the program away, but you can't sell a CD with that program on it). In other words, ftp sites=OK, CD's=Not OK -- Run.exe [EMAIL PROTECTED] http://www.ntplx.net/~runexe/ Finger me for PGP key -- Nine megs for the secretaries fair,| One disk to rule them all, Seven megs for the hackers scarce, | One disk to bind them, Five megs for the grads in smoky lairs,| One disk to hold the files Three megs for system source; | And in the darkness grind 'em. --- Hi! I'm a .signature virus! Add me to your .signature and join in the fun!
Re: Bug#3286: abuse doesn't handle ps/2 mouse correctly
On 18 Jun 1996 [EMAIL PROTECTED] wrote: > This is not a shell issue. The problem is that I start abuse, switch > VTs, then switch back, and abuse has forgotten that I have a PS2 > mouse. I never exitted abuse. What happens exactly. Do you get an error message? Does the mouse simply stop responding? Are you running gpm? I've tested this out with my PS/2 mouse, but haven't had any problems switching VC's. -- Run.exe [EMAIL PROTECTED] http://www.ntplx.net/~runexe/ Finger me for PGP key -- Nine megs for the secretaries fair,| One disk to rule them all, Seven megs for the hackers scarce, | One disk to bind them, Five megs for the grads in smoky lairs,| One disk to hold the files Three megs for system source; | And in the darkness grind 'em. --- Hi! I'm a .signature virus! Add me to your .signature and join in the fun!
Re: Bug#4096: abuse is still a.out
On Sat, 10 Aug 1996, Andreas Jellinghaus wrote: > Package: abuse > Version: 1.10-4 > > abuse is still a.out > > [EMAIL PROTECTED]:~$ file /usr/games/lib/abuse-1.10/abuse.x11R6 > /usr/games/lib/abuse-1.10/abuse.x11R6: setgid Linux/i386 demand-paged > executable (ZMAGIC), stripped This is due to the fact that we don't have the source code for abuse. I've asked the makers if they'll make an ELF version, but I haven't seen one. Until then there isn't much I can do - I'll leave the bug open however, as I do agree an ELF version would be much better. -- Run.exe First Law of the Universe: No law applies to ALL of the Universe [EMAIL PROTECTED] http://www.ntplx.net/~runexe/ Finger me for PGP key
Re: Bug#4406: Problems with abuse
On Thu, 5 Sep 1996, Gordon Russell wrote: > Package: abuse > Version: 1.10-4 > > Great game, but I am having quite a few problems with its configuration. > (1) X-Version > Runs ok without options. Instructions suggest to use > -grap_pointer -2 -size 640 400 > The program hates this, and says something like > "grabbing pointer... pausing for -2 seconds" and then > hangs up. Try just -2 -size 640 400 > (2) X-Version > Cannot save the game. Falls over with an error message > about writing gamma.lsp. Tries setting the umask. I don't > know where it is trying to write to, but my guess must be a > permissions problem I'll take a look at this. > (3) Console Version > abuse should have a dependency on aout-svgalib, as this is needed to > get it to execute from the console. Maybe to seperate .deb files would > be better, one for X and the other for console execution? That way the > dependencies could be kept relatively clean. It depends on either X11R6 or aout-svgalib - if any wants me to set it for both, I'll consider it. I don't think separate .deb's are a good idea. > (4) Console Version. > Has anyone ever got this version to run? It dies on me complaining > about the mouse. It asks me to set MOUSE_TYPE is I have no MS compatible > mouse, so; > (i) If I use a MS mouse and set the conf file in etc/vga correctly > it says that it could not find the mouse driver. Was support compiled into the kernel? > (ii)If I set MOUSE_TYPE then it either says that the mouse type > is unrecognised (I tries a MouseSystems), or that it is recognised > but that the mouse driver is not present. > What is wrong here is anyones guess... > I am using the standard buzz-fixed distribution. > Thanks > Gordon > > PS Great game! >(I can still play it under X if I have a small screen and don't save, but > it is hard!) I'll try to get a fixed abuse out with a week or two (hopefully I can fix it this weekend). -- Run.exe First Law of the Universe: No law applies to ALL of the Universe [EMAIL PROTECTED] http://www.ntplx.net/~runexe/ Finger me for PGP key
Re: Please remove RFCs from the documentation in Debian packages
On Thu 03 Jul Petter Reinholdtsen wrote: > > [Javier Fernández-Sanguino Peña] > > (For those who are not aware of this issue, please read #92810) > > There seem to be someone believing that standard documents should be > treated as software. Standards are not software. Standards do not > improve if everyone is allowed to modify them and publish the modified > version as an updated version of the standard. Standards get their > value from having a rigid procedure for updates and modifications. > Software do not. Ceci n'est pas une RFC. I think there's perhaps a problem with terminology here. A standards document is not the standard itself, it's just a written copy of it. Standards obviously do function by being commonly agreed, and therefore the actual standards do require some form of change control to be effective. Where the 'actual standard' resides is another question. The copy of the standard on my harddisk certainly isn't it though, and it doesn't have to be under change control - as long as it is clear whether it represents the standard or is just something similar, there's no problem with it being mutable. After all, if people being able to change copies of standards really was such a huge risk, then you'd not be able to publish them at all without some pretty serious DRM, just in case someone altered one and all hell broke loose. Look, I'm going to change the length of an IP datagram and damn the consequences, mwahahahahaha! Many of the reasons to prefer freedom in software apply to standards also - if a community of developers think a standard is poorly designed and wish to produce a new one derived from the old, that is surely of benefit to everyone, and for exactly the same reasons as freeness is of benefit in software. doug. -- Core GNOME developers are heavy Ketamine users -- http://www.illusionary.com/GNOMEvKDE.html pgpS1wdopfQ6V.pgp Description: PGP signature
Re: 404's
Matt Zimmerman wrote: > > On Mon, Apr 30, 2001 at 02:00:18PM -0700, Adam McKenna wrote: > > > > rsync --exclude "Packages*" debian/pool > > rsync --delete debian/pool (If old packages are even deleted) It is probably a good idea to hold off the Sources* and Release* files too and then at the very end run a --delete-after. This is aproximately what I have started using... rsync -vaH --stats --partial --exclude Packages* \ --exclude Sources* --exclude Release* host::debian debian/ rsync -vaH --stats --partial --delete --delete-after \ host::debian debian/ > with this rsync implementation, will cause nearly every file > in the archive to be checksum-compared twice instead of once. No, rsync will only checksum files by default when they are being sent or if the timestamp and/or file sizes do not match. Rsync will only checksum every file if you hand it the -c option. The only problem with this is getting the whole file list twice which takes some io. I am looking at the possibility of using cvsup (yes that sounds strange, but trust me) for mirroring because it uses the same algorithm as rsync and is much faster when it comes to getting the file list. Rsync will wait until the entire file list has been received, whereas cvsup will immediately grab the first file on the list which saves a lot of time in many cases. - Doug
Re: Debbugs and ACK messages
Daniel Jacobowitz <[EMAIL PROTECTED]> wrote: > > Is there anyone out there who actually appreciates the storms > of "Information received" acks that debbugs generates? If not, > it is fairly simple to turn them off - we just need to decide > to do so. I suspect there will be enough people on both sides of this issue. How about defaulting to non-verbose behavior, and having a `-verbose' variant of all the BTS addresses (or even the opposite). Then those who prefer to receive an acknowledgement can mail [EMAIL PROTECTED] and so on... -- Doug Porter <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#750926: ITP: wmforecast -- weather dockapp for Window Maker using the Yahoo Weather API
Package: wnpp Severity: wishlist Owner: Doug Torrance * Package name: wmforecast Version : 0.6 Upstream Author : Doug Torrance * URL : http://wmforecast.sourceforge.net * License : GPL, CC-BY-NC-SA Programming Lang: C Description : weather dockapp for Window Maker using the Yahoo Weather API wmforecast is a weather dockapp for Window Maker. It displays the current temperature and an icon representing the current conditions. A balloon tooltip displays forecast information. The weather information comes from the Yahoo Weather API. -- 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/20140608133920.6865.60347.reportbug@toshiba
Bug#774782: ITP: git-big-picture -- Visualization tool for Git repositories
Package: wnpp Severity: wishlist Owner: Doug Torrance * Package name: git-big-picture Version : 1.0.0-dev Upstream Author : Valentin Haenel * URL : https://github.com/esc/git-big-picture * License : GPL v3+ Programming Lang: Python Description : Visualization tool for Git repositories git-big-picture is a visualization tool for Git repositories. You can think of it as a filter that removes uninteresting commits from a DAG modelling a Git repository and thereby exposes the big picture: for example the hierarchy of tags and branches. git-big-picture supports convenience output options and can filter different classes of commits. It uses the Graphviz utility to render images that are pleasing to the eye. -- 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/20150107152120.2807.42198.reportbug@toshiba
Bug#775061: ITP: wmcalc -- dockable calculator application
Package: wnpp Severity: wishlist Owner: Doug Torrance * Package name: wmcalc Version : 0.5 Upstream Author : Window Maker Developers Team * URL : http://windowmaker.org/dockapps/?name=wmcalc * License : GPL-2 Programming Lang: C Description : dockable calculator application Wmcalc is a small calculator meant for the WindowMaker dock or Afterstep Wharf. It is a simple calculator with basic functions and memory slots, and can launch any external application for more complex calculations. wmcalc was removed from Debian in 2010 [1], but is now maintained again and a new upstream version was just released. [1] https://packages.qa.debian.org/w/wmcalc/news/20100124T163923Z.html -- 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/20150110214804.10661.34748.reportbug@toshiba
Bug#775110: ITP: wmcube -- spinning 3D object that shows the current CPU load
Package: wnpp Severity: wishlist Owner: Doug Torrance * Package name: wmcube Version : 1.0.0 Upstream Author : Cezary M. Kruk * URL : http://linux-bsd-unix.strefa.pl/index.en.html * License : GPL-3 Programming Lang: C Description : spinning 3D object that shows the current CPU load wmcube is a dockapp that displays a realtime rotating 3D object which indicates current CPU load. The higher the load, the faster the object spins. On SMP machines one instance can be run for each processor. Originally wmcube could spin only a cube, hence the name. wmcube was removed from Debian in 2010 [1]. However, it is maintained again and a new upstream version was released in 2014. [1] https://packages.qa.debian.org/w/wmcube/news/20100917T163914Z.html -- 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/2015051227.2896.89762.reportbug@toshiba
Bug#775470: ITP: wmfire -- very cool fiery way of showing your CPU usage
Package: wnpp Severity: wishlist Owner: Doug Torrance * Package name: wmfire Version : 1.2.4 Upstream Author : Alan Swanson * URL : http://www.swanson.ukfsn.org/#wmfire * License : GPL-2+ Programming Lang: C+ Description : very cool fiery way of showing your CPU usage A Window Maker (or similar) dockapp which shows your current CPU usage as a roaring fire. It can monitor the average cpu load, or individual cpu load on SMP computers. Additionally it can monitor the memory, network load, a file or just be set to show a pretty flame. On entering the dock a burning spot replaces the cursor, and after two seconds symbols to represent the current monitor are "burnt" onscreen. The flame colour can also be changed. It uses the GDK library to improve its speed - using less than half the cpu of the original program. wmfire 1.2.3 is still in oldstable, but was removed from Debian in 2011 [1]. Upstream released version 1.2.4 in 2010. [1] https://packages.qa.debian.org/w/wmfire/news/20110219T163917Z.html -- 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/20150116032058.2626.53527.reportbug@toshiba
Bug#776014: ITP: wmfsm -- WindowMaker dock app for monitoring filesystem usage
Package: wnpp Severity: wishlist Owner: Doug Torrance * Package name: wmfsm Version : 0.35 Upstream Author : Window Maker Developers Team * URL : http://windowmaker.org/dockapps/?name=wmfsm * License : GPL-2+ Programming Lang: C Description : WindowMaker dock app for monitoring filesystem usage Nice graphical 'df', showing you to what degree the mounted filesystems are used. Another X11 dockable application designed for WindowMaker. It works with other window managers as well. wmfsm was removed from Debian in 2010 [1], but it has a new upstream maintainer and a new version was just released. [1] https://packages.qa.debian.org/w/wmfsm/news/20100914T163918Z.html -- 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/20150122175857.16371.9089.reportbug@toshiba
Bug#776496: ITP: wmstickynotes -- Window Maker dockapp to create sticky notes on desktop
Package: wnpp Severity: wishlist Owner: Doug Torrance * Package name: wmstickynotes Version : 0.4 Upstream Author : Heath Caldwell * URL : http://sourceforge.net/projects/wmstickynotes/ * License : GPL-2+ Programming Lang: C Description : Window Maker dockapp to create sticky notes on desktop This program is a Window Maker style dockapp which allows you to create note windows. By default, the notes, along with their position, size, and color, are stored in files and will be restored when wmstickynotes is run again. -- 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/20150128171134.2851.52757.reportbug@toshiba
Bug#776650: ITP: wmget -- Background download manager in a Window Maker dockapp
Package: wnpp Severity: wishlist Owner: Doug Torrance * Package name: wmget Version : 0.6.0 Upstream Author : Aaron Trickey * URL : http://amtrickey.net/wmget/ * License : Expat Programming Lang: C Description : Background download manager in a Window Maker dockapp wmget is a dock app for the GNU Window Maker window manager (or one of the many other WM's which support dockapps) which makes it more convenient to perform long downloads in the background. It uses the excellent libcurl library, part of the cURL automated-download program, to perform file retrieval wmget was previously orphaned and later removed from Debian [1], but I intend to maintain it. [1] https://packages.qa.debian.org/w/wmget/news/20100917T163914Z.html -- 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/20150130145442.20440.12508.reportbug@toshiba
Bug#788836: ITP: wmsun -- Dockable WindowMaker SunRise/SunSet App
Package: wnpp Severity: wishlist Owner: Doug Torrance * Package name: wmsun Version : 1.04 Upstream Author : Window Maker Developers Team * URL : http://windowmaker.org/dockapps/?name=wmsun * License : GPL Programming Lang: C Description : Dockable WindowMaker SunRise/SunSet App wmSun displays the current day's Sun Rise and Set Times. You have to enter your Latitude and Longitude for it to work correctly. wmSun is designed to work with the WindowMaker dock, but will work with other window managers as well. wmsun was removed from Debian in 2011 [1], but upstream development has resumed and a new version was recently released. [1] https://packages.qa.debian.org/w/wmsun/news/20110415T163913Z.html -- 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/20150615130747.32150.25698.reportbug@cayke
Bug#792213: ITP: wmsysmon -- WindowMaker dock-app for monitoring your system
Package: wnpp Severity: wishlist Owner: Doug Torrance * Package name: wmsysmon Version : 0.7.7 Upstream Author : Vito Caputo * URL : http://www.gnugeneration.com/software/wmsysmon/ * License : GPL Programming Lang: C Description : WindowMaker dock-app for monitoring your system wmsysmon is a dockable application for WindowMaker (and possibly Afterstep). It monitors system information on interrupt activity, memory use, swap use, and IO. wmsysmon was removed from Debian in 2011 (though still exists in oldoldstable), partly because it was orphaned. I intend to actively maintain it. -- 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/20150712175940.18981.46699.reportbug@cayke
Bug#792324: ITP: wmtop -- dockapp that displays 3 top memory or CPU using processes
Package: wnpp Severity: wishlist Owner: Doug Torrance * Package name: wmtop Version : 0.84 Upstream Author : Dan Piponi * URL : http://wmtop.sourceforge.net/ * License : GPL Programming Lang: C Description : dockapp that displays 3 top memory or CPU using processes wmtop is a windowmaker dock app to display the top 3 processes running on a unix box displaying the cpu usage or memory usage in an attractive graphical way using little screen real estate. It's a kind of mini 'top'. wmtop was removed from Debian in 2010, but I plan to actively maintain it. -- 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/20150713225145.4181.91837.reportbug@cayke
Bug#977589: ITP: r-cran-sets -- Sets, Generalized Sets, Customizable Sets and Intervals
Package: wnpp Severity: wishlist Owner: Doug Torrance X-Debbugs-Cc: debian-devel@lists.debian.org, dtorra...@piedmont.edu * Package name: r-cran-sets Version : 1.0.18 Upstream Author : David Meyer * URL : https://cran.r-project.org/package=sets * License : GPL-2 Programming Lang: R Description : Sets, Generalized Sets, Customizable Sets and Intervals Data structures and basic operations for ordinary sets, generalizations such as fuzzy sets, multisets, and fuzzy multisets, customizable sets, and intervals. I ultimately would like to package r-cran-m2r, providing a persistent connection between R and Macaulay2, for Debian, but it has several dependencies that need to be packaged first. In particular: sets -> partitions -> mpoly -> m2r I intend to maintain this package under the umbrella of the Debian Science Team.
Bug#989784: ITP: macaulay2-jupyter-kernel -- Jupyter kernel for Macaulay2
Package: wnpp Severity: wishlist Owner: Doug Torrance X-Debbugs-Cc: debian-devel@lists.debian.org, dtorra...@piedmont.edu * Package name: macaulay2-jupyter-kernel Version : 0.6.7~beta Upstream Author : Radoslav Zlatev * URL : https://github.com/rz839/Macaulay2-Jupyter-Kernel * License : MIT Programming Lang: Python Description : Jupyter kernel for Macaulay2 Macaulay 2 is a software system for algebraic geometry research, written by Daniel R. Grayson and Michael E. Stillman. Based on Groebner bases, it provides algorithms for computing homological invariants of rings and modules. This package contains the Jupyter kernel for Macaulay2. I intend to maintain this package as a member of the Debian Science Team.
Bug#989835: ITP: r-cran-orthopolynom -- functions for orthogonal and orthonormal polynomials in R
Package: wnpp Severity: wishlist Owner: Doug Torrance X-Debbugs-Cc: debian-devel@lists.debian.org, dtorra...@piedmont.edu * Package name: r-cran-orthopolynom Version : 1.0.5 Upstream Author : Frederick Novomestky * URL : https://cran.r-project.org/package=orthopolynom * License : GPL Programming Lang: R Description : functions for orthogonal and orthonormal polynomials in R A collection of functions to construct sets of orthogonal polynomials and their recurrence relations. Additional functions are provided to calculate the derivative, integral, value and roots of lists of polynomial objects. I intend to package this as a member of the Debian R Packages Maintainers team.
Bug#990033: ITP: r-cran-mathjaxr -- use MathJax in R documentation files
Package: wnpp Severity: wishlist Owner: Doug Torrance X-Debbugs-Cc: debian-devel@lists.debian.org, dtorra...@piedmont.edu * Package name: r-cran-mathjaxr Version : 1.4-0 Upstream Author : Wolfgang Viechtbauer * URL : https://github.com/wviechtb/mathjaxr * License : GPL Programming Lang: R Description : use MathJax in R documentation files Provides 'MathJax' and macros to enable its use within Rd files for rendering equations in the HTML help files. I intend to maintain this package as a member of the Debian R Packages Maintainers team.
Bug#990950: ITP: bergman -- Groebner bases in commutative and non-commutative algebras
Package: wnpp Severity: wishlist Owner: Doug Torrance X-Debbugs-Cc: debian-devel@lists.debian.org, dtorra...@piedmont.edu * Package name: bergman Version : 1.001 Upstream Author : Joergen Backelin * URL : http://servus.math.su.se/bergman/ * License : Bergman General Public License Programming Lang: Common Lisp Description : Groebner bases in commutative and noncommutative algebras Bergman is a powerful tool to calculate Gröbner bases in commutative and non-commutative algebras, and in modules over them. It may also be used to calculate some invariants of algebras and modules: the Hilbert series, and (in the non-commutative case) the Poincaré-Betti series, the Anick resolution, and the Betti numbers. The most important feature of bergman are computations both in non-commutative and commutative cases. It also permits degree-wise output of results; thus it may save partial results from calculations close to or beyond the limit for calculations of entire Gröbner bases with present-day computer strength. This saves for the user partial results even the problem overheads the strength of the computer. Bergman offers the user a high level of flexibiliy. Among the alternatives for ring set-ups are: commutativity or non-commutativity; various strategies of Gröbner basis computation; a few different monomial orderings; and various coefficient fields. The set-up may be changed interactively during the session. Most calculations can be done both for ideals and modules. In the Reduce version it is possible to include indeterminates (with or without declared reduction rules) as coefficients for the commutative computations; otherwise the coefficient field should be a prime field. Bergman is written in Standard Lisp, the Lisp dialect underlying Reduce implementations. There is also available an experimentative Common Lisp version.Therefore, bergman works under Reduce, PSL or Common Lisp (at least one of them should be pre-installed), and commands are written in respect to Reduce or Lisp syntax. Bergman is a dependency of the Macaulay2 package "NCAlgebra" for working with noncommutative algebras. I intend to maintain it under the umbrella of the Debian Science Team.
Bug#991791: ITP: pynauty -- isomorphism testing and automorphisms of graphs
Package: wnpp Severity: wishlist Owner: Doug Torrance X-Debbugs-Cc: debian-devel@lists.debian.org, dtorra...@piedmont.edu * Package name: pynauty Version : 1.0.2 Upstream Author : Peter Dobsan * URL : https://github.com/pdobsan/pynauty * License : GPL Programming Lang: Python Description : isomorphism testing and automorphisms of graphs Pynauty can be used to compare graphs for isomorphism and to determine their automorphism group in a Python programming environment. Pynauty is a Python/C extension module using library components from the Nauty package by Brendan McKay. I intend to maintain this package under the umbrella of the Debian Python Team.
Bug#994218: ITP: r-cran-partitions -- Additive partitions of integers
Package: wnpp Severity: wishlist Owner: Doug Torrance X-Debbugs-Cc: debian-devel@lists.debian.org, dtorra...@piedmont.edu, debia...@lists.debian.org * Package name: r-cran-partitions Version : 1.10.2 Upstream Author : Robin K. S. Hankin * URL : https://github.com/RobinHankin/partitions * License : GPL Programming Lang: R Description : Additive partitions of integers Enumerates the partitions, unequal partitions, and restricted partitions of an integer; the three corresponding partition functions are also given. Set partitions and now compositions are included. I intend to maintain this package under the umbrella of the Debian R Package Maintainers.
Bug#1006721: ITP: node-remark-slide -- simple, in-browser, markdown-driven slideshow tool
Package: wnpp Severity: wishlist Owner: Doug Torrance X-Debbugs-Cc: debian-devel@lists.debian.org, dtorra...@debian.org * Package name: node-remark-slide Version : 0.15.0 Upstream Author : Ole Petter Bang * URL : https://github.com/gnab/remark * License : MIT Programming Lang: JavaScript Description : simple, in-browser, markdown-driven slideshow tool A simple, in-browser, markdown-driven slideshow tool targeted at people who know their way around HTML and CSS, featuring: * Markdown formatting, with smart extensions * Presenter mode with markdown formatted speaker notes and cloned slideshow view * Syntax highlighting, supporting a range of languages * Slide scaling, thus similar appearance on all devices / resolutions * Simple markdown templates for customized slides * Touch support for smart phones and pads, i.e. swipe to navigate slides I intend to maintain this package under the umbrella of the Debian Javascript Team.
Bug#958919: ITP: mpsolve -- multiprecision polynomial solver
Package: wnpp Severity: wishlist Owner: Doug Torrance * Package name: mpsolve Version : 3.1.8 Upstream Author : Leonardo Robol * URL : https://numpi.dm.unipi.it/software/mpsolve * License : GPL Programming Lang: C Description : multiprecision polynomial solver MPSolve stands for Multiprecision Polynomial SOLVEr. It is a software that aims to provide an easy to use (hopefully) universal blackbox for solving polynomials and secular equations. Among its features you can find: * Arbitrary precision approximation. * Guaranteed inclusion radii for the results. * Exploiting of polynomial structures: it can take advantage of sparsity as well as coefficients in a particular domain (i.e. integers or rationals). * It can be specialized for specific classes of polynomials. As an example, see the roots of the Mandelbrot polynomial of degree 2.097.151 computed in about 10 days on a dual Xeon server. I am interested in packaging mpsolve as it will be a dependency for Macaulay2, a computer algebra system I eventually intend to package (see #439888). I will be packaging mpsolve under the umbrella of the Debian Science Team.
Bug#959826: ITP: topcom -- Triangulations Of Point Configurations and Oriented Matroids
Package: wnpp Severity: wishlist Owner: Doug Torrance * Package name: topcom Version : 0.17.1 Upstream Author : Joerg Rambau * URL : http://www.rambau.wm.uni-bayreuth.de/TOPCOM/ * License : GPL Programming Lang: C++ Description : Triangulations Of Point Configurations and Oriented Matroids TOPCOM is a collection of clients to compute Triangulations Of Point Configurations and Oriented Matroids, resp. The algorithms use only combinatorial data of the point configuration as is given by its oriented matroid. Some basic commands for computing and manipulating oriented matroids can also be accessed by the user. It was very much inspired by the maple program PUNTOS, which was written by Jesus de Loera. TOPCOM is entirely written in C++, so there is a significant speed up compared to PUNTOS. I'm interested in packaging TOPCOM as it is a dependency of Macaulay2, which I am working to package for Debian (#439888). I will maintain TOPCOM under the umbrella of the Debian Science Team.
Bug#960097: ITP: bootsidemenu.js -- jQuery plugin to easily create a sliding menu
Package: wnpp Severity: wishlist Owner: Doug Torrance * Package name: bootsidemenu.js Version : 1.0.0 Upstream Author : Andrea Lombardo * URL : https://andrealombardo.github.io/BootSideMenu/ * License : Apache-2.0 Programming Lang: JavaScript Description : jQuery plugin to easily create a sliding menu BootSideMenu is a jQuery plugin to easily build a sliding menu in a Bootstrap based application. An online demo can be found at https://andrealombardo.github.io/BootSideMenu/. I am interested in this package as it is a dependency of the Visualize package of Macaulay2, a computer algebra system I am currently packaging for Debian. I intend to maintain bootsidemenu.js under the umbrella of the Debian Javascript Team.
Bug#960618: ITP: node-nouislider -- lightweight JavaScript range slider
Package: wnpp Severity: wishlist Owner: Doug Torrance * Package name: node-nouislider Version : 14.5.0 Upstream Author : Léon Gersen * URL : https://refreshless.com/nouislider/ * License : MIT Programming Lang: Javascript Description : lightweight JavaScript range slider noUiSlider is a lightweight range slider with multi-touch support and a ton of features. It supports non-linear ranges, requires no external dependencies, has keyboard support, and it works great in responsive designs. Node.js is an event-based server-side JavaScript engine. I am interested in packaging noUiSlider as it is a dependency of the Visualize package for Macaulay2, a computer algebra system for algebraic geometry and commutative algebra I am currently working to get into Debian. I intend to maintain noUiSlider under the umbrella of the Debian Javascript Team.
Bug#966572: ITP: saclib -- library of C programs for computer algebra
Package: wnpp Severity: wishlist Owner: Doug Torrance * Package name: saclib Version : 2.2.7 Upstream Author : Christopher W. Brown * URL : https://www.usna.edu/CS/qepcadweb/B/QEPCAD.html * License : ISC Programming Lang: C Description : library of C programs for computer algebra SACLIB is a library of C programs for computer algebra derived from the SAC2 system. It includes algorithms for list processing, arithmetic of integers, rational numbers, and polynomials, modular arithmetic, linear algebra, and more. SACLIB is a build dependency for the quantifier elimination software QEPCAD, which I also intend to package. (QEPCAD, in turn, is used by the CoincidentRootLoci package in Macaulay2, which should be arriving in Debian soon -- see #439888.) I plan to maintain the package under the umbrella of the Debian Science Team.
Bug#850587: ITP: cohomcalg -- sheaf cohomology of line bundles on toric varieties
Package: wnpp Severity: wishlist Owner: Doug Torrance * Package name: cohomcalg Version : 0.31b Upstream Author : Ralph Blumenhagen, Benjamin Jurke, Thorsten Rahn, Helmut Roschy * URL : http://wwwth.mpp.mpg.de/members/bjurke/cohomcalg/ * License : GPL-3+ Programming Lang: C++ Description : sheaf cohomology of line bundles on toric varieties The algorithm for the computation of sheaf cohomologies for line bundles on toric varieties presented in "Cohomology of Line Bundles: A Computational Algorithm" by Ralph Blumenhagen, Benjamin Jurke, Thorsten Rahn, and Helmut Roschy has been implemented in a convenient and high-performance C/C++ application called cohomCalg. The optional cohomCalg Koszul extension serves as a Mathematica 7 frontend and allows for the easy computation of hypersurface and complete intersection cohomologies, following the material presented in "Cohomology of Line Bundles: Applications" by the same authors. I plan to maintain this package as a member of the Debian Science Team.
Bug#902232: ITP: wmusic -- remote-control dockapp for MPRIS-compatible media players
Package: wnpp Severity: wishlist Owner: Doug Torrance * Package name: wmusic Version : 2.0.0 Upstream Author : Window Maker Team * URL : https://www.dockapps.net/wmusic * License : GPL Programming Lang: C Description : remote-control dockapp for MPRIS-compatible media players wmusic is a dockapp that remote-controls MPRIS-compatible media players. Here is a list of the features: * VCR style controls including fast rewind and fast forward * Time and Playlist position display * Super stylee rotating arrow wmusic was removed from Debian in 2008, when it was a remote control for xmms. It was recently adopted upstream by the Window Maker Team, and a new release was made available. It now supports any media player with MPRIS (Media Player Remote Interfacing Specification) [1] compatibilty by using the playerctl [2] library, which is already available in Debian. wmusic will be maintained by the Debian Window Maker Team. [1] https://specifications.freedesktop.org/mpris-spec/latest/ [2] https://github.com/acrisci/playerctl
Bug#903647: ITP: wmmisc -- dockapp that monitors your system
Package: wnpp Severity: wishlist Owner: Doug Torrance * Package name: wmmisc Version : 1.2 Upstream Author : Window Maker Team * URL : https://www.dockapps.net/wmmisc * License : GPL Programming Lang: C Description : dockapp that monitors your system wmmisc is a simple dockapp that monitors the following: the amount of users logged in, the total number of processes, the number of running (or 'alive') processes, the total number of forks and the system load average. wmmisc was removed in Debian in 2010. However, it was recently adopted upstream and a new version released. I plan to package wmmisc under the umbrella of the Debian Window Maker Team.
Bug#798912: ITP: libmpris2client -- Library to control mpris2 compatible players
Package: wnpp Severity: wishlist Owner: Doug Torrance * Package name: libmpris2client Version : 0.1.0 Upstream Author : Matias De lellis * URL : https://github.com/matiasdelellis/libmpris2client * License : GPL Programming Lang: C Description : Library to control mpris2 compatible players Libmpris2client is a generic library for controlling any mpris2 compatible player.
Bug#803584: ITP: webwork -- Open source online homework system
Package: wnpp Severity: wishlist Owner: Doug Torrance * Package name: webwork Version : 2.10 Upstream Author : Mathematical Association of America * URL : http://webwork.maa.org/ * License : GPL/Artistic Programming Lang: Perl Description : Open source online homework system WeBWorK is an open-source online homework system for math and sciences courses. WeBWorK is supported by the MAA and the NSF and comes with an Open Problem Library (OPL) of over 30,000 homework problems. Problems in the OPL target most lower division undergraduate math courses and some advanced courses. Supported courses include college algebra, discrete mathematics, probability and statistics, single and multivariable calculus, differential equations, linear algebra and complex analysis. I intend to maintain this package as a member of the Debian Science Team.
Bug#804946: ITP: webwork-pg -- Problem rendering engine for WeBWorK
Package: wnpp Severity: wishlist Owner: Doug Torrance * Package name: webwork-pg Version : 2.10 Upstream Author : Mathematica Association of America Upstream Author : Mathematical Association of America * URL : http://webwork.maa.org/ * License : GPL/Artistic Programming Lang: Perl Description : Problem rendering engine for WeBWorK The PG language is a collection of macros (subroutines) written in perl which facilitate writing mathematics questions. It began in 1995 and is continuously under development as mathematicians stretch the existing boundaries of existing online homework questions. PG currently has three dialects. I plan to maintain this package as a member of the Debian Science Team.
Bug#805626: ITP: libxml-parser-easytree-perl -- Easier tree style for XML::Parser
Package: wnpp Severity: wishlist Owner: Doug Torrance * Package name: libxml-parser-easytree-perl Version : 0.01 Upstream Author : Eric Bohlman * URL : https://metacpan.org/release/XML-Parser-EasyTree * License : GPL/Artistic Programming Lang: Perl Description : Easier tree style for XML::Parser XML::Parser::EasyTree adds a new "built-in" style called "EasyTree" to XML::Parser. Like XML::Parser's "Tree" style, setting this style causes the parser to build a lightweight tree structure representing the XML document. This structure is, at least in this author's opinion, easier to work with than the one created by the built-in style. When the parser is invoked with the EasyTree style, it returns a reference to an array of tree nodes, each of which is a hash reference. All nodes have a 'type' key whose value is the type of the node: 'e' for element nodes, 't' for text nodes, and 'p' for processing instruction nodes. All nodes also have a 'content' key whose value is a reference to an array holding the element's child nodes for element nodes, the string value for text nodes, and the data value for processing instruction nodes. Element nodes also have an 'attrib' key whose value is a reference to a hash of attribute names and values. Processing instructions also have a 'target' key whose value is the PI's target. I plan to package this as a member of the Debian Perl Group. It will be a dependency of WeBWorK, an online math homework platform I am packaging as a member of the Debian Science Team.
Bug#805764: ITP: libarray-utils-perl -- Small utils for array manipulation
Package: wnpp Severity: wishlist Owner: Doug Torrance * Package name: libarray-utils-perl Version : 0.5 Upstream Author : Sergei A. Fedorov * URL : https://metacpan.org/release/Array-Utils * License : GPL/Artistic Programming Lang: Perl Description : Small utils for array manipulation A small pure-perl module containing list manipulation routines. The module emerged because I was tired to include same utility routines in numerous projects. I plan to package this as a member of the Debian Perl Group. It will be a dependency of WeBWorK, an online math homework platform I am packaging as a member of the Debian Science Team.
Bug#813852: ITP: knowl.js -- JavaScript library for transclusion of supplementary information
Package: wnpp Severity: wishlist Owner: Doug Torrance * Package name: knowl.js Upstream Author : American Institute of Mathematics * URL : http://aimath.org/knowlepedia/ * License : GPL-3+ Programming Lang: JavaScript Description : JavaScript library for transclusion of supplementary information Like the familiar hyperlink, knowls can be used to provide relevant, supplementary information and are referenced from within the body of a web page. But unlike the hyperlink, which simply takes you to a new web page, the knowl conveniently serves up the information at your original location with the click of a mouse button. With a similar click, the knowl then disappears. I plan to maintain knowl.js as a member of the Debian JavaScript Team.
Bug#820848: ITP: phcpack -- General-purpose solver for polynomial systems
Package: wnpp Severity: wishlist Owner: Doug Torrance * Package name: phcpack Version : 2.4.14 Upstream Author : Jan Verschelde * URL : https://github.com/janverschelde/PHCpack * License : GPL-2+ Programming Lang: Ada Description : General-purpose solver for polynomial systems PHCpack is a software package to solve polynomial systems by homotopy continuation methods. A polynomial system is given as a sequence of polynomials in several variables. Homotopy continuation methods operate in two stages. In the first stage, a family of polynomial systems (the so-called homotopy) is constructed. This homotopy contains a polynomial system with known solutions. In the second stage, numerical continuation methods are applied to track the solution paths defined by the homotopy, starting at the known solutions and leading to the solutions of the given polynomial system. I intend to package PHCpack under the umbrella of the Debian Science team.