diff options
author | sno <sno> | 2010-01-16 21:33:41 +0000 |
---|---|---|
committer | sno <sno> | 2010-01-16 21:33:41 +0000 |
commit | 5e12da286345c4d040d1a358306145f22b3d8cf7 (patch) | |
tree | d44eaaa7f95d3e4f0042db78c74c37e87062574f | |
parent | 1961de51e69c84421b073735d4230a6225075fe2 (diff) | |
download | pkgsrc-5e12da286345c4d040d1a358306145f22b3d8cf7.tar.gz |
Importing editors/p5-Padre-Plugin-Autoformat v1.1.2
Padre::Plugin::Autoformat allows to reformat text within Padre using
Text::Autoformat underneath.
-rw-r--r-- | editors/p5-Padre-Plugin-Autoformat/DESCR | 2 | ||||
-rw-r--r-- | editors/p5-Padre-Plugin-Autoformat/Makefile | 27 | ||||
-rw-r--r-- | editors/p5-Padre-Plugin-Autoformat/distinfo | 5 |
3 files changed, 34 insertions, 0 deletions
diff --git a/editors/p5-Padre-Plugin-Autoformat/DESCR b/editors/p5-Padre-Plugin-Autoformat/DESCR new file mode 100644 index 00000000000..306c3258d58 --- /dev/null +++ b/editors/p5-Padre-Plugin-Autoformat/DESCR @@ -0,0 +1,2 @@ +Padre::Plugin::Autoformat allows to reformat text within Padre using +Text::Autoformat underneath. diff --git a/editors/p5-Padre-Plugin-Autoformat/Makefile b/editors/p5-Padre-Plugin-Autoformat/Makefile new file mode 100644 index 00000000000..34af7688d9e --- /dev/null +++ b/editors/p5-Padre-Plugin-Autoformat/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 21:33:41 sno Exp $ +# + +DISTNAME= Padre-Plugin-Autoformat-1.1.2 +PKGNAME= p5-${DISTNAME} +CATEGORIES= editors perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Padre-Plugin-Autoformat/ +COMMENT= Reformat text within Padre +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Module-Util-[0-9]*:../../devel/p5-Module-Util +DEPENDS+= p5-Padre>=0.30:../../editors/p5-Padre +DEPENDS+= p5-Text-Autoformat-[0-9]*:../../textproc/p5-Text-Autoformat + +PERL5_PACKLIST= auto/Padre/Plugin/Autoformat/.packlist +PERL5_MODULE_TYPE= Module::Build + +#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-Autoformat/distinfo b/editors/p5-Padre-Plugin-Autoformat/distinfo new file mode 100644 index 00000000000..dbca249aff7 --- /dev/null +++ b/editors/p5-Padre-Plugin-Autoformat/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/01/16 21:33:41 sno Exp $ + +SHA1 (Padre-Plugin-Autoformat-1.1.2.tar.gz) = 61c64a4554cb94cd52455885dbbc52e0cb00ef85 +RMD160 (Padre-Plugin-Autoformat-1.1.2.tar.gz) = cd723c1d92aa4b369879e032e82f448eabd63b7a +Size (Padre-Plugin-Autoformat-1.1.2.tar.gz) = 4053 bytes |