# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Search-InvertedIndex # p5-Search-InvertedIndex/Makefile # p5-Search-InvertedIndex/distinfo # p5-Search-InvertedIndex/pkg-descr # p5-Search-InvertedIndex/pkg-plist # echo c - p5-Search-InvertedIndex mkdir -p p5-Search-InvertedIndex > /dev/null 2>&1 echo x - p5-Search-InvertedIndex/Makefile sed 's/^X//' >p5-Search-InvertedIndex/Makefile << 'END-of-p5-Search-InvertedIndex/Makefile' X# New ports collection makefile for: databases/p5-Search-InvertedIndex X# Date created: Oct 23 2003 X# Whom: clsung@dragon2.net X# X# $FreeBSD$ X# X XPORTNAME= Search-InvertedIndex XPORTVERSION= 1.13 XCATEGORIES= databases perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Search XPKGNAMEPREFIX= p5- X XMAINTAINER= clsung@dragon2.net XCOMMENT= A manager for inverted index maps X XBUILD_DEPENDS= ${SITE_PERL}/Class/NamedParms.pm:${PORTSDIR}/devel/p5-Class-NamedParms \ X ${SITE_PERL}/Class/ParmList.pm:${PORTSDIR}/devel/p5-Class-ParmList \ X ${SITE_PERL}/Tie/DB_File/SplitHash.pm:${PORTSDIR}/devel/p5-Tie-DB_File-SplitHash \ X ${SITE_PERL}/Tie/FileLRUCache.pm:${PORTSDIR}/devel/p5-Tie-FileLRUCache XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= Search::InvertedIndex.3 \ X Search::InvertedIndex::AutoLoader.3 \ X Search::InvertedIndex::DB::DB_File_SplitHash.3 \ X Search::InvertedIndex::DB::Mysql.3 \ X Search::InvertedIndex::Query.3 \ X Search::InvertedIndex::Update.3 \ X Search::InvertedIndex::Query::Leaf.3 \ X Search::InvertedIndex::Result.3 X X.include END-of-p5-Search-InvertedIndex/Makefile echo x - p5-Search-InvertedIndex/distinfo sed 's/^X//' >p5-Search-InvertedIndex/distinfo << 'END-of-p5-Search-InvertedIndex/distinfo' XMD5 (Search-InvertedIndex-1.13.tar.gz) = 0df9f374972fff88f6afaddbd8f47a66 END-of-p5-Search-InvertedIndex/distinfo echo x - p5-Search-InvertedIndex/pkg-descr sed 's/^X//' >p5-Search-InvertedIndex/pkg-descr << 'END-of-p5-Search-InvertedIndex/pkg-descr' XA general purpose inverted indexing system suitable for medium Xscale searching. X XWWW: http://search.cpan.org/~snowhare/Search-InvertedIndex-1.13/ X XAuthor: Benjamin Franz END-of-p5-Search-InvertedIndex/pkg-descr echo x - p5-Search-InvertedIndex/pkg-plist sed 's/^X//' >p5-Search-InvertedIndex/pkg-plist << 'END-of-p5-Search-InvertedIndex/pkg-plist' X%%SITE_PERL%%/Search/InvertedIndex.pm X%%SITE_PERL%%/Search/InvertedIndex/DB/DB_File_SplitHash.pm X%%SITE_PERL%%/Search/InvertedIndex/AutoLoader.pm X%%SITE_PERL%%/Search/InvertedIndex/DB/Mysql.pm X%%SITE_PERL%%/Search/InvertedIndex/Query.pm X%%SITE_PERL%%/Search/InvertedIndex/Update.pm X%%SITE_PERL%%/Search/InvertedIndex/Result.pm X%%SITE_PERL%%/Search/InvertedIndex/Query/Leaf.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/InvertedIndex/.packlist X@dirrm %%SITE_PERL%%/Search/InvertedIndex/DB X@dirrm %%SITE_PERL%%/Search/InvertedIndex/Query X@dirrm %%SITE_PERL%%/Search/InvertedIndex X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/InvertedIndex X@unexec rmdir %D/%%SITE_PERL%%/Search/InvertedIndex/DB 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/Search/InvertedIndex/Query 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/Search/InvertedIndex 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/Search 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/InvertedIndex 2>/dev/null || true END-of-p5-Search-InvertedIndex/pkg-plist exit