diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-07-31 12:51:09 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-07-31 12:51:09 +0000 |
commit | 8c4405b11c6f29a77a53ac60b93b68e4afc6200b (patch) | |
tree | 7eea699298d294585e728dac8ad1a85be11340f3 | |
parent | 6ce2dae5a7c1906b92368ccaea4d3ff42bd8d4e7 (diff) | |
download | ports-8c4405b11c6f29a77a53ac60b93b68e4afc6200b.tar.gz ports-8c4405b11c6f29a77a53ac60b93b68e4afc6200b.zip |
Update to 1.4.
PR: ports/68065
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Reviewed by: yoichi
Approved by: taoka (blanket)
Committed at: CBUG Camp in Yatsugatake, Yamanashi-ken, Japan.
Notes
Notes:
svn path=/head/; revision=115146
-rw-r--r-- | japanese/lookup-emacs21/Makefile | 5 | ||||
-rw-r--r-- | japanese/lookup-emacs21/distinfo | 4 | ||||
-rw-r--r-- | japanese/lookup-emacs21/files/patch-aa | 20 | ||||
-rw-r--r-- | japanese/lookup-emacs21/pkg-descr | 2 | ||||
-rw-r--r-- | japanese/lookup-emacs21/pkg-plist | 2 | ||||
-rw-r--r-- | japanese/lookup/Makefile | 5 | ||||
-rw-r--r-- | japanese/lookup/distinfo | 4 | ||||
-rw-r--r-- | japanese/lookup/files/patch-aa | 20 | ||||
-rw-r--r-- | japanese/lookup/pkg-descr | 2 | ||||
-rw-r--r-- | japanese/lookup/pkg-plist | 2 |
10 files changed, 14 insertions, 52 deletions
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 |