aboutsummaryrefslogtreecommitdiff
path: root/editors/semi/pkg-descr.emacs20
diff options
context:
space:
mode:
authorAndrey Slusar <anray@FreeBSD.org>2006-07-09 17:18:22 +0000
committerAndrey Slusar <anray@FreeBSD.org>2006-07-09 17:18:22 +0000
commit168283dd266f874549e098bb4b653c4e33758c58 (patch)
tree90574bee0480c96a1a9c5bf682140e1afecefd18 /editors/semi/pkg-descr.emacs20
parent4d81271b995d61463d7d143a2f623c5282ba13aa (diff)
- Enable installation when EMACS_PORT_NAME is emacs22 - for 20-22 gnu
emacsen use the one pkg-plist file. [1] - Use the one pkg-descr for all master/slave ports. PR: ports/99916 [1] Submitted by: Toni Schmidbauer <toni@stderror.at> [1] Reworked by: anray [1]
Notes
Notes: svn path=/head/; revision=167285
Diffstat (limited to 'editors/semi/pkg-descr.emacs20')
-rw-r--r--editors/semi/pkg-descr.emacs2024
1 files changed, 0 insertions, 24 deletions
diff --git a/editors/semi/pkg-descr.emacs20 b/editors/semi/pkg-descr.emacs20
deleted file mode 100644
index bfed386fd2b6..000000000000
--- a/editors/semi/pkg-descr.emacs20
+++ /dev/null
@@ -1,24 +0,0 @@
-SEMI, Library of MIME feature for GNU Emacs for emacs20.
-
- 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:
- ${LOCALBASE}/share/emacs/20.7/site-lisp/semi/
-
-Ported by shige@FreeBSD.ORG