This module provides a formatter which turns byte counts to usual
readable format. WWW: http://search.cpan.org/dist/Number-Bytes-Human/ PR: ports/104574 Submitted by: Sulev-Madis Silber <madis555@hot.ee> Sponsored by: FreeBSD Bug-a-thon #2
This commit is contained in:
parent
e911076e14
commit
46cf6ca470
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176553
5 changed files with 43 additions and 0 deletions
|
@ -1241,6 +1241,7 @@
|
|||
SUBDIR += p5-Moose
|
||||
SUBDIR += p5-NEXT
|
||||
SUBDIR += p5-Net-DBus
|
||||
SUBDIR += p5-Number-Bytes-Human
|
||||
SUBDIR += p5-OLE-Storage_Lite
|
||||
SUBDIR += p5-OOTools
|
||||
SUBDIR += p5-ORBit
|
||||
|
|
28
devel/p5-Number-Bytes-Human/Makefile
Normal file
28
devel/p5-Number-Bytes-Human/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: Number::Bytes::Human
|
||||
# Date created: 2006-10-19
|
||||
# Whom: Sulev-Madis Silber <madis555@hot.ee>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Number-Bytes-Human
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Number
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= madis555@hot.ee
|
||||
COMMENT= Convert byte count to human readable format
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Number::Bytes::Human.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires perl 5.6.0 or higher
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
devel/p5-Number-Bytes-Human/distinfo
Normal file
3
devel/p5-Number-Bytes-Human/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Number-Bytes-Human-0.04.tar.gz) = 0cc3aaced5fff1972a828d0947581922
|
||||
SHA256 (Number-Bytes-Human-0.04.tar.gz) = 08101772761492e3c6fb24d507fa3e190e136e74f346c13fa1df3f963f6b1a02
|
||||
SIZE (Number-Bytes-Human-0.04.tar.gz) = 8121
|
4
devel/p5-Number-Bytes-Human/pkg-descr
Normal file
4
devel/p5-Number-Bytes-Human/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
This module provides a formatter which turns byte counts to usual
|
||||
readable format.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Number-Bytes-Human/
|
7
devel/p5-Number-Bytes-Human/pkg-plist
Normal file
7
devel/p5-Number-Bytes-Human/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/Bytes/Human/.packlist
|
||||
%%SITE_PERL%%/Number/Bytes/Human.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/Bytes/Human
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/Bytes
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number
|
||||
@dirrmtry %%SITE_PERL%%/Number/Bytes
|
||||
@dirrmtry %%SITE_PERL%%/Number
|
Loading…
Reference in a new issue