diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-12-01 17:57:09 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-12-01 17:57:09 +0000 |
commit | 66fe059946534ff5c81e30641a057d8109336be1 (patch) | |
tree | 6676200fde33883e236a8908f9c9378274863bda | |
parent | 7273fd472b9fb164f5a46c85d7bf0d6e6f9716ee (diff) | |
download | ports-66fe059946534ff5c81e30641a057d8109336be1.tar.gz ports-66fe059946534ff5c81e30641a057d8109336be1.zip |
Notes
-rw-r--r-- | editors/apel-emacs20/Makefile | 5 | ||||
-rw-r--r-- | editors/apel-emacs20/pkg-comment | 1 | ||||
-rw-r--r-- | editors/apel-emacs20/pkg-descr | 34 | ||||
-rw-r--r-- | editors/apel-emacs20/pkg-plist | 62 | ||||
-rw-r--r-- | editors/apel-mule/Makefile | 8 | ||||
-rw-r--r-- | editors/apel-mule/pkg-comment | 1 | ||||
-rw-r--r-- | editors/apel-mule/pkg-descr | 39 | ||||
-rw-r--r-- | editors/apel-mule/pkg-plist | 61 | ||||
-rw-r--r-- | editors/apel-xemacs21-mule/Makefile | 5 | ||||
-rw-r--r-- | editors/apel-xemacs21-mule/pkg-comment | 1 | ||||
-rw-r--r-- | editors/apel-xemacs21-mule/pkg-descr | 33 | ||||
-rw-r--r-- | editors/apel-xemacs21-mule/pkg-plist | 70 |
12 files changed, 3 insertions, 317 deletions
diff --git a/editors/apel-emacs20/Makefile b/editors/apel-emacs20/Makefile index e32856b17fca..3a36ef4c4741 100644 --- a/editors/apel-emacs20/Makefile +++ b/editors/apel-emacs20/Makefile @@ -10,12 +10,9 @@ MAINTAINER= shige@FreeBSD.org # This is a slave port. PORTCLASS= slave -MASTERDIR= ${.CURDIR}/../../editors/apel-emacs +MASTERDIR= ${.CURDIR}/../../editors/apel # emacs port setup EMACS_PORT_NAME= emacs20 -# use pkg-* files in ${.CURDIR} -PKGDIR= ${.CURDIR} - .include <${MASTERDIR}/Makefile> diff --git a/editors/apel-emacs20/pkg-comment b/editors/apel-emacs20/pkg-comment deleted file mode 100644 index 5a611f960f0f..000000000000 --- a/editors/apel-emacs20/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Portable Emacs Library for emacs20 diff --git a/editors/apel-emacs20/pkg-descr b/editors/apel-emacs20/pkg-descr deleted file mode 100644 index e9e2cbecee4c..000000000000 --- a/editors/apel-emacs20/pkg-descr +++ /dev/null @@ -1,34 +0,0 @@ -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 - - 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 - - static: utility for static evaluation - - APEL is installed the following directory tree: - ${LOCALBASE}/share/emacs/site-lisp/apel/ --- apel - ${LOCALBASE}/share/emacs/20.5/site-lisp/emu/ --- emu - -WWW: http://cvs.m17n.org/elisp/APEL/index.en.html - ---- Porting by shige <shige@FreeBSD.ORG>. diff --git a/editors/apel-emacs20/pkg-plist b/editors/apel-emacs20/pkg-plist deleted file mode 100644 index 363ab427191b..000000000000 --- a/editors/apel-emacs20/pkg-plist +++ /dev/null @@ -1,62 +0,0 @@ -%%EMACS_LIBDIR%%/site-lisp/apel/alist.el -%%EMACS_LIBDIR%%/site-lisp/apel/alist.elc -%%EMACS_LIBDIR%%/site-lisp/apel/calist.el -%%EMACS_LIBDIR%%/site-lisp/apel/calist.elc -%%EMACS_LIBDIR%%/site-lisp/apel/filename.el -%%EMACS_LIBDIR%%/site-lisp/apel/filename.elc -%%EMACS_LIBDIR%%/site-lisp/apel/install.el -%%EMACS_LIBDIR%%/site-lisp/apel/install.elc -%%EMACS_LIBDIR%%/site-lisp/apel/path-util.el -%%EMACS_LIBDIR%%/site-lisp/apel/path-util.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/apel-ver.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/apel-ver.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/broken.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/broken.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/emu.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/emu.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/inv-19.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/inv-19.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/invisible.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/invisible.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/mcharset.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/mcharset.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/mcs-20.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/mcs-20.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/mcs-e20.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/mcs-e20.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/mule-caesar.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/mule-caesar.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pccl.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pccl.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pccl-20.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pccl-20.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pces.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pces.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pces-20.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pces-20.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pces-e20.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pces-e20.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pcustom.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pcustom.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/poe.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/poe.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/poem.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/poem.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/poem-e20.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/poem-e20.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/poem-e20_3.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/poem-e20_3.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/product.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/product.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pym.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pym.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/richtext.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/richtext.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/static.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/static.elc -@dirrm %%EMACS_LIBDIR%%/site-lisp/apel -@dirrm %%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu -%%APELDOCDIR%%/ChangeLog -%%APELDOCDIR%%/README.en -%%APELDOCDIR%%/README.ja -@dirrm %%APELDOCDIR%% diff --git a/editors/apel-mule/Makefile b/editors/apel-mule/Makefile index 01aeb2d0314d..5854bf683ac6 100644 --- a/editors/apel-mule/Makefile +++ b/editors/apel-mule/Makefile @@ -10,15 +10,9 @@ MAINTAINER= shige@FreeBSD.org # This is a slave port. PORTCLASS= slave -MASTERDIR= ${.CURDIR}/../../editors/apel-emacs +MASTERDIR= ${.CURDIR}/../../editors/apel # emacs port setup EMACS_PORT_NAME= mule -# emacs requires *-setupel.el -REQUIRE_SETUPEL= YES - -# use pkg-* files in ${.CURDIR} -PKGDIR= ${.CURDIR} - .include <${MASTERDIR}/Makefile> diff --git a/editors/apel-mule/pkg-comment b/editors/apel-mule/pkg-comment deleted file mode 100644 index d2aef39aa680..000000000000 --- a/editors/apel-mule/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Portable Emacs Library for mule diff --git a/editors/apel-mule/pkg-descr b/editors/apel-mule/pkg-descr deleted file mode 100644 index edfc415d8ee7..000000000000 --- a/editors/apel-mule/pkg-descr +++ /dev/null @@ -1,39 +0,0 @@ -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 - - APEL is installed the following directory tree: - ${LOCALBASE}/share/mule/site-lisp/apel/ --- apel - ${LOCALBASE}/share/mule/19.34/site-lisp/emu/ --- emu - - -To use apel, put the following setup into your ~/.emacs: - - (require 'apel-setupel) - -WWW: http://cvs.m17n.org/elisp/APEL/index.en.html - ---- Porting by shige <shige@FreeBSD.ORG>. diff --git a/editors/apel-mule/pkg-plist b/editors/apel-mule/pkg-plist deleted file mode 100644 index a0d7eecf4cc5..000000000000 --- a/editors/apel-mule/pkg-plist +++ /dev/null @@ -1,61 +0,0 @@ -%%EMACS_LIBDIR%%/site-lisp/apel/alist.el -%%EMACS_LIBDIR%%/site-lisp/apel/alist.elc -%%EMACS_LIBDIR%%/site-lisp/apel/calist.el -%%EMACS_LIBDIR%%/site-lisp/apel/calist.elc -%%EMACS_LIBDIR%%/site-lisp/apel/filename.el -%%EMACS_LIBDIR%%/site-lisp/apel/filename.elc -%%EMACS_LIBDIR%%/site-lisp/apel/install.el -%%EMACS_LIBDIR%%/site-lisp/apel/install.elc -%%EMACS_LIBDIR%%/site-lisp/apel/path-util.el -%%EMACS_LIBDIR%%/site-lisp/apel/path-util.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/apel-ver.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/apel-ver.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/broken.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/broken.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/emu.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/emu.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/emu-mule.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/emu-mule.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/inv-19.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/inv-19.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/invisible.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/invisible.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/mcharset.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/mcharset.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/mcs-om.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/mcs-om.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/mule-caesar.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/mule-caesar.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pccl.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pccl.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pccl-om.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pccl-om.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pces.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pces.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pces-om.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pces-om.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pcustom.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pcustom.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/poe.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/poe.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/poem.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/poem.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/poem-om.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/poem-om.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/product.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/product.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pym.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pym.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/richtext.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/richtext.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/static.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/static.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/timezone.el -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/timezone.elc -%%EMACS_LIBDIR_WITH_VER%%/site-lisp/%%APEL_SETUPEL%% -@dirrm %%EMACS_LIBDIR%%/site-lisp/apel -@dirrm %%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu -%%APELDOCDIR%%/ChangeLog -%%APELDOCDIR%%/README.en -%%APELDOCDIR%%/README.ja -@dirrm %%APELDOCDIR%% diff --git a/editors/apel-xemacs21-mule/Makefile b/editors/apel-xemacs21-mule/Makefile index 64aeefb72d6e..81aa06ffd19d 100644 --- a/editors/apel-xemacs21-mule/Makefile +++ b/editors/apel-xemacs21-mule/Makefile @@ -10,7 +10,7 @@ MAINTAINER= shige@FreeBSD.org # This is a slave port. PORTCLASS= slave -MASTERDIR= ${.CURDIR}/../../editors/apel-emacs +MASTERDIR= ${.CURDIR}/../../editors/apel # emacs port setup EMACS_PORT_NAME= xemacs21-mule @@ -25,9 +25,6 @@ PLIST_SUB= EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR} ALL_TARGET= package INSTALL_TARGET= install-package -# use pkg-* files in ${.CURDIR} -PKGDIR= ${.CURDIR} - # package info manifest MANIFEST= MANIFEST.apel diff --git a/editors/apel-xemacs21-mule/pkg-comment b/editors/apel-xemacs21-mule/pkg-comment deleted file mode 100644 index 96d1015dd519..000000000000 --- a/editors/apel-xemacs21-mule/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Portable Emacs Library for xemacs21-mule diff --git a/editors/apel-xemacs21-mule/pkg-descr b/editors/apel-xemacs21-mule/pkg-descr deleted file mode 100644 index 343929cfa6e5..000000000000 --- a/editors/apel-xemacs21-mule/pkg-descr +++ /dev/null @@ -1,33 +0,0 @@ -A Portable Emacs Library for xemacs21-mule. - ---- 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 - - 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 - - static: utility for static evaluation - - APEL is installed the following directory tree: - ${LOCALBASE}/lib/xemacs/site-packages/lisp/apel/ --- apel & emu - -WWW: http://cvs.m17n.org/elisp/APEL/index.en.html - ---- Porting by shige <shige@FreeBSD.ORG>. diff --git a/editors/apel-xemacs21-mule/pkg-plist b/editors/apel-xemacs21-mule/pkg-plist deleted file mode 100644 index c2038d6f4a35..000000000000 --- a/editors/apel-xemacs21-mule/pkg-plist +++ /dev/null @@ -1,70 +0,0 @@ -%%EMACS_PACKAGESDIR%%/pkginfo/MANIFEST.apel -%%EMACS_PACKAGESDIR%%/lisp/apel/_pkg.el -%%EMACS_PACKAGESDIR%%/lisp/apel/ChangeLog -%%EMACS_PACKAGESDIR%%/lisp/apel/README.en -%%EMACS_PACKAGESDIR%%/lisp/apel/README.ja -%%EMACS_PACKAGESDIR%%/lisp/apel/alist.el -%%EMACS_PACKAGESDIR%%/lisp/apel/alist.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/auto-autoloads.el -%%EMACS_PACKAGESDIR%%/lisp/apel/auto-autoloads.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/apel-ver.el -%%EMACS_PACKAGESDIR%%/lisp/apel/apel-ver.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/broken.el -%%EMACS_PACKAGESDIR%%/lisp/apel/broken.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/calist.el -%%EMACS_PACKAGESDIR%%/lisp/apel/calist.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/custom-load.el -%%EMACS_PACKAGESDIR%%/lisp/apel/custom-load.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/emu.el -%%EMACS_PACKAGESDIR%%/lisp/apel/emu.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/filename.el -%%EMACS_PACKAGESDIR%%/lisp/apel/filename.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/install.el -%%EMACS_PACKAGESDIR%%/lisp/apel/install.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/inv-xemacs.el -%%EMACS_PACKAGESDIR%%/lisp/apel/inv-xemacs.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/invisible.el -%%EMACS_PACKAGESDIR%%/lisp/apel/invisible.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/mcharset.el -%%EMACS_PACKAGESDIR%%/lisp/apel/mcharset.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/mcs-20.el -%%EMACS_PACKAGESDIR%%/lisp/apel/mcs-20.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/mcs-xm.el -%%EMACS_PACKAGESDIR%%/lisp/apel/mcs-xm.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/mcs-xmu.el -%%EMACS_PACKAGESDIR%%/lisp/apel/mcs-xmu.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/mule-caesar.el -%%EMACS_PACKAGESDIR%%/lisp/apel/mule-caesar.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/path-util.el -%%EMACS_PACKAGESDIR%%/lisp/apel/path-util.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/pccl-20.el -%%EMACS_PACKAGESDIR%%/lisp/apel/pccl-20.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/pccl.el -%%EMACS_PACKAGESDIR%%/lisp/apel/pccl.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/pces-20.el -%%EMACS_PACKAGESDIR%%/lisp/apel/pces-20.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/pces-xfc.el -%%EMACS_PACKAGESDIR%%/lisp/apel/pces-xfc.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/pces-xm.el -%%EMACS_PACKAGESDIR%%/lisp/apel/pces-xm.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/pces.el -%%EMACS_PACKAGESDIR%%/lisp/apel/pces.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/pcustom.el -%%EMACS_PACKAGESDIR%%/lisp/apel/pcustom.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/poe-xemacs.el -%%EMACS_PACKAGESDIR%%/lisp/apel/poe-xemacs.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/poe.el -%%EMACS_PACKAGESDIR%%/lisp/apel/poe.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/poem.el -%%EMACS_PACKAGESDIR%%/lisp/apel/poem.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/poem-xm.el -%%EMACS_PACKAGESDIR%%/lisp/apel/poem-xm.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/product.el -%%EMACS_PACKAGESDIR%%/lisp/apel/product.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/pym.el -%%EMACS_PACKAGESDIR%%/lisp/apel/pym.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/richtext.el -%%EMACS_PACKAGESDIR%%/lisp/apel/richtext.elc -%%EMACS_PACKAGESDIR%%/lisp/apel/static.el -%%EMACS_PACKAGESDIR%%/lisp/apel/static.elc -@dirrm %%EMACS_PACKAGESDIR%%/lisp/apel |