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-Vi Importing editors/p5-Padre-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7587d8f32da0
branches: trunk
changeset: 569618:7587d8f32da0
user: sno <sno%pkgsrc.org@localhost>
date: Sat Jan 16 18:32:32 2010 +0000
description:
Importing editors/p5-Padre-Plugin-Vi v0.22
Once installed and enabled the user is in full vi-emulation mode, which
was partially implemented.
diffstat:
editors/p5-Padre-Plugin-Vi/DESCR | 2 ++
editors/p5-Padre-Plugin-Vi/Makefile | 25 +++++++++++++++++++++++++
editors/p5-Padre-Plugin-Vi/distinfo | 6 ++++++
editors/p5-Padre-Plugin-Vi/patches/patch-aa | 13 +++++++++++++
4 files changed, 46 insertions(+), 0 deletions(-)
diffs (62 lines):
diff -r dd87e0618937 -r 7587d8f32da0 editors/p5-Padre-Plugin-Vi/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/p5-Padre-Plugin-Vi/DESCR Sat Jan 16 18:32:32 2010 +0000
@@ -0,0 +1,2 @@
+Once installed and enabled the user is in full vi-emulation mode, which
+was partially implemented.
diff -r dd87e0618937 -r 7587d8f32da0 editors/p5-Padre-Plugin-Vi/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/p5-Padre-Plugin-Vi/Makefile Sat Jan 16 18:32:32 2010 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 18:32:32 sno Exp $
+#
+
+DISTNAME= Padre-Plugin-Vi-0.22
+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-Vi/
+COMMENT= Padre plugin proving a vi keyboard
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+= p5-Padre>=0.25:../../editors/p5-Padre
+
+PERL5_PACKLIST= auto/Padre/Plugin/Vi/.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 dd87e0618937 -r 7587d8f32da0 editors/p5-Padre-Plugin-Vi/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/p5-Padre-Plugin-Vi/distinfo Sat Jan 16 18:32:32 2010 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/01/16 18:32:32 sno Exp $
+
+SHA1 (Padre-Plugin-Vi-0.22.tar.gz) = f47c59fe84a0836133ca05eef212782637ca8408
+RMD160 (Padre-Plugin-Vi-0.22.tar.gz) = 2ed81c5432a0a021501e43fabd04961e129de710
+Size (Padre-Plugin-Vi-0.22.tar.gz) = 25170 bytes
+SHA1 (patch-aa) = 28a1a7403a94e8fcc8cadb90aafc9a98e487b8d6
diff -r dd87e0618937 -r 7587d8f32da0 editors/p5-Padre-Plugin-Vi/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/p5-Padre-Plugin-Vi/patches/patch-aa Sat Jan 16 18:32:32 2010 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2010/01/16 18:32:32 sno Exp $
+
+--- lib/Padre/Plugin/Vi.pm.orig 2009-06-22 08:05:41.000000000 +0000
++++ lib/Padre/Plugin/Vi.pm
+@@ -307,7 +307,7 @@ sub about {
+ $about->SetCopyright( _T("Copyright 2008 Gabor Szabo") );
+
+ # Only Unix/GTK native about box supports websites
+- if (Padre::Util::WXGTK) {
++ if (Padre::Constant::WXGTK) {
+ $about->SetWebSite("http://padre.perlide.org/");
+ }
+
Home |
Main Index |
Thread Index |
Old Index