Date: Fri, 18 Jun 2004 10:10:12 +0900 (JST) From: KIMURA Yasuhiro <yasu@utahime.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/68065: [PATCH] japanese/lookup New version 1.4 Message-ID: <20040618011012.15D332AB@sugar.home.utahime.org> Resent-Message-ID: <200406180120.i5I1KNg0022378@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 68065 >Category: ports >Synopsis: [PATCH] japanese/lookup New version 1.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 18 01:20:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KIMURA Yasuhiro >Release: FreeBSD 4.10-RELEASE i386 >Organization: >Environment: System: FreeBSD sugar.home.utahime.org 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Sat May 29 08:35:39 JST 2004 root@sugar.home.utahime.org:/usr/obj/am/eastasia/usr1/cvsup/releng_4_10/src/sys/SUGAR i386 >Description: Update to 1.4 from Electronic Dictionary Open Laboratory (http://openlab.ring.gr.jp/edict/). Fixes in files/patch-aa are merged, so it should be removed. >How-To-Repeat: >Fix: --- lookup.patch begins here --- diff -ruN lookup.dist/Makefile lookup/Makefile --- lookup.dist/Makefile Wed Feb 4 14:44:54 2004 +++ lookup/Makefile Fri Jun 18 09:52:02 2004 @@ -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 -ruN lookup.dist/distinfo lookup/distinfo --- lookup.dist/distinfo Wed Mar 31 18:53:43 2004 +++ lookup/distinfo Fri Jun 18 09:52:50 2004 @@ -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 -ruN lookup.dist/files/patch-aa lookup/files/patch-aa --- lookup.dist/files/patch-aa Tue Jul 11 02:36:21 2000 +++ lookup/files/patch-aa Thu Jan 1 09:00:00 1970 @@ -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 -ruN lookup.dist/pkg-plist lookup/pkg-plist --- lookup.dist/pkg-plist Wed Dec 19 23:48:20 2001 +++ lookup/pkg-plist Fri Jun 18 09:58:47 2004 @@ -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 --- lookup.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040618011012.15D332AB>