Date: Fri, 24 Jun 2005 19:18:51 +0800 (CST) From: chinsan <chinsan.tw@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: statue@freebsd.netlab.cse.yzu.edu.tw, vanilla@FreeBSD.org Subject: ports/82606: chinese/gcin: fix pkg-plist Message-ID: <20050624111851.5DDD473045@chinsan.twbbs.org> Resent-Message-ID: <200506241120.j5OBKGoc097157@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 82606 >Category: ports >Synopsis: chinese/gcin: fix pkg-plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 24 11:20:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 5.3-RELEASE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD chinsan.twbbs.org 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: - fix uncompleted pkg-plist(add nippon.gtab) - port maintainer(statue) is CC'd. Sorry, it's my mistake to miss that file into plist @_@; Thanks. >How-To-Repeat: >Fix: --- gcin.patch begins here --- diff -ruN gcin.orig/Makefile gcin/Makefile --- gcin.orig/Makefile Fri Jun 24 18:40:55 2005 +++ gcin/Makefile Fri Jun 24 19:06:07 2005 @@ -7,6 +7,7 @@ PORTNAME= gcin PORTVERSION= 0.9.9 +PORTREVISION= 1 CATEGORIES= chinese MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/ \ http://edt1023.sayya.org/misc/ @@ -47,7 +48,8 @@ BOSHIAMYVER= 3 post-extract: @cd ${WRKSRC}/data/ \ - && ${TAR} -zxf ${DISTDIR}/${BOSHIAMYFILE} + && ${TAR} -zxf ${DISTDIR}/${BOSHIAMYFILE} \ + && ${RM} -f noseeing.gtab post-patch: EXTRA_PATCHES+= ${FILESDIR}/extra-patch-data-Makefile \ ${FILESDIR}/extra-patch-data-noseeing.cin diff -ruN gcin.orig/files/extra-patch-data-Makefile gcin/files/extra-patch-data-Makefile --- gcin.orig/files/extra-patch-data-Makefile Thu May 19 15:59:51 2005 +++ gcin/files/extra-patch-data-Makefile Fri Jun 24 18:49:05 2005 @@ -1,11 +1,11 @@ ---- data/Makefile.orig Wed May 18 11:49:00 2005 -+++ data/Makefile Wed May 18 11:49:00 2005 +--- data/Makefile.orig Fri Jun 24 18:48:30 2005 ++++ data/Makefile Fri Jun 24 18:48:30 2005 @@ -5,7 +5,7 @@ DATA=pho.tab tsin.idx \ cj.gtab ar30.gtab dayi3.gtab pinyin.gtab jyutping.gtab cj5.gtab \ et.kbm et-asdf.kbm et26.kbm et26-asdf.kbm zo.kbm zo-asdf.kbm \ -- ibm.kbm tsin hsu.kbm pho-huge.tab simplex.gtab -+ ibm.kbm tsin hsu.kbm pho-huge.tab simplex.gtab noseeing.gtab +- ibm.kbm tsin hsu.kbm pho-huge.tab simplex.gtab nippon.gtab ++ ibm.kbm tsin hsu.kbm pho-huge.tab simplex.gtab nippon.gtab noseeing.gtab DATAKEEP=symbol-table gtab.list phrase.table all: $(DATA) diff -ruN gcin.orig/pkg-message gcin/pkg-message --- gcin.orig/pkg-message Thu May 19 15:59:51 2005 +++ gcin/pkg-message Fri Jun 24 18:51:42 2005 @@ -20,6 +20,4 @@ exec gcin & -If you get problem with gcin, please visit http://cle.linux.org.tw/gcin/ -Happy gcining...:-) -------------------------------------------------------------------- diff -ruN gcin.orig/pkg-plist gcin/pkg-plist --- gcin.orig/pkg-plist Thu May 19 15:59:51 2005 +++ gcin/pkg-plist Fri Jun 24 18:58:47 2005 @@ -25,6 +25,7 @@ %%DATADIR%%/table/hsu.kbm %%DATADIR%%/table/ibm.kbm %%DATADIR%%/table/jyutping.gtab +%%DATADIR%%/table/nippon.gtab %%BOSHIAMY%%%%DATADIR%%/table/noseeing.gtab %%DATADIR%%/table/pho-huge.tab %%DATADIR%%/table/pho.tab --- gcin.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?20050624111851.5DDD473045>