diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-05-12 23:05:17 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-05-12 23:05:17 +0000 |
commit | f50469edbba2d5188440d716eec9eb8b82d4362b (patch) | |
tree | 2a05fc7f3e31330d89fa2e7cf9c5537a399f1fa3 /editors | |
parent | Minor cleanup - remove Xlib dependency, as it's already there through tk. (diff) |
Fix some typos.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=18819
Diffstat (limited to 'editors')
-rw-r--r-- | editors/apel-emacs/Makefile | 4 | ||||
-rw-r--r-- | editors/apel-emacs/pkg-descr | 5 | ||||
-rw-r--r-- | editors/apel/Makefile | 4 | ||||
-rw-r--r-- | editors/apel/pkg-descr.emacs19 | 5 |
4 files changed, 10 insertions, 8 deletions
diff --git a/editors/apel-emacs/Makefile b/editors/apel-emacs/Makefile index 112662ff1d26..038b133398d1 100644 --- a/editors/apel-emacs/Makefile +++ b/editors/apel-emacs/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: apel for emacs -# Version required: 9.16 +# Version required: 9.18 # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG> # -# $Id: Makefile,v 1.5 1999/03/02 08:01:45 shige Exp $ +# $Id: Makefile,v 1.6 1999/05/09 16:14:10 shige Exp $ # DISTNAME= apel-${APEL_VER} diff --git a/editors/apel-emacs/pkg-descr b/editors/apel-emacs/pkg-descr index 21ba14d12537..2fe82b611a5c 100644 --- a/editors/apel-emacs/pkg-descr +++ b/editors/apel-emacs/pkg-descr @@ -18,9 +18,10 @@ APEL is programed by MORIOKA Tomohiko <morioka@jaist.ac.jp>. 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 + - invisible: provide features about invisible region + - mcharset: 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 + - emu: bundled in tm-7.106 compat module; it required poe, poem and mcharset - text/richtext module APEL is installed the following directory tree: diff --git a/editors/apel/Makefile b/editors/apel/Makefile index 112662ff1d26..038b133398d1 100644 --- a/editors/apel/Makefile +++ b/editors/apel/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: apel for emacs -# Version required: 9.16 +# Version required: 9.18 # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG> # -# $Id: Makefile,v 1.5 1999/03/02 08:01:45 shige Exp $ +# $Id: Makefile,v 1.6 1999/05/09 16:14:10 shige Exp $ # DISTNAME= apel-${APEL_VER} diff --git a/editors/apel/pkg-descr.emacs19 b/editors/apel/pkg-descr.emacs19 index 21ba14d12537..2fe82b611a5c 100644 --- a/editors/apel/pkg-descr.emacs19 +++ b/editors/apel/pkg-descr.emacs19 @@ -18,9 +18,10 @@ APEL is programed by MORIOKA Tomohiko <morioka@jaist.ac.jp>. 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 + - invisible: provide features about invisible region + - mcharset: 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 + - emu: bundled in tm-7.106 compat module; it required poe, poem and mcharset - text/richtext module APEL is installed the following directory tree: |