Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2006 02:19:15 +0800 (CST)
From:      Rong-En Fan <rafan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        yinjieh@csie.nctu.edu.tw
Subject:   ports/99815: [PATCH] chinese/zh-autoconvert: update to 0.3.14
Message-ID:  <200607051819.k65IJFXQ033825@svm.csie.ntu.edu.tw>
Resent-Message-ID: <200607051820.k65IKFKd006835@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         99815
>Category:       ports
>Synopsis:       [PATCH] chinese/zh-autoconvert: update to 0.3.14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 05 18:20:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
NTU CSIE
>Environment:
>Description:
- Update to 0.3.14

Removed file(s):
- files/patch-autogb.c

Port maintainer (yinjieh@csie.nctu.edu.tw) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- zh-autoconvert-0.3.14.patch begins here ---
Index: Makefile
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/chinese/autoconvert/Makefile,v
retrieving revision 1.18
diff -u -u -r1.18 Makefile
--- Makefile	3 May 2006 23:38:30 -0000	1.18
+++ Makefile	5 Jul 2006 18:18:45 -0000
@@ -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/
 
Index: distinfo
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/chinese/autoconvert/distinfo,v
retrieving revision 1.8
diff -u -u -r1.8 distinfo
--- distinfo	22 Jan 2006 08:21:01 -0000	1.8
+++ distinfo	5 Jul 2006 18:18:45 -0000
@@ -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
Index: files/patch-autogb.c
===================================================================
RCS file: files/patch-autogb.c
diff -N files/patch-autogb.c
--- files/patch-autogb.c	16 Oct 2003 08:41:33 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -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);
- }
--- zh-autoconvert-0.3.14.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607051819.k65IJFXQ033825>