aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-09-03 05:22:59 +0000
committerYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-09-03 05:22:59 +0000
commitf20faaf4c308248f0899845c5f1000306a04593e (patch)
tree70e17b9efa5dc04888f619336dfee5d2fc0a005e /japanese
parent3a6d9a5a650a47649a2802e1880b16b6e2ed8439 (diff)
downloadports-f20faaf4c308248f0899845c5f1000306a04593e.tar.gz
ports-f20faaf4c308248f0899845c5f1000306a04593e.zip
Notes
Diffstat (limited to 'japanese')
-rw-r--r--japanese/elisp-info/Makefile40
-rw-r--r--japanese/elisp-info/distinfo1
-rw-r--r--japanese/elisp-info/files/ELISP_CFG3
-rw-r--r--japanese/elisp-info/files/elisp-info-setup.el11
-rw-r--r--japanese/elisp-info/pkg-comment1
-rw-r--r--japanese/elisp-info/pkg-descr9
-rw-r--r--japanese/elisp-info/pkg-plist4
7 files changed, 0 insertions, 69 deletions
diff --git a/japanese/elisp-info/Makefile b/japanese/elisp-info/Makefile
deleted file mode 100644
index 3c621c521c78..000000000000
--- a/japanese/elisp-info/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: elisp-info.el
-# Date Created: 21 Jan 2002
-# Whom: Yoichi NAKAYAMA <yoichi@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= elisp-info
-PORTVERSION= 2.11
-CATEGORIES= japanese elisp
-MASTER_SITES= http://namazu.org/~tsuchiya/elisp/
-DISTNAME= ${PORTNAME}
-EXTRACT_SUFX= .el
-
-MAINTAINER= yoichi@FreeBSD.org
-
-BUILD_DEPENDS= ${LOCALBASE}/info/elisp-ja:${PORTSDIR}/japanese/elisp-manual
-RUN_DEPENDS= ${LOCALBASE}/info/elisp-ja:${PORTSDIR}/japanese/elisp-manual
-
-NO_WRKSUBDIR= yes
-EXTRACT_CMD= ${CP}
-EXTRACT_BEFORE_ARGS= -p
-EXTRACT_AFTER_ARGS= ./
-
-EMACS_PORT_NAME?= emacs21
-EMACS_NO_RUN_DEPENDS= yes
-LISPDIR?= ${PREFIX}/${EMACS_SITE_LISPDIR}/${PORTNAME}
-
-post-extract:
- ${CP} ${FILESDIR}/ELISP_CFG ${WRKDIR}
-do-build:
- (cd ${WRKDIR}; \
- ${EMACS_CMD} -batch -l ./ELISP_CFG -l ./${PORTNAME}.el -f ${PORTNAME}-make-index)
-do-install:
- ${MKDIR} ${LISPDIR}
- ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.el ${LISPDIR}
- ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-index.el ${LISPDIR}
- ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}-setup.el ${LISPDIR}
-
-.include <bsd.port.mk>
diff --git a/japanese/elisp-info/distinfo b/japanese/elisp-info/distinfo
deleted file mode 100644
index 08cb74c396ca..000000000000
--- a/japanese/elisp-info/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (elisp-info.el) = 8f1d82402b087992586186597a88fe4c
diff --git a/japanese/elisp-info/files/ELISP_CFG b/japanese/elisp-info/files/ELISP_CFG
deleted file mode 100644
index a426e885e557..000000000000
--- a/japanese/elisp-info/files/ELISP_CFG
+++ /dev/null
@@ -1,3 +0,0 @@
-(require 'info)
-(info-initialize)
-(setq elisp-info-list '("elisp-ja"))
diff --git a/japanese/elisp-info/files/elisp-info-setup.el b/japanese/elisp-info/files/elisp-info-setup.el
deleted file mode 100644
index f1c56717c4b1..000000000000
--- a/japanese/elisp-info/files/elisp-info-setup.el
+++ /dev/null
@@ -1,11 +0,0 @@
-;; Setup for elisp-info.el
-(require 'elisp-info)
-(eval-after-load "help.el"
- (progn
- (define-key help-map "f" 'elisp-info-describe-function)
- (define-key help-map "d" 'elisp-info-describe-function)
- (define-key help-map "D" 'describe-function)
- (define-key help-map "v" 'elisp-info-describe-variable)
- (define-key help-map "V" 'describe-variable)
- (define-key help-mode-map "i" 'elisp-info-help-to-info)))
-(provide 'elisp-info-setup) \ No newline at end of file
diff --git a/japanese/elisp-info/pkg-comment b/japanese/elisp-info/pkg-comment
deleted file mode 100644
index eddebd1dbefd..000000000000
--- a/japanese/elisp-info/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Functions to refer Emacs-Lisp Reference Manual
diff --git a/japanese/elisp-info/pkg-descr b/japanese/elisp-info/pkg-descr
deleted file mode 100644
index ee499a09b98b..000000000000
--- a/japanese/elisp-info/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-This package provide functions for Emacs with which you can
-find description of function or variable from Emacs-Lisp
-Reference Manual. If you put (require 'elisp-info-setup)
-in ~/.emacs then following key binds are provided.
-
-C-h f (C-h d) : elisp-info-describe-function
-C-h D : describe-function
-C-h v : elisp-info-describe-variable
-C-h V : describe-variable
diff --git a/japanese/elisp-info/pkg-plist b/japanese/elisp-info/pkg-plist
deleted file mode 100644
index 80f6c0e28173..000000000000
--- a/japanese/elisp-info/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-%%EMACS_SITE_LISPDIR%%/elisp-info/elisp-info.el
-%%EMACS_SITE_LISPDIR%%/elisp-info/elisp-info-index.el
-%%EMACS_SITE_LISPDIR%%/elisp-info/elisp-info-setup.el
-@dirrm %%EMACS_SITE_LISPDIR%%/elisp-info