diff options
author | seb <seb@pkgsrc.org> | 2009-12-05 21:36:40 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-12-05 21:36:40 +0000 |
commit | 9ab5557eadc36542f2cc385475fd648c73904850 (patch) | |
tree | 4f95f00064d156689d97c1e3a6fa3f97a27d16d0 /devel/p5-Format-Human-Bytes | |
parent | f8198df67b65946c779e015e2e05b689cd670ae3 (diff) | |
download | pkgsrc-9ab5557eadc36542f2cc385475fd648c73904850.tar.gz |
Initial import of p5-Format-Human-Bytes version 0.04 in the NetBSD
Packages Collection.
The Perl 5 module Format::Human::Bytes produces printable strings
which are more readable by humans than simple bytecounts.
Diffstat (limited to 'devel/p5-Format-Human-Bytes')
-rw-r--r-- | devel/p5-Format-Human-Bytes/DESCR | 2 | ||||
-rw-r--r-- | devel/p5-Format-Human-Bytes/Makefile | 19 | ||||
-rw-r--r-- | devel/p5-Format-Human-Bytes/distinfo | 5 |
3 files changed, 26 insertions, 0 deletions
diff --git a/devel/p5-Format-Human-Bytes/DESCR b/devel/p5-Format-Human-Bytes/DESCR new file mode 100644 index 00000000000..baab6a2b79b --- /dev/null +++ b/devel/p5-Format-Human-Bytes/DESCR @@ -0,0 +1,2 @@ +The Perl 5 module Format::Human::Bytes produces printable strings +which are more readable by humans than simple bytecounts. diff --git a/devel/p5-Format-Human-Bytes/Makefile b/devel/p5-Format-Human-Bytes/Makefile new file mode 100644 index 00000000000..bc53294e834 --- /dev/null +++ b/devel/p5-Format-Human-Bytes/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/12/05 21:36:40 seb Exp $ +# + +DISTNAME= Format-Human-Bytes-0.04 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Format/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Format-Human-Bytes/ +COMMENT= Perl 5 module to format a bytecount and make it human readable + +USE_LANGUAGES= # empty +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Format/Human/Bytes/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Format-Human-Bytes/distinfo b/devel/p5-Format-Human-Bytes/distinfo new file mode 100644 index 00000000000..57cb5887f14 --- /dev/null +++ b/devel/p5-Format-Human-Bytes/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/12/05 21:36:40 seb Exp $ + +SHA1 (Format-Human-Bytes-0.04.tar.gz) = 03cd933d75076170ffb81f62ebe791dee983ed98 +RMD160 (Format-Human-Bytes-0.04.tar.gz) = 1a3c3d888d91c3c97d62aedd885feb582cf3c725 +Size (Format-Human-Bytes-0.04.tar.gz) = 23322 bytes |