diff options
author | wiz <wiz@pkgsrc.org> | 2022-09-22 09:55:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-09-22 09:55:13 +0000 |
commit | 640b1e05bfdaff2c05630cdf018c34427c145e29 (patch) | |
tree | 8b39c580d73b4b2422f72eb05726e02e668acbcb /editors | |
parent | 4283c78ff408375853c8fbd29aa96d4f983040a8 (diff) | |
download | pkgsrc-640b1e05bfdaff2c05630cdf018c34427c145e29.tar.gz |
p5-Padre-Plugin-Vi: remove
Marked BROKEN since September 2020.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 3 | ||||
-rw-r--r-- | editors/p5-Padre-Plugin-Vi/DESCR | 2 | ||||
-rw-r--r-- | editors/p5-Padre-Plugin-Vi/Makefile | 33 | ||||
-rw-r--r-- | editors/p5-Padre-Plugin-Vi/distinfo | 7 | ||||
-rw-r--r-- | editors/p5-Padre-Plugin-Vi/patches/patch-ab | 32 | ||||
-rw-r--r-- | editors/p5-Padre-Plugin-Vi/patches/patch-ac | 15 |
6 files changed, 1 insertions, 91 deletions
diff --git a/editors/Makefile b/editors/Makefile index 638410d469c..d810a9bf704 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.226 2022/05/20 16:35:03 pin Exp $ +# $NetBSD: Makefile,v 1.227 2022/09/22 09:55:13 wiz Exp $ # COMMENT= Text and binary editors @@ -124,7 +124,6 @@ SUBDIR+= p5-Padre-Plugin-PerlCritic SUBDIR+= p5-Padre-Plugin-PerlTidy SUBDIR+= p5-Padre-Plugin-SVN SUBDIR+= p5-Padre-Plugin-SpellCheck -SUBDIR+= p5-Padre-Plugin-Vi SUBDIR+= p5-Padre-Plugin-XS SUBDIR+= pico SUBDIR+= pluma diff --git a/editors/p5-Padre-Plugin-Vi/DESCR b/editors/p5-Padre-Plugin-Vi/DESCR deleted file mode 100644 index cf100f65db8..00000000000 --- a/editors/p5-Padre-Plugin-Vi/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -Once installed and enabled the user is in full vi-emulation mode, which -was partially implemented. diff --git a/editors/p5-Padre-Plugin-Vi/Makefile b/editors/p5-Padre-Plugin-Vi/Makefile deleted file mode 100644 index 5ef6fc7026e..00000000000 --- a/editors/p5-Padre-Plugin-Vi/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# $NetBSD: Makefile,v 1.20 2022/06/28 11:33:48 wiz Exp $ - -DISTNAME= Padre-Plugin-Vi-0.23.0 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 12 -CATEGORIES= editors perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/} -WRKSRC= ${WRKDIR}/${DISTNAME:S/.0//} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://metacpan.org/release/Padre-Plugin-Vi -COMMENT= Padre plugin proving a vi keyboard -LICENSE= ${PERL5_LICENSE} - -# https://github.com/PadreIDE/Padre-Plugin-Vi/issues/1 -BROKEN= "Does not install." - -MAKE_JOBS_SAFE= NO - -BUILD_DEPENDS+= p5-Locale-Msgfmt>=0.14:../../devel/p5-Locale-Msgfmt - -DEPENDS+= p5-Padre>=0.37:../../editors/p5-Padre - -PERL5_PACKLIST= auto/Padre/Plugin/Vi/.packlist -PERL5_MODULE_TYPE= Module::Install::Bundled - -MAKE_ENV+= PERL_USE_UNSAFE_INC=1 - -pre-configure: - cd ${WRKSRC} && find `pwd` -name "*.orig" -type f -exec ${RM} {} \; - -.include "../../lang/perl5/module.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/editors/p5-Padre-Plugin-Vi/distinfo b/editors/p5-Padre-Plugin-Vi/distinfo deleted file mode 100644 index e16ab84a162..00000000000 --- a/editors/p5-Padre-Plugin-Vi/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 10:21:37 nia Exp $ - -BLAKE2s (Padre-Plugin-Vi-0.23.0.tar.gz) = 33bd3b3786e6c3e29564326cb0608bb44ca52071ec52482c077b7fa8d9d1bc06 -SHA512 (Padre-Plugin-Vi-0.23.0.tar.gz) = cbd607e62d671f9fe5cd4863687b4cf08e7ade29175323fbf1628b4ac8f16b757f1a4ea69719d102ca18a165afeb9b44eeecf7b821ea055156c2b1528274cda4 -Size (Padre-Plugin-Vi-0.23.0.tar.gz) = 29422 bytes -SHA1 (patch-ab) = 96f98a006db9c21d63893507fd3648edf2b93de4 -SHA1 (patch-ac) = 88a5bd6341f10f35cfb158abbbacd6272d8c6d62 diff --git a/editors/p5-Padre-Plugin-Vi/patches/patch-ab b/editors/p5-Padre-Plugin-Vi/patches/patch-ab deleted file mode 100644 index 04248ecd67a..00000000000 --- a/editors/p5-Padre-Plugin-Vi/patches/patch-ab +++ /dev/null @@ -1,32 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2010/08/20 19:15:28 sno Exp $ - -Patch to switch from Wx::Perl::Dialog (Padre-0.66) to Padre::Wx::Dialog - ---- lib/Padre/Plugin/Vi/CommandLine.pm.orig 2010-08-20 19:07:14.000000000 +0000 -+++ lib/Padre/Plugin/Vi/CommandLine.pm -@@ -3,11 +3,11 @@ package Padre::Plugin::Vi::CommandLine; - use warnings; - use strict; - --use Cwd (); --use Wx::Perl::Dialog (); --use Padre::Wx (); --use File::Spec (); --use File::Basename (); -+use Cwd (); -+use Padre::Wx::Dialog (); -+use Padre::Wx (); -+use File::Spec (); -+use File::Basename (); - - use Padre::Plugin::Vi::TabCompletition qw(clear_tab handle_tab set_original_cwd); - -@@ -66,7 +66,7 @@ sub dialog { - - my $main = Padre->ide->wx->main; - if ( not $dialog ) { -- $dialog = Wx::Perl::Dialog->new( -+ $dialog = Padre::Wx::Dialog->new( - parent => $main->{notebook}, - title => "Command Line", - layout => \@layout, diff --git a/editors/p5-Padre-Plugin-Vi/patches/patch-ac b/editors/p5-Padre-Plugin-Vi/patches/patch-ac deleted file mode 100644 index c568d48dad4..00000000000 --- a/editors/p5-Padre-Plugin-Vi/patches/patch-ac +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2010/08/20 19:15:28 sno Exp $ - -Patch to switch from Wx::Perl::Dialog (Padre-0.66) to Padre::Wx::Dialog - ---- Makefile.PL.orig 2010-08-20 19:07:24.000000000 +0000 -+++ Makefile.PL -@@ -7,7 +7,7 @@ license 'perl'; - author 'Gabor Szabo <szabgab@gmail.com>'; - all_from 'lib/Padre/Plugin/Vi.pm'; - requires 'Padre' => '0.37'; #Padre::Constant --requires 'Wx::Perl::Dialog' => '0.04'; -+requires 'Padre::Wx::Dialog' => '0.04'; - test_requires 'Test::More' => '0.47'; - no_index 'directory' => qw{ t xt eg share inc}; - homepage 'http://padre.perlide.org/'; |