You are not logged in.

#1 2005-01-31 05:35:31

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

[x11:system] torsmo-extra - testers wanted

Based on stuff at the gentoo wiki I put this patched version of torsmo together.  it includes:
· support for thunderbird mailboxes
· some new resources for fs_free_bar and a fs_used % (not exactly great!)
· it also includes the scripts that are provided on the gentoo wiki that can be run for torsmo to show:
· wifi signal
      · logged on users
      · your ip
      · your imap mail count
some of the scripts don't exactly do what they are supposed to.  I have also added the python scripts and config file that are mentioned on the wiki.

One of the original patches was broken so i fixed it.  All the patches and files I used can be found here http://dtw.jiwe.org/share/torsmo-extra/

The pkg is in my repo.

# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
pkgname=torsmo-extra
pkgver=0.17
pkgrel=2
pkgdesc="Torsmo is a system monitor that sits in the corner of your desktop. This version has been patched to add support for Thunderbird mailboxes and to add resources for filesystem used % and filesystem free space bar. It also includes 4 bash scripts that can be used to display extra stats in torsmo, and a python mail check script"
url="http://torsmo.sourceforge.net/"
license=""
depends=('bash' 'x-server')
makedepends=()
conflicts=('torsmo')
replaces=('torsmo')
backup=()
install=torsmo.install
source=(http://dtw.jiwe.org/share/torsmo-extra/torsmo-scripts.tar.bz2  http://dtw.jiwe.org/share/torsmo-extra/torsmorc.sample.patch 
http://dtw.jiwe.org/share/torsmo-extra/torsmo-0.17-addused.patch 
http://dtw.jiwe.org/share/torsmo-extra/torsmo-0.17-mozilla.patch 
http://heanet.dl.sourceforge.net/sourceforge/torsmo/torsmo-$pkgver.tar.gz)

build() {
  cd $startdir/src/torsmo-$pkgver
  patch -Np1 -i ../torsmo-0.17-addused.patch
  patch -Np1 -i ../torsmo-0.17-mozilla.patch
  patch -Np1 -i ../torsmorc.sample.patch

  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
  mkdir -p $startdir/pkg/etc/torsmo
  cd $startdir/src/torsmo-$pkgver/
  install -D -m644 torsmorc.sample $startdir/pkg/etc/torsmo/torsmorc.sample
  cd $startdir/src/torsmo-scripts/
  install -D -m644 mailchck.conf $startdir/pkg/etc/torsmo/mailchck.conf
  for i in torsmo_imap torsmo_ip torsmo_users torsmo_wifi mailchck.py; do
      install -D -m755 $i $startdir/pkg/etc/torsmo/$i
  done
}
md5sums=('e915196ba66435ca214d4f69f685f628' 'd71c503722be878a85766beb02c3b0eb'
         '7e44eb33cee6809978866164a37efcfc' '552e015366516a5ff2034d10b083c303'
         '8c82134cd78f9d4a7b6f6721ee2c16f9')

i have no internet connection at the mo so most of these features are actually useless to me so i need some testing and feedback please!

Offline

#2 2005-02-09 06:25:44

Billy Anachronism
Member
Registered: 2004-11-16
Posts: 13

Re: [x11:system] torsmo-extra - testers wanted

Thanks dibbler, I'm just struggling to find out how to use support for Thunderbird mailboxes is there any documentation? I found the mailchck.conf in /etc/torsmo but am not sure what to do with it

Offline

#3 2005-02-09 09:15:06

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: [x11:system] torsmo-extra - testers wanted

nope - i'm not to sure about that either to be totally honest - i think the support that is added is to allow torsmo to read your mail count in local thunderbird mail folder. presuming you use pop3 i gues syou just have to tell torsmo where your local pop3 mail dir is and it should do the rest...

let us know smile

Offline

#4 2005-03-01 08:27:40

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: [x11:system] torsmo-extra - testers wanted

I failed to notice the release of 0.18 when i put this together.

It seems that 0.18 includes one of the patches but the code has changed so much it is impossible to tell if the other (mozilla) patch has been included!

This package still includes the scripts tho - so not a waste!

I could just do a torsmo 0.18 with the scripts but without the patches?

Offline

Board footer

Powered by FluxBB