summaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Tk-DynaTabFrame/pkg-descr
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-08-28 06:09:33 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-08-28 06:09:33 +0000
commitc635689a6a85428ba23350c8e2067ac4ec878dc2 (patch)
tree707c4603a4899db3026919541e9d067eb64bdd5e /x11-toolkits/p5-Tk-DynaTabFrame/pkg-descr
parentAdd OPTIONS to the rest of my ports that need them. (diff)
Add port x11/p5-DynaTabFrame:
A notebook widget with orientable, dynamically rearranging tabs. When the containing window is resized, the tabs will either stack or unstack as needed to fit the enclosing widget's width(height). Likewise, when tabs are added or removed, the tabs will stack/unstack as needed. WWW: http://search.cpan.org/dist/Tk-DynaTabFrame/ Author: Dean Arnold <darnold@presicient.com> Justification: sysutils/namefix dep
Notes
Notes: svn path=/head/; revision=171499
Diffstat (limited to 'x11-toolkits/p5-Tk-DynaTabFrame/pkg-descr')
-rw-r--r--x11-toolkits/p5-Tk-DynaTabFrame/pkg-descr7
1 files changed, 7 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Tk-DynaTabFrame/pkg-descr b/x11-toolkits/p5-Tk-DynaTabFrame/pkg-descr
new file mode 100644
index 000000000000..f66b11fd6752
--- /dev/null
+++ b/x11-toolkits/p5-Tk-DynaTabFrame/pkg-descr
@@ -0,0 +1,7 @@
+A notebook widget with orientable, dynamically rearranging tabs. When
+the containing window is resized, the tabs will either stack or unstack
+as needed to fit the enclosing widget's width(height). Likewise, when
+tabs are added or removed, the tabs will stack/unstack as needed.
+
+WWW: http://search.cpan.org/dist/Tk-DynaTabFrame/
+Author: Dean Arnold <darnold@presicient.com>