diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/mysqlbigram/Makefile | 30 | ||||
-rw-r--r-- | databases/mysqlbigram/distinfo | 3 | ||||
-rw-r--r-- | databases/mysqlbigram/pkg-descr | 14 | ||||
-rw-r--r-- | databases/mysqlbigram/pkg-plist | 5 |
5 files changed, 0 insertions, 53 deletions
diff --git a/databases/Makefile b/databases/Makefile index 443ac6787ed0..c7e95292f935 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -191,7 +191,6 @@ SUBDIR += mysql60-server SUBDIR += mysql_last_value SUBDIR += mysqlard - SUBDIR += mysqlbigram SUBDIR += mysqlcc SUBDIR += mysqlcppapi SUBDIR += mysqlman diff --git a/databases/mysqlbigram/Makefile b/databases/mysqlbigram/Makefile deleted file mode 100644 index dd12e9288a34..000000000000 --- a/databases/mysqlbigram/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: mysqlbigram -# Date created: 2007-07-25 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# -# $FreeBSD$ -# - -PORTNAME= mysqlbigram -PORTVERSION= 1.0.1 -CATEGORIES= databases -MASTER_SITES= http://mysqlbigram.googlepages.com/ -DISTFILES= bi_gram-src-${PORTVERSION}${EXTRACT_SUFX} - -MAINTAINER= gslin@gslin.org -COMMENT= Simple N-Gram (bi-gram) FULLTEXT parser plugin for MySQL 5.1+ - -BROKEN= does not compile -DEPRECATED= has been broken for more than 6 months -EXPIRATION_DATE=2009-01-19 - -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 - -.include <bsd.port.mk> diff --git a/databases/mysqlbigram/distinfo b/databases/mysqlbigram/distinfo deleted file mode 100644 index 9973f9845415..000000000000 --- a/databases/mysqlbigram/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -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 diff --git a/databases/mysqlbigram/pkg-descr b/databases/mysqlbigram/pkg-descr deleted file mode 100644 index d6e26761db28..000000000000 --- a/databases/mysqlbigram/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -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'.) - -Starts from MySQL 5.1, MySQL supports a plugin that allows to change -server components (fulltext search parser) without restarting / -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. - -WWW: http://mysqlbigram.googlepages.com/ diff --git a/databases/mysqlbigram/pkg-plist b/databases/mysqlbigram/pkg-plist deleted file mode 100644 index e5750036232a..000000000000 --- a/databases/mysqlbigram/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -@comment $FreeBSD$ -lib/mysql/bi_gramlib.la -lib/mysql/bi_gramlib.so -lib/mysql/bi_gramlib.so.0 -@dirrmtry lib/mysql |