--- mgm-1.1.svn.20080520.orig/debian/mgm.manpages +++ mgm-1.1.svn.20080520/debian/mgm.manpages @@ -0,0 +1 @@ +debian/mgm.1 --- mgm-1.1.svn.20080520.orig/debian/mgm.menu +++ mgm-1.1.svn.20080520/debian/mgm.menu @@ -0,0 +1,7 @@ +?package(mgm):\ + needs="x11"\ + section="Applications/System/Monitoring"\ + longtitle="Moaning Goat Meter"\ + title="MGM"\ + icon="/usr/share/pixmaps/mgm.xpm"\ + command="/usr/bin/mgm" --- mgm-1.1.svn.20080520.orig/debian/README.Debian +++ mgm-1.1.svn.20080520/debian/README.Debian @@ -0,0 +1,14 @@ +mgm for Debian +-------------- + +Quoting from its Web page, at http://www.xiph.org/mgm/: + + MGM, the Moaning Goat Meter, is the ultimate sixty-ton cast iron lawn + ornament for the desktops of today's hacker set: A gorgeous, highly + configurable load and status meter written entirely in Perl. Serious + pink-flamingo territory. For evil geniuses only. + +This package should run out-of-the-box. Configuration is done with +X resources. See /usr/share/doc/mgm/html/docs.html for more information. + + -- David Z Maze , Tue, 13 Mar 2001 10:49:46 -0500 --- mgm-1.1.svn.20080520.orig/debian/compat +++ mgm-1.1.svn.20080520/debian/compat @@ -0,0 +1 @@ +4 --- mgm-1.1.svn.20080520.orig/debian/mgm.desktop +++ mgm-1.1.svn.20080520/debian/mgm.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +Name=MGM System Monitor +GenericName=System Monitor +Comment=A highly configurable, very gaudy system load meter +Exec=/usr/bin/mgm +Icon=/usr/share/pixmaps/mgm.xpm +Type=Application +Categories=Monitor;System;Utility; --- mgm-1.1.svn.20080520.orig/debian/mgm-doc.install +++ mgm-1.1.svn.20080520/debian/mgm-doc.install @@ -0,0 +1,2 @@ +doc/*.html usr/share/doc/mgm/html +doc/*.gif usr/share/doc/mgm/html --- mgm-1.1.svn.20080520.orig/debian/rules +++ mgm-1.1.svn.20080520/debian/rules @@ -0,0 +1,21 @@ +#!/usr/bin/make -f + +DEB_INSTALL_CHANGELOGS_mgm=debian/changelog.upstream + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk + +debian/mgm.1: debian/mgm.sgml + docbook-to-man $< > $@ + +build/mgm:: debian/mgm.1 + +cleanbuilddir/mgm:: + rm -f debian/mgm.1 + +binary-install/mgm:: + dh_desktop -pmgm + +binary-install/mgm-doc:: + rm -rf debian/mgm-doc/usr/share/doc/mgm-doc/ + dh_link -p mgm-doc usr/share/doc/mgm usr/share/doc/mgm-doc --- mgm-1.1.svn.20080520.orig/debian/changelog +++ mgm-1.1.svn.20080520/debian/changelog @@ -0,0 +1,82 @@ +mgm (1.1.svn.20080520-1) unstable; urgency=low + + * New SVN snapshot. + * New maintainer. (Closes: #323677) + * Added a .desktop file (Closes: #375513) (thanks, Ubuntu) + * Added a menu icon. + * Use CDBS and quilt to manage patches. + * Use the SVN changelog as the upstream changelog. + * Don't install xcf (GIMP native image format) files in mgm-doc. + * Updated the menu entry according to the new policy. + * Added Homepage field in debian/control. + * Conforms to policy version 3.8.0. + + -- Kari Pahula Wed, 09 Jul 2008 09:58:33 +0300 + +mgm (1.1.cvs.20020221-2) unstable; urgency=low + + * QA upload. + * Package is orphaned (see #323677); set maintainer to Debian QA Group. + * lib/widget, modules/share/hostlogo, modules/share/spacer: Newer versions + of perl-tk expect "-width" rather than "width" etc. Closes: #259405. + * Drop non-Linux modules. + * Switch to debhelper 4. + * Change section of mgm-doc to doc in accordance with the override file. + * debian/copyright: Update upstream URL. + * debian/mgm.menu: Add long title. + * Conforms to Standards version 3.6.2. + + -- Matej Vela Sat, 3 Sep 2005 14:31:04 +0200 + +mgm (1.1.cvs.20020221-1) unstable; urgency=low + + * New upstream release (from CVS). Adds wireless monitor support, + reports battery charge status, sees multiple batteries on Power + Macs. + * Updated to Standards-Version 3.5.6.0. + + -- David Z Maze Thu, 21 Feb 2002 21:08:25 -0500 + +mgm (1.1.cvs.20010423-1) unstable; urgency=low + + * Another release from CVS, since battery support on all platforms + completely broke with yesterday's. + + -- David Z Maze Mon, 23 Apr 2001 22:38:21 -0400 + +mgm (1.1.cvs.20010422-2) unstable; urgency=low + + * Split out the HTML documentation into a separate mgm-doc package, + since it was about 2/3 the total size of the package. + + -- David Z Maze Sun, 22 Apr 2001 22:41:26 -0400 + +mgm (1.1.cvs.20010422-1) unstable; urgency=low + + * Release from CVS, at the request of upstream maintainer. Now displays + battery information on PowerMacs, and displays correct disk statistics on + Linux 2.4.x. + + -- David Z Maze Sun, 22 Apr 2001 21:35:37 -0400 + +mgm (1.1-3) unstable; urgency=low + + * Move documentation to /usr/share/doc/mgm/html (before it was + in a doc subdirectory of that). This is consistent with the + man page. (Closes: #89951) + + -- David Z Maze Fri, 16 Mar 2001 22:17:02 -0500 + +mgm (1.1-2) unstable; urgency=low + + * Don't let mgm try to find itself; instead, manually tell it that its + files are under /usr/share/mgm. (Closes: #89825) + + -- David Z Maze Fri, 16 Mar 2001 09:52:35 -0500 + +mgm (1.1-1) unstable; urgency=low + + * Initial Release. (Closes: #79166) + + -- David Z Maze Tue, 13 Mar 2001 22:59:42 -0500 + --- mgm-1.1.svn.20080520.orig/debian/control +++ mgm-1.1.svn.20080520/debian/control @@ -0,0 +1,28 @@ +Source: mgm +Section: admin +Priority: optional +Maintainer: Kari Pahula +Build-Depends: debhelper (>= 4), cdbs, quilt +Build-Depends-Indep: docbook-to-man +Standards-Version: 3.8.0 +Homepage: http://linuxmafia.com/mgm/ + +Package: mgm +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, perl-tk +Description: A highly configurable, very gaudy system load meter + MGM is the Moaning Goat Meter, a system load monitor along the lines + of procmeter3 but much prettier (and with a much higher resource usage). + It's written in Perl/Tk, uses a nice antialiased Helvetica font, is + configurable with X resources, and can have a larger memory footprint than + Emacs. + +Package: mgm-doc +Section: doc +Architecture: all +Depends: mgm +Description: HTML documentation for MGM + MGM is the Moaning Goat Meter, a system load monitor along the lines + of procmeter3 but much prettier (and with a much higher resource usage). + This package contains HTML documentation for MGM; the same information + is available from the MGM Web site. --- mgm-1.1.svn.20080520.orig/debian/mgm-doc.doc-base +++ mgm-1.1.svn.20080520/debian/mgm-doc.doc-base @@ -0,0 +1,10 @@ +Document: mgm +Title: MGM Manual +Author: Monty +Abstract: This manual documents the Moaning Goat Meter (MGM), a + gaudy and highly configurable system load meter. +Section: System/Monitoring + +Format: HTML +Index: /usr/share/doc/mgm/html/index.html +Files: /usr/share/doc/mgm/html/*.html --- mgm-1.1.svn.20080520.orig/debian/mgm.xpm +++ mgm-1.1.svn.20080520/debian/mgm.xpm @@ -0,0 +1,67 @@ +/* XPM */ +static char * mgm_xpm[] = { +"32 31 33 1", +" c None", +". c #1F272F", +"+ c #353C4C", +"@ c #31474F", +"# c #3D455C", +"$ c #3F4765", +"% c #46506F", +"& c #415C6A", +"* c #53596F", +"= c #525B7E", +"- c #545E8B", +"; c #606C9F", +"> c #597490", +", c #517B86", +"' c #70799B", +") c #6F7BB2", +"! c #6F7DA8", +"~ c #6294A2", +"{ c #7C8CBB", +"] c #8C95B8", +"^ c #6FA3B5", +"/ c #80ADC9", +"( c #75B5C3", +"_ c #A3ABC9", +": c #80C5D4", +"< c #B2BBD4", +"[ c #87D2E0", +"} c #97DEEA", +"| c #ADD9E3", +"1 c #CAD1E2", +"2 c #A7EDF8", +"3 c #C0EAF1", +"4 c #EBF0F4", +" 432}[[|34 ", +" 3[:}~>[}^}:[3 ", +" 4[,([@,~(.:[&(3 ", +" |3@*:~~:^,((#2| ", +" [}~,1!>^[333|}:/1,^43 ", +" [~((!;));)'] 1<<<]:4,} ", +" }(&>-%%=%=;$%;{<<_))]'+,: ", +" 2~2=-;=%%%%$%%%%{]!));{@&[} ", +" 3(@#;);-%%##$$%%%${_))-/(2:~3 ", +" }:&;;))-%$+++#%%%$'{))-_2~#>[ ", +" 3(^:;));%$+%%++#%%==)<])< :~:}3", +" }(&&)));=$-];++++$%$;]1! |[[,|", +"4[:}!))))-]!$%+++=))-;]1_1 3(&,:", +"3[@.;{{_<){]%%++;);-;;]1<1 [}2}", +"}:+,!_<<<<;;=%%-%#$$%;)_14 }~~(", +"[[2})]<111<$.-;$-%++#)))<4 |,+^", +"[:,&|)1114411_)=-=%%.-){<14 '>}[", +"}:@&|{<444441<]%-#+#-;;_<<4<$#~:", +"3[2}} __444111;%;%$-);-)_<<4'..(", +"4},+( <{<11_-#%%)-%-;$%)__14:([", +" },>&2 4)=-##+++$%$;%$%%$-]144[[", +" 3:&:| ';)%+++++%%%%);-%$;1'#'[3", +" }2,@/-%#++$+++#%%+#-));<4<=-} ", +" 2(@.,!$$%%%#++.$#++#--%;__;{| ", +" }~+(:=%-=%%#++++++#';!!!$>[ ", +" [:[[:!;%=%%+$#++#< }[:/[ ", +" [[[[[/---$+%%%#* |[[[[} ", +" [[[[[:/!*#%%%&/}[[[[[ ", +" |[[[[[}:((:[}[[[[[| ", +" |}[[[[[[[[[[[[[}| ", +" 3[[[[[[[[[[}3 "}; --- mgm-1.1.svn.20080520.orig/debian/mgm.install +++ mgm-1.1.svn.20080520/debian/mgm.install @@ -0,0 +1,6 @@ +mgm usr/bin +lib usr/share/mgm +modules/share usr/share/mgm/modules +modules/linux usr/share/mgm/modules +debian/mgm.xpm usr/share/pixmaps +debian/mgm.desktop usr/share/applications --- mgm-1.1.svn.20080520.orig/debian/copyright +++ mgm-1.1.svn.20080520/debian/copyright @@ -0,0 +1,32 @@ +This package was debianized by David Z Maze on +Sat, 9 Dec 2000 08:55:46 -0500. + +It was downloaded from . +This version was taken from SVN with svn co http://svn.xiph.org/trunk/mgm + +Upstream Author: Monty + +Copyright: + +Monty says that MGM is in the public domain. See the email message +below. + + +From: Christopher Montgomery +Subject: Re: License for MGM? +To: "David Z. Maze" +Date: Fri, 8 Dec 2000 13:26:55 -0800 +Content-Disposition: inline +User-Agent: Mutt/1.2.5i + +On Wed, Dec 06, 2000 at 11:06:29AM -0500, David Z. Maze wrote: +> I'm thinking about packaging MGM for Debian. Poking through the MGM +> source, it doesn't look like there's anything approximating a license, +> and I can't find a statement on the Web page either. Do you have any +> particular objections to an MGM package appearing in Debian? Would +> you mind adding a license statement of some sort to MGM? Thanks... + +"Public Domain". Have a blast. + +Monty + --- mgm-1.1.svn.20080520.orig/debian/changelog.upstream +++ mgm-1.1.svn.20080520/debian/changelog.upstream @@ -0,0 +1,701 @@ +------------------------------------------------------------------------ +r14928 | xiphmont | 2008-05-20 01:28:15 +0300 (Tue, 20 May 2008) | 2 lines + +OMG, getting ready for an MGM release. You know what? Still don't use it. + +------------------------------------------------------------------------ +r11836 | xiphmont | 2006-09-12 05:49:13 +0300 (Tue, 12 Sep 2006) | 5 lines + +Apparently the Tk people have been 'cleaning up' their options code, and a +number of option names have been 'tightened up'. Keep MGM up to date with +current Debian perl-tk + + +------------------------------------------------------------------------ +r9080 | xiphmont | 2005-03-17 07:12:24 +0200 (Thu, 17 Mar 2005) | 3 lines + +Fix a regexp that was reading incorrect battery values + + +------------------------------------------------------------------------ +r9077 | xiphmont | 2005-03-15 21:59:56 +0200 (Tue, 15 Mar 2005) | 9 lines + +Retool the stat helper with 2.6 in mind; most of the centralized +information in /proc/stat has been broken out into other files. + +Should not break anything in 2.2/2.4, but I won't be able to test that +until getting home. + +All the Linux plugins should work properly in 2.6 now. + + +------------------------------------------------------------------------ +r9069 | xiphmont | 2005-03-13 06:51:43 +0200 (Sun, 13 Mar 2005) | 10 lines + +Update Linux battery module to properly parse ACPI support in the 2.6 +kernel. + +Note that a common kernel config option could cause trouble; if +'CONFIG_ACPI_DEBUG' is set, any call to the acpi battery status +interface will be VERY expensive, potentially as bad as freezing the +machine for 5-10 *seconds* at a time. On my thinkpad T42p (about as +fast as they come here in early 2005), it was causing 200ms freezes. + + +------------------------------------------------------------------------ +r9068 | xiphmont | 2005-03-13 06:48:27 +0200 (Sun, 13 Mar 2005) | 3 lines + +Update linux memuse module to understand kernel 2.6 syntax + + +------------------------------------------------------------------------ +r6459 | giles | 2004-03-26 23:19:05 +0200 (Fri, 26 Mar 2004) | 4 lines + +Force the 'osname' to lowercase before using it as a module name. It +appears it may have returned 'Linux' instead of 'linux' at some point; +if so this change will protect those systems. + +------------------------------------------------------------------------ +r6458 | giles | 2004-03-26 23:02:11 +0200 (Fri, 26 Mar 2004) | 3 lines + +Remove the old 'Linux' module because it conflicts with the 'linux' +module on case-insensitive filesystems. Change approved by Monty. + +------------------------------------------------------------------------ +r3084 | xiphmont | 2002-02-22 03:50:15 +0200 (Fri, 22 Feb 2002) | 5 lines + + +Found/fixed a bug in battery module involving PowerMac and most recent +2.4 kernels; reinstancing closed the /proc/pmu/info filehandle, but +did not mark it as closed. reinstance would then crash. + +------------------------------------------------------------------------ +r3082 | xiphmont | 2002-02-21 01:07:42 +0200 (Thu, 21 Feb 2002) | 5 lines + + +It helps to add new files before a commit. + +Monty + +------------------------------------------------------------------------ +r3081 | xiphmont | 2002-02-21 01:07:02 +0200 (Thu, 21 Feb 2002) | 24 lines + + +new modules: + +wireless (Linux): + display wireless ethernet signal strength, one bar per WiFi card + installed. Properly installs/uninstalls meter on change of card + availability + +new features: + +battery: now sees multiple batteries using Powermac PMU interface. + Old interface has one bar per battery installed; new 2.4.x /proc/pmu + interface knows how many battery bays in given machine, MGM can + report 'no battery' for empty bays. + + reports 'charging' or 'ac power' in bar graph when plugged in, along + with color change. + +fixes: + Latest 2.4 kernels broke CPUstat on PowerMac due to gratuitous + interface output change. Now reads old and new format. + +Monty + +------------------------------------------------------------------------ +r3078 | xiphmont | 2002-02-20 02:50:31 +0200 (Wed, 20 Feb 2002) | 7 lines + + +/proc/cpuinfo changed format gratuitously under PPC sometime after +2.4.10 (why eliminate the processor number field for no good fucking +reason on non-SMP machines?) Fix the parsing in cpustat. + +Monty + +------------------------------------------------------------------------ +r1689 | volsung | 2001-08-06 01:23:39 +0300 (Mon, 06 Aug 2001) | 2 lines + +Checkin as binary files now. Fixes bug #34. + +------------------------------------------------------------------------ +r1688 | volsung | 2001-08-06 01:20:41 +0300 (Mon, 06 Aug 2001) | 3 lines + +Removing pictures missing the -kb flag so I can close bug #34. Will +check it files RSN. + +------------------------------------------------------------------------ +r1434 | xiphmont | 2001-04-23 20:34:50 +0300 (Mon, 23 Apr 2001) | 10 lines + + + +Oooops. + +There were two battery bugs after all. I did break PC APM support, +and coming out of suspend would make MGM hesitate occasionally as the +pmu daemon's timing changes after a suspend for some odd reason. + +Monty + +------------------------------------------------------------------------ +r1433 | xiphmont | 2001-04-23 02:21:48 +0300 (Mon, 23 Apr 2001) | 6 lines + + + +Updated for linux 2.4 style disk reporting + +Monty + +------------------------------------------------------------------------ +r1432 | xiphmont | 2001-04-23 00:50:05 +0300 (Mon, 23 Apr 2001) | 15 lines + + + +Added battery module support via pmud for PowerMacs (G3/Wallstreet and +later) running Linux. Of *course* the bloody interfaces aren't the +same for PC and Mac. This is Linux. + +Should deal correctly with signle/dual batteries. Hopefully I didn't +break PC apm support. + +(Didn't implement for pre G3 powerbooks; the interface is different +and I didn't think I'd have a good enough chance of getting it right +without a machine to test on) + +Monty + +------------------------------------------------------------------------ +r334 | xiphmont | 2000-04-19 02:19:57 +0300 (Wed, 19 Apr 2000) | 10 lines + + + +Added mgmrss module, courtesy of David Rochberg : + +I could not resist writing a module to display the %age of total +physical memory consumed by MGM's RSS + -david + +Monty + +------------------------------------------------------------------------ +r313 | xiphmont | 2000-04-12 03:43:56 +0300 (Wed, 12 Apr 2000) | 7 lines + + + +Scales can now scroll down to 0; the biff and battery modules will now +use that. + +Monty + +------------------------------------------------------------------------ +r134 | xiphmont | 1999-10-01 00:39:49 +0300 (Fri, 01 Oct 1999) | 6 lines + + + +Commit toward 1.1 + +Monty + +------------------------------------------------------------------------ +r133 | xiphmont | 1999-09-30 05:17:37 +0300 (Thu, 30 Sep 1999) | 6 lines + + + +First cut of documentation complete; a few minor fixes. + +Monty + +------------------------------------------------------------------------ +r132 | xiphmont | 1999-09-28 23:23:34 +0300 (Tue, 28 Sep 1999) | 11 lines + + + +Incremental update after several days of off-line hacking... + +Lots of docs, but not all of them yet. +Automatic reconfigure. +Show a little 'rendering' thingie when building XPMs. +Deal with opaque resize more gracefully. + +Monty + +------------------------------------------------------------------------ +r131 | xiphmont | 1999-09-24 02:43:17 +0300 (Fri, 24 Sep 1999) | 6 lines + + + +Mistake in the shared module redirectors. Fixed + +Monty + +------------------------------------------------------------------------ +r130 | xiphmont | 1999-09-24 02:12:02 +0300 (Fri, 24 Sep 1999) | 5 lines + + + +Additional docs +Fix shared object redirectors + +------------------------------------------------------------------------ +r129 | xiphmont | 1999-09-20 23:36:33 +0300 (Mon, 20 Sep 1999) | 6 lines + + + +Split the front page and the silly FAQ + +Monty 19990920 + +------------------------------------------------------------------------ +r128 | xiphmont | 1999-09-20 14:01:32 +0300 (Mon, 20 Sep 1999) | 6 lines + + + +I wonder if you can actually commit symlinks... + +Monty + +------------------------------------------------------------------------ +r127 | xiphmont | 1999-09-20 11:10:19 +0300 (Mon, 20 Sep 1999) | 7 lines + + + +Formatting fixes (oneoff in pixel demand when a module requests zero) +Allow disabling of hostlogo text label + +Monty + +------------------------------------------------------------------------ +r126 | xiphmont | 1999-09-20 11:09:18 +0300 (Mon, 20 Sep 1999) | 6 lines + + + +Updates. the index is ready. On to docs/download. + +Monty + +------------------------------------------------------------------------ +r125 | xiphmont | 1999-09-20 09:19:57 +0300 (Mon, 20 Sep 1999) | 6 lines + + + +Beginning of MGM web pages + +Monty + +------------------------------------------------------------------------ +r124 | xiphmont | 1999-09-18 22:48:20 +0300 (Sat, 18 Sep 1999) | 7 lines + + + + +heh heh heh + +Monty + +------------------------------------------------------------------------ +r123 | xiphmont | 1999-09-17 10:34:36 +0300 (Fri, 17 Sep 1999) | 7 lines + + + +Don't hardwire install location. This would change again if MGM ever +gets CPANized... + +Monty + +------------------------------------------------------------------------ +r122 | xiphmont | 1999-09-16 10:19:01 +0300 (Thu, 16 Sep 1999) | 4 lines + + + +cpustat fixes + +------------------------------------------------------------------------ +r121 | dmartin | 1999-09-15 03:45:05 +0300 (Wed, 15 Sep 1999) | 2 lines + +Added support for $MAIL environment variable. + +------------------------------------------------------------------------ +r120 | xiphmont | 1999-09-13 22:59:07 +0300 (Mon, 13 Sep 1999) | 7 lines + + + +My notebook occasionally reports 1,-1 for the battery (spuriously). +Try to fix that... + +Monty + +------------------------------------------------------------------------ +r119 | xiphmont | 1999-09-13 10:16:39 +0300 (Mon, 13 Sep 1999) | 6 lines + + + +fix for 2.0 SMP + +Monty + +------------------------------------------------------------------------ +r118 | xiphmont | 1999-09-13 10:16:24 +0300 (Mon, 13 Sep 1999) | 6 lines + + + +Fix for 2.0 SMP + +Monty + +------------------------------------------------------------------------ +r117 | xiphmont | 1999-09-13 08:46:07 +0300 (Mon, 13 Sep 1999) | 6 lines + + + +final balance for initial release + +Monty + +------------------------------------------------------------------------ +r116 | xiphmont | 1999-09-13 08:05:33 +0300 (Mon, 13 Sep 1999) | 6 lines + + + +Fixed 2.0 cpu status parsing bug. + +Monty + +------------------------------------------------------------------------ +r115 | xiphmont | 1999-09-13 07:59:54 +0300 (Mon, 13 Sep 1999) | 6 lines + + + +Emacs keeps eating the ^O in mgm. + +Monty + +------------------------------------------------------------------------ +r114 | xiphmont | 1999-09-13 07:55:26 +0300 (Mon, 13 Sep 1999) | 4 lines + + + +Fix 'module active or no?' explosion bugs at startup. + +------------------------------------------------------------------------ +r113 | xiphmont | 1999-09-13 07:58:55 +0300 (Mon, 13 Sep 1999) | 4 lines + + + +remove out of date sched dependancy + +------------------------------------------------------------------------ +r112 | xiphmont | 1999-09-13 07:37:23 +0300 (Mon, 13 Sep 1999) | 7 lines + + + +Tk window leak fix +added clock module + +Monty + +------------------------------------------------------------------------ +r111 | xiphmont | 1999-09-11 01:51:54 +0300 (Sat, 11 Sep 1999) | 7 lines + + + +Pixmaps *do* stick around. Name them so that replacements on redraw +push out old incarnations. + +Monty + +------------------------------------------------------------------------ +r110 | xiphmont | 1999-09-10 23:01:37 +0300 (Fri, 10 Sep 1999) | 6 lines + + + +fixed biff bug (it zeroed the meter after reading mail) + +Monty + +------------------------------------------------------------------------ +r109 | xiphmont | 1999-09-10 12:19:13 +0300 (Fri, 10 Sep 1999) | 4 lines + + + +phase of moon module + +------------------------------------------------------------------------ +r108 | xiphmont | 1999-09-09 08:32:36 +0300 (Thu, 09 Sep 1999) | 4 lines + + + +add spacer module + +------------------------------------------------------------------------ +r107 | xiphmont | 1999-09-09 07:25:51 +0300 (Thu, 09 Sep 1999) | 6 lines + + + +Incremental update with performance tuning + +Monty + +------------------------------------------------------------------------ +r106 | xiphmont | 1999-09-08 15:03:58 +0300 (Wed, 08 Sep 1999) | 2 lines + +*** empty log message *** + +------------------------------------------------------------------------ +r105 | xiphmont | 1999-09-08 15:03:28 +0300 (Wed, 08 Sep 1999) | 4 lines + + + +bugfix to parse net device aliases properly + +------------------------------------------------------------------------ +r104 | xiphmont | 1999-09-08 14:48:41 +0300 (Wed, 08 Sep 1999) | 6 lines + + + +widget fix, added netstat module + +Monty + +------------------------------------------------------------------------ +r103 | xiphmont | 1999-09-08 12:07:30 +0300 (Wed, 08 Sep 1999) | 4 lines + + + +new modules + +------------------------------------------------------------------------ +r102 | xiphmont | 1999-09-08 08:41:12 +0300 (Wed, 08 Sep 1999) | 5 lines + + + +add rounding to scalemod +add memuse module + +------------------------------------------------------------------------ +r101 | xiphmont | 1999-09-08 04:15:55 +0300 (Wed, 08 Sep 1999) | 4 lines + + + +bugfixes, incremental update before proceeding + +------------------------------------------------------------------------ +r100 | xiphmont | 1999-09-08 01:22:33 +0300 (Wed, 08 Sep 1999) | 4 lines + + + +Code got simpler and faster; replaced the 'reliefhack' mechanism in widget + +------------------------------------------------------------------------ +r99 | xiphmont | 1999-09-07 13:15:21 +0300 (Tue, 07 Sep 1999) | 4 lines + + + +added diskuse module + +------------------------------------------------------------------------ +r98 | xiphmont | 1999-09-07 12:10:37 +0300 (Tue, 07 Sep 1999) | 6 lines + + + +formatting fixes. v/v h/v v/h/ and h/h all work + +Monty + +------------------------------------------------------------------------ +r97 | xiphmont | 1999-09-07 11:57:48 +0300 (Tue, 07 Sep 1999) | 6 lines + + + +moved to instance based modules. More than one of each can be instantiated now + +Monty + +------------------------------------------------------------------------ +r96 | xiphmont | 1999-09-07 08:35:01 +0300 (Tue, 07 Sep 1999) | 5 lines + + + + +incremental commit + +------------------------------------------------------------------------ +r95 | xiphmont | 1999-09-06 23:33:18 +0300 (Mon, 06 Sep 1999) | 6 lines + + + +more rounding fixes + +Monty + +------------------------------------------------------------------------ +r94 | xiphmont | 1999-09-06 21:48:32 +0300 (Mon, 06 Sep 1999) | 6 lines + + + +Fixed intensity bug (never got to #ffffff). + +Monty + +------------------------------------------------------------------------ +r93 | xiphmont | 1999-09-05 10:50:17 +0300 (Sun, 05 Sep 1999) | 4 lines + + + +More modules more fixes + +------------------------------------------------------------------------ +r92 | xiphmont | 1999-09-05 09:15:13 +0300 (Sun, 05 Sep 1999) | 6 lines + + + +more bugfixes, more modules + +Monty + +------------------------------------------------------------------------ +r91 | xiphmont | 1999-09-05 04:16:05 +0300 (Sun, 05 Sep 1999) | 6 lines + + + +Added disk stat widget. Added time-based hysteresis to widget scale range + +Monty + +------------------------------------------------------------------------ +r90 | xiphmont | 1999-09-05 01:47:52 +0300 (Sun, 05 Sep 1999) | 7 lines + + + + +bugfixes, module interface fixes + +Mionty 19990904 + +------------------------------------------------------------------------ +r89 | xiphmont | 1999-09-04 20:51:46 +0300 (Sat, 04 Sep 1999) | 9 lines + + + +Bugfixes... + +Have CPU module use single bar labelled with >1 CPU under 2.0 +hostlogo/cpuload were using wrong resource for width adjustment + +Monty + +------------------------------------------------------------------------ +r88 | xiphmont | 1999-09-04 08:23:51 +0300 (Sat, 04 Sep 1999) | 6 lines + + + +bugfixes, all modules moved over to new plugin interface + +Monty 19990903 + +------------------------------------------------------------------------ +r87 | xiphmont | 1999-09-04 04:06:37 +0300 (Sat, 04 Sep 1999) | 10 lines + + + +Using large scalars instead of arrays in the xpm abstraction appears +to prevent uncontrolled app growth (and is a big space savings to +begin with). + +Win! + +Monty 19990903 + +------------------------------------------------------------------------ +r86 | xiphmont | 1999-09-04 01:16:17 +0300 (Sat, 04 Sep 1999) | 4 lines + + + +bugfixes, cleaned up module interface + +------------------------------------------------------------------------ +r85 | xiphmont | 1999-09-03 08:09:50 +0300 (Fri, 03 Sep 1999) | 7 lines + + + +Fixed length and width demand, added widget justification. Only +tested with horizontal stack, vertical orientation so far. + +Monty + +------------------------------------------------------------------------ +r84 | xiphmont | 1999-09-03 05:49:06 +0300 (Fri, 03 Sep 1999) | 4 lines + + + +Bugfixes and cleanup + +------------------------------------------------------------------------ +r83 | xiphmont | 1999-09-02 22:45:02 +0300 (Thu, 02 Sep 1999) | 8 lines + + + +No longer rely netpbm; the xpm module implements pixmap/text manipulation + +One fix to prevent scale meter from excessive updates when idle. + +Monty 19990902 + +------------------------------------------------------------------------ +r82 | xiphmont | 1999-09-01 15:39:40 +0300 (Wed, 01 Sep 1999) | 4 lines + + + +Two fun modules + +------------------------------------------------------------------------ +r81 | xiphmont | 1999-09-01 15:38:51 +0300 (Wed, 01 Sep 1999) | 4 lines + + + +mostly functional now... + +------------------------------------------------------------------------ +r79 | xiphmont | 1999-08-30 12:58:35 +0300 (Mon, 30 Aug 1999) | 4 lines + + + +Several bugfixes. First plugin (hostlogo) works. + +------------------------------------------------------------------------ +r78 | xiphmont | 1999-08-30 12:33:53 +0300 (Mon, 30 Aug 1999) | 6 lines + + + +incremental update + +Monty + +------------------------------------------------------------------------ +r77 | xiphmont | 1999-08-30 09:17:33 +0300 (Mon, 30 Aug 1999) | 6 lines + + + +widget fixes. The bargraphs are ready + +Monty + +------------------------------------------------------------------------ +r76 | xiphmont | 1999-08-28 12:44:22 +0300 (Sat, 28 Aug 1999) | 6 lines + + + +More work. The drawing parts of graph are mostly done. + +Monty + +------------------------------------------------------------------------ +r75 | xiphmont | 1999-08-28 01:11:56 +0300 (Sat, 28 Aug 1999) | 6 lines + + + +Heck, why not. I don;t want to lose anything accidentally. + +Monty + +------------------------------------------------------------------------ --- mgm-1.1.svn.20080520.orig/debian/mgm.sgml +++ mgm-1.1.svn.20080520/debian/mgm.sgml @@ -0,0 +1,91 @@ + + David"> + Maze"> + + March 13, 2001"> + + 1"> + dmaze@debian.org"> + + MGM"> + + + Debian GNU/Linux"> + GNU"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2001 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + A gaudy system load meter + + + + &dhpackage; + + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; command. + &dhpackage; is a highly configurable system + load meter, written using Perl/Tk. All of its configuration is + done via X resources; see the manual for information. + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + See /usr/share/doc/mgm/html/docs.html in the + mgm-doc package, or the + MGM Web page + for the complete documentation. + + + + AUTHOR + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). + + +
+ + --- mgm-1.1.svn.20080520.orig/debian/patches/series +++ mgm-1.1.svn.20080520/debian/patches/series @@ -0,0 +1 @@ +known_debian_basedir --- mgm-1.1.svn.20080520.orig/debian/patches/known_debian_basedir +++ mgm-1.1.svn.20080520/debian/patches/known_debian_basedir @@ -0,0 +1,19 @@ +Index: mgm-1.1.cvs.20080520/mgm +=================================================================== +--- mgm-1.1.cvs.20080520.orig/mgm 2008-07-08 23:03:20.000000000 +0300 ++++ mgm-1.1.cvs.20080520/mgm 2008-07-08 23:03:32.000000000 +0300 +@@ -13,12 +13,8 @@ + # is a symlink to the absolute path of the actual Perl script. That + # way, $0 will be a full path. + +-$basedir=$0; +-# find the real mgm, not a symlink +-while(defined(my$test=readlink($basedir))){$basedir=$test}; +-# strip off the filename +-$basedir=~s/\/?([^\/]*)$//; +-$basedir="./"if($basedir eq ""); ++# FOR DEBIAN: We know where the mgm files are. ++$basedir="/usr/share/mgm"; + + # assume the other schtuff we need is in the standard places. +