if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.
This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.
Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
If somebody is removed who actually wants maintainer and either
didn't receive the mail, or didn't bother to reply to it, they are
free to send a diff to reinstate.
ok sthen@, jca@
Note: for python ports, update-plist often ends up choosing ${FULLPKGNAME}
${FULLPKGNAME}-py${MODPY_VERSION}.egg-info, this needs to be replaced with
pkgname-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
Last File Manager is a powerful file manager for the UNIX console.
It has a curses interface and it's written in Python.
Some of the features you can find in lfm:
console-based file manager for UNIX platforms
1-pane or 2-pane view
tabs
bookmarks
history
vfs for compressed files
dialogs with entry completion
PowerCLI, a command line interface with advanced features
fast access to the shell
direct integration of find/grep, df and other tools
color files by extension [Andrey Skvortsov]
support for different file names encodings
fast file viewer with text and binary modes
...and many others