[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#686417: marked as done (RFS: feedgnuplot/1.23-2 [ITP])



Your message dated Thu, 01 Nov 2012 04:20:35 +0000
with message-id <E1TTmGh-0005cs-Oh@quantz.debian.org>
and subject line closing RFS: feedgnuplot/1.23-2 [ITP]
has caused the Debian Bug report #686417,
regarding RFS: feedgnuplot/1.23-2 [ITP]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
686417: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686417
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: sponsorship-requests
Severity: normal


Hi all.

I am looking for a sponsor for my package "feedgnuplot". This is a
general-purpose tool to construct plots from standard input. It can be used to
plot both realtime and stored data. A trivial example:

$ seq 5 | feedgnuplot

will plot a line. Fancy things are possible. For instance, to make a real-time
plot to measure data incoming on wlan0:

$ while true; do sleep 1; cat /proc/net/dev; done |
  gawk '/wlan0/ {if(b) {print $2-b; fflush()} b=$2}' |
  feedgnuplot --lines --stream --xlen 10 --ylabel 'Bytes/sec' --xlabel seconds

or to make a histogram of the distribution of the sizes of files in /tmp:

$ ls -l /tmp | awk '{print $5}' |
  feedgnuplot --histogram 0 --bin 1000000 --curvestyle 0 'with boxes'

I've been using the tool and its package for over a year, and it's now
reasonably stable and well-tested.

License: GPL or Artistic

Upstream homepage: https://github.com/dkogan/feedgnuplot

The ITP bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686413

The mentors page: http://mentors.debian.net/package/feedgnuplot

To get with dget:

dget -x http://mentors.debian.net/debian/pool/main/f/feedgnuplot/feedgnuplot_1.20.dsc


Thanks!

dima

--- End Message ---
--- Begin Message ---
Package feedgnuplot version 1.23-2 is in NEW now,
and the package at mentors is not newer (2012-10-30) than the package in NEW (2012-10-30),
so there is currently no package to sponsor.

http://ftp-master.debian.org/new/feedgnuplot_1.23-2.html
http://mentors.debian.net/package/feedgnuplot

Please remove the package from mentors or mark it "needs sponsor = no".
If for some reason you need to replace the package in NEW,
then you can upload an updated package to mentors
and feel free to reopen this RFS 686417 or open a new RFS.

--- End Message ---

Reply to: