Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5809784F08 for ; Mon, 29 May 2023 16:30:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id jL6lLTcC88mU for ; Mon, 29 May 2023 16:30:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3E14384F1B for ; Mon, 29 May 2023 16:30:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 32F3CFA88; Mon, 29 May 2023 16:29:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1685377781218530" MIME-Version: 1.0 Date: Mon, 29 May 2023 16:29:41 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/textproc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20230529162941.32F3CFA88@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1685377781218530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Mon May 29 16:29:41 UTC 2023 Modified Files: pkgsrc/textproc: Makefile Added Files: pkgsrc/textproc/p5-Number-Bytes-Human: DESCR Makefile PLIST distinfo Log Message: textproc/p5-Number-Bytes-Human: Add version 0.11 This perl module formats numbers for humans. To generate a diff of this commit: cvs rdiff -u -r1.1397 -r1.1398 pkgsrc/textproc/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/p5-Number-Bytes-Human/DESCR \ pkgsrc/textproc/p5-Number-Bytes-Human/Makefile \ pkgsrc/textproc/p5-Number-Bytes-Human/PLIST \ pkgsrc/textproc/p5-Number-Bytes-Human/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1685377781218530 Content-Disposition: inline Content-Length: 3084 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/Makefile diff -u pkgsrc/textproc/Makefile:1.1397 pkgsrc/textproc/Makefile:1.1398 --- pkgsrc/textproc/Makefile:1.1397 Sun May 28 18:52:53 2023 +++ pkgsrc/textproc/Makefile Mon May 29 16:29:40 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1397 2023/05/28 18:52:53 wiz Exp $ +# $NetBSD: Makefile,v 1.1398 2023/05/29 16:29:40 gdt Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -735,6 +735,7 @@ SUBDIR+= p5-List-Compare SUBDIR+= p5-Locale-Maketext-Gettext SUBDIR+= p5-Net-Dict SUBDIR+= p5-Net-IDN-Encode +SUBDIR+= p5-Number-Bytes-Human SUBDIR+= p5-Number-Format SUBDIR+= p5-Number-Spell SUBDIR+= p5-ODF-lpOD Added files: Index: pkgsrc/textproc/p5-Number-Bytes-Human/DESCR diff -u /dev/null pkgsrc/textproc/p5-Number-Bytes-Human/DESCR:1.1 --- /dev/null Mon May 29 16:29:41 2023 +++ pkgsrc/textproc/p5-Number-Bytes-Human/DESCR Mon May 29 16:29:41 2023 @@ -0,0 +1 @@ +This perl module formats numbers for humans. Index: pkgsrc/textproc/p5-Number-Bytes-Human/Makefile diff -u /dev/null pkgsrc/textproc/p5-Number-Bytes-Human/Makefile:1.1 --- /dev/null Mon May 29 16:29:41 2023 +++ pkgsrc/textproc/p5-Number-Bytes-Human/Makefile Mon May 29 16:29:41 2023 @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2023/05/29 16:29:41 gdt Exp $ + +DISTNAME= Number-Bytes-Human-0.11 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc +# This expression is crazy but MASTER_SITE_PERL_CPAN has modules/by-module/ +# baked into it, and the distfile is at +# https://cpan.metacpan.org/authors/id/F/FE/FERREIRA/Number-Bytes-Human-0.11.tar.gz +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/F/FE/FERREIRA/} + +MAINTAINER= gdt@NetBSD.org +HOMEPAGE= https://metacpan.org/pod/Bytes::Human +COMMENT= Convert byte count to human readable format +LICENSE= ${PERL5_LICENSE} + +PERL5_PACKLIST= auto/Number/Bytes/Human/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/p5-Number-Bytes-Human/PLIST diff -u /dev/null pkgsrc/textproc/p5-Number-Bytes-Human/PLIST:1.1 --- /dev/null Mon May 29 16:29:41 2023 +++ pkgsrc/textproc/p5-Number-Bytes-Human/PLIST Mon May 29 16:29:41 2023 @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2023/05/29 16:29:41 gdt Exp $ +${PERL5_SUB_INSTALLVENDORLIB}/Number/Bytes/Human.pm +${PERL5_SUB_INSTALLVENDORARCH}/auto/Number/Bytes/Human/.packlist +${PERL5_SUB_INSTALLVENDORMAN3DIR}/Number::Bytes::Human.3 Index: pkgsrc/textproc/p5-Number-Bytes-Human/distinfo diff -u /dev/null pkgsrc/textproc/p5-Number-Bytes-Human/distinfo:1.1 --- /dev/null Mon May 29 16:29:41 2023 +++ pkgsrc/textproc/p5-Number-Bytes-Human/distinfo Mon May 29 16:29:41 2023 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2023/05/29 16:29:41 gdt Exp $ + +BLAKE2s (Number-Bytes-Human-0.11.tar.gz) = 399611c38359ca679026068bb53e5f09ecd774ef0825f204920567b20a62e134 +SHA512 (Number-Bytes-Human-0.11.tar.gz) = 045bfe3d26b3460cb45ef69aeb1398c897605e621f559c43cf199829b1715e12781ad0330d80bed8b7c15b332ca6c9e620e580c71a0f1cf68c7d2fcf4b023936 +Size (Number-Bytes-Human-0.11.tar.gz) = 11571 bytes --_----------=_1685377781218530--