pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/p5-Padre-Plugin-Kate Importing editors/p5-Padr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78535d5d8cbc
branches:  trunk
changeset: 569626:78535d5d8cbc
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Jan 16 18:37:16 2010 +0000

description:
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.

diffstat:

 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(+), 0 deletions(-)

diffs (51 lines):

diff -r 25ab911e7fa6 -r 78535d5d8cbc editors/p5-Padre-Plugin-Kate/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/p5-Padre-Plugin-Kate/DESCR        Sat Jan 16 18:37:16 2010 +0000
@@ -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 -r 25ab911e7fa6 -r 78535d5d8cbc editors/p5-Padre-Plugin-Kate/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/p5-Padre-Plugin-Kate/Makefile     Sat Jan 16 18:37:16 2010 +0000
@@ -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@localhost
+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 -r 25ab911e7fa6 -r 78535d5d8cbc editors/p5-Padre-Plugin-Kate/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/p5-Padre-Plugin-Kate/distinfo     Sat Jan 16 18:37:16 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index