diff options
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/autoconvert/Makefile | 2 | ||||
-rw-r--r-- | chinese/autoconvert/distinfo | 6 | ||||
-rw-r--r-- | chinese/autoconvert/files/patch-autogb.c | 26 |
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); - } |