From 55e8bcca654962103a172c4ff3980c35ce000e24 Mon Sep 17 00:00:00 2001 From: sno Date: Sat, 16 Jan 2010 18:30:55 +0000 Subject: Importing editors/p5-Padre-Plugin-XS v0.01 This plugin is intended to extend Padre's support for editing XS and C-using-perlapi. Currently the plugin implements limited syntax highlighting and calltips using a configurable version of the perlapi. --- editors/p5-Padre-Plugin-XS/DESCR | 5 +++++ editors/p5-Padre-Plugin-XS/Makefile | 26 ++++++++++++++++++++++++++ editors/p5-Padre-Plugin-XS/distinfo | 5 +++++ 3 files changed, 36 insertions(+) create mode 100644 editors/p5-Padre-Plugin-XS/DESCR create mode 100644 editors/p5-Padre-Plugin-XS/Makefile create mode 100644 editors/p5-Padre-Plugin-XS/distinfo (limited to 'editors') diff --git a/editors/p5-Padre-Plugin-XS/DESCR b/editors/p5-Padre-Plugin-XS/DESCR new file mode 100644 index 00000000000..56d183447f6 --- /dev/null +++ b/editors/p5-Padre-Plugin-XS/DESCR @@ -0,0 +1,5 @@ +This plugin is intended to extend Padre's support for editing XS and +C-using-perlapi. + +Currently the plugin implements limited syntax highlighting and calltips +using a configurable version of the perlapi. diff --git a/editors/p5-Padre-Plugin-XS/Makefile b/editors/p5-Padre-Plugin-XS/Makefile new file mode 100644 index 00000000000..d5bcfbee93e --- /dev/null +++ b/editors/p5-Padre-Plugin-XS/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 18:30:55 sno Exp $ +# + +DISTNAME= Padre-Plugin-XS-0.01 +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-XS/ +COMMENT= Padre support for perl XS (and perlapi) +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Padre>=0.49:../../editors/p5-Padre +DEPENDS+= p5-Perl-APIReference>=0.03:../../devel/p5-Perl-APIReference + +PERL5_PACKLIST= auto/Padre/Plugin/XS/.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-XS/distinfo b/editors/p5-Padre-Plugin-XS/distinfo new file mode 100644 index 00000000000..4f8c97ec777 --- /dev/null +++ b/editors/p5-Padre-Plugin-XS/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/01/16 18:30:55 sno Exp $ + +SHA1 (Padre-Plugin-XS-0.01.tar.gz) = 927a70c7979e9a85119d3e21e1f3e378172d6c19 +RMD160 (Padre-Plugin-XS-0.01.tar.gz) = 46ed1b89dd51449778f63930060a95755037bbb9 +Size (Padre-Plugin-XS-0.01.tar.gz) = 17667 bytes -- cgit v1.2.3