mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Update to 0.11 and fix packaging list. The recent devel/p5-Module-Build update
caused this port to install 3 additional files. PR: 98168 Notified by: pointyhat via kris Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
This commit is contained in:
parent
bc1c242db3
commit
21cddae141
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164031
@ -6,9 +6,8 @@
|
||||
#
|
||||
|
||||
PORTNAME= KinoSearch
|
||||
PORTVERSION= 0.10
|
||||
PORTVERSION= 0.11
|
||||
CATEGORIES= textproc perl5
|
||||
#MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITES= http://www.rectangular.com/downloads/
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
@ -23,6 +22,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN1= dump_index.1
|
||||
MAN3= KinoSearch.3 \
|
||||
KinoSearch::Analysis::Analyzer.3 \
|
||||
KinoSearch::Analysis::LCNormalizer.3 \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (KinoSearch-0.10.tar.gz) = 4a3405e7f41ec2cab835e4f9ef8661cf
|
||||
SHA256 (KinoSearch-0.10.tar.gz) = 3c12ee11c26418affb2031698ca0961475fc052c18883abfacb08b320939285e
|
||||
SIZE (KinoSearch-0.10.tar.gz) = 200485
|
||||
MD5 (KinoSearch-0.11.tar.gz) = 67ba3b2ee8b787212a39c09ac2198cd3
|
||||
SHA256 (KinoSearch-0.11.tar.gz) = ab89ebc224e0369a60c6cd7526dd2e5582f01fafb634222d55f63514b3887155
|
||||
SIZE (KinoSearch-0.11.tar.gz) = 201207
|
||||
|
@ -1,3 +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
|
||||
|
Loading…
Reference in New Issue
Block a user