From owner-svn-ports-all@freebsd.org Sat Mar 24 21:10:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4CCA9F7016A; Sat, 24 Mar 2018 21:10:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 004617EE10; Sat, 24 Mar 2018 21:10:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EF498149ED; Sat, 24 Mar 2018 21:10:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2OLAns0063501; Sat, 24 Mar 2018 21:10:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2OLAnNV063496; Sat, 24 Mar 2018 21:10:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803242110.w2OLAnNV063496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 24 Mar 2018 21:10:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465469 - in head/www: . p5-HTTP-Tiny-UA X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www: . p5-HTTP-Tiny-UA X-SVN-Commit-Revision: 465469 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Mar 2018 21:10:50 -0000 Author: sunpoet Date: Sat Mar 24 21:10:49 2018 New Revision: 465469 URL: https://svnweb.freebsd.org/changeset/ports/465469 Log: Add p5-HTTP-Tiny-UA 0.005 HTTP::Tiny::UA extends HTTP::Tiny with higher-level convenience features. WWW: http://search.cpan.org/dist/HTTP-Tiny-UA/ Added: head/www/p5-HTTP-Tiny-UA/ head/www/p5-HTTP-Tiny-UA/Makefile (contents, props changed) head/www/p5-HTTP-Tiny-UA/distinfo (contents, props changed) head/www/p5-HTTP-Tiny-UA/pkg-descr (contents, props changed) head/www/p5-HTTP-Tiny-UA/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Mar 24 20:40:27 2018 (r465468) +++ head/www/Makefile Sat Mar 24 21:10:49 2018 (r465469) @@ -1040,6 +1040,7 @@ SUBDIR += p5-HTTP-Thin SUBDIR += p5-HTTP-Tiny SUBDIR += p5-HTTP-Tiny-SPDY + SUBDIR += p5-HTTP-Tiny-UA SUBDIR += p5-HTTP-WebTest SUBDIR += p5-HTTP-XSCookies SUBDIR += p5-HTTPD-Log-Filter Added: head/www/p5-HTTP-Tiny-UA/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-HTTP-Tiny-UA/Makefile Sat Mar 24 21:10:49 2018 (r465469) @@ -0,0 +1,24 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= HTTP-Tiny-UA +PORTVERSION= 0.005 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Higher-level UA features for HTTP::Tiny + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-Class-Tiny>=1.000:devel/p5-Class-Tiny \ + p5-superclass>=0:devel/p5-superclass +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +.include Added: head/www/p5-HTTP-Tiny-UA/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-HTTP-Tiny-UA/distinfo Sat Mar 24 21:10:49 2018 (r465469) @@ -0,0 +1,3 @@ +TIMESTAMP = 1521912863 +SHA256 (HTTP-Tiny-UA-0.005.tar.gz) = 29af1370fe3fd50add57f811b2a01e67af77a6a479f35e6524baf09deff527a4 +SIZE (HTTP-Tiny-UA-0.005.tar.gz) = 19290 Added: head/www/p5-HTTP-Tiny-UA/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-HTTP-Tiny-UA/pkg-descr Sat Mar 24 21:10:49 2018 (r465469) @@ -0,0 +1,3 @@ +HTTP::Tiny::UA extends HTTP::Tiny with higher-level convenience features. + +WWW: http://search.cpan.org/dist/HTTP-Tiny-UA/ Added: head/www/p5-HTTP-Tiny-UA/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-HTTP-Tiny-UA/pkg-plist Sat Mar 24 21:10:49 2018 (r465469) @@ -0,0 +1,4 @@ +%%SITE_PERL%%/HTTP/Tiny/UA.pm +%%SITE_PERL%%/HTTP/Tiny/UA/Response.pm +%%PERL5_MAN3%%/HTTP::Tiny::UA.3.gz +%%PERL5_MAN3%%/HTTP::Tiny::UA::Response.3.gz