diff options
author | sno <sno@pkgsrc.org> | 2010-01-16 18:38:40 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-01-16 18:38:40 +0000 |
commit | be4709431a3e589707ac6e5ea76d1b3a7942b069 (patch) | |
tree | 41aea816cf1d8b88a09aafeaa66a5ae2864901fb /editors | |
parent | 535480cffb1de72d28a76a48d5a1896ea6bf1234 (diff) | |
download | pkgsrc-be4709431a3e589707ac6e5ea76d1b3a7942b069.tar.gz |
Importing editors/p5-Acme-Padre-PlayCode v0.12
This is a simple Padre plugin to run Acme::PlayCode on either selected
source code (if there is any selection) or the entire document.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/p5-Padre-Plugin-PlayCode/DESCR | 2 | ||||
-rw-r--r-- | editors/p5-Padre-Plugin-PlayCode/Makefile | 28 | ||||
-rw-r--r-- | editors/p5-Padre-Plugin-PlayCode/distinfo | 5 |
3 files changed, 35 insertions, 0 deletions
diff --git a/editors/p5-Padre-Plugin-PlayCode/DESCR b/editors/p5-Padre-Plugin-PlayCode/DESCR new file mode 100644 index 00000000000..879fda31068 --- /dev/null +++ b/editors/p5-Padre-Plugin-PlayCode/DESCR @@ -0,0 +1,2 @@ +This is a simple Padre plugin to run Acme::PlayCode on either selected +source code (if there is any selection) or the entire document. diff --git a/editors/p5-Padre-Plugin-PlayCode/Makefile b/editors/p5-Padre-Plugin-PlayCode/Makefile new file mode 100644 index 00000000000..c069db3f060 --- /dev/null +++ b/editors/p5-Padre-Plugin-PlayCode/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 18:38:40 sno Exp $ +# + +DISTNAME= Acme-Padre-PlayCode-0.12 +PKGNAME= p5-${DISTNAME} +CATEGORIES= editors perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Acme/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Acme-Padre-PlayCode/ +COMMENT= Acme::PlayCode Plugin for Padre +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +BUILD_DEPENDS+= p5-Locale-Msgfmt>=0.14:../../devel/p5-Locale-Msgfmt + +DEPENDS+= p5-Acme-PlayCode-[0-9]*:../../devel/p5-Acme-PlayCode +DEPENDS+= p5-Padre>=0.43:../../editors/p5-Padre + +PERL5_PACKLIST= auto/Acme/Padre/PlayCode/.packlist +PERL5_MODULE_TYPE= Module::Build + +#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-PlayCode/distinfo b/editors/p5-Padre-Plugin-PlayCode/distinfo new file mode 100644 index 00000000000..9a6685bb42f --- /dev/null +++ b/editors/p5-Padre-Plugin-PlayCode/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/01/16 18:38:40 sno Exp $ + +SHA1 (Acme-Padre-PlayCode-0.12.tar.gz) = 4c3b9c6d7d4f5889b5aa6560b1db189018be983d +RMD160 (Acme-Padre-PlayCode-0.12.tar.gz) = 45894205fd92bfeea64abeb61f1696fdb1b108fa +Size (Acme-Padre-PlayCode-0.12.tar.gz) = 3588 bytes |