Bug 112039 - japanese/p5-Text-MeCab: add ENCODING knob
Summary: japanese/p5-Text-MeCab: add ENCODING knob
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-23 17:30 UTC by fmysh
Modified: 2007-04-24 08:40 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.13 KB, patch)
2007-04-23 17:30 UTC, fmysh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description fmysh 2007-04-23 17:30:05 UTC
Add ENCODING knob.
Text::MeCab needs to know dictionary encoding at compiling.
Available encodings are euc-jp (default), shift_jis or utf8.
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-04-24 04:31:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-24 08:32:30 UTC
clsung      2007-04-24 07:32:24 UTC

  FreeBSD ports repository

  Modified files:
    japanese/p5-Text-MeCab Makefile 
  Log:
  - Add ENCODING knob.
  - Text::MeCab needs to know dictionary encoding at compiling.
    Available encodings are euc-jp (default), shift_jis or utf8.
  
  PR:             ports/112039
  Submitted by:   maintainer (TAOKA Fumiyoshi)
  
  Revision  Changes    Path
  1.5       +13 -1     ports/japanese/p5-Text-MeCab/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-04-24 08:32:41 UTC
State Changed
From-To: open->closed

Committed. Thank You.