FreeBSD Bugzilla – Attachment 131224 Details for
Bug 175258
[PATCH] japanese/mecab: add license information etc.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-ja-mecab
patch-ja-mecab (text/plain; charset=Shift_JIS), 3.26 KB, created by
Yasuhiro Kimura
on 2013-01-31 05:04:12 UTC
(
hide
)
Description:
patch-ja-mecab
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2013-01-31 05:04:12 UTC
Size:
3.26 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 311280) >+++ Makefile (working copy) >@@ -1,18 +1,20 @@ >-# New ports collection makefile for: mecab >-# Date created: 2 April 2003 >-# Whom: Akinori MUSHA aka knu <knu@idaemons.org> >-# >+# Created by: Akinori MUSHA aka knu <knu@idaemons.org> > # $FreeBSD$ >-# > > PORTNAME= mecab >-PORTVERSION= 0.994 >+PORTVERSION= 0.995 > CATEGORIES= japanese textproc > MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} > > MAINTAINER= clsung@FreeBSD.org > COMMENT= Yet Another Part-of-Speech and Morphological Analyzer > >+LICENSE= BSD GPLv2 LGPL21 >+LICENSE_COMB= dual >+LICENSE_FILE_BSD= ${WRKSRC}/BSD >+LICENSE_FILE_GPLv2= ${WRKSRC}/GPL >+LICENSE_FILE_LGPL21= ${WRKSRC}/LGPL >+ > USE_AUTOTOOLS= libtool > USE_ICONV= yes > USE_PERL5_BUILD= yes >@@ -22,17 +24,29 @@ > CPPFLAGS+= ${PTHREAD_CFLAGS} -I ${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib > >-# Default charset (euc-jp/shift_jis/utf-8) >-.if defined(WITH_CHARSET) >-CONFIGURE_ARGS+= --with-charset=${WITH_CHARSET} >-.endif >- > MAN1= mecab.1 > > DOCS= AUTHORS README doc/*.html > >+OPTIONS_DEFINE= DOCS >+OPTIONS_DEFAULT= DOCS >+OPTIONS_RADIO= CHARSET >+OPTIONS_RADIO_CHARSET= EUCJP SHIFTJIS UTF8 >+EUCJP_DESC= Use EUC-JP as default charset. >+SHIFTJIS_DESC= Use SHIFT-JIS as default charset. >+UTF8_DESC= Use UTF-8 as default charset. >+ > .include <bsd.port.pre.mk> >+.include <bsd.port.options.mk> > >+.if ${PORT_OPTIONS:MEUCJP} >+CONFIGURE_ARGS+= --with-charset=euc-jp >+.elif ${PORT_OPTIONS:MSHIFTJIS} >+CONFIGURE_ARGS+= --with-charset=shift_jis >+.elif ${PORT_OPTIONS:MUTF8} >+CONFIGURE_ARGS+= --with-charset=utf-8 >+.endif >+ > post-patch: > ${REINPLACE_CMD} -e 's/-lpthread/${PTHREAD_LIBS}/g' \ > -e 's/-O3/${CFLAGS}/' ${WRKSRC}/${CONFIGURE_SCRIPT} >@@ -48,7 +62,7 @@ > @if [ ! -f ${PREFIX}/etc/mecabrc ]; then \ > ${INSTALL_DATA} ${PREFIX}/etc/mecabrc.dist ${PREFIX}/etc/mecabrc; \ > fi >-.if !defined(NOPORTDOCS) >+.if ${PORT_OPTIONS:MDOCS} > ${MKDIR} ${DOCSDIR} > .for f in ${DOCS} > ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ >Index: distinfo >=================================================================== >--- distinfo (revision 311280) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (mecab-0.994.tar.gz) = d271a0b91e0cda09f13f62a6b28367648afb9b4dcb68178ea1fb0af4c0c866bc >-SIZE (mecab-0.994.tar.gz) = 1387966 >+SHA256 (mecab-0.995.tar.gz) = a281cac1a7053c9d16e3885a677398566923d7e4c5fc34654d4ebc6c3b3aa520 >+SIZE (mecab-0.995.tar.gz) = 1377686 >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 311280) >+++ pkg-descr (working copy) >@@ -1,4 +1,14 @@ >-MeCab: Yet Another Part-of-Speech and Morphological Analyzer >+MeCab is open source japanese dependency structure analyzer depeloped >+through the joint research project of Graduate School of Informatics >+Kyoto University and NTT (Nippon Telegraph and Telephone) >+Communication Science Laboratories. It has following featers: > >+* General-purpose design independent from language, distionary and >+ corpus. >+* High precision of analysis based on Conditional Random Fields. >+* Faster than ChaSen and KAKASI. >+* Library is reentrant. >+* Scripting language bindings such as Perl/Ruby/Python/Java/C#. >+ > Author: Taku Kudo <taku@chasen.org> >-WWW: http://mecab.sourceforge.net/ >+WWW: https://code.google.com/p/mecab/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 175258
:
131220
|
131221
|
131222
|
131223
| 131224 |
131225