diff options
| author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-06-29 23:59:32 +0000 |
|---|---|---|
| committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-06-29 23:59:32 +0000 |
| commit | 35b86103d5a5f17ee6e967357c25e3d171434e75 (patch) | |
| tree | 93d6504ec7279ffce878b7c542088f224d05b01e /editors/apel-emacs20 | |
| parent | 718d51197b5b2d4d9a2ddae8f383346348255aea (diff) | |
Update to 9.19.
Diffstat (limited to 'editors/apel-emacs20')
| -rw-r--r-- | editors/apel-emacs20/Makefile | 7 | ||||
| -rw-r--r-- | editors/apel-emacs20/pkg-comment | 2 | ||||
| -rw-r--r-- | editors/apel-emacs20/pkg-descr | 25 |
3 files changed, 18 insertions, 16 deletions
diff --git a/editors/apel-emacs20/Makefile b/editors/apel-emacs20/Makefile index 3bb1bd9947a7..7c6224193ece 100644 --- a/editors/apel-emacs20/Makefile +++ b/editors/apel-emacs20/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: apel for emacs20 -# Version required: 9.18 +# Version required: 9.19 # Date created: 22 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1999/03/01 09:37:17 shige Exp $ +# $Id: Makefile,v 1.3 1999/05/09 16:14:42 shige Exp $ # MAINTAINER= shige@FreeBSD.ORG @@ -17,7 +17,8 @@ MASTERDIR= ${.CURDIR}/../../editors/apel-emacs EMACS_NAME= emacs EMACS_PORT= emacs20 EMACS_VER= 20.3 -EMACS_LIBDIR= share/${EMACS_NAME} +EMACS_LIBDIR= share/${EMACS_NAME} +EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER} # use pkg/* files in ${.CURDIR} PKGDIR= ${.CURDIR}/pkg diff --git a/editors/apel-emacs20/pkg-comment b/editors/apel-emacs20/pkg-comment index 5a611f960f0f..ddf6d9504fd4 100644 --- a/editors/apel-emacs20/pkg-comment +++ b/editors/apel-emacs20/pkg-comment @@ -1 +1 @@ -A Portable Emacs Library for emacs20 +A Portable Emacs Library for emacs20. diff --git a/editors/apel-emacs20/pkg-descr b/editors/apel-emacs20/pkg-descr index 8d696aa885d5..6cef93b45b90 100644 --- a/editors/apel-emacs20/pkg-descr +++ b/editors/apel-emacs20/pkg-descr @@ -7,21 +7,22 @@ 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 - - portable custom environment + - 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 + - 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 - - 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 + - static: utility for static evaluation APEL is installed the following directory tree: ${PREFIX}/share/emacs/site-lisp/apel/ --- apel |
