svn commit: r304819 - head/japanese/p5-nkf

Frederic Culot culot at FreeBSD.org
Tue Sep 25 07:34:50 UTC 2012


Author: culot
Date: Tue Sep 25 07:34:49 2012
New Revision: 304819
URL: http://svn.freebsd.org/changeset/ports/304819

Log:
  - Fix typo in pkg-descr [1]
  - While here, enhance description a bit
  
  PR:		ports/171920 [1]
  Submitted by:	Takanori Yamamoto <takanori at miko.org>

Modified:
  head/japanese/p5-nkf/pkg-descr

Modified: head/japanese/p5-nkf/pkg-descr
==============================================================================
--- head/japanese/p5-nkf/pkg-descr	Tue Sep 25 07:07:33 2012	(r304818)
+++ head/japanese/p5-nkf/pkg-descr	Tue Sep 25 07:34:49 2012	(r304819)
@@ -1,6 +1,11 @@
-This is a Perl extension module to use NKF.
+This is a Perl extension module to use NKF (Network Kanji Filter).
+It converts the kanji code given as input (which encoding is
+automatically recognized) to designated kanji code such as ISO-2022-JP,
+Shift_JIS, EUC-JP, UTF-8, UTF-16 or UTF-32.
 
 The syntax is as follows:
 
 	use NKF;
-	$output = nkf ($flags, $input)
+	$output = nkf (@flags, $input)
+
+WWW: http://sourceforge.jp/projects/nkf/



More information about the svn-ports-all mailing list