- Ferret is a high-performance, full-featured text search engine library written for Ruby.

This commit is contained in:
Cheng-Lung Sung 2006-08-10 09:15:42 +00:00
parent 2510979c4f
commit c301a34f24
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170265
5 changed files with 44 additions and 0 deletions

View File

@ -793,6 +793,7 @@
SUBDIR += ruby-xmlscan-old
SUBDIR += ruby-xslt
SUBDIR += ruby-xtemplate
SUBDIR += rubygem-ferret
SUBDIR += rubygem-syntax
SUBDIR += rw-aspell
SUBDIR += rxp

View File

@ -0,0 +1,31 @@
# New ports collection makefile for: ferret
# Date created: 2006-08-10
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ferret
PORTVERSION= 0.9.5
CATEGORIES= textproc rubygems
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Ferret is a ruby port of Lucene
USE_RUBY= yes
post-install:
@${FIND} ${PREFIX}/${GEM_LIB_DIR} ! -type d | \
${SED} "s,^${PREFIX}/,," >> ${TMPPLIST}
@${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d | ${SORT} -r | \
${SED} "s,^${PREFIX}/,@dirrm ," >> ${TMPPLIST}
@${FIND} ${PREFIX}/${GEM_DOC_DIR} ! -type d | \
${SED} "s,^${PREFIX}/,," >> ${TMPPLIST}
@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d | ${SORT} -r | \
${SED} "s,^${PREFIX}/,@dirrm ," >> ${TMPPLIST}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (rubygem/ferret-0.9.5.gem) = 43570e4a176e238f741d2cf165b2a177
SHA256 (rubygem/ferret-0.9.5.gem) = 74ea2271d2e16bd6f11342ae7c0c8cae3e1be2f4db34811eb6c79ff7e0a66730
SIZE (rubygem/ferret-0.9.5.gem) = 532992

View File

@ -0,0 +1,7 @@
Ferret is a high-performance, full-featured text search engine
library written for Ruby. It is a full port of the
Apache Lucene Java project.
There is a pure Ruby version included.
WWW: http://ferret.davebalmain.com/

View File

@ -0,0 +1,2 @@
%%GEM_CACHE%%
%%GEM_SPEC%%