diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-05-23 21:18:39 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-05-23 21:18:39 +0000 |
commit | f532e2405a86e1d06101e7f16d1a06c57c38f1e7 (patch) | |
tree | 493f4b8f11be6f9234c8929e9caa0a69d5907084 /devel/p5-PV | |
parent | 6d4aa839c8cdb87f7568725dc7b86a60214d87b7 (diff) | |
download | ports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.tar.gz ports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.zip |
Hunt for typos in devel/p5-*.
Notes
Notes:
svn path=/head/; revision=213563
Diffstat (limited to 'devel/p5-PV')
-rw-r--r-- | devel/p5-PV/pkg-descr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-PV/pkg-descr b/devel/p5-PV/pkg-descr index a20ec75b355d..e3bcf19215be 100644 --- a/devel/p5-PV/pkg-descr +++ b/devel/p5-PV/pkg-descr @@ -5,11 +5,11 @@ I needed a basic text-mode GUI framework to implement some nice-looking proggies on Linux. Didn't find any around, so necessity became the mother of PerlVision. And this beast kept growing as I made love to Perl, so now it's far from 'basic'. Provides 90% of the -features you'd want for a user interface, including checkboxes, -radiobuttons, three different styles (!) of pushbuttons, single and -multiple selection listboxes, an extensible editbox that does -autowrapping, a scrollable viewbox, single line text entry fields, a -menubar with pulldown menus, and full popup dialog boxes with multiple +features you'd want for a user interface, including check boxes, +radio buttons, three different styles (!) of pushbuttons, single and +multiple selection list boxes, an extensible edit box that does +auto-wrapping, a scrollable viewbox, single line text entry fields, a +menu bar with pulldown menus, and full pop-up dialog boxes with multiple controls. This version of PerlVision uses Will Setzer's Curses.pm dynaload |