Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2365/unstable/main/finkinfo/libs/perlmods

Added Files:
        jcode-pm.info 
Log Message:
New version of Jcode.pm. This package is maintained by Todai Fink Team now.


--- NEW FILE: jcode-pm.info ---
Info2: <<
Package: jcode-pm%type_pkg[perl]
Version: 1.99.07
Revision: 2
CompileScript: <<
  #!/bin/sh -ev
  [ %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 %i/lib/perl5/darwin
<<
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
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