summaryrefslogtreecommitdiff
path: root/editors/apel/pkg-descr.xemacs21-mule
diff options
context:
space:
mode:
Diffstat (limited to 'editors/apel/pkg-descr.xemacs21-mule')
-rw-r--r--editors/apel/pkg-descr.xemacs21-mule31
1 files changed, 0 insertions, 31 deletions
diff --git a/editors/apel/pkg-descr.xemacs21-mule b/editors/apel/pkg-descr.xemacs21-mule
deleted file mode 100644
index fc6bfe11b126..000000000000
--- a/editors/apel/pkg-descr.xemacs21-mule
+++ /dev/null
@@ -1,31 +0,0 @@
-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
- - alist: utility for Association-list
- - calist: utility for condition tree and condition/situation-alist
- - filename: utility to make file-name
- - install: utility to install emacs-lisp package
- - mule-caeser: ROT 13-47-48 Caesar rotation utility
- - path-util: utility for path management or file detection
- emu
- - broken: provide information of broken facilities of Emacs.
- - emu: bundled in tm-7.106 compat module
- - invisible: provide features about invisible region
- - mcharset: provide MIME charset related features
- - pccl: utility to write portable CCL program
- - pces: provide portable character encoding scheme features
- - pcustom: provide portable custom environment
- - poe: emulation module mainly for basic functions and special forms/macros
- - poem: provide basic functions to write portable MULE programs
- - static: utility for static evaluation
-
- APEL is installed the following directory tree:
- ${PREFIX}/lib/xemacs/xemacs-packages/lisp/apel/ --- apel & emu
-
---- Porting by shige <shige@FreeBSD.ORG>.