ports/114803: japanese/anthy: Update optional kana-kanji dictionary

Yamashiro Jun yamajun at ofug.net
Sun Jul 22 06:20:03 UTC 2007


>Number:         114803
>Category:       ports
>Synopsis:       japanese/anthy: Update optional kana-kanji dictionary
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 22 06:20:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Yamashiro Jun
>Release:        FreeBSD i386 6.2-STABLE
>Organization:
Okinawa FreeBSD Users Group
>Environment:
FreeBSD pcbsd 6.2-STABLE FreeBSD 6.2-STABLE #50: Wed Jul 18 13:26:35 PDT 2007     root at pcbsd:/usr/obj/usr/src/sys/PCBSD-SMP  i386
>Description:
japanese/anthy package have optional kana-kanji dictionaries.
Current version of Okinawa dictionary(odic) is old and inconvenience.
>How-To-Repeat:

>Fix:
Apply patch with this report.



Patch attached with submission follows:

diff -Nru anthy.orig/Makefile anthy/Makefile
--- anthy.orig/Makefile	Mon Jul 23 14:10:36 2007
+++ anthy/Makefile	Mon Jul 23 14:47:09 2007
@@ -32,10 +32,9 @@
 
 .if defined(WITH_ODIC)
 MASTER_SITES+=	http://www.ofug.net/~yamajun/files/:odic
-EXTRACT_ONLY+=	${ODIC_SRCS}
 DISTFILES+=	${ODIC_SRCS}:odic
-ODIC_SRCS=	${ODIC_VERS}.tar.gz
-ODIC_VERS=	okinawa-20051104
+ODIC_SRCS=	${ODIC_VERS}.t
+ODIC_VERS=	okinawa-20070717
 .endif
 
 .if defined(WITH_GSKKDIC)
@@ -53,8 +52,8 @@
 .endif
 
 .if defined(WITH_ODIC)
-	${CP} ${WRKDIR}/${ODIC_VERS}/okinawa.t ${WRKSRC}/mkworddic
-	${PRINTF} "/mkworddic\\\\/tankanji.t/a\\\\\\nread @top_srcdir@/mkworddic/okinawa.t\\n" | \
+	${CP} ${DISTDIR}/${DIST_SUBDIR}/${ODIC_SRCS} ${WRKSRC}/mkworddic
+	${PRINTF} "/mkworddic\\\\/tankanji.t/a\\\\\\nread @top_srcdir@/mkworddic/${ODIC_SRCS}\\n" | \
 	${REINPLACE_CMD} -f /dev/stdin ${WRKSRC}/mkworddic/dict.args.in
 .endif
 
diff -Nru anthy.orig/distinfo anthy/distinfo
--- anthy.orig/distinfo	Mon Jul 23 14:10:36 2007
+++ anthy/distinfo	Mon Jul 23 14:23:20 2007
@@ -4,9 +4,9 @@
 MD5 (anthy/2ch.t) = d253bec53045cec3ba40f69a63f76612
 SHA256 (anthy/2ch.t) = 643a80d1f305e6b3cd7e3cf42afbe4c0328233416f6185172d6c6c2c76e28ec6
 SIZE (anthy/2ch.t) = 142157
-MD5 (anthy/okinawa-20051104.tar.gz) = 0b1fd1c8655e72599d03c30fa78ed7d2
-SHA256 (anthy/okinawa-20051104.tar.gz) = fa33212805fc62351146f107f908bde413389b43c1b190e9af277da0f3692268
-SIZE (anthy/okinawa-20051104.tar.gz) = 52191
+MD5 (anthy/okinawa-20070717.t) = 44f8cd21a7e3539cc41cc89711e1c93a
+SHA256 (anthy/okinawa-20070717.t) = dd7c9d5e5bfe3f7632af3aa4dbf707da7578c1cd31a4d614944b26d6b194b204
+SIZE (anthy/okinawa-20070717.t) = 158199
 MD5 (anthy/gskk-20041208.t.gz) = c7d1a20e54b862c8bf99a3eee8c8293b
 SHA256 (anthy/gskk-20041208.t.gz) = d366b0b76d8b39c33244aa289c758663c260ef4402eaf49f0f53d14d55efbad7
 SIZE (anthy/gskk-20041208.t.gz) = 760867


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



More information about the freebsd-ports-bugs mailing list