diff options
author | shige <shige@FreeBSD.org> | 1999-06-30 07:59:32 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-06-30 07:59:32 +0800 |
commit | 68e6b480d1b6bd0ad1735a1b050c886e754bcd98 (patch) | |
tree | 0e4a99195bae881a7b74d8bfae156bceba8b839f /editors/apel-emacs20 | |
parent | a5bbc1c0dacd3a678fcae2f52256f4275717c385 (diff) | |
download | freebsd-ports-gnome-68e6b480d1b6bd0ad1735a1b050c886e754bcd98.tar.gz freebsd-ports-gnome-68e6b480d1b6bd0ad1735a1b050c886e754bcd98.tar.zst freebsd-ports-gnome-68e6b480d1b6bd0ad1735a1b050c886e754bcd98.zip |
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 |