Subject: pkg/17375: update misc/oto to 0.4
To: None <gnats-bugs@gnats.netbsd.org>
From: None <rxg@ms25.url.com.tw>
List: netbsd-bugs
Date: 06/24/2002 18:49:55
>Number:         17375
>Category:       pkg
>Synopsis:       update misc/oto to 0.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Jun 24 03:56:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Rui-Xiang Guo
>Release:        NetBSD 1.6_BETA1
>Organization:
	
>Environment:
	
	
System: NetBSD hive.u2online 1.6_BETA1 NetBSD 1.6_BETA1 (HIVE) #0: Sun Jun 9 09:10:00 CST 2002 rxg@hive.u2online:/usr/src/sys/arch/i386/compile/HIVE i386
Architecture: i386
Machine: i386
>Description:
What' new in oTo 0.4:

* Fix a bug which prevent oTo from changing UTF-8 names correctly.

>How-To-Repeat:
	1. fix the Makefile
--- /usr/pkgsrc/misc/oto/Makefile       Sat May 11 19:39:13 2002
+++ Makefile    Mon Jun 24 18:13:39 2002
@@ -1,8 +1,8 @@
 # $NetBSD: Makefile,v 1.1.1.1 2002/05/11 11:39:13 cjep Exp $
 #
 
-DISTNAME=      oto-0.3
-CATEGORIES=    print
+DISTNAME=      oto-0.4
+CATEGORIES=    misc
 MASTER_SITES=  ftp://ftp.sourceforge.net/pub/sourceforge/oto/
 
 MAINTAINER=    rxg@netbsd.org
@@ -11,6 +11,10 @@
 
 GNU_CONFIGURE= yes
 USE_GMAKE=     yes
+
+post-install:
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/oto
+       ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/oto
 
 .include "../../converters/libiconv/buildlink.mk"
 .include "../../devel/libgetopt/buildlink.mk"

	2. replace the PLIST
@comment $NetBSD$
bin/oto
share/doc/oto/README
share/oto/BIG5.TXT
share/oto/GB12345.TXT
share/oto/GB12345p.TXT
share/oto/GB2312.TXT
@dirrm share/oto
@dirrm share/doc/oto

	3. type 'make fetch && make makesum && make install'
>Fix:
	
>Release-Note:
>Audit-Trail:
>Unformatted: