From 08f06602b37bd64e66a47daee8337a5675294cc0 Mon Sep 17 00:00:00 2001 From: sno Date: Sat, 16 Jan 2010 18:34:01 +0000 Subject: Importing editors/p5-Padre-Plugin-PerlTidy v0.09 Padre::Plugin::PerlTidy is a simple plugin to run Perl::Tidy on source code. --- editors/p5-Padre-Plugin-PerlTidy/DESCR | 1 + editors/p5-Padre-Plugin-PerlTidy/Makefile | 28 ++++++++++++++++++++++++++++ editors/p5-Padre-Plugin-PerlTidy/distinfo | 5 +++++ 3 files changed, 34 insertions(+) create mode 100644 editors/p5-Padre-Plugin-PerlTidy/DESCR create mode 100644 editors/p5-Padre-Plugin-PerlTidy/Makefile create mode 100644 editors/p5-Padre-Plugin-PerlTidy/distinfo diff --git a/editors/p5-Padre-Plugin-PerlTidy/DESCR b/editors/p5-Padre-Plugin-PerlTidy/DESCR new file mode 100644 index 00000000000..e3be9586ff4 --- /dev/null +++ b/editors/p5-Padre-Plugin-PerlTidy/DESCR @@ -0,0 +1 @@ +Padre::Plugin::PerlTidy is a simple plugin to run Perl::Tidy on source code. diff --git a/editors/p5-Padre-Plugin-PerlTidy/Makefile b/editors/p5-Padre-Plugin-PerlTidy/Makefile new file mode 100644 index 00000000000..291b7830879 --- /dev/null +++ b/editors/p5-Padre-Plugin-PerlTidy/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 18:34:01 sno Exp $ +# + +DISTNAME= Padre-Plugin-PerlTidy-0.09 +PKGNAME= p5-${DISTNAME} +CATEGORIES= editors devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Padre-Plugin-PerlTidy/ +COMMENT= Format perl files in Padre using Perl::Tidy +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Padre>=0.54:../../editors/p5-Padre +DEPENDS+= p5-Perl-Tidy-[0-9]*:../../devel/p5-Perl-Tidy + +BUILD_DEPENDS+= p5-Locale-Msgfmt>=0.14:../../devel/p5-Locale-Msgfmt + +PERL5_PACKLIST= auto/Padre/Plugin/PerlTidy/.packlist +PERL5_MODULE_TYPE= Module::Install::Bundled + +#pre-configure: +# cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/editors/p5-Padre-Plugin-PerlTidy/distinfo b/editors/p5-Padre-Plugin-PerlTidy/distinfo new file mode 100644 index 00000000000..f7eded28a69 --- /dev/null +++ b/editors/p5-Padre-Plugin-PerlTidy/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/01/16 18:34:01 sno Exp $ + +SHA1 (Padre-Plugin-PerlTidy-0.09.tar.gz) = 9e5bffba70e96f1198ea0613954b4b8ff54a0dd6 +RMD160 (Padre-Plugin-PerlTidy-0.09.tar.gz) = ad7f97a687ff85554619522a18d38df7b32eec5f +Size (Padre-Plugin-PerlTidy-0.09.tar.gz) = 23333 bytes -- cgit v1.2.3