Update of /cvsroot/fink/experimental/wm3
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23961

Modified Files:
        jcode-pm.info 
Log Message:
some documents


Index: jcode-pm.info
===================================================================
RCS file: /cvsroot/fink/experimental/wm3/jcode-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- jcode-pm.info       16 Apr 2005 09:23:53 -0000      1.2
+++ jcode-pm.info       16 Apr 2005 14:00:17 -0000      1.3
@@ -1,34 +1,52 @@
 Info2: <<
 Package: jcode-pm%type_pkg[perl]
 Version: 1.99.07
-Revision: 1
+Revision: 2
 CompileScript: <<
   #!/bin/sh -ev
-  [ %type_raw[perl] = 5.8.0 ] && export LC_CTYPE=ja_JP.eucJP
+  [ %type_raw[perl] = 5.8.0 ] && export LC_CTYPE=C
   %{default_script}
 <<
 InstallScript: <<
   %{default_script}
   mkdir -p %i/lib/perl5/%type_raw[perl]/man
   mv %i/share/man/man3 %i/lib/perl5/%type_raw[perl]/man
-  rm -rf %p/lib/perl5/darwin/auto/Jcode/
-  rm -rf %p/lib/perl5/darwin/Jcode/
-  rm -f %p/lib/perl5/darwin/Jcode.pm
-  rm -f %p/lib/perl5/darwin/mac_install.pl
-  rm -f %p/lib/perl5/darwin/win_install.pl
+  rm -rf %i/lib/perl5/darwin
 <<
-Type: perl (5.6.0 5.8.0 5.8.4 5.8.6)
+Type: perl (5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
 UpdatePod: true
 Source: http://openlab.jp/Jcode/Jcode-1.99_07.tar.gz
 Source-MD5: c99170db659387c24f6d4e13be59d071
 Depends: perl%type_pkg[perl]-core
-BuildDepends: fink (>= 0.13.0-1)
 Description: Perl module for japanese charset handling
 DocFiles: Changes README
 License: Artistic
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
+DescDetail: <<
+ Jcode.pm is a Perl module that handles various Japanese charsets. It has all
+ features available on jcode.pl-2.10 PLUS
+
+ - Object-oriented approach on Japanese text handling
+ - mime header handling
+ - Unicode feature (UCS2 and UTF8)
+
+ As of Jcode 2.0, Jcode now acts as a wrapper to Encode for perl 5.8.1 and
+ better.
+
+ For older perls, Jcode works the same as version 0.88.
+<<
+DescUsage: <<
+ use Jcode;
+ # 
+ # traditional
+ Jcode::convert(\$str, $ocode, $icode, "z");
+ # or OOP!
+ print Jcode->new($str)->h2z->tr($from, $to)->utf8;
+<<
 DescPackaging: <<
  Originally packaged by Masanori Sekino.
+
+ Some tests fail if you use perl 5.8.0 and UTF-8 locale is set.
 <<
 Homepage: http://openlab.jp/Jcode/
 <<



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to