From owner-svn-ports-head@FreeBSD.ORG Sun Dec 7 14:09:29 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 695AF4D0; Sun, 7 Dec 2014 14:09:29 +0000 (UTC) Received: from svn.freebsd.org (svn.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 4A5C376C; Sun, 7 Dec 2014 14:09:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB7E9Ti0017607; Sun, 7 Dec 2014 14:09:29 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB7E9Sf5017602; Sun, 7 Dec 2014 14:09:28 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201412071409.sB7E9Sf5017602@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sun, 7 Dec 2014 14:09:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374204 - in head: . databases databases/mysqlbigram X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2014 14:09:29 -0000 Author: danfe Date: Sun Dec 7 14:09:27 2014 New Revision: 374204 URL: https://svnweb.freebsd.org/changeset/ports/374204 QAT: https://qat.redports.org/buildarchive/r374204/ Log: - Resurrect, unbreak, cleanup Makefile, define LICENSE (LGPL21) - Convert three-line pkg-plist into PLIST_FILES knob - Improve grammar in port description text, fix couple of typos Added: head/databases/mysqlbigram/ - copied from r227570, head/databases/mysqlbigram/ Deleted: head/databases/mysqlbigram/pkg-plist Modified: head/MOVED head/databases/Makefile head/databases/mysqlbigram/Makefile (contents, props changed) head/databases/mysqlbigram/distinfo (contents, props changed) head/databases/mysqlbigram/pkg-descr (contents, props changed) Modified: head/MOVED ============================================================================== --- head/MOVED Sun Dec 7 13:54:52 2014 (r374203) +++ head/MOVED Sun Dec 7 14:09:27 2014 (r374204) @@ -439,7 +439,6 @@ www/aolserver-nscache||2009-02-03|Remove games/emacs-chess||2009-02-03|Has expired: has been broken for more than 6 months devel/subversion-devel||2009-02-03|Has expired: Use devel/subversion or devel/subversion-freebsd instead of this port devel/hs-hpl||2009-02-03|Has expired: has been broken for more than 6 months -databases/mysqlbigram||2009-02-03|Has expired: has been broken for more than 6 months mail/claws-mail-clamav||2009-02-03|Has expired: has been broken for more than 6 months mail/sylpheed2-devel||2009-02-03|Has expired: has been broken for more than 6 months www/pecl-mnogosearch||2009-02-03|Has expired: has been broken for more than 6 months Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sun Dec 7 13:54:52 2014 (r374203) +++ head/databases/Makefile Sun Dec 7 14:09:27 2014 (r374204) @@ -204,6 +204,7 @@ SUBDIR += mysql56-client SUBDIR += mysql56-server SUBDIR += mysqlbackup + SUBDIR += mysqlbigram SUBDIR += mysqldumper SUBDIR += mysqlidxchk SUBDIR += mysqlreport Modified: head/databases/mysqlbigram/Makefile ============================================================================== --- head/databases/mysqlbigram/Makefile Tue Feb 3 22:26:25 2009 (r227570) +++ head/databases/mysqlbigram/Makefile Sun Dec 7 14:09:27 2014 (r374204) @@ -1,30 +1,26 @@ -# New ports collection makefile for: mysqlbigram -# Date created: 2007-07-25 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= mysqlbigram PORTVERSION= 1.0.1 CATEGORIES= databases MASTER_SITES= http://mysqlbigram.googlepages.com/ -DISTFILES= bi_gram-src-${PORTVERSION}${EXTRACT_SUFX} +DISTNAME= bi_gram-src-${PORTVERSION} MAINTAINER= gslin@gslin.org -COMMENT= Simple N-Gram (bi-gram) FULLTEXT parser plugin for MySQL 5.1+ +COMMENT= Simple n-gram (bi-gram) fulltext parser plugin for MySQL -BROKEN= does not compile -DEPRECATED= has been broken for more than 6 months -EXPIRATION_DATE=2009-01-19 +LICENSE= LGPL21 -CFLAGS+= -I"${LOCALBASE}/include" -I"${LOCALBASE}/include/mysql" -CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" GNU_CONFIGURE= yes -IGNORE_WITH_MYSQL= 323 40 41 50 -LDFLAGS+= -L${LOCALBASE}/lib USE_MYSQL= yes -WANT_MYSQL_VER?= 51 WRKSRC= ${WRKDIR}/bi_gram +PLIST_FILES= lib/mysql/bi_gramlib.la \ + lib/mysql/bi_gramlib.so \ + lib/mysql/bi_gramlib.so.0 + +post-patch: + @${REINPLACE_CMD} -e 's,bool ,my_&,' ${WRKSRC}/bi_gram_plugin.c + .include Modified: head/databases/mysqlbigram/distinfo ============================================================================== --- head/databases/mysqlbigram/distinfo Tue Feb 3 22:26:25 2009 (r227570) +++ head/databases/mysqlbigram/distinfo Sun Dec 7 14:09:27 2014 (r374204) @@ -1,3 +1,2 @@ -MD5 (bi_gram-src-1.0.1.tar.gz) = f5d52e3abb245461307147ff5421cbde SHA256 (bi_gram-src-1.0.1.tar.gz) = 06ebc2d61ac4809f3a3122def3600dbdcef15fb83a7277c4f8eba32e01b85ca8 SIZE (bi_gram-src-1.0.1.tar.gz) = 308085 Modified: head/databases/mysqlbigram/pkg-descr ============================================================================== --- head/databases/mysqlbigram/pkg-descr Tue Feb 3 22:26:25 2009 (r227570) +++ head/databases/mysqlbigram/pkg-descr Sun Dec 7 14:09:27 2014 (r374204) @@ -1,14 +1,14 @@ -MySQL has fulltext index search ability for text field. but it is word -based index, it cannot be used for no word delimiter laungage like -Japanese or Chinese. and it also can't search charactors in middle of -a words. (cf. searching 'in' will not match word 'ping'.) +MySQL has fulltext index search ability for text field, but it is word +based index: it cannot be used for no word delimiter language like +Japanese or Chinese. It also can't search characters in the middle of +a word (e.g. searching 'in' will not match word 'ping'). -Starts from MySQL 5.1, MySQL supports a plugin that allows to change -server components (fulltext search parser) without restarting / +Starting from MySQL 5.1, MySQL supports a plugin that allows to change +server components (fulltext search parser) without restarting and/or recompiling the server. This n-gram parser uses this plugin interface to implement a simple -n-gram (bi-gram) fulltext index parser which can be index no word -delimiter laungage. +n-gram (bi-gram) fulltext index parser which can be used for languages +without word delimiters. -WWW: http://mysqlbigram.googlepages.com/ +WWW: http://mysqlbigram.googlepages.com/