freebsd-ports/editors/apel/pkg-descr
Andrey Slusar 79d5f61a89 * Remove support of all xemacsen ports. xemacsens depends on
xemacs-packages port that already contains apel.
  Add message about this.
* One pkg-descr for master and all slave ports.

Approved by:	sem(mentor)
2005-12-24 08:45:12 +00:00

34 lines
1.3 KiB
Text

A Portable Emacs Library.
--- Emacs Library Porting
APEL is programed by MORIOKA Tomohiko <tomo@m17n.org>.
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
- pces: provide portable character encoding scheme features
- pccl: utility to write portable CCL program
- 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
To use apel, put the following setup into your ~/.emacs:
(require 'apel-setupel)
WWW: http://cvs.m17n.org/elisp/APEL/index.en.html
Ported by shige@FreeBSD.ORG.