aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-07-06 02:25:39 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-07-06 02:25:39 +0000
commit257d880e55ad56d1cafdadcfc713ad8e73222337 (patch)
tree2f3c4d8e932ec5edde8760e6d53676842b2c3a33 /chinese
parente46c1323c15c3e2ccea0a3a36dfdeb15abae269e (diff)
downloadports-257d880e55ad56d1cafdadcfc713ad8e73222337.tar.gz
ports-257d880e55ad56d1cafdadcfc713ad8e73222337.zip
- Update to 0.3.14
PR: 99815 Submitted by: rafan Approved by: maintainer, delphij (mentor, implicit)
Notes
Notes: svn path=/head/; revision=167035
Diffstat (limited to 'chinese')
-rw-r--r--chinese/autoconvert/Makefile2
-rw-r--r--chinese/autoconvert/distinfo6
-rw-r--r--chinese/autoconvert/files/patch-autogb.c26
3 files changed, 4 insertions, 30 deletions
diff --git a/chinese/autoconvert/Makefile b/chinese/autoconvert/Makefile
index d3f4c10266cf..804e35d3de86 100644
--- a/chinese/autoconvert/Makefile
+++ b/chinese/autoconvert/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= autoconvert
-PORTVERSION= 0.3.13
+PORTVERSION= 0.3.14
CATEGORIES= chinese
MASTER_SITES= ftp://banyan.dlut.edu.cn/pub/PEOPLE/saka/
diff --git a/chinese/autoconvert/distinfo b/chinese/autoconvert/distinfo
index c2f753df4680..860f670d3113 100644
--- a/chinese/autoconvert/distinfo
+++ b/chinese/autoconvert/distinfo
@@ -1,3 +1,3 @@
-MD5 (autoconvert-0.3.13.tar.gz) = 43d8d1bb012c72ec7bb7157cec5c63ad
-SHA256 (autoconvert-0.3.13.tar.gz) = bab47949ef73926ea4738dd495f8099b49b5f8df8c257059439634a82e3efa6c
-SIZE (autoconvert-0.3.13.tar.gz) = 464081
+MD5 (autoconvert-0.3.14.tar.gz) = 3023068ab9cc7aaa25b8b294698c4b39
+SHA256 (autoconvert-0.3.14.tar.gz) = a246b403f21cf45c97eeccd0f3eb63ced8ec0b4c7c267a0ddafbf7e39214aa53
+SIZE (autoconvert-0.3.14.tar.gz) = 464192
diff --git a/chinese/autoconvert/files/patch-autogb.c b/chinese/autoconvert/files/patch-autogb.c
deleted file mode 100644
index 737d666510bc..000000000000
--- a/chinese/autoconvert/files/patch-autogb.c
+++ /dev/null
@@ -1,26 +0,0 @@
---- autogb.c.orig Mon Apr 23 22:18:06 2001
-+++ autogb.c Wed Oct 15 17:28:48 2003
-@@ -34,15 +34,14 @@
- void print_help(char* filename){
- printf("\nUsage: %s [-OPTION] < input > output\n", filename);
- puts(
--"Now autoconvert can only judge gb/big5/hz encoding, so if you want to
--do other conversion, you must set the option --input. Without --input,
--the program will guess the encoding of the input.
--OPTION is one of (case insensitive):
-- -i encoding, --input encoding: Set the input encoding
-- -o encoding, --output encoding: Set the output encoding
--
-- The encoding should be gb, big5, hz, uni, utf7 or utf8.
-- ");
-+"Now autoconvert can only judge gb/big5/hz encoding, so if you want to "
-+"do other conversion, you must set the option --input. Without --input,"
-+"the program will guess the encoding of the input."
-+"OPTION is one of (case insensitive):"
-+" -i encoding, --input encoding: Set the input encoding"
-+" -o encoding, --output encoding: Set the output encoding"
-+" The encoding should be gb, big5, hz, uni, utf7 or utf8."
-+" ");
-
- exit(0);
- }