[Lunar-commits] CVS: moonbase/eclipse/freemem BUILD, NONE,
1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1 PRE_BUILD, NONE, 1.1
Joel Vennin
jol at lunar-linux.org
Fri Jul 30 20:51:13 GMT 2004
Update of /var/cvs/lunar/moonbase/eclipse/freemem
In directory dbguin.lunar-linux.org:/tmp/cvs-serv32226
Added Files:
BUILD DEPENDS DETAILS PRE_BUILD
Log Message:
First import of freemem which displays memory usage of eclipse
--- NEW FILE: BUILD ---
(
TARGET=/opt/lunar/eclipse
prepare_install &&
cp -a * $TARGET
) > $C_FIFO 2>&1
--- NEW FILE: DEPENDS ---
depends eclipse-bin
--- NEW FILE: DETAILS ---
MODULE=freemem
VERSION=1_0_0
SOURCE=FreeMem\_$VERSION.zip
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
SOURCE_URL=http://www.junginger.biz/eclipse/$SOURCE
SOURCE_VFY=md5:2ffc55c2838e7ad801ba78d37fdf0e84
WEB_SITE=http://www.junginger.biz/eclipse
ENTERED=20040730
UPDATED=20040730
SHORT="FreeMem is a graphical memory monitor integrated into Eclipse"
cat << EOF
This plugin has this following features:
- Short term memory monitor showing the last minute
- Long term memory monitor showing the last two hours
- Manual and automatic garbage collection
- Graphical memory indicator in the title bar
- Preferences to adjust display and behaviour
EOF
--- NEW FILE: PRE_BUILD ---
mkdir -p $MODULE &&
cd $MODULE &&
unpack $SOURCE
More information about the Lunar-commits
mailing list