Skip site navigation (1)Skip section navigation (2)
Date:      27 Aug 2002 12:19:46 -0700
From:      Seth Kingsley <sethk@meowfishies.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42092: [MAINTAINER PATCH] japanese/kdrill update
Message-ID:  <20020827191946.65141.qmail@magnesium.net>

next in thread | raw e-mail | index | archive | help

>Number:         42092
>Category:       ports
>Synopsis:       [MAINTAINER PATCH] japanese/kdrill update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 27 12:20:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Seth Kingsley
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Meow Fishies
>Environment:
System: FreeBSD 5.0-CURRENT #2: Mon Aug 19 15:43:04 PDT 2002
sethk@neko.home.meowfishies.com:/usr/src/sys/i386/compile/NEKO

>Description:
	Update to kdrill version 5.12.2.

	New in this version:
        + Added [return] key accelerator for stroke count search.
        + Added "dzu" to convert.c
        + Reformatted search window, and added "active only" filter
        + Fixed stupid bug in matchengfirst so "Match initial" works with english
        + Added "usefile" toggle to 'learn' window.
        + Added trivial #ifdef for MacOS X support. Yes, MacOS :-)
          The "Developers CD"/Kit is required to compile.

        + Work around BUG in XFree86 Xaw libraries: They dont accept
	  widechar cut-n-paste. So access clipboard 'directly'.
	  [cut-n-paste was working fine under Solaris all this time]
	  Good news is, code is somewhat cleaner now anyway.

>How-To-Repeat:
	N/A

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/japanese/kdrill/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile	2002/04/30 12:34:16	1.2
+++ Makefile	2002/08/27 18:52:36
@@ -6,14 +6,18 @@
 #
 
 PORTNAME=	kdrill
-PORTVERSION=	5.11.8
+PORTVERSION=	5.12.2
 CATEGORIES=	japanese
 MASTER_SITES=	ftp://ftp.bolthole.com/kdrill/
 DISTNAME=	${PORTNAME}${PORTVERSION}
 
 MAINTAINER=	sethk@meowfishies.com
 
+# Explictly state HTML'ized man pages in packing list since not all are
+# generated from imake.
+XFREE86_HTML_MAN=no
 MAN1=		kdrill.1 makedic.1 makeedict.1
+
 MANCOMPRESSED=	yes
 USE_IMAKE=	yes
 MAKE_ENV+=	LOCALBASE=${LOCALBASE}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/japanese/kdrill/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo	2002/04/30 12:34:16	1.2
+++ distinfo	2002/08/27 18:52:36
@@ -1 +1 @@
-MD5 (kdrill5.11.8.tar.gz) = 222cd24a04f444fc6b20da32a493189c
+MD5 (kdrill5.12.2.tar.gz) = 3707f5124f4ae5355a7bdd527e7972fa
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/japanese/kdrill/pkg-plist,v
retrieving revision 1.1
diff -u -p -r1.1 pkg-plist
--- pkg-plist	2000/11/13 06:15:26	1.1
+++ pkg-plist	2002/08/27 18:52:36
@@ -6,4 +6,5 @@ share/dict/kdrill/hira.edic
 share/dict/kdrill/hiraplus.edic
 share/dict/kdrill/kata.edic
 share/dict/kdrill/kataplus.edic
+lib/X11/doc/html/kdrill.1.html
 @dirrm share/dict/kdrill

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020827191946.65141.qmail>