Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

3
textproc/php-mecab/DESCR Normal file
View File

@@ -0,0 +1,3 @@
A PHP extension for MeCab Morphological Analyzer.
Still in experimental but seems to used well.

View File

@@ -0,0 +1,27 @@
# $NetBSD: Makefile,v 1.8 2012/10/25 06:56:45 asau Exp $
#
PECL_DISTNAME= php-${MODNAME}-${PECL_VERSION}
MODNAME= mecab
PECL_VERSION= 0.5.0
PECL_LEGACY_VERSION_SCHEME= yes
CATEGORIES= textproc japanese
MASTER_SITES= http://cloud.github.com/downloads/rsky/php-mecab/
EXTRACT_SUFX= .tgz
MAINTAINER= taca@NetBSD.org
HOMEPAGE= https://github.com/rsky/php-mecab
COMMENT= PHP extension for MeCab Morphological Analyzer
LICENSE= mit
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"

View File

@@ -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

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2012/03/04 01:49:13 taca Exp $
SHA1 (php-mecab/php-mecab-0.5.0.tgz) = 3f451e67f736b8d4a8b494cb0333cfbb5fa4a274
RMD160 (php-mecab/php-mecab-0.5.0.tgz) = e20c6b9addb2b2857ed5cf89937ff6db6df8e632
Size (php-mecab/php-mecab-0.5.0.tgz) = 50180 bytes