aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/p5-Tk-DynaTabFrame/pkg-descr
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-08-28 14:09:33 +0800
committersat <sat@FreeBSD.org>2006-08-28 14:09:33 +0800
commitf8c609959bb80899dd7cde428a10455f41a2eb04 (patch)
treec74c06d07aee80e4456dbcd0a1f07b7bc457a1da /x11-toolkits/p5-Tk-DynaTabFrame/pkg-descr
parent9011a9fd67104b95834d33e4db2646106dd97d9d (diff)
downloadfreebsd-ports-gnome-f8c609959bb80899dd7cde428a10455f41a2eb04.tar.gz
freebsd-ports-gnome-f8c609959bb80899dd7cde428a10455f41a2eb04.tar.zst
freebsd-ports-gnome-f8c609959bb80899dd7cde428a10455f41a2eb04.zip
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
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>