Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jan 2013 09:25:26 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/175536: [MAINTAINER] japanese/mecab-ipadic: Fix wrong options save directory issue
Message-ID:  <20130124002526.304F34E62C@eastasia.home.utahime.org>
Resent-Message-ID: <201301240040.r0O0e0wO071597@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <tota@rtfm.jp>
 # $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 <taku@chasen.org>
+WWW:   https://code.google.com/p/mecab/
--- patch-ja-mecab-ipadic ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130124002526.304F34E62C>