diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-08-06 14:18:50 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-08-06 14:18:50 +0000 |
commit | e1fa0d61612b5a7ab61e5e5d36b3b16d14b399d2 (patch) | |
tree | 325d6f1bbb9e169ce6d9c6dd86adc8a783a000f2 /editors/apel-emacs20 | |
parent | fd0188b4a167eec5d0ab489b41cf445be1097d9f (diff) | |
download | ports-e1fa0d61612b5a7ab61e5e5d36b3b16d14b399d2.tar.gz ports-e1fa0d61612b5a7ab61e5e5d36b3b16d14b399d2.zip |
Notes
Diffstat (limited to 'editors/apel-emacs20')
-rw-r--r-- | editors/apel-emacs20/Makefile | 4 | ||||
-rw-r--r-- | editors/apel-emacs20/pkg-comment | 2 | ||||
-rw-r--r-- | editors/apel-emacs20/pkg-descr | 1 | ||||
-rw-r--r-- | editors/apel-emacs20/pkg-plist | 8 |
4 files changed, 10 insertions, 5 deletions
diff --git a/editors/apel-emacs20/Makefile b/editors/apel-emacs20/Makefile index 7c6224193ece..da0f4c202462 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.19 +# Version required: 9.20 # Date created: 22 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1999/05/09 16:14:42 shige Exp $ +# $Id: Makefile,v 1.4 1999/06/29 23:59:29 shige Exp $ # MAINTAINER= shige@FreeBSD.ORG diff --git a/editors/apel-emacs20/pkg-comment b/editors/apel-emacs20/pkg-comment index 726846d3572e..5a611f960f0f 100644 --- a/editors/apel-emacs20/pkg-comment +++ b/editors/apel-emacs20/pkg-comment @@ -1 +1 @@ -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 6cef93b45b90..21fd589c1384 100644 --- a/editors/apel-emacs20/pkg-descr +++ b/editors/apel-emacs20/pkg-descr @@ -19,6 +19,7 @@ APEL is programed by MORIOKA Tomohiko <morioka@jaist.ac.jp>. - 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 diff --git a/editors/apel-emacs20/pkg-plist b/editors/apel-emacs20/pkg-plist index abe4af4cf82b..296db5f55dac 100644 --- a/editors/apel-emacs20/pkg-plist +++ b/editors/apel-emacs20/pkg-plist @@ -28,14 +28,18 @@ %%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/emu/pccl.elc %%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/emu/pccl-20.el %%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/emu/pccl-20.elc +%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/emu/pces.el +%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/emu/pces.elc +%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/emu/pces-20.el +%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/emu/pces-20.elc +%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/emu/pces-e20.el +%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/emu/pces-e20.elc %%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/emu/pcustom.el %%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/emu/pcustom.elc %%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/emu/poe.el %%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/emu/poe.elc %%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/emu/poem.el %%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/emu/poem.elc -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/emu/poem-20.el -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/emu/poem-20.elc %%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/emu/poem-e20.el %%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/emu/poem-e20.elc %%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/emu/poem-e20_3.el |