pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/perltidy Import perltidy 20070424 into pkgsrc, b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bdfcc8492337
branches:  trunk
changeset: 528353:bdfcc8492337
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon Apr 30 15:16:12 2007 +0000

description:
Import perltidy 20070424 into pkgsrc, based on virtus%wanadoo.nl@localhost'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:

 devel/perltidy/DESCR        |   4 ++++
 devel/perltidy/Makefile     |  16 ++++++++++++++++
 devel/perltidy/PLIST        |   1 +
 devel/perltidy/distinfo     |   5 +++++
 devel/perltidy/perltidy.ERR |   3 +++
 5 files changed, 29 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r 3b3ea6b6a570 -r bdfcc8492337 devel/perltidy/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/perltidy/DESCR      Mon Apr 30 15:16:12 2007 +0000
@@ -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 -r 3b3ea6b6a570 -r bdfcc8492337 devel/perltidy/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/perltidy/Makefile   Mon Apr 30 15:16:12 2007 +0000
@@ -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@localhost
+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 -r 3b3ea6b6a570 -r bdfcc8492337 devel/perltidy/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/perltidy/PLIST      Mon Apr 30 15:16:12 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/30 15:16:12 abs Exp $
diff -r 3b3ea6b6a570 -r bdfcc8492337 devel/perltidy/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/perltidy/distinfo   Mon Apr 30 15:16:12 2007 +0000
@@ -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 -r 3b3ea6b6a570 -r bdfcc8492337 devel/perltidy/perltidy.ERR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/perltidy/perltidy.ERR       Mon Apr 30 15:16:12 2007 +0000
@@ -0,0 +1,3 @@
+9:     
+Partial match to quote modifier [cgimosx] at word: 'standalone'
+Please put a space between quote modifiers and trailing keywords.



Home | Main Index | Thread Index | Old Index