cvs commit: ports/textproc Makefile ports/textproc/p5-Unicode-Unihan Makefile distinfo pkg-descr pkg-plist

Yen-Ming Lee leeym at FreeBSD.org
Wed Nov 15 08:16:42 UTC 2006


leeym       2006-11-15 08:16:40 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/p5-Unicode-Unihan Makefile distinfo pkg-descr 
                               pkg-plist 
  Log:
  - Add p5-Unicode-Unihan-0.02
  
  Unicode::Unihan - The Unihan Data Base 3.2.0
  
    use Unicode::Unihan;
    my $db = new Unicode::Unihan;
    print join("," => $db->Mandarin("\x{5c0f}\x{98fc}\x{5f3e}"), "\n";
  
  This module provides a user-friendly interface to the Unicode Unihan
  Database 3.2. With this module, the Unihan database is as easy as shown in
  above.
  
  WWW: http://search.cpan.org/dist/Unicode-Unihan/
  
  Revision  Changes    Path
  1.1074    +1 -0      ports/textproc/Makefile
  1.1       +28 -0     ports/textproc/p5-Unicode-Unihan/Makefile (new)
  1.1       +3 -0      ports/textproc/p5-Unicode-Unihan/distinfo (new)
  1.1       +11 -0     ports/textproc/p5-Unicode-Unihan/pkg-descr (new)
  1.1       +86 -0     ports/textproc/p5-Unicode-Unihan/pkg-plist (new)


More information about the cvs-ports mailing list