diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-01-23 14:45:04 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-01-23 14:45:04 +0000 |
commit | 5e8691baf38f92dfd972d71faa61dbe103d7c44a (patch) | |
tree | 2fa66f9271e147ab41a7c2b3375a313dd47a85bf /x11-toolkits | |
parent | ce7609b56dbeeeb79a2e6f48c6b321f5d0cd10b7 (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Gnome2-VFS/pkg-descr | 6 | ||||
-rw-r--r-- | x11-toolkits/p5-Tcl-Tk/pkg-descr | 27 |
2 files changed, 17 insertions, 16 deletions
diff --git a/x11-toolkits/p5-Gnome2-VFS/pkg-descr b/x11-toolkits/p5-Gnome2-VFS/pkg-descr index f523d96a861e..49d142fd598f 100644 --- a/x11-toolkits/p5-Gnome2-VFS/pkg-descr +++ b/x11-toolkits/p5-Gnome2-VFS/pkg-descr @@ -1,2 +1,4 @@ -This module allows you to use the GNOME Virtual File System library -(libgnomevfs for short) from Perl. +This module allows you to use the GNOME Virtual File System library (libgnomevfs +for short) from Perl. + +WWW: http://search.cpan.org/dist/Gnome2-VFS diff --git a/x11-toolkits/p5-Tcl-Tk/pkg-descr b/x11-toolkits/p5-Tcl-Tk/pkg-descr index c8d0a0601195..01e225f0717e 100644 --- a/x11-toolkits/p5-Tcl-Tk/pkg-descr +++ b/x11-toolkits/p5-Tcl-Tk/pkg-descr @@ -1,17 +1,16 @@ - The Tcl::Tk submodule of the Tcl module gives access to - the Tk library. It does this by creating a Tcl - interpreter object (using the Tcl extension) and binding - in all of Tk into the interpreter (in the same way that - wish or other Tcl/Tk applications do). +The Tcl::Tk submodule of the Tcl module gives access to the Tk library. It does +this by creating a Tcl interpreter object (using the Tcl extension) and binding +in all of Tk into the interpreter (in the same way that wish or other Tcl/Tk +applications do). - Access to the Tcl and Tcl::Tk extensions +Access to the Tcl and Tcl::Tk extensions - To get access to the Tcl and Tcl::Tk extensions, put the - commands - require Tcl; - use Tcl::Tk; +To get access to the Tcl and Tcl::Tk extensions, put the commands + require Tcl; + use Tcl::Tk; - near the top of your program. The Tcl extension does not - alter your namespace at all (hence the "require"). The - Tcl::Tk extension imports the widget and other Tk commands - into your namespace (hence the "use"). +near the top of your program. The Tcl extension does not alter your namespace at +all (hence the "require"). The Tcl::Tk extension imports the widget and other Tk +commands into your namespace (hence the "use"). + +WWW: http://search.cpan.org/dist/Tcl-Tk |