diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-10 16:04:26 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-10 16:04:26 +0000 |
commit | 20e4709efcaf22afc16f831dd0e61929e6f5f6f6 (patch) | |
tree | 042dc55fabfff321e4e5c2023792e0044fbf97e3 /x11-toolkits/p5-Tk-ResizeButton | |
parent | 44defee49d3bf3ed77f557405a59fd71dd138308 (diff) | |
download | ports-20e4709efcaf22afc16f831dd0e61929e6f5f6f6.tar.gz ports-20e4709efcaf22afc16f831dd0e61929e6f5f6f6.zip |
Notes
Diffstat (limited to 'x11-toolkits/p5-Tk-ResizeButton')
-rw-r--r-- | x11-toolkits/p5-Tk-ResizeButton/Makefile | 26 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-ResizeButton/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-ResizeButton/pkg-descr | 7 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-ResizeButton/pkg-plist | 5 |
4 files changed, 40 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Tk-ResizeButton/Makefile b/x11-toolkits/p5-Tk-ResizeButton/Makefile new file mode 100644 index 000000000000..ad9328e98d7b --- /dev/null +++ b/x11-toolkits/p5-Tk-ResizeButton/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-Tk-ResizeButton +# Date created: August 10th 2004 +# Whom: Lubomir Marinov <lubomir_m@abv.bg> +# +# $FreeBSD$ +# + +PORTNAME= Tk-ResizeButton +PORTVERSION= 0.01 +CATEGORIES= x11-toolkits perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Tk +PKGNAMEPREFIX= p5- + +MAINTAINER= lubomir_m@abv.bg +COMMENT= A resizeable button to be used in a Tk::HList column header + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION} +MAN3= Tk::ResizeButton.3 + +.include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-ResizeButton/distinfo b/x11-toolkits/p5-Tk-ResizeButton/distinfo new file mode 100644 index 000000000000..40770344d8ce --- /dev/null +++ b/x11-toolkits/p5-Tk-ResizeButton/distinfo @@ -0,0 +1,2 @@ +MD5 (Tk-ResizeButton-0.01.tar.gz) = b1c782ec46e3bcb7e52fdd5909645ad2 +SIZE (Tk-ResizeButton-0.01.tar.gz) = 3946 diff --git a/x11-toolkits/p5-Tk-ResizeButton/pkg-descr b/x11-toolkits/p5-Tk-ResizeButton/pkg-descr new file mode 100644 index 000000000000..76f435fa6ffa --- /dev/null +++ b/x11-toolkits/p5-Tk-ResizeButton/pkg-descr @@ -0,0 +1,7 @@ +The ResizeButton widget provides a resizeable button widget for use +in an HList column header. When placed in the column header, the +edge of the widget can be selected and dragged to a new location to +change the size of the HList column. When resizing the column, a +column bar will also be placed over the HList indicating the eventual +size of the HList column. A command can also be bound to the button +to do things like sorting the column. diff --git a/x11-toolkits/p5-Tk-ResizeButton/pkg-plist b/x11-toolkits/p5-Tk-ResizeButton/pkg-plist new file mode 100644 index 000000000000..2ad841f84cb8 --- /dev/null +++ b/x11-toolkits/p5-Tk-ResizeButton/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Tk/ResizeButton.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/ResizeButton/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/ResizeButton +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Tk 2>/dev/null || true |