From owner-dev-commits-ports-all@freebsd.org Tue Sep 21 03:48:36 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 810026B26A5; Tue, 21 Sep 2021 03:48:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HD6pr20cSz4d17; Tue, 21 Sep 2021 03:48:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 227B31CE95; Tue, 21 Sep 2021 03:48:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18L3mah0017004; Tue, 21 Sep 2021 03:48:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18L3mack017003; Tue, 21 Sep 2021 03:48:36 GMT (envelope-from git) Date: Tue, 21 Sep 2021 03:48:36 GMT Message-Id: <202109210348.18L3mack017003@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 1ada33d124b5 - main - devel/p5-Time-Elapsed: Add p5-Time-Elapsed 0.33 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1ada33d124b58466bdc2b0d6f92c32321d8b31b0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2021 03:48:36 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ada33d124b58466bdc2b0d6f92c32321d8b31b0 commit 1ada33d124b58466bdc2b0d6f92c32321d8b31b0 Author: Po-Chuan Hsieh AuthorDate: 2021-09-21 03:05:58 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-21 03:35:06 +0000 devel/p5-Time-Elapsed: Add p5-Time-Elapsed 0.33 Time::Elapsed transforms the elapsed seconds into a human readable string. It can be used for (for example) rendering uptime values into a human readable form. The resulting string will be an approximation. WWW: https://metacpan.org/dist/Time-Elapsed --- devel/Makefile | 1 + devel/p5-Time-Elapsed/Makefile | 21 +++++++++++++++++++++ devel/p5-Time-Elapsed/distinfo | 3 +++ devel/p5-Time-Elapsed/pkg-descr | 5 +++++ devel/p5-Time-Elapsed/pkg-plist | 12 ++++++++++++ 5 files changed, 42 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 171aa75ee4cc..24427f787c23 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3590,6 +3590,7 @@ SUBDIR += p5-Time-Crontab SUBDIR += p5-Time-Duration SUBDIR += p5-Time-Duration-Parse + SUBDIR += p5-Time-Elapsed SUBDIR += p5-Time-Format SUBDIR += p5-Time-HiRes SUBDIR += p5-Time-Interval diff --git a/devel/p5-Time-Elapsed/Makefile b/devel/p5-Time-Elapsed/Makefile new file mode 100644 index 000000000000..ec50e44ce4cc --- /dev/null +++ b/devel/p5-Time-Elapsed/Makefile @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= Time-Elapsed +PORTVERSION= 0.33 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Transform the elapsed seconds into a human readable string + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include diff --git a/devel/p5-Time-Elapsed/distinfo b/devel/p5-Time-Elapsed/distinfo new file mode 100644 index 000000000000..3826408bcd08 --- /dev/null +++ b/devel/p5-Time-Elapsed/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632036820 +SHA256 (Time-Elapsed-0.33.tar.gz) = 5c0a8bb3b3633114c3dec1af0df14a0cd64695bbe4504cf84d3ff10f3a577290 +SIZE (Time-Elapsed-0.33.tar.gz) = 18180 diff --git a/devel/p5-Time-Elapsed/pkg-descr b/devel/p5-Time-Elapsed/pkg-descr new file mode 100644 index 000000000000..f4db4a90fb27 --- /dev/null +++ b/devel/p5-Time-Elapsed/pkg-descr @@ -0,0 +1,5 @@ +Time::Elapsed transforms the elapsed seconds into a human readable string. It +can be used for (for example) rendering uptime values into a human readable +form. The resulting string will be an approximation. + +WWW: https://metacpan.org/dist/Time-Elapsed diff --git a/devel/p5-Time-Elapsed/pkg-plist b/devel/p5-Time-Elapsed/pkg-plist new file mode 100644 index 000000000000..09087f8a04b9 --- /dev/null +++ b/devel/p5-Time-Elapsed/pkg-plist @@ -0,0 +1,12 @@ +%%SITE_PERL%%/Time/Elapsed.pm +%%SITE_PERL%%/Time/Elapsed/Lang/DA.pm +%%SITE_PERL%%/Time/Elapsed/Lang/DE.pm +%%SITE_PERL%%/Time/Elapsed/Lang/EN.pm +%%SITE_PERL%%/Time/Elapsed/Lang/FR.pm +%%SITE_PERL%%/Time/Elapsed/Lang/TR.pm +%%PERL5_MAN3%%/Time::Elapsed.3.gz +%%PERL5_MAN3%%/Time::Elapsed::Lang::DA.3.gz +%%PERL5_MAN3%%/Time::Elapsed::Lang::DE.3.gz +%%PERL5_MAN3%%/Time::Elapsed::Lang::EN.3.gz +%%PERL5_MAN3%%/Time::Elapsed::Lang::FR.3.gz +%%PERL5_MAN3%%/Time::Elapsed::Lang::TR.3.gz