Add devel/p5-File-CountLines 0.0.2, a Perl module to

efficiently count the number of line breaks in a file.
This commit is contained in:
Anton Berezin 2010-03-11 20:55:45 +00:00
parent 48b9a7754b
commit 1fa557f90e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250910
5 changed files with 35 additions and 0 deletions

View File

@ -1507,6 +1507,7 @@
SUBDIR += p5-File-Cat
SUBDIR += p5-File-ChangeNotify
SUBDIR += p5-File-Copy-Recursive
SUBDIR += p5-File-CountLines
SUBDIR += p5-File-CreationTime
SUBDIR += p5-File-DesktopEntry
SUBDIR += p5-File-Dir-Dumper

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: devel/p5-File-CountLines
# Date created: 11 March 2010
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= File-CountLines
PORTVERSION= 0.0.2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Efficiently count the number of line breaks in a file
PERL_CONFIGURE= yes
MAN3= File::CountLines.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (File-CountLines-0.0.2.tar.gz) = 27f8bdf6d4422c059ef100ccfbdbf805
SHA256 (File-CountLines-0.0.2.tar.gz) = 7b9ec6769810341a3a8aa12395fc2c7f13c0f7461917de84031b929bf0a7495f
SIZE (File-CountLines-0.0.2.tar.gz) = 5260

View File

@ -0,0 +1,5 @@
Perlfaq5 answers the question on how to count the number of lines in a
file. This module is a convenient wrapper around that method, with
additional options.
WWW: http://search.cpan.org/dist/File-CountLines/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/File/CountLines.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/CountLines/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/CountLines
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
@dirrmtry %%SITE_PERL%%/File