Date: Sat, 5 Jan 2019 20:04:29 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489375 - in head/www: . p5-Woothee Message-ID: <201901052004.x05K4TF2081813@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sat Jan 5 20:04:29 2019 New Revision: 489375 URL: https://svnweb.freebsd.org/changeset/ports/489375 Log: 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> Added: head/www/p5-Woothee/ head/www/p5-Woothee/Makefile (contents, props changed) head/www/p5-Woothee/distinfo (contents, props changed) head/www/p5-Woothee/pkg-descr (contents, props changed) head/www/p5-Woothee/pkg-plist (contents, props changed) Modified: head/www/Makefile (contents, props changed) Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Jan 5 19:59:35 2019 (r489374) +++ head/www/Makefile Sat Jan 5 20:04:29 2019 (r489375) @@ -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 Added: head/www/p5-Woothee/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Woothee/Makefile Sat Jan 5 20:04:29 2019 (r489375) @@ -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> Added: head/www/p5-Woothee/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Woothee/distinfo Sat Jan 5 20:04:29 2019 (r489375) @@ -0,0 +1,3 @@ +TIMESTAMP = 1532496096 +SHA256 (Woothee-1.8.0.tar.gz) = 62a29255795b56ed539608417c0896a0ff04e543c03755e948658d0f27c06ebc +SIZE (Woothee-1.8.0.tar.gz) = 30322 Added: head/www/p5-Woothee/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Woothee/pkg-descr Sat Jan 5 20:04:29 2019 (r489375) @@ -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/ Added: head/www/p5-Woothee/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Woothee/pkg-plist Sat Jan 5 20:04:29 2019 (r489375) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901052004.x05K4TF2081813>