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-XS Importing editors/p5-Padre-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bd73824b182
branches:  trunk
changeset: 569616:4bd73824b182
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Jan 16 18:30:55 2010 +0000

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

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

diffs (48 lines):

diff -r 230b4458122c -r 4bd73824b182 editors/p5-Padre-Plugin-XS/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/p5-Padre-Plugin-XS/DESCR  Sat Jan 16 18:30:55 2010 +0000
@@ -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 -r 230b4458122c -r 4bd73824b182 editors/p5-Padre-Plugin-XS/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/p5-Padre-Plugin-XS/Makefile       Sat Jan 16 18:30:55 2010 +0000
@@ -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@localhost
+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 -r 230b4458122c -r 4bd73824b182 editors/p5-Padre-Plugin-XS/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/p5-Padre-Plugin-XS/distinfo       Sat Jan 16 18:30:55 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index