aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2004-11-04 23:05:42 +0800
committernork <nork@FreeBSD.org>2004-11-04 23:05:42 +0800
commitd59b67fbffba121e3c6a1ef78fd5d6a3a52903d8 (patch)
treecc7ce9ae0a8a57f52d5997a3f3d06f3904a4a0e1
parentc0cafb3e25bf30d93d8c63a4258fb900044589f6 (diff)
downloadfreebsd-ports-gnome-d59b67fbffba121e3c6a1ef78fd5d6a3a52903d8.tar.gz
freebsd-ports-gnome-d59b67fbffba121e3c6a1ef78fd5d6a3a52903d8.tar.zst
freebsd-ports-gnome-d59b67fbffba121e3c6a1ef78fd5d6a3a52903d8.zip
No longer support MULE.
PR: ports/73483 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Approved by: taoka (blanket)
-rw-r--r--CVSROOT/modules1
-rw-r--r--MOVED1
-rw-r--r--japanese/Makefile1
-rw-r--r--japanese/lookup-mule/Makefile11
-rw-r--r--japanese/lookup-mule/distinfo1
-rw-r--r--japanese/lookup-mule/files/patch-aa20
-rw-r--r--japanese/lookup-mule/files/patch-ab14
-rw-r--r--japanese/lookup-mule/pkg-descr8
-rw-r--r--japanese/lookup-mule/pkg-plist56
9 files changed, 1 insertions, 112 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules
index ca9d0b75a065..88d019a611a0 100644
--- a/CVSROOT/modules
+++ b/CVSROOT/modules
@@ -3691,7 +3691,6 @@ ja-linux_locale ports/japanese/linux_locale
ja-lipsf ports/japanese/lipsf
ja-lookup ports/japanese/lookup
ja-lookup-emacs20 ports/japanese/lookup-emacs20
-ja-lookup-mule ports/japanese/lookup-mule
ja-lookup-xemacs ports/japanese/lookup-xemacs
ja-ls ports/japanese/jls
ja-lsd-fpw ports/japanese/lsd-fpw
diff --git a/MOVED b/MOVED
index 8cebe67eaad0..530a33026e35 100644
--- a/MOVED
+++ b/MOVED
@@ -1299,3 +1299,4 @@ irc/liece-dcc|irc/riece|2004-10-31|Integrated into irc/riece
irc/liece-emacs20|irc/rieceemacs20|2004-10-31|Upgrade to irc/riece-emacs20
japanese/ndtpd|japanese/ebnetd|2004-10-31|successor project
net/dcgui|net/valknut|2004-10-31|renamed
+japanese/lookup-mule||2004-11-05|no longer supported
diff --git a/japanese/Makefile b/japanese/Makefile
index e591e13bdf5b..267f7978237d 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -193,7 +193,6 @@
SUBDIR += lipsf
SUBDIR += lookup
SUBDIR += lookup-emacs20
- SUBDIR += lookup-mule
SUBDIR += lookup-xemacs
SUBDIR += lsd-fpw
SUBDIR += lynx
diff --git a/japanese/lookup-mule/Makefile b/japanese/lookup-mule/Makefile
deleted file mode 100644
index b0a3362a69ac..000000000000
--- a/japanese/lookup-mule/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# New ports collection makefile for: lookup for Mule 2.3
-# Date created: 98/11/19
-# Whom: Satoshi Taoka <taoka@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-MASTERDIR= ${.CURDIR}/../lookup
-EMACS_PORT_NAME= mule
-
-.include "${MASTERDIR}/Makefile"
diff --git a/japanese/lookup-mule/distinfo b/japanese/lookup-mule/distinfo
deleted file mode 100644
index 6c0851902493..000000000000
--- a/japanese/lookup-mule/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (lookup-1.3.tar.gz) = ed80e1cbcb25dfcdbdf25e6830e03434
diff --git a/japanese/lookup-mule/files/patch-aa b/japanese/lookup-mule/files/patch-aa
deleted file mode 100644
index 8a3102c17c57..000000000000
--- a/japanese/lookup-mule/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-mule/files/patch-ab b/japanese/lookup-mule/files/patch-ab
deleted file mode 100644
index 24ab23124c51..000000000000
--- a/japanese/lookup-mule/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-mule/pkg-descr b/japanese/lookup-mule/pkg-descr
deleted file mode 100644
index 4d6ca8bbccb4..000000000000
--- a/japanese/lookup-mule/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-mule/pkg-plist b/japanese/lookup-mule/pkg-plist
deleted file mode 100644
index d6dc80a9dc24..000000000000
--- a/japanese/lookup-mule/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