Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c01f3c312d69a3797b1eb50fff67c1550f09c7f7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c01f3c312d69a3797b1eb50fff67c1550f09c7f7)
  • Date: Wed, 23 Jan 2008 18:30:19 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 2 ++
python-pypi/lfm/DEPENDS | 2 ++
python-pypi/lfm/DETAILS | 27 +++++++++++++++++++++++++++
python-pypi/lfm/HISTORY | 2 ++
4 files changed, 33 insertions(+)

New commits:
commit c01f3c312d69a3797b1eb50fff67c1550f09c7f7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

lfm: new spell, simple but powerful file manager for the UNIX console
written in Python

diff --git a/ChangeLog b/ChangeLog
index e695a41..4293265 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
2008-01-24 Vlad Glagolev <stealth AT sourcemage.org>
* shell-term-fm/vifm: new spell, ncurses based file manager with vi
like keybindings
+ * python-pypi/lfm: new spell, simple but powerful file manager for
+ the UNIX console written in Python

2008-01-23 Eric Sandall <sandalle AT sourcemage.org>
* e/e_module-execwatch: Added E17 module for monitoring program exit
status
diff --git a/python-pypi/lfm/DEPENDS b/python-pypi/lfm/DEPENDS
new file mode 100755
index 0000000..d637527
--- /dev/null
+++ b/python-pypi/lfm/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends ncurses
diff --git a/python-pypi/lfm/DETAILS b/python-pypi/lfm/DETAILS
new file mode 100755
index 0000000..3ee50dd
--- /dev/null
+++ b/python-pypi/lfm/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=lfm
+ VERSION=2.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://www.terra.es/personal7/inigoserna/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:b90290c713114ef716277d1f3ffb4c6489509dcd8de3185152d9ac2fbc84bc12c3c349c6b90ab7e820b628cf76a572f39a170cafb263a3ac3c58657c711e91c9
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.terra.es/personal7/inigoserna/lfm/
+ LICENSE[0]=GPL
+ ENTERED=20080124
+ SHORT="simple but powerful file manager for the UNIX console"
+cat << EOF
+Last File Manager is a simple but powerful file manager for the UNIX
+console. It has been developed with the ol' good Midnight Commander as model.
+
+Some of the features you can find in lfm:
+
+ * console-based file manager for UNIX platforms
+ * 1-pane or 2-pane view
+ * bookmarks
+ * vfs for compressed files
+ * dialogs with entry completion
+ * fast access to a shell
+ * direct integration of find/grep, df and other tools
+ * tabs per pane
+ * color files by extension
+ * fast file viewer with text and binary modes
+EOF
diff --git a/python-pypi/lfm/HISTORY b/python-pypi/lfm/HISTORY
new file mode 100644
index 0000000..1caa844
--- /dev/null
+++ b/python-pypi/lfm/HISTORY
@@ -0,0 +1,2 @@
+2008-01-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c01f3c312d69a3797b1eb50fff67c1550f09c7f7), Vlad Glagolev, 01/23/2008

Archive powered by MHonArc 2.6.24.

Top of Page