diff options
author | steve <steve@FreeBSD.org> | 1999-01-18 03:56:35 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-18 03:56:35 +0000 |
commit | c464cba91abd01a60aab5a7d7a455890e142987c (patch) | |
tree | c9d04fbd09e19c44b292ed30b7c54274c7f00a86 /editors/semi-emacs20/pkg-descr | |
parent | 9b995ab18bf5ede8f2709bf148700b65b0810e58 (diff) | |
download | FreeBSD-ports-c464cba91abd01a60aab5a7d7a455890e142987c.zip FreeBSD-ports-c464cba91abd01a60aab5a7d7a455890e142987c.tar.gz |
Initial import of semi-emacs20 version 1.8.6.
A library of MIME features for GNU Emacs.
PR: 9202
Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
Diffstat (limited to 'editors/semi-emacs20/pkg-descr')
-rw-r--r-- | editors/semi-emacs20/pkg-descr | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/editors/semi-emacs20/pkg-descr b/editors/semi-emacs20/pkg-descr new file mode 100644 index 0000000..fc830ab --- /dev/null +++ b/editors/semi-emacs20/pkg-descr @@ -0,0 +1,25 @@ +SEMI, Library of MIME feature for GNU Emacs. + + SEMI is a library to provide MIME feature for GNU Emacs. MIME is a + proposed internet standard for including content and headers other + than (ASCII) plain text in messages. + + SEMI has the following features: + - MIME message viewer (mime-view-mode) (RFC 2045 .. 2049) + - MIME message composer (mime-edit-mode) (RFC 2045 .. 2049) + + MIME message viewer and composer also support following features: + - filename handling by Content-Disposition field (RFC 1806) + - PGP/MIME security Multiparts (RFC 2015) + - application/pgp (draft-kazu-pgp-mime-00.txt; obsolete) + - text/richtext (RFC 1521; obsolete; preview only) + - text/enriched (RFC 1896) + - External method configuration by mailcap (RFC 1524) + + Notice that this package does not contain MIME extender for any + MUAs. They are released as separated packages. + + SEMI is installed the following directory tree: + ${PREFIX}/share/emacs/site-lisp/semi/ --- SEMI + +--- Porting by shige <shige@kuis.kyoto-u.ac.jp> |