From fbd2c212b4ed4ad00d110902f40b2904a1546587 Mon Sep 17 00:00:00 2001 From: sno Date: Sat, 16 Jan 2010 21:45:03 +0000 Subject: Importing editors/p5-Padre-Plugin-SpellCheck v1.1.2 This plugins allows one to checking her text spelling within Padre using F7 (standard spelling shortcut accross text processors). One can change the dictionary language used in the preferences window (menu Plugins / SpellCheck / Preferences). --- editors/p5-Padre-Plugin-SpellCheck/DESCR | 4 ++++ editors/p5-Padre-Plugin-SpellCheck/Makefile | 28 ++++++++++++++++++++++++++++ editors/p5-Padre-Plugin-SpellCheck/distinfo | 5 +++++ 3 files changed, 37 insertions(+) create mode 100644 editors/p5-Padre-Plugin-SpellCheck/DESCR create mode 100644 editors/p5-Padre-Plugin-SpellCheck/Makefile create mode 100644 editors/p5-Padre-Plugin-SpellCheck/distinfo (limited to 'editors') diff --git a/editors/p5-Padre-Plugin-SpellCheck/DESCR b/editors/p5-Padre-Plugin-SpellCheck/DESCR new file mode 100644 index 00000000000..cec886b7cb7 --- /dev/null +++ b/editors/p5-Padre-Plugin-SpellCheck/DESCR @@ -0,0 +1,4 @@ +This plugins allows one to checking her text spelling within Padre using +F7 (standard spelling shortcut accross text processors). One can change the +dictionary language used in the preferences window +(menu Plugins / SpellCheck / Preferences). diff --git a/editors/p5-Padre-Plugin-SpellCheck/Makefile b/editors/p5-Padre-Plugin-SpellCheck/Makefile new file mode 100644 index 00000000000..fa1620e8562 --- /dev/null +++ b/editors/p5-Padre-Plugin-SpellCheck/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 21:45:03 sno Exp $ +# + +DISTNAME= Padre-Plugin-SpellCheck-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-SpellCheck/ +COMMENT= Check spelling in Padre +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Class-XSAccessor-[0-9]*:../../devel/p5-Class-XSAccessor +DEPENDS+= p5-Module-Util-[0-9]*:../../devel/p5-Module-Util +DEPENDS+= p5-Padre>=0.26:../../editors/p5-Padre +DEPENDS+= p5-Text-Aspell-[0-9]*:../../textproc/p5-Text-Aspell + +PERL5_PACKLIST= auto/Padre/Plugin/SpellCheck/.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-SpellCheck/distinfo b/editors/p5-Padre-Plugin-SpellCheck/distinfo new file mode 100644 index 00000000000..a154db35c46 --- /dev/null +++ b/editors/p5-Padre-Plugin-SpellCheck/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/01/16 21:45:03 sno Exp $ + +SHA1 (Padre-Plugin-SpellCheck-1.1.2.tar.gz) = 49da5fd81f99f242a0819a14995f6dea98d1ba47 +RMD160 (Padre-Plugin-SpellCheck-1.1.2.tar.gz) = 7f7205b6ec870430f2516af5e3d843b7c1761dd5 +Size (Padre-Plugin-SpellCheck-1.1.2.tar.gz) = 17801 bytes -- cgit v1.2.3