K 10 svn:author V 8 matusita K 8 svn:date V 27 2008-02-01T06:45:22.000000Z K 7 svn:log V 697 Update to 1.0.0. Since POPFile is quite mature product even in version 0.x age, and there are small changes between previous release, use this ports/mail/popfile directory for version 1.0.0. Small change for users who read Japanese email: POPFile now suports two different Japanese-text-handling library, Kakasi and MeCab. In POPFile 0.x, only Kakasi is supported. So introducing two option, 'WITH_POPFILE_KAKASI=YES' and 'WITH_POPFILE_MECAB=YES', to depend Kakasi and MeCab respectively. Old option, 'WITH_POPFILE_JAPANESE=YES' is still ok and it means 'WITH_POPFILE_KAKASI=YES' for backward compatibility. However, please update your make.conf (or whatever) to use new option name. END