This is an experimental distribution that attempts to intuit the underlying
indent "policy" for a text file (most likely a source code file). WWW: http://search.cpan.org/dist/Text-FindIndent/ PR: ports/132406 Submitted by: Cezary Morga <cm at therek.net>
This commit is contained in:
parent
4c2c3d9591
commit
aaad10ab48
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230143
5 changed files with 35 additions and 0 deletions
|
@ -597,6 +597,7 @@
|
||||||
SUBDIR += p5-Text-FillIn
|
SUBDIR += p5-Text-FillIn
|
||||||
SUBDIR += p5-Text-Filter
|
SUBDIR += p5-Text-Filter
|
||||||
SUBDIR += p5-Text-Filter-Chain
|
SUBDIR += p5-Text-Filter-Chain
|
||||||
|
SUBDIR += p5-Text-FindIndent
|
||||||
SUBDIR += p5-Text-FixEOL
|
SUBDIR += p5-Text-FixEOL
|
||||||
SUBDIR += p5-Text-FixedLength
|
SUBDIR += p5-Text-FixedLength
|
||||||
SUBDIR += p5-Text-FixedLength-Extra
|
SUBDIR += p5-Text-FixedLength-Extra
|
||||||
|
|
21
textproc/p5-Text-FindIndent/Makefile
Normal file
21
textproc/p5-Text-FindIndent/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# New ports collection makefile for: p5-Text-FindIndent
|
||||||
|
# Date created: March 8th 2009
|
||||||
|
# Whom: Cezary Morga <cm@therek.net>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= Text-FindIndent
|
||||||
|
PORTVERSION= 0.04
|
||||||
|
CATEGORIES= textproc perl5
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= cm@therek.net
|
||||||
|
COMMENT= Perl5 module to heuristically determine the indent style of a file
|
||||||
|
|
||||||
|
PERL_CONFIGURE= YES
|
||||||
|
|
||||||
|
MAN3= Text::FindIndent.3
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
textproc/p5-Text-FindIndent/distinfo
Normal file
3
textproc/p5-Text-FindIndent/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (Text-FindIndent-0.04.tar.gz) = 4baf5b29c47e1bd0c3125a24ce697a11
|
||||||
|
SHA256 (Text-FindIndent-0.04.tar.gz) = 44e659a563cab5884edf0401a347de1532014f320749e1f8449b0c9061cc4313
|
||||||
|
SIZE (Text-FindIndent-0.04.tar.gz) = 27572
|
4
textproc/p5-Text-FindIndent/pkg-descr
Normal file
4
textproc/p5-Text-FindIndent/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
This is an experimental distribution that attempts to intuit the underlying
|
||||||
|
indent "policy" for a text file (most likely a source code file).
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Text-FindIndent/
|
6
textproc/p5-Text-FindIndent/pkg-plist
Normal file
6
textproc/p5-Text-FindIndent/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
%%SITE_PERL%%/Text/FindIndent.pm
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/FindIndent/.packlist
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/FindIndent
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
|
||||||
|
@dirrmtry %%SITE_PERL%%/Text
|
Loading…
Reference in a new issue