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:
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
|
@ -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
|
||||
|
|
21
devel/p5-File-CountLines/Makefile
Normal file
21
devel/p5-File-CountLines/Makefile
Normal 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>
|
3
devel/p5-File-CountLines/distinfo
Normal file
3
devel/p5-File-CountLines/distinfo
Normal 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
|
5
devel/p5-File-CountLines/pkg-descr
Normal file
5
devel/p5-File-CountLines/pkg-descr
Normal 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/
|
5
devel/p5-File-CountLines/pkg-plist
Normal file
5
devel/p5-File-CountLines/pkg-plist
Normal 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
|
Loading…
Reference in a new issue