Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Nov 2006 08:16:40 +0000 (UTC)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/textproc Makefile ports/textproc/p5-Unicode-Unihan Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200611150816.kAF8GeAj006525@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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