summaryrefslogtreecommitdiff
path: root/japanese/lookup-emacs21
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/lookup-emacs21')
-rw-r--r--japanese/lookup-emacs21/Makefile50
-rw-r--r--japanese/lookup-emacs21/distinfo1
-rw-r--r--japanese/lookup-emacs21/files/patch-aa20
-rw-r--r--japanese/lookup-emacs21/files/patch-ab14
-rw-r--r--japanese/lookup-emacs21/pkg-descr8
-rw-r--r--japanese/lookup-emacs21/pkg-plist56
6 files changed, 0 insertions, 149 deletions
diff --git a/japanese/lookup-emacs21/Makefile b/japanese/lookup-emacs21/Makefile
deleted file mode 100644
index 48fbe8359034..000000000000
--- a/japanese/lookup-emacs21/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# New ports collection makefile for: lookup for Mule 2.3
-# Date created: 98/11/19
-# Whom: Satoshi Taoka <taoka@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= lookup
-PORTVERSION= 1.3
-PKGNAMESUFFIX= -${EMACS_PORT_NAME}
-CATEGORIES= japanese elisp
-MASTER_SITES= http://download.sourceforge.net/lookup/
-
-MAINTAINER= taoka@FreeBSD.org
-COMMENT= Search interface on ${EMACS_PORT_NAME} for CD-ROM books, etc
-
-RUN_DEPENDS+= eblook:${PORTSDIR}/japanese/eblook
-
-FILESDIR= ${.CURDIR}/../lookup/files
-PKGDIR= ${.CURDIR}/../lookup
-PLIST= ${.CURDIR}/pkg-plist
-EMACS_PORT_NAME?= emacs21
-
-.if (${EMACS_PORT_NAME} == "xemacs21-mule")
-EMACSDIR= ${PREFIX}/lib/xemacs/site-packages
-ELISPDIR= ${EMACSDIR}/lisp/lookup
-PORTINFODIR= ${EMACSDIR}/info
-MANIFEST= MANIFEST.lookup
-.else
-ELISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/lookup
-PORTINFODIR= ${PREFIX}/info
-PLIST_SUB= ELISPDIR=${EMACS_VERSION_SITE_LISPDIR}
-.endif
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \
- --with-lispdir=${ELISPDIR} \
- --infodir=${PORTINFODIR}
-
-post-install:
-.if (${EMACS_PORT_NAME} == "xemacs21-mule")
- ${RM} -f ${WRKDIR}/${MANIFEST}
- emacsdir=`${ECHO_CMD} ${EMACSDIR} | ${SED} -e "s;^${PREFIX}/;;"`; \
- ${CAT} ${PLIST} | ${GREP} -e "^$${emacsdir}" | \
- ${SED} -e "s;^$${emacsdir}/;;" > ${WRKDIR}/${MANIFEST}
- ${MKDIR} ${EMACSDIR}/pkginfo
- ${INSTALL_DATA} ${WRKDIR}/${MANIFEST} \
- ${EMACSDIR}/pkginfo/
-.endif
-
-.include <bsd.port.mk>
diff --git a/japanese/lookup-emacs21/distinfo b/japanese/lookup-emacs21/distinfo
deleted file mode 100644
index 6c0851902493..000000000000
--- a/japanese/lookup-emacs21/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (lookup-1.3.tar.gz) = ed80e1cbcb25dfcdbdf25e6830e03434
diff --git a/japanese/lookup-emacs21/files/patch-aa b/japanese/lookup-emacs21/files/patch-aa
deleted file mode 100644
index 8a3102c17c57..000000000000
--- a/japanese/lookup-emacs21/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- lisp/lookup.el~ Fri Jun 16 12:44:14 2000
-+++ lisp/lookup.el Sun Jun 25 00:53:24 2000
-@@ -620,7 +620,8 @@
- (defmacro logo-image ()
- (with-temp-buffer
- (cond ((featurep 'xemacs)
-- (insert-file-contents lookup-logo-file))
-+ (let ((format-alist nil))
-+ (insert-file-contents lookup-logo-file)))
- ((locate-library "bitmap")
- (require 'bitmap)
- (bitmap-insert-xbm-file lookup-logo-file)
-@@ -637,6 +638,7 @@
- (or lookup-use-bitmap (featurep 'xemacs)))
- (let ((buffer (get-buffer-create "*Lookup Logo*")))
- (set-buffer buffer)
-+ (setq fill-column (window-width))
- (erase-buffer)
- (if (featurep 'xemacs)
- (let ((logo-glyph (make-glyph (vector 'xpm :data lookup-logo-image)))
diff --git a/japanese/lookup-emacs21/files/patch-ab b/japanese/lookup-emacs21/files/patch-ab
deleted file mode 100644
index 24ab23124c51..000000000000
--- a/japanese/lookup-emacs21/files/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
---- lisp/lookup-vars.el.in~ Sat Jun 17 09:55:39 2000
-+++ lisp/lookup-vars.el.in Wed Jun 21 16:57:28 2000
-@@ -167,8 +167,9 @@
- :type 'boolean
- :group 'lookup-general-options)
-
--(defcustom lookup-use-kakasi (or (locate-library "kakasi" nil exec-path)
-- (locate-library "kakasi.exe" nil exec-path))
-+(defcustom lookup-use-kakasi (let ((load-path exec-path))
-+ (or (locate-library "kakasi")
-+ (locate-library "kakasi.exe")))
- "*Non-nil を指定すると、いくつかの局面で KAKASI が利用される。
- これは現在、具体的には日本語のデフォルトの検索語の切り出しに用いている。"
- :type 'boolean
diff --git a/japanese/lookup-emacs21/pkg-descr b/japanese/lookup-emacs21/pkg-descr
deleted file mode 100644
index 4d6ca8bbccb4..000000000000
--- a/japanese/lookup-emacs21/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Lookup is a search interface to electronic dictionaries within Emacs.
-You can use various sources (such as CD-ROM books, dictionary server on
-the network, and so on) as dictionaries by the simple operation.
-
-Lookup works on GNU Emacs 19.28 or later, XEmacs 20.3 or later, Mule
-2.3, and Meadow 1.0 or later.
-
-WWW: http://openlab.ring.gr.jp/lookup/index.html.en
diff --git a/japanese/lookup-emacs21/pkg-plist b/japanese/lookup-emacs21/pkg-plist
deleted file mode 100644
index d6dc80a9dc24..000000000000
--- a/japanese/lookup-emacs21/pkg-plist
+++ /dev/null
@@ -1,56 +0,0 @@
-%%ELISPDIR%%/lookup/evi.el
-%%ELISPDIR%%/lookup/evi.elc
-%%ELISPDIR%%/lookup/evi-mule.el
-%%ELISPDIR%%/lookup/evi-mule.elc
-%%ELISPDIR%%/lookup/lookup.el
-%%ELISPDIR%%/lookup/lookup.elc
-%%ELISPDIR%%/lookup/lookup-utils.el
-%%ELISPDIR%%/lookup/lookup-utils.elc
-%%ELISPDIR%%/lookup/lookup-types.el
-%%ELISPDIR%%/lookup/lookup-types.elc
-%%ELISPDIR%%/lookup/lookup-vse.el
-%%ELISPDIR%%/lookup/lookup-vse.elc
-%%ELISPDIR%%/lookup/lookup-package.el
-%%ELISPDIR%%/lookup/lookup-package.elc
-%%ELISPDIR%%/lookup/lookup-kanji.el
-%%ELISPDIR%%/lookup/lookup-kanji.elc
-%%ELISPDIR%%/lookup/lookup-entry.el
-%%ELISPDIR%%/lookup/lookup-entry.elc
-%%ELISPDIR%%/lookup/lookup-content.el
-%%ELISPDIR%%/lookup/lookup-content.elc
-%%ELISPDIR%%/lookup/lookup-select.el
-%%ELISPDIR%%/lookup/lookup-select.elc
-%%ELISPDIR%%/lookup/ndic.el
-%%ELISPDIR%%/lookup/ndic.elc
-%%ELISPDIR%%/lookup/ndeb.el
-%%ELISPDIR%%/lookup/ndeb.elc
-%%ELISPDIR%%/lookup/ndtp.el
-%%ELISPDIR%%/lookup/ndtp.elc
-%%ELISPDIR%%/lookup/ndict.el
-%%ELISPDIR%%/lookup/ndict.elc
-%%ELISPDIR%%/lookup/ndkks.el
-%%ELISPDIR%%/lookup/ndkks.elc
-%%ELISPDIR%%/lookup/ndspell.el
-%%ELISPDIR%%/lookup/ndspell.elc
-%%ELISPDIR%%/lookup/ndcookie.el
-%%ELISPDIR%%/lookup/ndcookie.elc
-%%ELISPDIR%%/lookup/ndmisc.el
-%%ELISPDIR%%/lookup/ndmisc.elc
-%%ELISPDIR%%/lookup/ndsrd.el
-%%ELISPDIR%%/lookup/ndsrd.elc
-%%ELISPDIR%%/lookup/sdicf.el
-%%ELISPDIR%%/lookup/sdicf.elc
-%%ELISPDIR%%/lookup/stem-english.el
-%%ELISPDIR%%/lookup/stem-english.elc
-%%ELISPDIR%%/lookup/lookup-vars.el
-%%ELISPDIR%%/lookup/lookup-vars.elc
-@unexec install-info --delete %D/info/lookup.info %D/info/dir
-info/lookup.info
-info/lookup.info-1
-info/lookup.info-2
-info/lookup.info-3
-@exec install-info %D/info/lookup.info %D/info/dir
-@unexec install-info --delete %D/info/lookup-guide.info %D/info/dir
-info/lookup-guide.info
-@exec install-info %D/info/lookup-guide.info %D/info/dir
-@dirrm %%ELISPDIR%%/lookup