www/p5-Woothee: create port

'Woothee' is user-agent string parser, returns just same result over
multi-language by sharing same datasets and testsets over implementations of
each languages.

This is the Perl implementation version.

WWW: http://woothee.github.io/

PR:		229153
Submitted by:	Tomohiro Hosaka <bokutin@bokut.in>
This commit is contained in:
Steve Wills 2019-01-05 20:04:29 +00:00
parent bc034bdfc5
commit f79ea9ff6f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489375
5 changed files with 56 additions and 0 deletions

View File

@ -1351,6 +1351,7 @@
SUBDIR += p5-WebService-Simple
SUBDIR += p5-WebService-Technorati
SUBDIR += p5-WebService-YouTube
SUBDIR += p5-Woothee
SUBDIR += p5-WordPress-XMLRPC
SUBDIR += p5-Yahoo-Search
SUBDIR += p5-chklinks

27
www/p5-Woothee/Makefile Normal file
View File

@ -0,0 +1,27 @@
# $FreeBSD$
PORTNAME= Woothee
PORTVERSION= 1.8.0
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TAGOMORIS
PKGNAMEPREFIX= p5-
MAINTAINER= bokutin@bokut.in
COMMENT= Multi-language user-agent strings parsers (perl implementation)
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-Module-Build>=0.38:devel/p5-Module-Build
TEST_DEPENDS= p5-File-Find-Rule>=0:devel/p5-File-Find-Rule \
p5-Path-Class>=0:devel/p5-Path-Class \
p5-YAML>=0:textproc/p5-YAML
USES= perl5
NO_ARCH= yes
USE_PERL5= modbuildtiny
.include <bsd.port.mk>

3
www/p5-Woothee/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1532496096
SHA256 (Woothee-1.8.0.tar.gz) = 62a29255795b56ed539608417c0896a0ff04e543c03755e948658d0f27c06ebc
SIZE (Woothee-1.8.0.tar.gz) = 30322

7
www/p5-Woothee/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
'Woothee' is user-agent string parser, returns just same result over
multi-language by sharing same datasets and testsets over implementations of
each languages.
This is the Perl implementation version.
WWW: http://woothee.github.io/

18
www/p5-Woothee/pkg-plist Normal file
View File

@ -0,0 +1,18 @@
%%SITE_PERL%%/Woothee.pm
%%SITE_PERL%%/Woothee/Appliance.pm
%%SITE_PERL%%/Woothee/Browser.pm
%%SITE_PERL%%/Woothee/Crawler.pm
%%SITE_PERL%%/Woothee/DataSet.pm
%%SITE_PERL%%/Woothee/Misc.pm
%%SITE_PERL%%/Woothee/MobilePhone.pm
%%SITE_PERL%%/Woothee/OS.pm
%%SITE_PERL%%/Woothee/Util.pm
%%PERL5_MAN3%%/Woothee.3.gz
%%PERL5_MAN3%%/Woothee::Appliance.3.gz
%%PERL5_MAN3%%/Woothee::Browser.3.gz
%%PERL5_MAN3%%/Woothee::Crawler.3.gz
%%PERL5_MAN3%%/Woothee::DataSet.3.gz
%%PERL5_MAN3%%/Woothee::Misc.3.gz
%%PERL5_MAN3%%/Woothee::MobilePhone.3.gz
%%PERL5_MAN3%%/Woothee::OS.3.gz
%%PERL5_MAN3%%/Woothee::Util.3.gz