summaryrefslogtreecommitdiff
path: root/editors/apel
diff options
context:
space:
mode:
Diffstat (limited to 'editors/apel')
-rw-r--r--editors/apel/Makefile117
-rw-r--r--editors/apel/distinfo1
-rw-r--r--editors/apel/files/_pkg.el4
-rw-r--r--editors/apel/files/apel-setupel.el.in9
-rw-r--r--editors/apel/files/patch-aa10
-rw-r--r--editors/apel/files/patch-ac11
-rw-r--r--editors/apel/pkg-comment.emacs191
-rw-r--r--editors/apel/pkg-comment.emacs201
-rw-r--r--editors/apel/pkg-comment.emacs211
-rw-r--r--editors/apel/pkg-comment.mule1
-rw-r--r--editors/apel/pkg-comment.xemacs21-mule1
-rw-r--r--editors/apel/pkg-descr.emacs1937
-rw-r--r--editors/apel/pkg-descr.emacs2032
-rw-r--r--editors/apel/pkg-descr.emacs2132
-rw-r--r--editors/apel/pkg-descr.mule37
-rw-r--r--editors/apel/pkg-descr.xemacs21-mule31
-rw-r--r--editors/apel/pkg-plist.emacs1957
-rw-r--r--editors/apel/pkg-plist.emacs2062
-rw-r--r--editors/apel/pkg-plist.emacs2162
-rw-r--r--editors/apel/pkg-plist.mule61
-rw-r--r--editors/apel/pkg-plist.xemacs21-mule70
-rw-r--r--editors/apel/scripts/configure13
22 files changed, 0 insertions, 651 deletions
diff --git a/editors/apel/Makefile b/editors/apel/Makefile
deleted file mode 100644
index a58a5bca498e..000000000000
--- a/editors/apel/Makefile
+++ /dev/null
@@ -1,117 +0,0 @@
-# New ports collection makefile for: apel for emacs
-# Date created: 23 September 1998
-# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= apel
-PORTVERSION= ${APEL_VER}
-CATEGORIES= editors elisp
-MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/apel/ \
- ftp://ftp.center.osaka-u.ac.jp/mule/apel/
-PKGNAMESUFFIX= -${EMACS_PORT_NAME}
-
-MAINTAINER?= shige@FreeBSD.org
-
-# distfile version
-APEL_VER= 10.3
-# setupel filename
-APEL_SETUPEL= apel-setupel.el
-# document install directory by install-doc target
-APELDOCDIR?= share/doc/apel
-
-# This is a master port.
-PORTCLASS?= master
-
-# emacs port setup
-.if (${PORTCLASS} == "master")
-EMACS_PORT_NAME= emacs
-# emacs requires *-setupel.el
-REQUIRE_SETUPEL= YES
-.endif
-
-# target name for make build
-ALL_TARGET?= elc
-# environments
-SCRIPTS_ENV+= TARGETS="${APEL_SETUPEL}"
-PLIST_SUB+= APELDOCDIR=${APELDOCDIR} APEL_SETUPEL=${APEL_SETUPEL}
-
-.include <bsd.port.pre.mk>
-
-.if defined(EMACS_PORT_NAME)
-# depends on custom: emacs-19.34 or mule-19.34
-.if (${EMACS_VER} == "19.34")
-BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/custom.el:${PORTSDIR}/editors/custom-${EMACS_PORT_NAME}
-RUN_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/custom.el:${PORTSDIR}/editors/custom-${EMACS_PORT_NAME}
-.endif
-.if defined(EMACS_PACKAGESDIR)
-BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/xemacs-base/advice.el:${PORTSDIR}/editors/xemacs-packages
-RUN_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/xemacs-base/advice.el:${PORTSDIR}/editors/xemacs-packages
-.endif
-.else
-.BEGIN:
- @${ECHO} "Error: Bad port."
- @${ECHO} "You must define EMACS_PORT_NAME."
- @${FALSE}
-.endif
-
-pre-configure:
-.if defined(REQUIRE_SETUPEL) && (${REQUIRE_SETUPEL} == "YES")
- @${CP} ${FILESDIR}/${APEL_SETUPEL}.in ${WRKDIR}
-.endif
-
-pre-install:
-.if defined(EMACS_PACKAGESDIR) && defined(EMACS_PACKAGES_SUBDIRS)
- @${MAKE} mkdir-site-packages
-.endif
-.if defined(EMACS_PACKAGESDIR) && defined(XEMACS_PKGNAME)
- @${MAKE} pkg-el-install
-.endif
-
-post-install:
-.if defined(REQUIRE_SETUPEL) && (${REQUIRE_SETUPEL} == "YES")
- @${MAKE} setupel-install
-.endif
-.if defined(EMACS_PACKAGESDIR) && defined(MANIFEST)
- @${MAKE} manifest-install
-.endif
-.if !defined(NOPORTDOCS)
- @${MAKE} doc-install
-.endif
-
-###############################################################################
-#
-# local functions
-#
-mkdir-site-packages:
- @(for i in ${EMACS_PACKAGES_SUBDIRS} ; do \
- ${MKDIR} ${LOCALBASE}/${EMACS_PACKAGESDIR}/$${i} ; \
- done)
-
-pkg-el-install:
- @(if [ -f ${FILESDIR}/_pkg.el ] ; then \
- ${MKDIR} ${LOCALBASE}/${EMACS_PACKAGESDIR}/lisp/${XEMACS_PKGNAME} ;\
- ${INSTALL_DATA} ${FILESDIR}/_pkg.el \
- ${LOCALBASE}/${EMACS_PACKAGESDIR}/lisp/${XEMACS_PKGNAME}/_pkg.el ;\
- fi)
-
-doc-install:
- @${MKDIR} ${LOCALBASE}/${APELDOCDIR}
- @(cd ${WRKSRC} ; \
- for i in ChangeLog README.* ; do \
- ${INSTALL_DATA} $${i} ${LOCALBASE}/${APELDOCDIR}/ ; \
- done)
-
-setupel-install:
- @${INSTALL_DATA} ${WRKDIR}/${APEL_SETUPEL} \
- ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp
-
-manifest-install:
- @${RM} -f ${WRKDIR}/${MANIFEST}
- @${CAT} ${PLIST} | ${GREP} -e "^%%EMACS_PACKAGESDIR%%" | \
- ${SED} -e "s;^%%EMACS_PACKAGESDIR%%/;;" > ${WRKDIR}/${MANIFEST}
- @${INSTALL_DATA} ${WRKDIR}/${MANIFEST} \
- ${LOCALBASE}/${EMACS_PACKAGESDIR}/pkginfo/
-
-.include <bsd.port.post.mk>
diff --git a/editors/apel/distinfo b/editors/apel/distinfo
deleted file mode 100644
index ecc5b1469e4d..000000000000
--- a/editors/apel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (apel-10.3.tar.gz) = a7357019aeeae69f95fb3cdc5a39bb1f
diff --git a/editors/apel/files/_pkg.el b/editors/apel/files/_pkg.el
deleted file mode 100644
index d3d55387912f..000000000000
--- a/editors/apel/files/_pkg.el
+++ /dev/null
@@ -1,4 +0,0 @@
-;;;###autoload
-(package-provide 'apel
- :version 1.16
- :type 'regular)
diff --git a/editors/apel/files/apel-setupel.el.in b/editors/apel/files/apel-setupel.el.in
deleted file mode 100644
index 1047e259b991..000000000000
--- a/editors/apel/files/apel-setupel.el.in
+++ /dev/null
@@ -1,9 +0,0 @@
-;;
-;; @(#)apel-setupel.el -- apel emacs load-path setup elisp file.
-;; -- by shige@FreeBSD.ORG
-
-(setq load-path (append '(
- "@@LOCALBASE@@/@@EMACS_LIBDIR@@/site-lisp/apel"
- "@@LOCALBASE@@/@@EMACS_LIBDIR_WITH_VER@@/site-lisp/emu"
- ) load-path))
-(provide 'apel-setupel)
diff --git a/editors/apel/files/patch-aa b/editors/apel/files/patch-aa
deleted file mode 100644
index d8595b1a9a38..000000000000
--- a/editors/apel/files/patch-aa
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.orig Tue Oct 27 23:58:27 1998
-+++ Makefile Sun Nov 1 20:44:21 1998
-@@ -17,6 +17,7 @@
- PACKAGEDIR = NONE
- VERSION_SPECIFIC_LISPDIR = NONE
-
-+all: elc
-
- elc:
- $(EMACS) $(FLAGS) -f compile-apel
diff --git a/editors/apel/files/patch-ac b/editors/apel/files/patch-ac
deleted file mode 100644
index a602fff48d9f..000000000000
--- a/editors/apel/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- APEL-MK.orig Wed Dec 22 13:14:21 1999
-+++ APEL-MK Wed May 10 23:45:36 2000
-@@ -41,7 +41,7 @@
- ;; Make "emu" subdirectory.
- "emu"
- ;; Don't make "emu" subdirectory.
-- ""))
-+ "emu"))
-
- ;; The directories where APEL and EMU modules will be installed.
- ;; These two variables will be generated from other variables above.
diff --git a/editors/apel/pkg-comment.emacs19 b/editors/apel/pkg-comment.emacs19
deleted file mode 100644
index 195399718c18..000000000000
--- a/editors/apel/pkg-comment.emacs19
+++ /dev/null
@@ -1 +0,0 @@
-A Portable Emacs Library for emacs
diff --git a/editors/apel/pkg-comment.emacs20 b/editors/apel/pkg-comment.emacs20
deleted file mode 100644
index 5a611f960f0f..000000000000
--- a/editors/apel/pkg-comment.emacs20
+++ /dev/null
@@ -1 +0,0 @@
-A Portable Emacs Library for emacs20
diff --git a/editors/apel/pkg-comment.emacs21 b/editors/apel/pkg-comment.emacs21
deleted file mode 100644
index 5a611f960f0f..000000000000
--- a/editors/apel/pkg-comment.emacs21
+++ /dev/null
@@ -1 +0,0 @@
-A Portable Emacs Library for emacs20
diff --git a/editors/apel/pkg-comment.mule b/editors/apel/pkg-comment.mule
deleted file mode 100644
index d2aef39aa680..000000000000
--- a/editors/apel/pkg-comment.mule
+++ /dev/null
@@ -1 +0,0 @@
-A Portable Emacs Library for mule
diff --git a/editors/apel/pkg-comment.xemacs21-mule b/editors/apel/pkg-comment.xemacs21-mule
deleted file mode 100644
index 96d1015dd519..000000000000
--- a/editors/apel/pkg-comment.xemacs21-mule
+++ /dev/null
@@ -1 +0,0 @@
-A Portable Emacs Library for xemacs21-mule
diff --git a/editors/apel/pkg-descr.emacs19 b/editors/apel/pkg-descr.emacs19
deleted file mode 100644
index ecf711decd8c..000000000000
--- a/editors/apel/pkg-descr.emacs19
+++ /dev/null
@@ -1,37 +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/19.34/site-lisp/emu/ --- emu
-
-
-To use apel, put the following setup into your ~/.emacs:
-
- (require 'apel-setupel)
-
---- Porting by shige <shige@FreeBSD.ORG>.
diff --git a/editors/apel/pkg-descr.emacs20 b/editors/apel/pkg-descr.emacs20
deleted file mode 100644
index 044318554809..000000000000
--- a/editors/apel/pkg-descr.emacs20
+++ /dev/null
@@ -1,32 +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
-
---- Porting by shige <shige@FreeBSD.ORG>.
diff --git a/editors/apel/pkg-descr.emacs21 b/editors/apel/pkg-descr.emacs21
deleted file mode 100644
index 044318554809..000000000000
--- a/editors/apel/pkg-descr.emacs21
+++ /dev/null
@@ -1,32 +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
-
---- Porting by shige <shige@FreeBSD.ORG>.
diff --git a/editors/apel/pkg-descr.mule b/editors/apel/pkg-descr.mule
deleted file mode 100644
index af904d7e4993..000000000000
--- a/editors/apel/pkg-descr.mule
+++ /dev/null
@@ -1,37 +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)
-
---- Porting by shige <shige@FreeBSD.ORG>.
diff --git a/editors/apel/pkg-descr.xemacs21-mule b/editors/apel/pkg-descr.xemacs21-mule
deleted file mode 100644
index 9096307024ae..000000000000
--- a/editors/apel/pkg-descr.xemacs21-mule
+++ /dev/null
@@ -1,31 +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
-
---- Porting by shige <shige@FreeBSD.ORG>.
diff --git a/editors/apel/pkg-plist.emacs19 b/editors/apel/pkg-plist.emacs19
deleted file mode 100644
index 0e3ac4b6c9cc..000000000000
--- a/editors/apel/pkg-plist.emacs19
+++ /dev/null
@@ -1,57 +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/invisible.el
-%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/invisible.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/mcharset.el
-%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/mcharset.elc
-%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/mcs-ltn1.el
-%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/mcs-ltn1.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/pces.el
-%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pces.elc
-%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pces-raw.el
-%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/pces-raw.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-ltn1.el
-%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/poem-ltn1.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/pkg-plist.emacs20 b/editors/apel/pkg-plist.emacs20
deleted file mode 100644
index 12a91280444f..000000000000
--- a/editors/apel/pkg-plist.emacs20
+++ /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/static.el
-%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/static.elc
-%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/richtext.el
-%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/richtext.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/pkg-plist.emacs21 b/editors/apel/pkg-plist.emacs21
deleted file mode 100644
index 12a91280444f..000000000000
--- a/editors/apel/pkg-plist.emacs21
+++ /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/static.el
-%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/static.elc
-%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/richtext.el
-%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/richtext.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/pkg-plist.mule b/editors/apel/pkg-plist.mule
deleted file mode 100644
index 1eba2a79a102..000000000000
--- a/editors/apel/pkg-plist.mule
+++ /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/invisible.el
-%%EMACS_LIBDIR_WITH_VER%%/site-lisp/emu/invisible.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/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/pkg-plist.xemacs21-mule b/editors/apel/pkg-plist.xemacs21-mule
deleted file mode 100644
index c2038d6f4a35..000000000000
--- a/editors/apel/pkg-plist.xemacs21-mule
+++ /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
diff --git a/editors/apel/scripts/configure b/editors/apel/scripts/configure
deleted file mode 100644
index 083bc7164d33..000000000000
--- a/editors/apel/scripts/configure
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-for i in ${TARGETS}
-do
- if [ -f ${WRKDIR}/${i}.in ]; then
- cat ${WRKDIR}/${i}.in | /usr/bin/sed \
- -e "s;@@LOCALBASE@@;${LOCALBASE};g" \
- -e "s;@@EMACS_LIBDIR@@;${EMACS_LIBDIR};g" \
- -e "s;@@EMACS_VER@@;${EMACS_VER};g" \
- -e "s;@@EMACS_LIBDIR_WITH_VER@@;${EMACS_LIBDIR_WITH_VER};g" \
- > ${WRKDIR}/${i}
- fi
-done