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-PlayCode Importing editors/p5-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f6ce3ff6920f
branches: trunk
changeset: 569628:f6ce3ff6920f
user: sno <sno%pkgsrc.org@localhost>
date: Sat Jan 16 18:38:40 2010 +0000
description:
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:
editors/p5-Padre-Plugin-PlayCode/DESCR | 2 ++
editors/p5-Padre-Plugin-PlayCode/Makefile | 28 ++++++++++++++++++++++++++++
editors/p5-Padre-Plugin-PlayCode/distinfo | 5 +++++
3 files changed, 35 insertions(+), 0 deletions(-)
diffs (47 lines):
diff -r 70051820d356 -r f6ce3ff6920f editors/p5-Padre-Plugin-PlayCode/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/p5-Padre-Plugin-PlayCode/DESCR Sat Jan 16 18:38:40 2010 +0000
@@ -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 -r 70051820d356 -r f6ce3ff6920f editors/p5-Padre-Plugin-PlayCode/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/p5-Padre-Plugin-PlayCode/Makefile Sat Jan 16 18:38:40 2010 +0000
@@ -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@localhost
+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 -r 70051820d356 -r f6ce3ff6920f editors/p5-Padre-Plugin-PlayCode/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/p5-Padre-Plugin-PlayCode/distinfo Sat Jan 16 18:38:40 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index