aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2004-08-19 18:00:00 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2004-08-19 18:00:00 +0000
commitbd6a25cc84410df66a38ffc555a37890fc1627c8 (patch)
tree66fc11ebf5cb44ae1d70acfc2a51d47ac6f16851 /chinese
parentae2b90dd87c23ab571ca6005655bcbd78e248e52 (diff)
downloadports-bd6a25cc84410df66a38ffc555a37890fc1627c8.tar.gz
ports-bd6a25cc84410df66a38ffc555a37890fc1627c8.zip
Upgrade to 0.2.1.
PR: ports/70575 Submitted by: statue <statue@freebsd.netlab.cse.yzu.edu.tw>
Notes
Notes: svn path=/head/; revision=116715
Diffstat (limited to 'chinese')
-rw-r--r--chinese/gcin-devel/Makefile2
-rw-r--r--chinese/gcin-devel/distinfo4
-rw-r--r--chinese/gcin-devel/files/patch-Makefile39
-rw-r--r--chinese/gcin-devel/files/patch-configure8
-rw-r--r--chinese/gcin-devel/files/patch-phoa2d.c18
-rw-r--r--chinese/gcin-devel/files/patch-tsa2d.c18
-rw-r--r--chinese/gcin/Makefile2
-rw-r--r--chinese/gcin/distinfo4
-rw-r--r--chinese/gcin/files/patch-Makefile39
-rw-r--r--chinese/gcin/files/patch-configure8
-rw-r--r--chinese/gcin/files/patch-phoa2d.c18
-rw-r--r--chinese/gcin/files/patch-tsa2d.c18
12 files changed, 24 insertions, 154 deletions
diff --git a/chinese/gcin-devel/Makefile b/chinese/gcin-devel/Makefile
index 4fbb16fae1a2..b881dbc21e30 100644
--- a/chinese/gcin-devel/Makefile
+++ b/chinese/gcin-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gcin
-PORTVERSION= 0.2.0
+PORTVERSION= 0.2.1
CATEGORIES= chinese
MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/
diff --git a/chinese/gcin-devel/distinfo b/chinese/gcin-devel/distinfo
index 214ef39b9115..fb2691dfecc1 100644
--- a/chinese/gcin-devel/distinfo
+++ b/chinese/gcin-devel/distinfo
@@ -1,2 +1,2 @@
-MD5 (gcin-0.2.0.tar.bz2) = 6593ae90113d24fc8ada886805685af9
-SIZE (gcin-0.2.0.tar.bz2) = 387628
+MD5 (gcin-0.2.1.tar.bz2) = 977b131d51f81a4cbae21c324d533a03
+SIZE (gcin-0.2.1.tar.bz2) = 390294
diff --git a/chinese/gcin-devel/files/patch-Makefile b/chinese/gcin-devel/files/patch-Makefile
index 54591eb2aa98..fd66bc441182 100644
--- a/chinese/gcin-devel/files/patch-Makefile
+++ b/chinese/gcin-devel/files/patch-Makefile
@@ -1,42 +1,11 @@
---- Makefile.orig Sun Aug 1 18:20:13 2004
-+++ Makefile Mon Aug 2 23:22:49 2004
-@@ -27,7 +27,7 @@
- PROGS_CV=kbmcv
-
- all: $(PROGS) $(DATA) $(PROGS_CV) gcin.spec
-- make -C data
-+ ${MAKE} -C data
-
- gcin: $(OBJS) $(IMdkitLIB)
- $(CC) -o $@ $(OBJS) $(IMdkitLIB) $(LDFLAGS)
-@@ -56,7 +56,7 @@
- $(CC) -o $@ $(OBJS_kbmcv)
-
- $(IMdkitLIB):
-- make -C IMdkit/lib
-+ ${MAKE} -C IMdkit/lib
-
- install:
- install -d $(GCIN_TABLE_DIR)
-@@ -67,8 +67,8 @@
- install -d $(bindir)
+--- Makefile.orig Tue Aug 3 13:56:59 2004
++++ Makefile Tue Aug 17 20:21:44 2004
+@@ -68,7 +68,7 @@
install -d $(libdir)/menu
install -m 644 menu/* $(libdir)/menu
-- make -C data install
+ $(MAKE) -C data install
- if [ $(prefix) = /usr/local ]; then \
-+ ${MAKE} -C data install
+ if [ $(prefix) != /usr/local ]; then \
install -m 644 menu/* /usr/lib/menu; \
which update-menus >& /dev/null && update-menus; \
sh modify-XIM; \
-@@ -80,8 +80,8 @@
- install -s $(PROGS) $(bindir); \
- fi
- clean:
-- make -C IMdkit clean
-- make -C data clean
-+ ${MAKE} -C IMdkit clean
-+ ${MAKE} -C data clean
- rm -f *.o *~ *.E config.mak tags core.* $(PROGS) $(PROGS_CV) $(DATA) .depend gcin.spec menu/*~
- cd ..; tar cvfj gcin.tbz gcin
-
diff --git a/chinese/gcin-devel/files/patch-configure b/chinese/gcin-devel/files/patch-configure
index 3f6a6576bcde..1ca3178f24da 100644
--- a/chinese/gcin-devel/files/patch-configure
+++ b/chinese/gcin-devel/files/patch-configure
@@ -1,6 +1,8 @@
---- configure.orig Mon Aug 2 13:32:06 2004
-+++ configure Mon Aug 2 23:01:34 2004
-@@ -1,6 +1,6 @@
+--- configure.orig Tue Aug 3 13:46:22 2004
++++ configure Tue Aug 17 20:24:39 2004
+@@ -1,7 +1,7 @@
+-#!/bin/bash
++#!/bin/sh
MAKE=make
-which gmake >& /dev/null
diff --git a/chinese/gcin-devel/files/patch-phoa2d.c b/chinese/gcin-devel/files/patch-phoa2d.c
deleted file mode 100644
index fd443312ffd7..000000000000
--- a/chinese/gcin-devel/files/patch-phoa2d.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- phoa2d.c.orig Thu Jul 29 03:15:13 2004
-+++ phoa2d.c Thu Jul 29 03:15:20 2004
-@@ -77,8 +77,6 @@
- FILE *fp;
- char s[64];
-
-- gtk_init(&argc, &argv);
--
- if ((fp=fopen(fname,"r"))==NULL)
- p_err("cannot open %s\n", fname);
-
-@@ -159,6 +157,5 @@
-
- fclose(fp);
-
-- send_gcin_message(GDK_DISPLAY(), "reload");
- return 0;
- }
diff --git a/chinese/gcin-devel/files/patch-tsa2d.c b/chinese/gcin-devel/files/patch-tsa2d.c
deleted file mode 100644
index 5da9c1225c09..000000000000
--- a/chinese/gcin-devel/files/patch-tsa2d.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- tsa2d.c.orig Thu Jul 29 03:14:34 2004
-+++ tsa2d.c Thu Jul 29 03:14:46 2004
-@@ -106,8 +106,6 @@
- int hashidx[256];
- u_char clen, llen;
-
-- gtk_init(&argc, &argv);
--
- if (argc > 1) {
- if ((fp=fopen(argv[1], "r"))==NULL) {
- printf("Cannot open %s\n", argv[1]);
-@@ -300,6 +298,5 @@
-
- fclose(fw);
-
-- send_gcin_message(GDK_DISPLAY(), "reload");
- exit(0);
- }
diff --git a/chinese/gcin/Makefile b/chinese/gcin/Makefile
index 4fbb16fae1a2..b881dbc21e30 100644
--- a/chinese/gcin/Makefile
+++ b/chinese/gcin/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gcin
-PORTVERSION= 0.2.0
+PORTVERSION= 0.2.1
CATEGORIES= chinese
MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/
diff --git a/chinese/gcin/distinfo b/chinese/gcin/distinfo
index 214ef39b9115..fb2691dfecc1 100644
--- a/chinese/gcin/distinfo
+++ b/chinese/gcin/distinfo
@@ -1,2 +1,2 @@
-MD5 (gcin-0.2.0.tar.bz2) = 6593ae90113d24fc8ada886805685af9
-SIZE (gcin-0.2.0.tar.bz2) = 387628
+MD5 (gcin-0.2.1.tar.bz2) = 977b131d51f81a4cbae21c324d533a03
+SIZE (gcin-0.2.1.tar.bz2) = 390294
diff --git a/chinese/gcin/files/patch-Makefile b/chinese/gcin/files/patch-Makefile
index 54591eb2aa98..fd66bc441182 100644
--- a/chinese/gcin/files/patch-Makefile
+++ b/chinese/gcin/files/patch-Makefile
@@ -1,42 +1,11 @@
---- Makefile.orig Sun Aug 1 18:20:13 2004
-+++ Makefile Mon Aug 2 23:22:49 2004
-@@ -27,7 +27,7 @@
- PROGS_CV=kbmcv
-
- all: $(PROGS) $(DATA) $(PROGS_CV) gcin.spec
-- make -C data
-+ ${MAKE} -C data
-
- gcin: $(OBJS) $(IMdkitLIB)
- $(CC) -o $@ $(OBJS) $(IMdkitLIB) $(LDFLAGS)
-@@ -56,7 +56,7 @@
- $(CC) -o $@ $(OBJS_kbmcv)
-
- $(IMdkitLIB):
-- make -C IMdkit/lib
-+ ${MAKE} -C IMdkit/lib
-
- install:
- install -d $(GCIN_TABLE_DIR)
-@@ -67,8 +67,8 @@
- install -d $(bindir)
+--- Makefile.orig Tue Aug 3 13:56:59 2004
++++ Makefile Tue Aug 17 20:21:44 2004
+@@ -68,7 +68,7 @@
install -d $(libdir)/menu
install -m 644 menu/* $(libdir)/menu
-- make -C data install
+ $(MAKE) -C data install
- if [ $(prefix) = /usr/local ]; then \
-+ ${MAKE} -C data install
+ if [ $(prefix) != /usr/local ]; then \
install -m 644 menu/* /usr/lib/menu; \
which update-menus >& /dev/null && update-menus; \
sh modify-XIM; \
-@@ -80,8 +80,8 @@
- install -s $(PROGS) $(bindir); \
- fi
- clean:
-- make -C IMdkit clean
-- make -C data clean
-+ ${MAKE} -C IMdkit clean
-+ ${MAKE} -C data clean
- rm -f *.o *~ *.E config.mak tags core.* $(PROGS) $(PROGS_CV) $(DATA) .depend gcin.spec menu/*~
- cd ..; tar cvfj gcin.tbz gcin
-
diff --git a/chinese/gcin/files/patch-configure b/chinese/gcin/files/patch-configure
index 3f6a6576bcde..1ca3178f24da 100644
--- a/chinese/gcin/files/patch-configure
+++ b/chinese/gcin/files/patch-configure
@@ -1,6 +1,8 @@
---- configure.orig Mon Aug 2 13:32:06 2004
-+++ configure Mon Aug 2 23:01:34 2004
-@@ -1,6 +1,6 @@
+--- configure.orig Tue Aug 3 13:46:22 2004
++++ configure Tue Aug 17 20:24:39 2004
+@@ -1,7 +1,7 @@
+-#!/bin/bash
++#!/bin/sh
MAKE=make
-which gmake >& /dev/null
diff --git a/chinese/gcin/files/patch-phoa2d.c b/chinese/gcin/files/patch-phoa2d.c
deleted file mode 100644
index fd443312ffd7..000000000000
--- a/chinese/gcin/files/patch-phoa2d.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- phoa2d.c.orig Thu Jul 29 03:15:13 2004
-+++ phoa2d.c Thu Jul 29 03:15:20 2004
-@@ -77,8 +77,6 @@
- FILE *fp;
- char s[64];
-
-- gtk_init(&argc, &argv);
--
- if ((fp=fopen(fname,"r"))==NULL)
- p_err("cannot open %s\n", fname);
-
-@@ -159,6 +157,5 @@
-
- fclose(fp);
-
-- send_gcin_message(GDK_DISPLAY(), "reload");
- return 0;
- }
diff --git a/chinese/gcin/files/patch-tsa2d.c b/chinese/gcin/files/patch-tsa2d.c
deleted file mode 100644
index 5da9c1225c09..000000000000
--- a/chinese/gcin/files/patch-tsa2d.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- tsa2d.c.orig Thu Jul 29 03:14:34 2004
-+++ tsa2d.c Thu Jul 29 03:14:46 2004
-@@ -106,8 +106,6 @@
- int hashidx[256];
- u_char clen, llen;
-
-- gtk_init(&argc, &argv);
--
- if (argc > 1) {
- if ((fp=fopen(argv[1], "r"))==NULL) {
- printf("Cannot open %s\n", argv[1]);
-@@ -300,6 +298,5 @@
-
- fclose(fw);
-
-- send_gcin_message(GDK_DISPLAY(), "reload");
- exit(0);
- }