summaryrefslogtreecommitdiff
path: root/editors/flim113-emacs/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'editors/flim113-emacs/pkg-descr')
-rw-r--r--editors/flim113-emacs/pkg-descr19
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/flim113-emacs/pkg-descr b/editors/flim113-emacs/pkg-descr
new file mode 100644
index 000000000000..111259a2cdfb
--- /dev/null
+++ b/editors/flim113-emacs/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>