Bug 175536 - [MAINTAINER] japanese/mecab-ipadic: Fix wrong options save directory issue
Summary: [MAINTAINER] japanese/mecab-ipadic: Fix wrong options save directory issue
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: TAKATSU Tomonari
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-24 00:40 UTC by Yasuhiro Kimura
Modified: 2013-02-11 06:03 UTC (History)
0 users

See Also:


Attachments
patch-ja-mecab-ipadic (1.91 KB, text/plain)
2013-01-24 00:40 UTC, Yasuhiro Kimura
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2013-01-24 00:40:00 UTC
	- 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.
Comment 1 TAKATSU Tomonari freebsd_committer freebsd_triage 2013-02-11 05:34:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tota

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-11 05:52:22 UTC
Author: tota
Date: Mon Feb 11 05:52:13 2013
New Revision: 312044
URL: http://svnweb.freebsd.org/changeset/ports/312044

Log:
  - 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 except Author: line since it is
    description of MeCab rather than that of IPA dictonary for MeCab
  - Update MASTER_SITES and WWW URL
  
  PR:		ports/175536 (based on)
  Submitted by:	Yasuhiro KIMURA <yasu_AT_utahime_DOT_org>

Modified:
  head/japanese/mecab-ipadic/Makefile
  head/japanese/mecab-ipadic/pkg-descr

Modified: head/japanese/mecab-ipadic/Makefile
==============================================================================
--- head/japanese/mecab-ipadic/Makefile	Mon Feb 11 05:30:00 2013	(r312043)
+++ head/japanese/mecab-ipadic/Makefile	Mon Feb 11 05:52:13 2013	(r312044)
@@ -1,12 +1,11 @@
 # 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=	GOOGLE_CODE
+PROJECTHOST=	mecab
 
 MAINTAINER=	yasu@utahime.org
 COMMENT=	Japanese Morphological Dictionary for MeCab
@@ -22,6 +21,10 @@ LICENSE_PERMS_ICOT=	dist-mirror dist-sel
 
 BUILD_DEPENDS=	ja-mecab>=0.94:${PORTSDIR}/japanese/mecab
 
+USE_PERL5_BUILD=	yes
+GNU_CONFIGURE=		yes
+CONFIGURE_ARGS+=	--with-dicdir=${PREFIX}/lib/mecab/dic/ipadic
+
 OPTIONS_RADIO=	CHARSET
 OPTIONS_RADIO_CHARSET=	EUCJP SHIFTJIS UTF8
 
@@ -29,10 +32,6 @@ EUCJP_DESC=	Use EUC-JP as dictionary cha
 SHIFTJIS_DESC=	Use SHIFT-JIS as dictionary charset.
 UTF8_DESC=	Use UTF-8 as dictionary charset.
 
-USE_PERL5_BUILD=	yes
-GNU_CONFIGURE=		yes
-CONFIGURE_ARGS+=	--with-dicdir=${PREFIX}/lib/mecab/dic/ipadic
-
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MEUCJP}

Modified: head/japanese/mecab-ipadic/pkg-descr
==============================================================================
--- head/japanese/mecab-ipadic/pkg-descr	Mon Feb 11 05:30:00 2013	(r312043)
+++ head/japanese/mecab-ipadic/pkg-descr	Mon Feb 11 05:52:13 2013	(r312044)
@@ -1,18 +1,3 @@
-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/
+WWW: https://code.google.com/p/mecab/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 TAKATSU Tomonari freebsd_committer freebsd_triage 2013-02-11 06:03:20 UTC
State Changed
From-To: open->closed

Committed. Thanks!