pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc



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.

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@localhost
+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



Home | Main Index | Thread Index | Old Index