diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-01-13 16:14:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-01-13 16:14:01 +0800 |
commit | bcb671ce70c23dbadb283e5556a809fd2d33e268 (patch) | |
tree | d6566adc0ad9c103f4834e916a5b386d318ce00b /textproc | |
parent | 65689e09ea9b3719c79c567f9b2332c4bcf83dee (diff) | |
download | freebsd-ports-gnome-bcb671ce70c23dbadb283e5556a809fd2d33e268.tar.gz freebsd-ports-gnome-bcb671ce70c23dbadb283e5556a809fd2d33e268.tar.zst freebsd-ports-gnome-bcb671ce70c23dbadb283e5556a809fd2d33e268.zip |
Update to 1.05
- Add LICENSE
- Strip shared library
- Sort PLIST
- Add WWW
Changes: http://search.cpan.org/dist/Text-Match-FastAlternatives/Changes
Diffstat (limited to 'textproc')
4 files changed, 14 insertions, 6 deletions
diff --git a/textproc/p5-Text-Match-FastAlternatives/Makefile b/textproc/p5-Text-Match-FastAlternatives/Makefile index f8b165879cd5..8d5d1f225b9b 100644 --- a/textproc/p5-Text-Match-FastAlternatives/Makefile +++ b/textproc/p5-Text-Match-FastAlternatives/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Text-Match-FastAlternatives -PORTVERSION= 1.04 -PORTREVISION= 1 +PORTVERSION= 1.05 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,7 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Efficient search for many strings +LICENSE= ART10 GPLv2 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Match/FastAlternatives/FastAlternatives.so + .include <bsd.port.mk> diff --git a/textproc/p5-Text-Match-FastAlternatives/distinfo b/textproc/p5-Text-Match-FastAlternatives/distinfo index 685d1bbe15fc..4cdfd16ebe00 100644 --- a/textproc/p5-Text-Match-FastAlternatives/distinfo +++ b/textproc/p5-Text-Match-FastAlternatives/distinfo @@ -1,2 +1,3 @@ -SHA256 (Text-Match-FastAlternatives-1.04.tar.gz) = e991d3afb26e36dd8b5abc3aaa1d33c4a46ed73afd6cbc47ee83851770bb50a0 -SIZE (Text-Match-FastAlternatives-1.04.tar.gz) = 61469 +TIMESTAMP = 1515829569 +SHA256 (Text-Match-FastAlternatives-1.05.tar.gz) = 4a76df6dd1183fa7602c9c737e737945cc57a3bf6512f4fa7302d1885171d185 +SIZE (Text-Match-FastAlternatives-1.05.tar.gz) = 66410 diff --git a/textproc/p5-Text-Match-FastAlternatives/pkg-descr b/textproc/p5-Text-Match-FastAlternatives/pkg-descr index c7761cba22b1..ad912c2fde51 100644 --- a/textproc/p5-Text-Match-FastAlternatives/pkg-descr +++ b/textproc/p5-Text-Match-FastAlternatives/pkg-descr @@ -1,3 +1,5 @@ This module allows you to search for any of a list of substrings ("keys") in a larger string. It is particularly efficient when the set of keys is large. + +WWW: http://search.cpan.org/dist/Text-Match-FastAlternatives/ diff --git a/textproc/p5-Text-Match-FastAlternatives/pkg-plist b/textproc/p5-Text-Match-FastAlternatives/pkg-plist index 810ff34ff223..b2335638f72e 100644 --- a/textproc/p5-Text-Match-FastAlternatives/pkg-plist +++ b/textproc/p5-Text-Match-FastAlternatives/pkg-plist @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/Text::Match::FastAlternatives.3.gz -%%SITE_ARCH%%/auto/Text/Match/FastAlternatives/FastAlternatives.so %%SITE_ARCH%%/Text/Match/FastAlternatives.pm +%%SITE_ARCH%%/auto/Text/Match/FastAlternatives/FastAlternatives.so +%%PERL5_MAN3%%/Text::Match::FastAlternatives.3.gz |