diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-15 17:17:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-15 17:17:04 +0000 |
commit | aaad10ab483b7e55c357ea36a62f8bee3b933123 (patch) | |
tree | 5644a5d45ebdb4a24c62cbf154c699c03bfcd8e7 /textproc/p5-Text-FindIndent | |
parent | 4c2c3d959189f708337c2cf3b6bacb312cde9c00 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Text-FindIndent')
-rw-r--r-- | textproc/p5-Text-FindIndent/Makefile | 21 | ||||
-rw-r--r-- | textproc/p5-Text-FindIndent/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Text-FindIndent/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-Text-FindIndent/pkg-plist | 6 |
4 files changed, 34 insertions, 0 deletions
diff --git a/textproc/p5-Text-FindIndent/Makefile b/textproc/p5-Text-FindIndent/Makefile new file mode 100644 index 000000000000..814c2d55e373 --- /dev/null +++ b/textproc/p5-Text-FindIndent/Makefile @@ -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> diff --git a/textproc/p5-Text-FindIndent/distinfo b/textproc/p5-Text-FindIndent/distinfo new file mode 100644 index 000000000000..93b41dc36fcf --- /dev/null +++ b/textproc/p5-Text-FindIndent/distinfo @@ -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 diff --git a/textproc/p5-Text-FindIndent/pkg-descr b/textproc/p5-Text-FindIndent/pkg-descr new file mode 100644 index 000000000000..c7c08c875630 --- /dev/null +++ b/textproc/p5-Text-FindIndent/pkg-descr @@ -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/ diff --git a/textproc/p5-Text-FindIndent/pkg-plist b/textproc/p5-Text-FindIndent/pkg-plist new file mode 100644 index 000000000000..7d1ea30638f4 --- /dev/null +++ b/textproc/p5-Text-FindIndent/pkg-plist @@ -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 |