diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-28 06:09:33 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-28 06:09:33 +0000 |
commit | c635689a6a85428ba23350c8e2067ac4ec878dc2 (patch) | |
tree | 707c4603a4899db3026919541e9d067eb64bdd5e /x11-toolkits | |
parent | f7b8b9e6a376ecf0c349bb960d3f63338d475bda (diff) | |
download | ports-c635689a6a85428ba23350c8e2067ac4ec878dc2.tar.gz ports-c635689a6a85428ba23350c8e2067ac4ec878dc2.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
Notes
Notes:
svn path=/head/; revision=171499
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-DynaTabFrame/Makefile | 23 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-DynaTabFrame/distinfo | 3 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-DynaTabFrame/pkg-descr | 7 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-DynaTabFrame/pkg-plist | 5 |
5 files changed, 39 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index fd2e1ea26a70..4e3498fc5478 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -142,6 +142,7 @@ SUBDIR += p5-Tk-Autoscroll SUBDIR += p5-Tk-ColourChooser SUBDIR += p5-Tk-Date + SUBDIR += p5-Tk-DynaTabFrame SUBDIR += p5-Tk-Enscript SUBDIR += p5-Tk-FileDialog SUBDIR += p5-Tk-GBARR diff --git a/x11-toolkits/p5-Tk-DynaTabFrame/Makefile b/x11-toolkits/p5-Tk-DynaTabFrame/Makefile new file mode 100644 index 000000000000..6981b4112ee1 --- /dev/null +++ b/x11-toolkits/p5-Tk-DynaTabFrame/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: p5-Tk-DynaTabFrame +# Date created: 28 August 2006 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Tk-DynaTabFrame +PORTVERSION= 0.23 +CATEGORIES= x11-toolkits perl5 +MASTER_SITES= CPAN + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= NoteBook widget with orientable, dynamically stacking tabs + +BUILD_DEPENDS= p5-Tk>=804.027:${PORTSDIR}/x11-toolkits/p5-Tk +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= ${PORTNAME:S/-/::/g}.3 + +.include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-DynaTabFrame/distinfo b/x11-toolkits/p5-Tk-DynaTabFrame/distinfo new file mode 100644 index 000000000000..697cb0186e30 --- /dev/null +++ b/x11-toolkits/p5-Tk-DynaTabFrame/distinfo @@ -0,0 +1,3 @@ +MD5 (Tk-DynaTabFrame-0.23.tar.gz) = 52c21f1f3951826ff59e73e67a013219 +SHA256 (Tk-DynaTabFrame-0.23.tar.gz) = 44195e9900b8c503bfe1aadf20bbd58c2b79cee9487512bc2414ee73f93675f4 +SIZE (Tk-DynaTabFrame-0.23.tar.gz) = 29401 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> diff --git a/x11-toolkits/p5-Tk-DynaTabFrame/pkg-plist b/x11-toolkits/p5-Tk-DynaTabFrame/pkg-plist new file mode 100644 index 000000000000..4cfbc38a1b1d --- /dev/null +++ b/x11-toolkits/p5-Tk-DynaTabFrame/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/DynaTabFrame/.packlist +%%SITE_PERL%%/Tk/DynaTabFrame.pm +@dirrmtry %%SITE_PERL%%/Tk +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/DynaTabFrame +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk |