diff options
author | sno <sno@pkgsrc.org> | 2010-01-16 23:23:02 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-01-16 23:23:02 +0000 |
commit | 343c2a7ab53e43b0ef9bb72e20817b7767ddeb64 (patch) | |
tree | b5603988f8161616764e4395f95d6f55181e0ab2 /editors | |
parent | 4f04c20d5252763d978a8ab22128192488320380 (diff) | |
download | pkgsrc-343c2a7ab53e43b0ef9bb72e20817b7767ddeb64.tar.gz |
Importing editors/p5-Acme-Padre-PlayCode v0.13
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-Acme-Padre-PlayCode/DESCR | 2 | ||||
-rw-r--r-- | editors/p5-Acme-Padre-PlayCode/Makefile | 28 | ||||
-rw-r--r-- | editors/p5-Acme-Padre-PlayCode/distinfo | 5 |
3 files changed, 35 insertions, 0 deletions
diff --git a/editors/p5-Acme-Padre-PlayCode/DESCR b/editors/p5-Acme-Padre-PlayCode/DESCR new file mode 100644 index 00000000000..879fda31068 --- /dev/null +++ b/editors/p5-Acme-Padre-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-Acme-Padre-PlayCode/Makefile b/editors/p5-Acme-Padre-PlayCode/Makefile new file mode 100644 index 00000000000..8b74218ad33 --- /dev/null +++ b/editors/p5-Acme-Padre-PlayCode/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 23:23:02 sno Exp $ +# + +DISTNAME= Acme-Padre-PlayCode-0.13 +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-Acme-Padre-PlayCode/distinfo b/editors/p5-Acme-Padre-PlayCode/distinfo new file mode 100644 index 00000000000..9e12a0cbca4 --- /dev/null +++ b/editors/p5-Acme-Padre-PlayCode/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/01/16 23:23:02 sno Exp $ + +SHA1 (Acme-Padre-PlayCode-0.13.tar.gz) = b6878a2214d95b475c6b31e892c85c1f7cd84b85 +RMD160 (Acme-Padre-PlayCode-0.13.tar.gz) = 330b7770935c700cf9323d8b92661569b982afee +Size (Acme-Padre-PlayCode-0.13.tar.gz) = 5608 bytes |