[97489] trunk/dports/textproc

hum at macports.org hum at macports.org
Fri Sep 7 05:40:28 PDT 2012


Revision: 97489
          https://trac.macports.org/changeset/97489
Author:   hum at macports.org
Date:     2012-09-07 05:40:25 -0700 (Fri, 07 Sep 2012)
Log Message:
-----------
mecab,mecab-{base,sjis,utf8},mecab-ipadic,mecab-ipadic-{sjis,utf8}: fix license; reorder maintainers

Modified Paths:
--------------
    trunk/dports/textproc/mecab/Portfile
    trunk/dports/textproc/mecab-base/Portfile
    trunk/dports/textproc/mecab-ipadic/Portfile
    trunk/dports/textproc/mecab-ipadic-sjis/Portfile
    trunk/dports/textproc/mecab-ipadic-utf8/Portfile
    trunk/dports/textproc/mecab-sjis/Portfile
    trunk/dports/textproc/mecab-utf8/Portfile

Modified: trunk/dports/textproc/mecab/Portfile
===================================================================
--- trunk/dports/textproc/mecab/Portfile	2012-09-07 11:30:18 UTC (rev 97488)
+++ trunk/dports/textproc/mecab/Portfile	2012-09-07 12:40:25 UTC (rev 97489)
@@ -7,16 +7,17 @@
 name                mecab
 version             0.994
 categories          textproc japanese
-platforms           darwin
-maintainers         gmail.com:rsky0711 hum openmaintainer
-license             GPL-2 LGPL-2.1 BSD
+maintainers         hum gmail.com:rsky0711 openmaintainer
 
-homepage            http://mecab.sourceforge.net/
 description         yet another part-of-speech and morphological analyzer
 long_description    MeCab is ${description}. \
                     This port depends on MeCab base analyzer and a Japanese \
                     dictionary of ${encoding} encoding.
 
+homepage            http://mecab.sourceforge.net/
+platforms           darwin
+license             {GPL LGPL BSD}
+
 distfiles
 
 depends_lib         port:mecab-base

Modified: trunk/dports/textproc/mecab-base/Portfile
===================================================================
--- trunk/dports/textproc/mecab-base/Portfile	2012-09-07 11:30:18 UTC (rev 97488)
+++ trunk/dports/textproc/mecab-base/Portfile	2012-09-07 12:40:25 UTC (rev 97489)
@@ -6,14 +6,15 @@
 name                mecab-base
 version             0.994
 categories          textproc japanese
-platforms           darwin
-maintainers         gmail.com:rsky0711 hum openmaintainer
-license             GPL-2 LGPL-2.1 BSD
+maintainers         hum gmail.com:rsky0711 openmaintainer
 
-homepage            http://mecab.sourceforge.net/
 description         yet another part-of-speech and morphological analyzer
 long_description    The base analyzer of MeCab, ${description}.
 
+homepage            http://mecab.sourceforge.net/
+platforms           darwin
+license             {GPL LGPL BSD}
+
 dist_subdir         mecab
 distname            mecab-${version}
 

Modified: trunk/dports/textproc/mecab-ipadic/Portfile
===================================================================
--- trunk/dports/textproc/mecab-ipadic/Portfile	2012-09-07 11:30:18 UTC (rev 97488)
+++ trunk/dports/textproc/mecab-ipadic/Portfile	2012-09-07 12:40:25 UTC (rev 97489)
@@ -8,13 +8,15 @@
 name                mecab-${dicname}
 version             2.7.0-20070801
 categories          textproc japanese
-maintainers         gmail.com:rsky0711 hum openmaintainer
-platforms           darwin
+maintainers         hum gmail.com:rsky0711 openmaintainer
 
-homepage            http://mecab.sourceforge.net/
 description         ${dicname} of ${encoding} encoding for MeCab
 long_description    ${description}
 
+homepage            http://mecab.sourceforge.net/
+platforms           darwin
+license             Permissive
+
 dist_subdir         mecab
 
 master_sites        sourceforge:mecab

