From owner-svn-ports-all@freebsd.org Sat Mar 17 10:44:08 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 B4288F5B72E; Sat, 17 Mar 2018 10:44:08 +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 5CBF974043; Sat, 17 Mar 2018 10:44:08 +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 5429D11601; Sat, 17 Mar 2018 10:44:08 +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 w2HAi8iQ059498; Sat, 17 Mar 2018 10:44:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2HAi7M6059492; Sat, 17 Mar 2018 10:44:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803171044.w2HAi7M6059492@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, 17 Mar 2018 10:44:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464781 - in head/devel: . p5-Progress-Any X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . p5-Progress-Any X-SVN-Commit-Revision: 464781 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, 17 Mar 2018 10:44:09 -0000 Author: sunpoet Date: Sat Mar 17 10:44:07 2018 New Revision: 464781 URL: https://svnweb.freebsd.org/changeset/ports/464781 Log: Add p5-Progress-Any 0.211 Progress::Any is an interface for applications that want to display progress to users. It decouples progress updating and output, rather similar to how Log::Any decouples log producers and consumers (output). The API is also rather similar to Log::Any, except Adapter is called Output and category is called task. Progress::Any records position/target and calculates elapsed time, estimated remaining time, and percentage of completion. One or more output modules (Progress::Any::Output::*) display this information. WWW: http://search.cpan.org/dist/Progress-Any/ Added: head/devel/p5-Progress-Any/ head/devel/p5-Progress-Any/Makefile (contents, props changed) head/devel/p5-Progress-Any/distinfo (contents, props changed) head/devel/p5-Progress-Any/pkg-descr (contents, props changed) head/devel/p5-Progress-Any/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Mar 17 10:30:48 2018 (r464780) +++ head/devel/Makefile Sat Mar 17 10:44:07 2018 (r464781) @@ -3211,6 +3211,7 @@ SUBDIR += p5-Proc-Simple SUBDIR += p5-Proc-Wait3 SUBDIR += p5-Proc-WaitStat + SUBDIR += p5-Progress-Any SUBDIR += p5-Project-Gantt SUBDIR += p5-Project-Libs SUBDIR += p5-Pthread-GetThreadId Added: head/devel/p5-Progress-Any/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Progress-Any/Makefile Sat Mar 17 10:44:07 2018 (r464781) @@ -0,0 +1,26 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Progress-Any +PORTVERSION= 0.211 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:PERLANCAR +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Record progress to any output + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-Time-Duration>=0:devel/p5-Time-Duration +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +.include Added: head/devel/p5-Progress-Any/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Progress-Any/distinfo Sat Mar 17 10:44:07 2018 (r464781) @@ -0,0 +1,3 @@ +TIMESTAMP = 1521282457 +SHA256 (Progress-Any-0.211.tar.gz) = 435c6fc71d3a7a09cd0a30beb8baed6bb5ea6a18484eead5957beafb57b8a0f5 +SIZE (Progress-Any-0.211.tar.gz) = 29996 Added: head/devel/p5-Progress-Any/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Progress-Any/pkg-descr Sat Mar 17 10:44:07 2018 (r464781) @@ -0,0 +1,10 @@ +Progress::Any is an interface for applications that want to display progress to +users. It decouples progress updating and output, rather similar to how Log::Any +decouples log producers and consumers (output). The API is also rather similar +to Log::Any, except Adapter is called Output and category is called task. + +Progress::Any records position/target and calculates elapsed time, estimated +remaining time, and percentage of completion. One or more output modules +(Progress::Any::Output::*) display this information. + +WWW: http://search.cpan.org/dist/Progress-Any/ Added: head/devel/p5-Progress-Any/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Progress-Any/pkg-plist Sat Mar 17 10:44:07 2018 (r464781) @@ -0,0 +1,6 @@ +%%SITE_PERL%%/Progress/Any.pm +%%SITE_PERL%%/Progress/Any/Output.pm +%%SITE_PERL%%/Progress/Any/Output/Null.pm +%%PERL5_MAN3%%/Progress::Any.3.gz +%%PERL5_MAN3%%/Progress::Any::Output.3.gz +%%PERL5_MAN3%%/Progress::Any::Output::Null.3.gz