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-SpellCheck p5-Padre-Plugin-Spe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3eadda4f9be2
branches:  trunk
changeset: 369278:3eadda4f9be2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 27 21:47:35 2017 +0000

description:
p5-Padre-Plugin-SpellCheck: update to 1.33.

1.33 2013-09-24
 - Add MYMETA to MANIFEST.SKIP (BOWTIE)

1.32 2013-05-02
 - Update dependainces and bump version (BOWTIE)
 - Tweak tests to increase coverage (BOWTIE)

1.31_03 2013-01-14
 - Tweak perl version dependancy and Makefile (BOWTIE)

1.31_02 2013-01-11
 - Bumped perl dependancie to 5.12.5 as test 05-Checker.t was failing under
   perl 5.10.1 with Class::Accessor (BOWTIE)
 - Update Changes file to CPAN::Changes::Spec (BOWTIE)

1.31_01 2012-08-25
 - Missing ellipsis on context menu (BOWTIE)
 - changed to dev version number until padre 0.98 is released (BOWTIE)

1.31 2012-08-23
 - My Bad, forgot to add icon (BOWTIE)

1.30 2012-08-22
 - update preferences to new Padre::Util::run_in_dir_two format (BOWTIE)
 - Add event_on_context_menu to enable changing preferences (BOWTIE)
 - Tweak tests for above (BOWTIE)

1.29 2012-06-19
 - Typo in fbp (BOWTIE)
 - replacement text location slipping dod+ (BOWTIE)
 - remove unused variable (BOWTIE)
 - switch to Class::Accessor with 'antlers' (BOWTIE)

1.28 2012-06-15
 - POD tweak for clarification dod+ (BOWTIE)
 - disable button when finished (BOWTIE)

1.27 2012-05-13
 - fix hunspell selection, which was not and tweak POD (BOWTIE)

1.26 2012-05-13
 - use v-string (BOWTIE)
 - update to next version number (BOWTIE)

1.25 2012-04-24
 - dynamic Dialogue Titles (BOWTIE)
 - Update POD, remove test code (BOWTIE)
 - implement new plugin_disable (BOWTIE)
 - use Try::Tiny implement (BOWTIE)
 - moving to p-p-xx-yy for config,  tides code and makes more consistent
   across plug-ins,  Padre 0.96 compatible only (BOWTIE)
 - Tweak tests, add README (BOWTIE)

1.24 2012-02-26
 - remove unwanted test for Text::Aspell installed (BOWTIE)

1.23 2012-02-26
 - fix plugin_enable school boy error (BOWTIE)
 - fix the config DB to check on enable for past and new install (BOWTIE)
 - Bump version to 1.23 (BOWTIE)
 - added Text::Hunspell (BOWTIE)
 - Update Status info in Checker to show dictionary and language
   (ALIAS)(BOWTIE)
 - rename Method accessors to inc get/set (BOWTIE)
 - remove un-used Methods (BOWTIE)
 - add the standard License to the tail as and where (BOWTIE)

1.22 2012-02-22
 - remove dead code in plugin_icon method (ZENOG)
 - Upgraded to use wxFormBuilder-based forms (BOWTIE)
 - revert-> Added missing Data::Printer dependency (AZAWAWI)<-(BOWTIE)
 - Access to Preferences is now via Plugin Manager (BOWTIE)
 - Preferences now displays language name rather than ISO code (BOWTIE)
 - use Padre Locale for dictionary names from ISO code (BOWTIE)
 - Start on adding some tests, as there are none (BOWTIE)
 - Preferences now shows and saves Aspell and Hunspell local dictionaries
   (BOWTIE)

1.21 2010-12-06
 - Restored missing POT/PO translation sources (Damyan Ivanov, AZAWAWI)
 - rename method 'spell_preferences' to 'plugin_preferences', so that the
   dialogue can also be called from the plugin manager (ZENOG)
 - add support for some filters (XML, HTML, LaTeX) (ZENOG)
 - fix encoding information in German translation file: ASCII to UTF-8
   #1070 (ZENOG)

1.2 2010-10-29
 - Removed Test::NeedsDisplay dependency (AZAWAWI)

