From owner-cvs-all@FreeBSD.ORG Fri Feb 1 06:45:23 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50BAD16A417; Fri, 1 Feb 2008 06:45:23 +0000 (UTC) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4233B13C448; Fri, 1 Feb 2008 06:45:23 +0000 (UTC) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m116jNa4073738; Fri, 1 Feb 2008 06:45:23 GMT (envelope-from matusita@repoman.freebsd.org) Received: (from matusita@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m116jNIe073737; Fri, 1 Feb 2008 06:45:23 GMT (envelope-from matusita) Message-Id: <200802010645.m116jNIe073737@repoman.freebsd.org> From: Makoto Matsushita Date: Fri, 1 Feb 2008 06:45:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/popfile Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Feb 2008 06:45:23 -0000 matusita 2008-02-01 06:45:23 UTC FreeBSD ports repository Modified files: mail/popfile Makefile distinfo pkg-plist Log: 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. Revision Changes Path 1.19 +12 -19 ports/mail/popfile/Makefile 1.13 +3 -6 ports/mail/popfile/distinfo 1.10 +13 -13 ports/mail/popfile/pkg-plist