- Update to 0.3.14

PR:		99815
Submitted by:	rafan
Approved by:	maintainer, delphij (mentor, implicit)
This commit is contained in:
Rong-En Fan 2006-07-06 02:25:39 +00:00
parent e46c1323c1
commit 257d880e55
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167035
3 changed files with 4 additions and 30 deletions

View File

@ -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/

View File

@ -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

View File

@ -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);
}