aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authorlawrance <lawrance@FreeBSD.org>2005-06-25 12:07:52 +0800
committerlawrance <lawrance@FreeBSD.org>2005-06-25 12:07:52 +0800
commitaaac01737a7c1fd6fb8d8486e05155e6794c6318 (patch)
tree4131787670b0cc43a64580b6ffc159c1c5c9e8e3 /chinese
parent6a215b338738f24358f99704fbd44cde77134f85 (diff)
downloadfreebsd-ports-gnome-aaac01737a7c1fd6fb8d8486e05155e6794c6318.tar.gz
freebsd-ports-gnome-aaac01737a7c1fd6fb8d8486e05155e6794c6318.tar.zst
freebsd-ports-gnome-aaac01737a7c1fd6fb8d8486e05155e6794c6318.zip
Minor install change + fix plist to match
Bump PORTREVISION PR: ports/82606 Submitted by: chinsan <chinsan.tw@gmail.com> Approved by: statue@netlab.cse.yzu.edu.tw (maintainer)
Diffstat (limited to 'chinese')
-rw-r--r--chinese/gcin-devel/Makefile4
-rw-r--r--chinese/gcin-devel/files/extra-patch-data-Makefile8
-rw-r--r--chinese/gcin-devel/pkg-message2
-rw-r--r--chinese/gcin-devel/pkg-plist1
-rw-r--r--chinese/gcin/Makefile4
-rw-r--r--chinese/gcin/files/extra-patch-data-Makefile8
-rw-r--r--chinese/gcin/pkg-message2
-rw-r--r--chinese/gcin/pkg-plist1
8 files changed, 16 insertions, 14 deletions
diff --git a/chinese/gcin-devel/Makefile b/chinese/gcin-devel/Makefile
index d7afba40be0b..6edd5cb548ec 100644
--- a/chinese/gcin-devel/Makefile
+++ b/chinese/gcin-devel/Makefile
@@ -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 @@ BOSHIAMYFILE= noseeing-${BOSHIAMYVER}.tar.gz
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 --git a/chinese/gcin-devel/files/extra-patch-data-Makefile b/chinese/gcin-devel/files/extra-patch-data-Makefile
index 05c262113829..9f8563a48d51 100644
--- a/chinese/gcin-devel/files/extra-patch-data-Makefile
+++ b/chinese/gcin-devel/files/extra-patch-data-Makefile
@@ -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 --git a/chinese/gcin-devel/pkg-message b/chinese/gcin-devel/pkg-message
index d3729acee040..942cd58a0e5d 100644
--- a/chinese/gcin-devel/pkg-message
+++ b/chinese/gcin-devel/pkg-message
@@ -20,6 +20,4 @@ Finally, to start the GCIN input method daemon, use command:
exec gcin &
-If you get problem with gcin, please visit http://cle.linux.org.tw/gcin/
-Happy gcining...:-)
--------------------------------------------------------------------
diff --git a/chinese/gcin-devel/pkg-plist b/chinese/gcin-devel/pkg-plist
index e5a81e8dc2fd..15e2ddcd72ea 100644
--- a/chinese/gcin-devel/pkg-plist
+++ b/chinese/gcin-devel/pkg-plist
@@ -25,6 +25,7 @@ lib/libgcin-im-client.so
%%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
diff --git a/chinese/gcin/Makefile b/chinese/gcin/Makefile
index d7afba40be0b..6edd5cb548ec 100644
--- a/chinese/gcin/Makefile
+++ b/chinese/gcin/Makefile
@@ -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 @@ BOSHIAMYFILE= noseeing-${BOSHIAMYVER}.tar.gz
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 --git a/chinese/gcin/files/extra-patch-data-Makefile b/chinese/gcin/files/extra-patch-data-Makefile
index 05c262113829..9f8563a48d51 100644
--- a/chinese/gcin/files/extra-patch-data-Makefile
+++ b/chinese/gcin/files/extra-patch-data-Makefile
@@ -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 --git a/chinese/gcin/pkg-message b/chinese/gcin/pkg-message
index d3729acee040..942cd58a0e5d 100644
--- a/chinese/gcin/pkg-message
+++ b/chinese/gcin/pkg-message
@@ -20,6 +20,4 @@ Finally, to start the GCIN input method daemon, use command:
exec gcin &
-If you get problem with gcin, please visit http://cle.linux.org.tw/gcin/
-Happy gcining...:-)
--------------------------------------------------------------------
diff --git a/chinese/gcin/pkg-plist b/chinese/gcin/pkg-plist
index e5a81e8dc2fd..15e2ddcd72ea 100644
--- a/chinese/gcin/pkg-plist
+++ b/chinese/gcin/pkg-plist
@@ -25,6 +25,7 @@ lib/libgcin-im-client.so
%%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