FreeBSD Bugzilla – Attachment 72999 Details for
Bug 105956
upgrade textproc/p5-KinoSearch port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.88 KB, created by
Vick Khera
on 2006-11-28 16:40:16 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Vick Khera
Created:
2006-11-28 16:40:16 UTC
Size:
3.88 KB
patch
obsolete
>diff -Pru p5-KinoSearch/Makefile p5-KinoSearch.new/Makefile >--- p5-KinoSearch/Makefile Thu Jun 29 22:59:55 2006 >+++ p5-KinoSearch.new/Makefile Tue Nov 28 11:19:19 2006 >@@ -6,7 +6,7 @@ > # > > PORTNAME= KinoSearch >-PORTVERSION= 0.12 >+PORTVERSION= 0.14 > CATEGORIES= textproc perl5 > MASTER_SITES= http://www.rectangular.com/downloads/ > PKGNAMEPREFIX= p5- >@@ -23,7 +23,6 @@ > > PERL_MODBUILD= yes > >-MAN1= dump_index.1 > MAN3= KinoSearch.3 \ > KinoSearch::Analysis::Analyzer.3 \ > KinoSearch::Analysis::LCNormalizer.3 \ >@@ -77,12 +76,15 @@ > KinoSearch::Search::HitCollector.3 \ > KinoSearch::Search::HitQueue.3 \ > KinoSearch::Search::Hits.3 \ >+ KinoSearch::Search::MultiSearcher.3 \ > KinoSearch::Search::PhraseQuery.3 \ > KinoSearch::Search::PhraseScorer.3 \ > KinoSearch::Search::Query.3 \ > KinoSearch::Search::QueryFilter.3 \ > KinoSearch::Search::Scorer.3 \ > KinoSearch::Search::Searchable.3 \ >+ KinoSearch::Search::SearchServer.3 \ >+ KinoSearch::Search::SearchClient.3 \ > KinoSearch::Search::Similarity.3 \ > KinoSearch::Search::TermQuery.3 \ > KinoSearch::Search::TermScorer.3 \ >diff -Pru p5-KinoSearch/distinfo p5-KinoSearch.new/distinfo >--- p5-KinoSearch/distinfo Thu Jun 29 22:59:55 2006 >+++ p5-KinoSearch.new/distinfo Tue Nov 28 11:12:17 2006 >@@ -1,3 +1,3 @@ >-MD5 (KinoSearch-0.12.tar.gz) = 17bcc6b2db2ad29be0f207b208cbe767 >-SHA256 (KinoSearch-0.12.tar.gz) = 87355e5b7358f33bb9521b85c53a5933c4ede4a6788bb92640d306ecb108d54b >-SIZE (KinoSearch-0.12.tar.gz) = 210620 >+MD5 (KinoSearch-0.14.tar.gz) = e583468340a1096653b3938e8da14ea4 >+SHA256 (KinoSearch-0.14.tar.gz) = a2051c088fc87d9540212de32ac6fe3cdf22a9fe1841f7560fb9a82e66766d21 >+SIZE (KinoSearch-0.14.tar.gz) = 224132 >diff -Pru p5-KinoSearch/pkg-plist p5-KinoSearch.new/pkg-plist >--- p5-KinoSearch/pkg-plist Thu Jun 29 22:59:55 2006 >+++ p5-KinoSearch.new/pkg-plist Tue Nov 28 11:21:22 2006 >@@ -1,9 +1,5 @@ >-bin/kinotidy >-bin/dump_index > %%SITE_PERL%%/%%PERL_ARCH%%/auto/KinoSearch/KinoSearch.bs > %%SITE_PERL%%/%%PERL_ARCH%%/auto/KinoSearch/KinoSearch.so >-%%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/InvIndexer.pm >-%%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Searcher.pm > %%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Analysis/Analyzer.pm > %%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Analysis/LCNormalizer.pm > %%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Analysis/PolyAnalyzer.pm >@@ -47,6 +43,7 @@ > %%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Index/TermInfosReader.pm > %%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Index/TermInfosWriter.pm > %%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Index/TermVector.pm >+%%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/InvIndexer.pm > %%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/QueryParser/QueryParser.pm > %%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Search/BooleanClause.pm > %%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Search/BooleanQuery.pm >@@ -55,16 +52,20 @@ > %%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Search/HitCollector.pm > %%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Search/HitQueue.pm > %%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Search/Hits.pm >+%%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Search/MultiSearcher.pm > %%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Search/PhraseQuery.pm > %%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Search/PhraseScorer.pm > %%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Search/Query.pm > %%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Search/QueryFilter.pm >+%%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Search/SearchClient.pm >+%%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Search/SearchServer.pm > %%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Search/Scorer.pm > %%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Search/Searchable.pm > %%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Search/Similarity.pm > %%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Search/TermQuery.pm > %%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Search/TermScorer.pm > %%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Search/Weight.pm >+%%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Searcher.pm > %%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Store/FSInvIndex.pm > %%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Store/FSLock.pm > %%SITE_PERL%%/%%PERL_ARCH%%/KinoSearch/Store/InStream.pm
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 105956
: 72999