[Lunar-commits] <moonbase> New module: Perl-Tidy

Dave Brown dagbrown at lart.ca
Thu May 8 06:45:54 CEST 2008


commit dcfad1ff53b4c2d5d5682793d358d25c7b608048
Author: Dave Brown <dagbrown at lart.ca>
Date:   Thu May 8 13:45:54 2008 +0900

    New module: Perl-Tidy
    
    I've been using perltidy at work, and it's very handy, so I decided that
    it should really be a Lunar module.  So here it is.
---
 perl/Perl-Tidy/BUILD   |    6 ++++++
 perl/Perl-Tidy/DEPENDS |    1 +
 perl/Perl-Tidy/DETAILS |   15 +++++++++++++++
 3 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/perl/Perl-Tidy/BUILD b/perl/Perl-Tidy/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/perl/Perl-Tidy/BUILD
@@ -0,0 +1,6 @@
+(
+
+  perl  Makefile.PL  &&
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/Perl-Tidy/DEPENDS b/perl/Perl-Tidy/DEPENDS
new file mode 100644
index 0000000..978aeee
--- /dev/null
+++ b/perl/Perl-Tidy/DEPENDS
@@ -0,0 +1 @@
+depends  perl 
diff --git a/perl/Perl-Tidy/DETAILS b/perl/Perl-Tidy/DETAILS
new file mode 100644
index 0000000..e5458fa
--- /dev/null
+++ b/perl/Perl-Tidy/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=Perl-Tidy
+         VERSION=20071205
+          SOURCE=$MODULE-$VERSION.tar.gz
+   SOURCE_URL[0]=$SFORGE_URL/perltidy/
+      SOURCE_VFY=sha1:833c30e436e1a1d091ccc518696843a28a284ae7
+        WEB_SITE=http://perltidy.sourceforge.net/
+         ENTERED=20080508
+         UPDATED=20080508
+      MAINTAINER=dagbrown at lart.ca
+           SHORT="Pretty-printer for Perl code"
+cat << EOF
+Perltidy is a Perl script which indents and reformats Perl scripts to
+make them easier to read. If you write Perl scripts, or spend much time
+reading them, you will probably find it useful.
+EOF


More information about the Lunar-commits mailing list