From d4e21b904c5ce4bb7564d136c3228444374512a5 Mon Sep 17 00:00:00 2001 From: shige Date: Sun, 9 May 1999 16:34:29 +0000 Subject: New port: editors/flim-emacs-current. --- editors/flim113/pkg-descr.emacs19 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 editors/flim113/pkg-descr.emacs19 (limited to 'editors/flim113/pkg-descr.emacs19') diff --git a/editors/flim113/pkg-descr.emacs19 b/editors/flim113/pkg-descr.emacs19 new file mode 100644 index 00000000000..111259a2cdf --- /dev/null +++ b/editors/flim113/pkg-descr.emacs19 @@ -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 -- cgit