1.1.3 2010-10-27
 - Compatibility with the latest Padre (ZENOG, AZAWAWI)
 - Added German translation (ZENOG)
 - Added Japanese translation (ISHIGAKI)
 - Fixed translations in share directory and removed old one(AZAWAWI)
 - Switched to Dist::Zilla (AZAWAWI)
 - t/00-load.t is magically injected by [@PadrePlugin] via [LoadTests]
   (AZAWAWI)

diffstat:

 editors/p5-Padre-Plugin-SpellCheck/Makefile |  14 ++++++--------
 editors/p5-Padre-Plugin-SpellCheck/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 13 deletions(-)

diffs (47 lines):

diff -r 173649886973 -r 3eadda4f9be2 editors/p5-Padre-Plugin-SpellCheck/Makefile
--- a/editors/p5-Padre-Plugin-SpellCheck/Makefile       Wed Sep 27 21:41:12 2017 +0000
+++ b/editors/p5-Padre-Plugin-SpellCheck/Makefile       Wed Sep 27 21:47:35 2017 +0000
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2017/06/05 14:23:57 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.11 2017/09/27 21:47:35 wiz Exp $
 
-DISTNAME=      Padre-Plugin-SpellCheck-1.1.2
+DISTNAME=      Padre-Plugin-SpellCheck-1.33
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   8
 CATEGORIES=    editors perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Padre/}
 
@@ -16,12 +14,12 @@
 DEPENDS+=      p5-Module-Util-[0-9]*:../../devel/p5-Module-Util
 DEPENDS+=      p5-Padre>=0.26:../../editors/p5-Padre
 DEPENDS+=      p5-Text-Aspell-[0-9]*:../../textproc/p5-Text-Aspell
+DEPENDS+=      p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
+# TEST_DEPENDS
+BUILD_DEPENDS+=        p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
 
 PERL5_PACKLIST=                auto/Padre/Plugin/SpellCheck/.packlist
-PERL5_MODULE_TYPE=     Module::Build
-
-#pre-configure:
-#      cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
+PERL5_MODULE_TYPE=     Module::Install
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 173649886973 -r 3eadda4f9be2 editors/p5-Padre-Plugin-SpellCheck/distinfo
--- a/editors/p5-Padre-Plugin-SpellCheck/distinfo       Wed Sep 27 21:41:12 2017 +0000
+++ b/editors/p5-Padre-Plugin-SpellCheck/distinfo       Wed Sep 27 21:47:35 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:32:20 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/09/27 21:47:35 wiz Exp $
 
-SHA1 (Padre-Plugin-SpellCheck-1.1.2.tar.gz) = 49da5fd81f99f242a0819a14995f6dea98d1ba47
-RMD160 (Padre-Plugin-SpellCheck-1.1.2.tar.gz) = 7f7205b6ec870430f2516af5e3d843b7c1761dd5
-SHA512 (Padre-Plugin-SpellCheck-1.1.2.tar.gz) = f4afc5d4d8a2a76beb2ef3e4b2c4a2336a8d66ff0a535298afecd4f140e7339e08d5409291cae5c4f212b046a67673e03f4eb4c3ff85fbb53938d13026f08cb4
-Size (Padre-Plugin-SpellCheck-1.1.2.tar.gz) = 17801 bytes
+SHA1 (Padre-Plugin-SpellCheck-1.33.tar.gz) = 711d41707abff9c52775b98efccf3d197164d55e
+RMD160 (Padre-Plugin-SpellCheck-1.33.tar.gz) = 1d1208f6845ce83b7ebb9fbce672d2d4af91af9d
+SHA512 (Padre-Plugin-SpellCheck-1.33.tar.gz) = c0ce22b2cd8aefcce299013aa88f8175d0c6a5a4a7bd1358ffcf6b620e02f8bcc3905bfd583cde5cf31f91d9efcac11ca517f91dc8b00d9daeede8a7ec9099b1
+Size (Padre-Plugin-SpellCheck-1.33.tar.gz) = 52171 bytes



Home | Main Index | Thread Index | Old Index