From owner-svn-ports-all@freebsd.org Mon Sep 7 07:24:57 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CA5A9CB55D; Mon, 7 Sep 2015 07:24:57 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 651B423C; Mon, 7 Sep 2015 07:24:57 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t877OvQj005217; Mon, 7 Sep 2015 07:24:57 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t877Ou83005213; Mon, 7 Sep 2015 07:24:56 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201509070724.t877Ou83005213@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 7 Sep 2015 07:24:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396253 - in head/textproc: . php-mecab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Sep 2015 07:24:57 -0000 Author: vanilla Date: Mon Sep 7 07:24:55 2015 New Revision: 396253 URL: https://svnweb.freebsd.org/changeset/ports/396253 Log: Add php-mecab 0.5.0.20121209, PHP bindings of the MeCab. PR: 202831 Submitted by: Gasol Wu Added: head/textproc/php-mecab/ head/textproc/php-mecab/Makefile (contents, props changed) head/textproc/php-mecab/distinfo (contents, props changed) head/textproc/php-mecab/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Mon Sep 7 07:22:13 2015 (r396252) +++ head/textproc/Makefile Mon Sep 7 07:24:55 2015 (r396253) @@ -1149,6 +1149,7 @@ SUBDIR += peco SUBDIR += perl2html SUBDIR += permute + SUBDIR += php-mecab SUBDIR += php5-ctype SUBDIR += php5-dom SUBDIR += php5-pspell Added: head/textproc/php-mecab/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/php-mecab/Makefile Mon Sep 7 07:24:55 2015 (r396253) @@ -0,0 +1,28 @@ +# Created by: Gasol Wu +# $FreeBSD$ + +PORTNAME= mecab +PORTVERSION= 0.5.0.20121209 +CATEGORIES= textproc +PKGNAMEPREFIX= php- + +MAINTAINER= gasol.wu@gmail.com +COMMENT= PHP bindings of the MeCab + +LICENSE= MIT + +LIB_DEPENDS= libmecab.so:${PORTSDIR}/japanese/mecab + +USE_GITHUB= yes +GH_ACCOUNT= rsky +GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME} +GH_TAGNAME= 55e6481 + +WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME_EXTRACT}/mecab +CONFIGURE_ARGS+= --with-mecab=${LOCALBASE}/bin/mecab-config +USE_PHP= yes +USE_PHPIZE= yes +USE_PHPEXT= yes +USES= tar:tgz + +.include Added: head/textproc/php-mecab/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/php-mecab/distinfo Mon Sep 7 07:24:55 2015 (r396253) @@ -0,0 +1,2 @@ +SHA256 (rsky-php-mecab-0.5.0.20121209-55e6481_GH0.tgz) = 927443ae5e407757ba55c88e9b43afb768a31ffee36a131d2ae56bd4907f1240 +SIZE (rsky-php-mecab-0.5.0.20121209-55e6481_GH0.tgz) = 52084 Added: head/textproc/php-mecab/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/php-mecab/pkg-descr Mon Sep 7 07:24:55 2015 (r396253) @@ -0,0 +1,3 @@ +MeCab: Yet Another Part-of-Speech and Morphological Analyzer + +WWW: https://github.com/rsky/php-mecab