aboutsummaryrefslogtreecommitdiff
path: root/editors/semi-xemacs20-current/pkg-descr
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>1999-08-06 19:17:34 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>1999-08-06 19:17:34 +0000
commit99d9a84d052d2820b59f834cd391ca31284b55bf (patch)
tree9b6a92956e234aaef4a259ac8d6966957ddde9f3 /editors/semi-xemacs20-current/pkg-descr
parent6229366b11c05e95906114fddb5bab03148a399e (diff)
downloadports-99d9a84d052d2820b59f834cd391ca31284b55bf.tar.gz
ports-99d9a84d052d2820b59f834cd391ca31284b55bf.zip
Notes
Diffstat (limited to 'editors/semi-xemacs20-current/pkg-descr')
-rw-r--r--editors/semi-xemacs20-current/pkg-descr25
1 files changed, 25 insertions, 0 deletions
diff --git a/editors/semi-xemacs20-current/pkg-descr b/editors/semi-xemacs20-current/pkg-descr
new file mode 100644
index 000000000000..99dae9f3fd58
--- /dev/null
+++ b/editors/semi-xemacs20-current/pkg-descr
@@ -0,0 +1,25 @@
+SEMI, Library of MIME feature for GNU Emacs for xemacs20.
+
+ 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}/lib/xemacs/site-lisp/semi/ --- SEMI
+
+--- Porting by shige <shige@FreeBSD.ORG>