[Lunar-commits] r20984 - in moonbase/trunk/perl: . Gtk2-Spell

Jens Luedicke perldude at lunar-linux.org
Sat Aug 12 23:34:54 UTC 2006


Author: perldude
Date: 2006-08-12 23:34:53 +0000 (Sat, 12 Aug 2006)
New Revision: 20984

Added:
   moonbase/trunk/perl/Gtk2-Spell/
   moonbase/trunk/perl/Gtk2-Spell/BUILD
   moonbase/trunk/perl/Gtk2-Spell/DEPENDS
   moonbase/trunk/perl/Gtk2-Spell/DETAILS
Log:
add Gtk2::Spell module

Added: moonbase/trunk/perl/Gtk2-Spell/BUILD
===================================================================
--- moonbase/trunk/perl/Gtk2-Spell/BUILD	                        (rev 0)
+++ moonbase/trunk/perl/Gtk2-Spell/BUILD	2006-08-12 23:34:53 UTC (rev 20984)
@@ -0,0 +1,7 @@
+(
+
+    perl Makefile.PL &&
+    default_make
+    
+) > $C_FIFO 2>&1
+

Added: moonbase/trunk/perl/Gtk2-Spell/DEPENDS
===================================================================
--- moonbase/trunk/perl/Gtk2-Spell/DEPENDS	                        (rev 0)
+++ moonbase/trunk/perl/Gtk2-Spell/DEPENDS	2006-08-12 23:34:53 UTC (rev 20984)
@@ -0,0 +1,2 @@
+depends Gtk2-Perl &&
+depends gtkspell

Added: moonbase/trunk/perl/Gtk2-Spell/DETAILS
===================================================================
--- moonbase/trunk/perl/Gtk2-Spell/DETAILS	                        (rev 0)
+++ moonbase/trunk/perl/Gtk2-Spell/DETAILS	2006-08-12 23:34:53 UTC (rev 20984)
@@ -0,0 +1,14 @@
+          MODULE=Gtk2-Spell
+         VERSION=1.03
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/
+      SOURCE_VFY=sha1:89f2ee70e7ac2aa8334942a72ccab11059f6507b
+        WEB_SITE=http://search.cpan.org/~mlehmann/$MODULE-$VERSION
+      MAINTAINER=perldude at lunar-linux.org
+         ENTERED=20060813
+         UPDATED=20060813
+           SHORT="Gtk2::Spell - Bindings for GtkSpell with Gtk2"
+cat << EOF
+Perl bindings to GtkSpell, used in concert with Gtk2::TextView. Provides mis-spelled word highlighting
+in red and offers a right click pop-up menu with suggested corrections.
+EOF



More information about the Lunar-commits mailing list