From 8c4405b11c6f29a77a53ac60b93b68e4afc6200b Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Sat, 31 Jul 2004 12:51:09 +0000 Subject: Update to 1.4. PR: ports/68065 Submitted by: KIMURA Yasuhiro Reviewed by: yoichi Approved by: taoka (blanket) Committed at: CBUG Camp in Yatsugatake, Yamanashi-ken, Japan. --- japanese/lookup-emacs21/Makefile | 5 ++--- japanese/lookup-emacs21/distinfo | 4 ++-- japanese/lookup-emacs21/files/patch-aa | 20 -------------------- japanese/lookup-emacs21/pkg-descr | 2 +- japanese/lookup-emacs21/pkg-plist | 2 ++ japanese/lookup/Makefile | 5 ++--- japanese/lookup/distinfo | 4 ++-- japanese/lookup/files/patch-aa | 20 -------------------- japanese/lookup/pkg-descr | 2 +- japanese/lookup/pkg-plist | 2 ++ 10 files changed, 14 insertions(+), 52 deletions(-) delete mode 100644 japanese/lookup-emacs21/files/patch-aa delete mode 100644 japanese/lookup/files/patch-aa (limited to 'japanese') diff --git a/japanese/lookup-emacs21/Makefile b/japanese/lookup-emacs21/Makefile index 4827db258b19..aa89e7ad010e 100644 --- a/japanese/lookup-emacs21/Makefile +++ b/japanese/lookup-emacs21/Makefile @@ -6,11 +6,10 @@ # PORTNAME= lookup -PORTVERSION= 1.3 -PORTREVISION= 1 +PORTVERSION= 1.4 PKGNAMESUFFIX= -${EMACS_PORT_NAME} CATEGORIES= japanese elisp -MASTER_SITES= http://download.sourceforge.net/lookup/ +MASTER_SITES= http://openlab.ring.gr.jp/edict/lookup/dist/ MAINTAINER= taoka@FreeBSD.org COMMENT= Search interface on ${EMACS_PORT_NAME} for CD-ROM books, etc diff --git a/japanese/lookup-emacs21/distinfo b/japanese/lookup-emacs21/distinfo index 23e65ebc16dd..45355b40ff4c 100644 --- a/japanese/lookup-emacs21/distinfo +++ b/japanese/lookup-emacs21/distinfo @@ -1,2 +1,2 @@ -MD5 (lookup-1.3.tar.gz) = ed80e1cbcb25dfcdbdf25e6830e03434 -SIZE (lookup-1.3.tar.gz) = 315623 +MD5 (lookup-1.4.tar.gz) = 54d8af34ca71476833f95ee1934dc59e +SIZE (lookup-1.4.tar.gz) = 342534 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/pkg-descr b/japanese/lookup-emacs21/pkg-descr index 4d6ca8bbccb4..d338b090eea3 100644 --- a/japanese/lookup-emacs21/pkg-descr +++ b/japanese/lookup-emacs21/pkg-descr @@ -5,4 +5,4 @@ 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 +WWW: http://openlab.ring.gr.jp/edict/lookup/index.html diff --git a/japanese/lookup-emacs21/pkg-plist b/japanese/lookup-emacs21/pkg-plist index d6dc80a9dc24..19de6c322114 100644 --- a/japanese/lookup-emacs21/pkg-plist +++ b/japanese/lookup-emacs21/pkg-plist @@ -24,6 +24,8 @@ %%ELISPDIR%%/lookup/ndic.elc %%ELISPDIR%%/lookup/ndeb.el %%ELISPDIR%%/lookup/ndeb.elc +%%ELISPDIR%%/lookup/ndeb-binary.el +%%ELISPDIR%%/lookup/ndeb-binary.elc %%ELISPDIR%%/lookup/ndtp.el %%ELISPDIR%%/lookup/ndtp.elc %%ELISPDIR%%/lookup/ndict.el diff --git a/japanese/lookup/Makefile b/japanese/lookup/Makefile index 4827db258b19..aa89e7ad010e 100644 --- a/japanese/lookup/Makefile +++ b/japanese/lookup/Makefile @@ -6,11 +6,10 @@ # PORTNAME= lookup -PORTVERSION= 1.3 -PORTREVISION= 1 +PORTVERSION= 1.4 PKGNAMESUFFIX= -${EMACS_PORT_NAME} CATEGORIES= japanese elisp -MASTER_SITES= http://download.sourceforge.net/lookup/ +MASTER_SITES= http://openlab.ring.gr.jp/edict/lookup/dist/ MAINTAINER= taoka@FreeBSD.org COMMENT= Search interface on ${EMACS_PORT_NAME} for CD-ROM books, etc diff --git a/japanese/lookup/distinfo b/japanese/lookup/distinfo index 23e65ebc16dd..45355b40ff4c 100644 --- a/japanese/lookup/distinfo +++ b/japanese/lookup/distinfo @@ -1,2 +1,2 @@ -MD5 (lookup-1.3.tar.gz) = ed80e1cbcb25dfcdbdf25e6830e03434 -SIZE (lookup-1.3.tar.gz) = 315623 +MD5 (lookup-1.4.tar.gz) = 54d8af34ca71476833f95ee1934dc59e +SIZE (lookup-1.4.tar.gz) = 342534 diff --git a/japanese/lookup/files/patch-aa b/japanese/lookup/files/patch-aa deleted file mode 100644 index 8a3102c17c57..000000000000 --- a/japanese/lookup/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/pkg-descr b/japanese/lookup/pkg-descr index 4d6ca8bbccb4..d338b090eea3 100644 --- a/japanese/lookup/pkg-descr +++ b/japanese/lookup/pkg-descr @@ -5,4 +5,4 @@ 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 +WWW: http://openlab.ring.gr.jp/edict/lookup/index.html diff --git a/japanese/lookup/pkg-plist b/japanese/lookup/pkg-plist index d6dc80a9dc24..19de6c322114 100644 --- a/japanese/lookup/pkg-plist +++ b/japanese/lookup/pkg-plist @@ -24,6 +24,8 @@ %%ELISPDIR%%/lookup/ndic.elc %%ELISPDIR%%/lookup/ndeb.el %%ELISPDIR%%/lookup/ndeb.elc +%%ELISPDIR%%/lookup/ndeb-binary.el +%%ELISPDIR%%/lookup/ndeb-binary.elc %%ELISPDIR%%/lookup/ndtp.el %%ELISPDIR%%/lookup/ndtp.elc %%ELISPDIR%%/lookup/ndict.el -- cgit v1.2.3