Modified: trunk/dports/textproc/mecab-ipadic-sjis/Portfile
===================================================================
--- trunk/dports/textproc/mecab-ipadic-sjis/Portfile	2012-09-07 11:30:18 UTC (rev 97488)
+++ trunk/dports/textproc/mecab-ipadic-sjis/Portfile	2012-09-07 12:40:25 UTC (rev 97489)
@@ -9,13 +9,15 @@
 name                mecab-${dicname}-${encoding}
 version             2.7.0-20070801
 categories          textproc japanese
-maintainers         gmail.com:rsky0711 hum openmaintainer
-platforms           darwin
+maintainers         hum gmail.com:rsky0711 openmaintainer
 
-homepage            http://mecab.sourceforge.net/
 description         ${dicname} of ${encoding} encoding for MeCab
 long_description    ${description}
 
+homepage            http://mecab.sourceforge.net/
+platforms           darwin
+license             Permissive
+
 dist_subdir         mecab
 distname            mecab-${dicname}-${version}
 

Modified: trunk/dports/textproc/mecab-ipadic-utf8/Portfile
===================================================================
--- trunk/dports/textproc/mecab-ipadic-utf8/Portfile	2012-09-07 11:30:18 UTC (rev 97488)
+++ trunk/dports/textproc/mecab-ipadic-utf8/Portfile	2012-09-07 12:40:25 UTC (rev 97489)
@@ -9,13 +9,15 @@
 name                mecab-${dicname}-${encoding}
 version             2.7.0-20070801
 categories          textproc japanese
-maintainers         gmail.com:rsky0711 hum openmaintainer
-platforms           darwin
+maintainers         hum gmail.com:rsky0711 openmaintainer
 
-homepage            http://mecab.sourceforge.net/
 description         ${dicname} of ${encoding} encoding for MeCab
 long_description    ${description}
 
+homepage            http://mecab.sourceforge.net/
+platforms           darwin
+license             Permissive
+
 dist_subdir         mecab
 distname            mecab-${dicname}-${version}
 

Modified: trunk/dports/textproc/mecab-sjis/Portfile
===================================================================
--- trunk/dports/textproc/mecab-sjis/Portfile	2012-09-07 11:30:18 UTC (rev 97488)
+++ trunk/dports/textproc/mecab-sjis/Portfile	2012-09-07 12:40:25 UTC (rev 97489)
@@ -7,16 +7,17 @@
 name                mecab-${encoding}
 version             0.994
 categories          textproc japanese
-platforms           darwin
-maintainers         gmail.com:rsky0711 hum openmaintainer
-license             GPL-2 LGPL-2.1 BSD
+maintainers         hum gmail.com:rsky0711 openmaintainer
 
-homepage            http://mecab.sourceforge.net/
 description         yet another part-of-speech and morphological analyzer
 long_description    MeCab is ${description}. \
                     This port depends on MeCab base analyzer and a Japanese \
                     dictionary of ${encoding} encoding.
 
+homepage            http://mecab.sourceforge.net/
+platforms           darwin
+license             {GPL LGPL BSD}
+
 dist_subdir         mecab
 distfiles
 

Modified: trunk/dports/textproc/mecab-utf8/Portfile
===================================================================
--- trunk/dports/textproc/mecab-utf8/Portfile	2012-09-07 11:30:18 UTC (rev 97488)
+++ trunk/dports/textproc/mecab-utf8/Portfile	2012-09-07 12:40:25 UTC (rev 97489)
@@ -7,16 +7,17 @@
 name                mecab-${encoding}
 version             0.994
 categories          textproc japanese
-platforms           darwin
-maintainers         gmail.com:rsky0711 hum openmaintainer
-license             GPL-2 LGPL-2.1 BSD
+maintainers         hum gmail.com:rsky0711 openmaintainer
 
-homepage            http://mecab.sourceforge.net/
 description         yet another part-of-speech and morphological analyzer
 long_description    MeCab is ${description}. \
                     This port depends on MeCab base analyzer and a Japanese \
                     dictionary of ${encoding} encoding.
 
+homepage            http://mecab.sourceforge.net/
+platforms           darwin
+license             {GPL LGPL BSD}
+
 dist_subdir         mecab
 distfiles
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120907/7d833bfd/attachment.html>


More information about the macports-changes mailing list