diff options
author | sno <sno@pkgsrc.org> | 2010-01-16 18:30:55 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-01-16 18:30:55 +0000 |
commit | 8943594aaa66a149bc73493cc32fe7f08a047ba4 (patch) | |
tree | b56828e1c5e724b638009ddd774695be4fefa560 /editors | |
parent | 49377fa78fc484fa8d43e770c26f175462fabed8 (diff) | |
download | pkgsrc-8943594aaa66a149bc73493cc32fe7f08a047ba4.tar.gz |
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.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/p5-Padre-Plugin-XS/DESCR | 5 | ||||
-rw-r--r-- | editors/p5-Padre-Plugin-XS/Makefile | 26 | ||||
-rw-r--r-- | editors/p5-Padre-Plugin-XS/distinfo | 5 |
3 files changed, 36 insertions, 0 deletions
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 |