From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 24 00:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F3753922 for ; Thu, 24 Jan 2013 00:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D7A53AB9 for ; Thu, 24 Jan 2013 00:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0O0e0Df071601 for ; Thu, 24 Jan 2013 00:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0O0e0wO071597; Thu, 24 Jan 2013 00:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 24 Jan 2013 00:40:00 GMT Resent-Message-Id: <201301240040.r0O0e0wO071597@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yasuhiro KIMURA Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B0AD38AE for ; Thu, 24 Jan 2013 00:32:30 +0000 (UTC) (envelope-from yasu@home.utahime.org) Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id 87554A80 for ; Thu, 24 Jan 2013 00:32:29 +0000 (UTC) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id 8161E61F9D; Thu, 24 Jan 2013 09:25:26 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 54E134E62E; Thu, 24 Jan 2013 09:25:26 +0900 (JST) Received: by eastasia.home.utahime.org (Postfix, from userid 1000) id 304F34E62C; Thu, 24 Jan 2013 09:25:26 +0900 (JST) Message-Id: <20130124002526.304F34E62C@eastasia.home.utahime.org> Date: Thu, 24 Jan 2013 09:25:26 +0900 (JST) From: Yasuhiro KIMURA To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/175536: [MAINTAINER] japanese/mecab-ipadic: Fix wrong options save directory issue X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 00:40:01 -0000 >Number: 175536 >Category: ports >Synopsis: [MAINTAINER] japanese/mecab-ipadic: Fix wrong options save directory issue >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jan 24 00:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Yasuhiro KIMURA >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD xxxx 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r245243: Fri Jan 11 10:39:45 JST 2013 xxxx amd64 >Description: - Fix issue that option settings are saved in /var/db/ports/ja-mecab rather than /var/db/ports/ja-mecab-ipadic. - Revert change of pkg-descr in r310466 since it is description of MeCab rather than that of IPA dictonary for MeCab. - Update MASTER_SITES and WWW URLs. >How-To-Repeat: >Fix: --- patch-ja-mecab-ipadic begins here --- Index: Makefile =================================================================== --- Makefile (revision 310845) +++ Makefile (working copy) @@ -1,12 +1,10 @@ # Created by: TAKATSU Tomonari # $FreeBSD$ -PORTNAME= mecab +PORTNAME= mecab-ipadic DISTVERSION= 2.7.0-20070801 CATEGORIES= japanese textproc -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-ipadic/2.7.0-20070801 -PKGNAMESUFFIX= -ipadic -DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSION} +MASTER_SITES= http://mecab.googlecode.com/files/ MAINTAINER= yasu@utahime.org COMMENT= Japanese Morphological Dictionary for MeCab Index: pkg-descr =================================================================== --- pkg-descr (revision 310845) +++ pkg-descr (working copy) @@ -1,18 +1,4 @@ -MeCab the Graduate School of Informatics, Kyoto University Unit - Joint -Research Project Communication Science Laboratories, Nippon Telegraph and -Telephone Corporation morphological analysis engine that was developed -through open source. The basic policy is to design a general-purpose -language-independent, dictionary and corpus. (Conditional Random Fields -for the estimation of the parameters CRF has been used), ChaSen performance -has improved compared to the hidden Markov model is employed. In addition, -on average ChaSen , Juman , KAKASI run faster than. Turnip Undaria pinnatifida -(wear eye) is the way the author's favorite food. +Japanese Morphological Dictionary for MeCab. -* Generic design that does not depend dictionary, the corpus -* Conditional Random Fields ( CRF on the basis of high analysis accuracy) -* ChaSen and KAKASI faster than -* Structure algorithm / data dictionary lookup is a fast TRIE structure Double-Array adopted. -* Libraries that can be re-entrant -* Various scripting language bindings (perl / ruby / python / java / C #) - -WWW: http://mecab.sourceforge.net/ +Author: Taku Kudo +WWW: https://code.google.com/p/mecab/ --- patch-ja-mecab-ipadic ends here --- >Release-Note: >Audit-Trail: >Unformatted: