diff options
Diffstat (limited to 'editors/flim/pkg-descr')
-rw-r--r-- | editors/flim/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/flim/pkg-descr b/editors/flim/pkg-descr new file mode 100644 index 000000000000..111259a2cdfb --- /dev/null +++ b/editors/flim/pkg-descr @@ -0,0 +1,19 @@ +FLIM, message representation or encoding emacs lisp library for emacs. + + FLIM is a library to provide basic features about message + representation or encoding. It consists of following + modules: + - STD 11 (RFC 822) parser and utility + - MIME library + - mailcap parser and utility + + FLIM is installed the following directory tree: + ${PREFIX}/share/emacs/site-lisp/flim/ --- FLIM + + +To use flim, put the following setup into your ~/.emacs: + + (require 'apel-setup) + (require 'flim-setup) + +--- Porting by shige <shige@FreeBSD.ORG> |