Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Mar 2018 10:44:07 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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
Message-ID:  <201803171044.w2HAi7M6059492@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803171044.w2HAi7M6059492>