From 1b7f9cdcb96e37a57797e80e8ffc5393cb25585c Mon Sep 17 00:00:00 2001 From: sno Date: Sat, 16 Jan 2010 18:37:16 +0000 Subject: Importing editors/p5-Padre-Plugin-Kate v0.02 This plugin provides an interface to the Syntax::Highligh::Engine::Kate which implements syntax highlighting rules taken from the Kate editor. Currently the plugin only implements Perl 5 and PHP highlighting. Once this plug-in is installed the user can switch the highlighting of all Perl 5 or PHP files to use this highlighter via the Preferences menu of Padre. --- editors/p5-Padre-Plugin-Kate/DESCR | 8 ++++++++ editors/p5-Padre-Plugin-Kate/Makefile | 26 ++++++++++++++++++++++++++ editors/p5-Padre-Plugin-Kate/distinfo | 5 +++++ 3 files changed, 39 insertions(+) create mode 100644 editors/p5-Padre-Plugin-Kate/DESCR create mode 100644 editors/p5-Padre-Plugin-Kate/Makefile create mode 100644 editors/p5-Padre-Plugin-Kate/distinfo (limited to 'editors') diff --git a/editors/p5-Padre-Plugin-Kate/DESCR b/editors/p5-Padre-Plugin-Kate/DESCR new file mode 100644 index 00000000000..c3c19c55540 --- /dev/null +++ b/editors/p5-Padre-Plugin-Kate/DESCR @@ -0,0 +1,8 @@ +This plugin provides an interface to the Syntax::Highligh::Engine::Kate +which implements syntax highlighting rules taken from the Kate editor. + +Currently the plugin only implements Perl 5 and PHP highlighting. + +Once this plug-in is installed the user can switch the highlighting of +all Perl 5 or PHP files to use this highlighter via the Preferences menu +of Padre. diff --git a/editors/p5-Padre-Plugin-Kate/Makefile b/editors/p5-Padre-Plugin-Kate/Makefile new file mode 100644 index 00000000000..7c65f00c274 --- /dev/null +++ b/editors/p5-Padre-Plugin-Kate/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 18:37:16 sno Exp $ +# + +DISTNAME= Padre-Plugin-Kate-0.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= editors perl5 textproc +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Padre-Plugin-Kate/ +COMMENT= Padre plugin using the Kate syntax highlighter +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Padre>=0.41:../../editors/p5-Padre +DEPENDS+= p5-Syntax-Highlight-Engine-Kate>=0.05:../../textproc/p5-Syntax-Highlight-Engine-Kate + +PERL5_PACKLIST= auto/Padre/Plugin/Kate/.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-Kate/distinfo b/editors/p5-Padre-Plugin-Kate/distinfo new file mode 100644 index 00000000000..b534a19456d --- /dev/null +++ b/editors/p5-Padre-Plugin-Kate/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/01/16 18:37:16 sno Exp $ + +SHA1 (Padre-Plugin-Kate-0.02.tar.gz) = e2ec102ea5a1110b66f0a43bf793ba3dd9b91f38 +RMD160 (Padre-Plugin-Kate-0.02.tar.gz) = 2ac9ef40f05df8b04714fc2c1f3a36f517d76d75 +Size (Padre-Plugin-Kate-0.02.tar.gz) = 16620 bytes -- cgit v1.2.3