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.
This commit is contained in:
parent
49377fa78f
commit
8943594aaa
3 changed files with 36 additions and 0 deletions
5
editors/p5-Padre-Plugin-XS/DESCR
Normal file
5
editors/p5-Padre-Plugin-XS/DESCR
Normal file
|
@ -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.
|
26
editors/p5-Padre-Plugin-XS/Makefile
Normal file
26
editors/p5-Padre-Plugin-XS/Makefile
Normal file
|
@ -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"
|
5
editors/p5-Padre-Plugin-XS/distinfo
Normal file
5
editors/p5-Padre-Plugin-XS/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue