Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,26 +1,25 @@
# $NetBSD: Makefile,v 1.9 2015/09/12 20:03:01 tnn Exp $
# $NetBSD: Makefile,v 1.11 2016/09/05 20:14:28 joerg Exp $
#
PECL_DISTNAME= php-${MODNAME}-${PECL_VERSION}
PECL_DISTNAME= ${MODNAME}-${PECL_VERSION}
MODNAME= mecab
PECL_VERSION= 0.5.0
PECL_VERSION= 0.6.0
PECL_LEGACY_VERSION_SCHEME= yes
CATEGORIES= textproc japanese
MASTER_SITES= https://cloud.github.com/downloads/rsky/php-mecab/
EXTRACT_SUFX= .tgz
MASTER_SITES= http://pecl.opendogs.org/get/
#EXTRACT_SUFX= .tar.gz
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}
${INSTALL_DATA} *.php ${DESTDIR}${EGDIR}
.include "../../textproc/mecab-base/buildlink3.mk"
.include "../../lang/php/ext.mk"

View File

@@ -1,31 +1,35 @@
@comment $NetBSD: PLIST.extras,v 1.1.1.1 2010/12/19 02:13:50 taca Exp $
@comment $NetBSD: PLIST.extras,v 1.2 2015/12/13 17:20:21 taca Exp $
share/examples/php/mecab/allmorphs-func.php
share/examples/php/mecab/allmorphs-ns.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-ns.php
share/examples/php/mecab/dicinfo-oo.php
share/examples/php/mecab/dumpall-func.php
share/examples/php/mecab/dumpall-ns.php
share/examples/php/mecab/dumpall-ns2.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-ns.php
share/examples/php/mecab/format-ns2.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-ns.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-ns.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-ns.php
share/examples/php/mecab/split-oo.php
share/examples/php/mecab/test-func.php
share/examples/php/mecab/test-ns.php
share/examples/php/mecab/test-oo.php
share/examples/php/mecab/wakati-func.php
share/examples/php/mecab/wakati-ns.php
share/examples/php/mecab/wakati-oo.php

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.2 2012/03/04 01:49:13 taca Exp $
$NetBSD: distinfo,v 1.4 2015/12/13 17:20:21 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
SHA1 (php-mecab/mecab-0.6.0.tgz) = a96087af17b978ddbb49c9b9bdf179158d141b9f
RMD160 (php-mecab/mecab-0.6.0.tgz) = 549c4a1b5166ae64d562f929ed847f2b8a8ab8f5
SHA512 (php-mecab/mecab-0.6.0.tgz) = 37d3adfe46686cbfbb2e00e3afc5667d4949d8568cddf1bd2e484de5a13dc02af80d9e3d1c1c5ad629b3630a9391ba325858229657f4a11d662b0fd482503b15
Size (php-mecab/mecab-0.6.0.tgz) = 50194 bytes