aboutsummaryrefslogtreecommitdiff
path: root/editors/apel/pkg-descr.emacs21
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1999-01-02 13:26:51 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1999-01-02 13:26:51 +0000
commit538ade138da1a47606173e8c6f41ca5dea645774 (patch)
tree7377cb2bdae1ad2e2e1182819d9a0ba0e5647ff4 /editors/apel/pkg-descr.emacs21
parent66f2af6f3be451a0f1058d4cd31fb83bdae81b2f (diff)
downloadports-538ade138da1a47606173e8c6f41ca5dea645774.tar.gz
ports-538ade138da1a47606173e8c6f41ca5dea645774.zip
editors/apel-emacs:
A Portable Emacs Library for emacs. editors/apel-emacs20: A Portable Emacs Library for emacs20. editors/apel-mule: A Portable Emacs Library for mule. o Correct "Version required" header in apel-emacs/Makefile. o Fix virtual category "elisps" to "elisp". PR: ports/8831 Submitted: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
Notes
Notes: svn path=/head/; revision=15769
Diffstat (limited to 'editors/apel/pkg-descr.emacs21')
-rw-r--r--editors/apel/pkg-descr.emacs2129
1 files changed, 29 insertions, 0 deletions
diff --git a/editors/apel/pkg-descr.emacs21 b/editors/apel/pkg-descr.emacs21
new file mode 100644
index 000000000000..19f14fa18fdb
--- /dev/null
+++ b/editors/apel/pkg-descr.emacs21
@@ -0,0 +1,29 @@
+A Portable Emacs Library.
+
+--- Emacs Library Porting
+
+APEL is programed by MORIOKA Tomohiko <morioka@jaist.ac.jp>.
+
+ APEL stands for "A Portable Emacs Library". It consists of
+ following modules:
+ APEL
+ - utility to write portable CCL program
+ - utility for Association-list
+ - utility for condition tree and condition/situation-alist
+ - utility for path management or file detection
+ - utility to make file-name
+ - utility to install emacs-lisp package
+ - ROT 13-47-48 Caesar rotation utility
+ emu
+ - poe: emulation module mainly for basic functions and special forms/macros
+ - poem: provide basic functions to write portable MULE programs
+ - mcs: provide MIME charset related features
+ - broken: provide information of broken facilities of Emacs.
+ - emu: bundled in tm-7.106 compat module; it required poe, poem and mcs
+ - text/richtext module
+
+ APEL is installed the following directory tree:
+ ${PREFIX}/share/emacs/site-lisp/apel/ --- APEL
+ ${PREFIX}/share/emacs/20.3/site-lisp/emu/ --- emu
+
+--- Porting by shige <shige@kuis.kyoto-u.ac.jp>