pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/php-mecab Importing textproc/php-mecab versio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0f8a76fb923
branches:  trunk
changeset: 583446:a0f8a76fb923
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Dec 19 02:13:50 2010 +0000

description:
Importing textproc/php-mecab version 0.4.1.

A PHP extension for MeCab Morphological Analyzer.

Still in experimental but seems to used well.

diffstat:

 textproc/php-mecab/DESCR        |   3 +++
 textproc/php-mecab/Makefile     |  27 +++++++++++++++++++++++++++
 textproc/php-mecab/PLIST.extras |  31 +++++++++++++++++++++++++++++++
 textproc/php-mecab/distinfo     |   5 +++++
 4 files changed, 66 insertions(+), 0 deletions(-)

diffs (82 lines):

diff -r a0177f23f6b6 -r a0f8a76fb923 textproc/php-mecab/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/php-mecab/DESCR  Sun Dec 19 02:13:50 2010 +0000
@@ -0,0 +1,3 @@
+A PHP extension for MeCab Morphological Analyzer.
+
+Still in experimental but seems to used well.
diff -r a0177f23f6b6 -r a0f8a76fb923 textproc/php-mecab/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/php-mecab/Makefile       Sun Dec 19 02:13:50 2010 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/12/19 02:13:50 taca Exp $
+#
+
+MODNAME=       mecab
+PECL_VERSION=  0.4.1
+CATEGORIES=    textproc japanese
+MASTER_SITES=  http://pecl.opendogs.org/get/
+
+MAINTAINER=    taca%NetBSD.org@localhost
+HOMEPAGE=      http://page2.xrea.jp/#php_mecab
+#              http://d.hatena.ne.jp/rsky/
+COMMENT=       PHP extension for MeCab Morphological Analyzer
+LICENSE=       mit
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+EGDIR=                 share/examples/php/mecab
+INSTALLATION_DIRS+=    ${EGDIR}
+PLIST_SRC+=            ${.CURDIR}/PLIST.extras
+
+post-install:
+       cd ${WRKSRC}/examples && \
+       ${INSTALL_DATA} *.php ${DESTDIR}${PREFIX}/${EGDIR}
+
+.include "../../textproc/mecab-base/buildlink3.mk"
+.include "../../lang/php/ext.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a0177f23f6b6 -r a0f8a76fb923 textproc/php-mecab/PLIST.extras
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/php-mecab/PLIST.extras   Sun Dec 19 02:13:50 2010 +0000
@@ -0,0 +1,31 @@
+@comment $NetBSD: PLIST.extras,v 1.1.1.1 2010/12/19 02:13:50 taca Exp $
+share/examples/php/mecab/allmorphs-func.php
+share/examples/php/mecab/allmorphs-oo.php
+share/examples/php/mecab/common.inc.php
+share/examples/php/mecab/dicinfo-func.php
+share/examples/php/mecab/dicinfo-oo.php
+share/examples/php/mecab/dumpall-func.php
+share/examples/php/mecab/dumpall-oo.php
+share/examples/php/mecab/dumpall-oo2.php
+share/examples/php/mecab/format-func.php
+share/examples/php/mecab/format-oo.php
+share/examples/php/mecab/format-oo2.php
+share/examples/php/mecab/nbest-func.php
+share/examples/php/mecab/nbest-oo.php
+share/examples/php/mecab/nodelist-func.php
+share/examples/php/mecab/nodelist-oo.php
+share/examples/php/mecab/nodelist-oo2.php
+share/examples/php/mecab/parse-func-p.php
+share/examples/php/mecab/parse-func.php
+share/examples/php/mecab/parse-oo-p.php
+share/examples/php/mecab/parse-oo.php
+share/examples/php/mecab/provides-r.php
+share/examples/php/mecab/provides.php
+share/examples/php/mecab/split-func-p.php
+share/examples/php/mecab/split-func.php
+share/examples/php/mecab/split-oo-p.php
+share/examples/php/mecab/split-oo.php
+share/examples/php/mecab/test-func.php
+share/examples/php/mecab/test-oo.php
+share/examples/php/mecab/wakati-func.php
+share/examples/php/mecab/wakati-oo.php
diff -r a0177f23f6b6 -r a0f8a76fb923 textproc/php-mecab/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/php-mecab/distinfo       Sun Dec 19 02:13:50 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/12/19 02:13:50 taca Exp $
+
+SHA1 (php-mecab/mecab-0.4.1.tgz) = 362b325f370d9f6ba89b17b29b62d0be1cdbd0bf
+RMD160 (php-mecab/mecab-0.4.1.tgz) = 89a0c404ec3e88486fb2c98c472b55d1b2a012ca
+Size (php-mecab/mecab-0.4.1.tgz) = 46219 bytes



Home | Main Index | Thread Index | Old Index