diff options
author | abs <abs> | 2007-04-30 15:16:12 +0000 |
---|---|---|
committer | abs <abs> | 2007-04-30 15:16:12 +0000 |
commit | bb9ef1be23f78d1ed455c97ce224e8e65268869b (patch) | |
tree | 7d9a025f4f09e7c6de0efcbb8a457e18cf7393aa /devel | |
parent | 30f4b15a0a032056f132494776c4207f3348a978 (diff) | |
download | pkgsrc-bb9ef1be23f78d1ed455c97ce224e8e65268869b.tar.gz |
Import perltidy 20070424 into pkgsrc, based on virtus@wanadoo.nl's wip package:
Perltidy reads a Perl script and writes an indented, reformatted
script. The default formatting closely follows the recommendations
in perlstyle(1). Perltidy can also display perl code in syntax-
colored HTML output.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/perltidy/DESCR | 4 | ||||
-rw-r--r-- | devel/perltidy/Makefile | 16 | ||||
-rw-r--r-- | devel/perltidy/PLIST | 1 | ||||
-rw-r--r-- | devel/perltidy/distinfo | 5 | ||||
-rw-r--r-- | devel/perltidy/perltidy.ERR | 3 |
5 files changed, 29 insertions, 0 deletions
diff --git a/devel/perltidy/DESCR b/devel/perltidy/DESCR new file mode 100644 index 00000000000..1ba0ee1bff6 --- /dev/null +++ b/devel/perltidy/DESCR @@ -0,0 +1,4 @@ +Perltidy reads a Perl script and writes an indented, reformatted +script. The default formatting closely follows the recommendations +in perlstyle(1). Perltidy can also display perl code in syntax- +colored HTML output. diff --git a/devel/perltidy/Makefile b/devel/perltidy/Makefile new file mode 100644 index 00000000000..8985518fe51 --- /dev/null +++ b/devel/perltidy/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/04/30 15:16:12 abs Exp $ +# + +DISTNAME= Perl-Tidy-20070424 +PKGNAME= ${DISTNAME:S/Perl-Tidy/perltidy/} +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=perltidy/} + +MAINTAINER= abs@NetBSD.org +HOMEPAGE= http://perltidy.sourceforge.net/ +COMMENT= Indents and reformats Perl scripts to make them easier to read + +PERL5_PACKLIST= auto/Perl/Tidy/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/perltidy/PLIST b/devel/perltidy/PLIST new file mode 100644 index 00000000000..440e09f1c23 --- /dev/null +++ b/devel/perltidy/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/30 15:16:12 abs Exp $ diff --git a/devel/perltidy/distinfo b/devel/perltidy/distinfo new file mode 100644 index 00000000000..484ccee65ca --- /dev/null +++ b/devel/perltidy/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/04/30 15:16:12 abs Exp $ + +SHA1 (Perl-Tidy-20070424.tar.gz) = 6bffbfd3308cdb1ae1232c7bd643df1d6024103c +RMD160 (Perl-Tidy-20070424.tar.gz) = 224498e3a301e4df375811c353e46bfdcc156881 +Size (Perl-Tidy-20070424.tar.gz) = 363200 bytes diff --git a/devel/perltidy/perltidy.ERR b/devel/perltidy/perltidy.ERR new file mode 100644 index 00000000000..857252c9551 --- /dev/null +++ b/devel/perltidy/perltidy.ERR @@ -0,0 +1,3 @@ +9: +Partial match to quote modifier [cgimosx] at word: 'standalone' +Please put a space between quote modifiers and trailing keywords. |