From 0c0a6ef60f6e09152b08139f388f341dd9cc0e0b Mon Sep 17 00:00:00 2001 From: Michiel van Wessem Date: Tue, 11 May 2010 15:18:36 +0200 Subject: system/filelight: Initial import --- system/filelight/README | 11 +++++++ system/filelight/filelight.SlackBuild | 55 +++++++++++++++++++++++++++++++++++ system/filelight/filelight.info | 8 +++++ system/filelight/slack-desc | 11 +++++++ 4 files changed, 85 insertions(+) create mode 100644 system/filelight/README create mode 100644 system/filelight/filelight.SlackBuild create mode 100644 system/filelight/filelight.info create mode 100644 system/filelight/slack-desc diff --git a/system/filelight/README b/system/filelight/README new file mode 100644 index 0000000000..6c30850b08 --- /dev/null +++ b/system/filelight/README @@ -0,0 +1,11 @@ +Filelight is an alternative file manager for KDE. Filelight creates an +interactive map of concentric segmented-rings that helps you to visualize +disk usage on your computer. + +It is like a pie-chart, but the segments are nested, which allows you to +see not only which directories take up all your space, but which files and +subdirectories are the real culprits. + +You can also browse remote servers using the fish:// or ftp:// KIO slave +inside Filelight. + diff --git a/system/filelight/filelight.SlackBuild b/system/filelight/filelight.SlackBuild new file mode 100644 index 0000000000..d81164524b --- /dev/null +++ b/system/filelight/filelight.SlackBuild @@ -0,0 +1,55 @@ +#!/bin/sh +# +# SlackBuild script for filelight +# Written by Michiel van Wessem (BP{k}) $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +mkdir $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/system/filelight/filelight.info b/system/filelight/filelight.info new file mode 100644 index 0000000000..3f1a860764 --- /dev/null +++ b/system/filelight/filelight.info @@ -0,0 +1,8 @@ +PRGNAM="filelight" +VERSION="1.0" +HOMEPAGE="http://www.methylblue.com/filelight/" +DOWNLOAD="http://methylblue.com/filelight/packages/filelight-1.0.tar.bz2" +MD5SUM="aa885e53e09f40e7fdd371395140b957" +MAINTAINER="Michiel van Wessem" +EMAIL="michiel.van.wessem@gmail.com" +APPROVED="robw810" diff --git a/system/filelight/slack-desc b/system/filelight/slack-desc new file mode 100644 index 0000000000..652764553b --- /dev/null +++ b/system/filelight/slack-desc @@ -0,0 +1,11 @@ +filelight: Filelight (an alternative KDE filemanager) +filelight: +filelight: Filelight is an alternative file manager for KDE. Filelight creates +filelight: an interactive map of concentric segmented-rings that helps you to +filelight: visualize disk usage on your computer. +filelight: It is like a pie-chart, but the segments are nested, which allows +filelight: you to see not only which directories take up all your space, but +filelight: which files and subdirectories are the real culprits. +filelight: +filelight: homepage: http://www.methylblue.com/filelight/ +filelight: -- cgit v1.2.3