summaryrefslogtreecommitdiff
path: root/editors/flim-emacs-current/pkg-descr
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>1999-05-09 16:34:29 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>1999-05-09 16:34:29 +0000
commitbc166d0034b55d5bc62cd366c67563ff2584ebd2 (patch)
tree972f282209012f443ec50758d52ce51e03cde61b /editors/flim-emacs-current/pkg-descr
parentUpdate to version 0.9.38 and change I18N to USE_I18N to avoid compilation (diff)
New port: editors/flim-emacs-current.
Notes
Notes: svn path=/head/; revision=18649
Diffstat (limited to 'editors/flim-emacs-current/pkg-descr')
-rw-r--r--editors/flim-emacs-current/pkg-descr19
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/flim-emacs-current/pkg-descr b/editors/flim-emacs-current/pkg-descr
new file mode 100644
index 000000000000..111259a2cdfb
--- /dev/null
+++ b/editors/flim-emacs-current/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>