aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2005-06-27 13:51:48 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2005-06-27 13:51:48 +0000
commit1c97a39e74f502a7df250fb82dd947b8aa351c4d (patch)
tree1d368e0531bc834c1aacce6c4b51be7e9ae76dc8 /chinese
parentbf82ae9a3fa6eec4ef07f473124962f9c0b16a59 (diff)
downloadports-1c97a39e74f502a7df250fb82dd947b8aa351c4d.tar.gz
ports-1c97a39e74f502a7df250fb82dd947b8aa351c4d.zip
Notes
Diffstat (limited to 'chinese')
-rw-r--r--chinese/gcin-devel/Makefile10
-rw-r--r--chinese/gcin-devel/distinfo7
-rw-r--r--chinese/gcin-devel/files/extra-patch-data-Makefile8
-rw-r--r--chinese/gcin-devel/files/extra-patch-data-noseeing.cin11
-rw-r--r--chinese/gcin-devel/pkg-plist1
-rw-r--r--chinese/gcin/Makefile10
-rw-r--r--chinese/gcin/distinfo7
-rw-r--r--chinese/gcin/files/extra-patch-data-Makefile8
-rw-r--r--chinese/gcin/files/extra-patch-data-noseeing.cin11
-rw-r--r--chinese/gcin/pkg-plist1
10 files changed, 24 insertions, 50 deletions
diff --git a/chinese/gcin-devel/Makefile b/chinese/gcin-devel/Makefile
index 6edd5cb548ec..1a93c7647c94 100644
--- a/chinese/gcin-devel/Makefile
+++ b/chinese/gcin-devel/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gcin
-PORTVERSION= 0.9.9
-PORTREVISION= 1
+PORTVERSION= 1.0.0
CATEGORIES= chinese
MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/ \
http://edt1023.sayya.org/misc/
@@ -43,16 +42,15 @@ USE_GCC= 3.4
.endif
.if defined(WITH_BOSHIAMY)
+IGNOREFILES= ${BOSHIAMYFILE}
GCINFILE= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
-BOSHIAMYFILE= noseeing-${BOSHIAMYVER}.tar.gz
-BOSHIAMYVER= 3
+BOSHIAMYFILE= noseeing.tar.gz
post-extract:
@cd ${WRKSRC}/data/ \
&& ${TAR} -zxf ${DISTDIR}/${BOSHIAMYFILE} \
&& ${RM} -f noseeing.gtab
post-patch:
-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-data-Makefile \
- ${FILESDIR}/extra-patch-data-noseeing.cin
+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-data-Makefile
PLIST_SUB+= BOSHIAMY=""
.endif
diff --git a/chinese/gcin-devel/distinfo b/chinese/gcin-devel/distinfo
index 93bbecfd3af0..f8dd9a39f00f 100644
--- a/chinese/gcin-devel/distinfo
+++ b/chinese/gcin-devel/distinfo
@@ -1,4 +1,3 @@
-MD5 (gcin-0.9.9.tar.bz2) = dde2073ba298ccffa4ea0d1ca1748a76
-SIZE (gcin-0.9.9.tar.bz2) = 1270828
-MD5 (noseeing-3.tar.gz) = ca699328fc8e280d970498c3c0e9b34b
-SIZE (noseeing-3.tar.gz) = 391948
+MD5 (gcin-1.0.0.tar.bz2) = 537f6ce3878938412d53430391fe9ba3
+SIZE (gcin-1.0.0.tar.bz2) = 1272127
+MD5 (noseeing.tar.gz) = IGNORE
diff --git a/chinese/gcin-devel/files/extra-patch-data-Makefile b/chinese/gcin-devel/files/extra-patch-data-Makefile
index 9f8563a48d51..4a203e1ede41 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 Fri Jun 24 18:48:30 2005
-+++ data/Makefile Fri Jun 24 18:48:30 2005
+--- data/Makefile.orig Mon Jun 27 12:57:45 2005
++++ data/Makefile Mon Jun 27 19:36:31 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 nippon.gtab
-+ ibm.kbm tsin hsu.kbm pho-huge.tab simplex.gtab nippon.gtab noseeing.gtab
+- ibm.kbm tsin hsu.kbm pho-huge.tab simplex.gtab nippon.gtab greek.gtab
++ ibm.kbm tsin hsu.kbm pho-huge.tab simplex.gtab nippon.gtab greek.gtab noseeing.gtab
DATAKEEP=symbol-table gtab.list phrase.table
all: $(DATA)
diff --git a/chinese/gcin-devel/files/extra-patch-data-noseeing.cin b/chinese/gcin-devel/files/extra-patch-data-noseeing.cin
deleted file mode 100644
index de2199112767..000000000000
--- a/chinese/gcin-devel/files/extra-patch-data-noseeing.cin
+++ /dev/null
@@ -1,11 +0,0 @@
---- data/noseeing.cin.old Wed Jun 22 23:26:43 2005
-+++ data/noseeing.cin Wed Jun 22 23:26:43 2005
-@@ -1,7 +1,7 @@
- %ename Noseeing
- %prompt 無瞎瞇
- %selkey 1234567890
--%dupsel 16
-+%space_style 1
- %keyname begin
- a A
- b B
diff --git a/chinese/gcin-devel/pkg-plist b/chinese/gcin-devel/pkg-plist
index 15e2ddcd72ea..22bdf079db7d 100644
--- a/chinese/gcin-devel/pkg-plist
+++ b/chinese/gcin-devel/pkg-plist
@@ -21,6 +21,7 @@ lib/libgcin-im-client.so
%%DATADIR%%/table/et-asdf.kbm
%%DATADIR%%/table/et26.kbm
%%DATADIR%%/table/et26-asdf.kbm
+%%DATADIR%%/table/greek.gtab
%%DATADIR%%/table/gtab.list
%%DATADIR%%/table/hsu.kbm
%%DATADIR%%/table/ibm.kbm
diff --git a/chinese/gcin/Makefile b/chinese/gcin/Makefile
index 6edd5cb548ec..1a93c7647c94 100644
--- a/chinese/gcin/Makefile
+++ b/chinese/gcin/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gcin
-PORTVERSION= 0.9.9
-PORTREVISION= 1
+PORTVERSION= 1.0.0
CATEGORIES= chinese
MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/ \
http://edt1023.sayya.org/misc/
@@ -43,16 +42,15 @@ USE_GCC= 3.4
.endif
.if defined(WITH_BOSHIAMY)
+IGNOREFILES= ${BOSHIAMYFILE}
GCINFILE= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
-BOSHIAMYFILE= noseeing-${BOSHIAMYVER}.tar.gz
-BOSHIAMYVER= 3
+BOSHIAMYFILE= noseeing.tar.gz
post-extract:
@cd ${WRKSRC}/data/ \
&& ${TAR} -zxf ${DISTDIR}/${BOSHIAMYFILE} \
&& ${RM} -f noseeing.gtab
post-patch:
-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-data-Makefile \
- ${FILESDIR}/extra-patch-data-noseeing.cin
+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-data-Makefile
PLIST_SUB+= BOSHIAMY=""
.endif
diff --git a/chinese/gcin/distinfo b/chinese/gcin/distinfo
index 93bbecfd3af0..f8dd9a39f00f 100644
--- a/chinese/gcin/distinfo
+++ b/chinese/gcin/distinfo
@@ -1,4 +1,3 @@
-MD5 (gcin-0.9.9.tar.bz2) = dde2073ba298ccffa4ea0d1ca1748a76
-SIZE (gcin-0.9.9.tar.bz2) = 1270828
-MD5 (noseeing-3.tar.gz) = ca699328fc8e280d970498c3c0e9b34b
-SIZE (noseeing-3.tar.gz) = 391948
+MD5 (gcin-1.0.0.tar.bz2) = 537f6ce3878938412d53430391fe9ba3
+SIZE (gcin-1.0.0.tar.bz2) = 1272127
+MD5 (noseeing.tar.gz) = IGNORE
diff --git a/chinese/gcin/files/extra-patch-data-Makefile b/chinese/gcin/files/extra-patch-data-Makefile
index 9f8563a48d51..4a203e1ede41 100644
--- a/chinese/gcin/files/extra-patch-data-Makefile
+++ b/chinese/gcin/files/extra-patch-data-Makefile
@@ -1,11 +1,11 @@
---- data/Makefile.orig Fri Jun 24 18:48:30 2005
-+++ data/Makefile Fri Jun 24 18:48:30 2005
+--- data/Makefile.orig Mon Jun 27 12:57:45 2005
++++ data/Makefile Mon Jun 27 19:36:31 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 nippon.gtab
-+ ibm.kbm tsin hsu.kbm pho-huge.tab simplex.gtab nippon.gtab noseeing.gtab
+- ibm.kbm tsin hsu.kbm pho-huge.tab simplex.gtab nippon.gtab greek.gtab
++ ibm.kbm tsin hsu.kbm pho-huge.tab simplex.gtab nippon.gtab greek.gtab noseeing.gtab
DATAKEEP=symbol-table gtab.list phrase.table
all: $(DATA)
diff --git a/chinese/gcin/files/extra-patch-data-noseeing.cin b/chinese/gcin/files/extra-patch-data-noseeing.cin
deleted file mode 100644
index de2199112767..000000000000
--- a/chinese/gcin/files/extra-patch-data-noseeing.cin
+++ /dev/null
@@ -1,11 +0,0 @@
---- data/noseeing.cin.old Wed Jun 22 23:26:43 2005
-+++ data/noseeing.cin Wed Jun 22 23:26:43 2005
-@@ -1,7 +1,7 @@
- %ename Noseeing
- %prompt 無瞎瞇
- %selkey 1234567890
--%dupsel 16
-+%space_style 1
- %keyname begin
- a A
- b B
diff --git a/chinese/gcin/pkg-plist b/chinese/gcin/pkg-plist
index 15e2ddcd72ea..22bdf079db7d 100644
--- a/chinese/gcin/pkg-plist
+++ b/chinese/gcin/pkg-plist
@@ -21,6 +21,7 @@ lib/libgcin-im-client.so
%%DATADIR%%/table/et-asdf.kbm
%%DATADIR%%/table/et26.kbm
%%DATADIR%%/table/et26-asdf.kbm
+%%DATADIR%%/table/greek.gtab
%%DATADIR%%/table/gtab.list
%%DATADIR%%/table/hsu.kbm
%%DATADIR%%/table/ibm.kbm