Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Aug 2004 01:16:21 +0300
From:      "Lubomir Marinov" <lubomir_m@abv.bg>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/70230: New port: x11-toolkits/p5-Tk-ResizeButton A resizeable button to be used in a Tk::HList column header
Message-ID:  <20040809221625.B0CE443D41@mx1.FreeBSD.org>
Resent-Message-ID: <200408092220.i79MKGn2066127@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         70230
>Category:       ports
>Synopsis:       New port: x11-toolkits/p5-Tk-ResizeButton A resizeable button to be used in a Tk::HList column header
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 09 22:20:16 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Lubomir Marinov
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
N/A
>Environment:
System: FreeBSD amnesiac 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Tue Jun 8 14:41:03 EEST 2004 lubo@:/usr/src/sys/i386/compile/GENERIC+ATAPICAM+PCM i386


	
>Description:
	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.
>How-To-Repeat:
	
>Fix:

	

--- p5-Tk-ResizeButton.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	/usr/ports/x11-toolkits/p5-Tk-ResizeButton
#	/usr/ports/x11-toolkits/p5-Tk-ResizeButton/distinfo
#	/usr/ports/x11-toolkits/p5-Tk-ResizeButton/Makefile
#	/usr/ports/x11-toolkits/p5-Tk-ResizeButton/pkg-plist
#	/usr/ports/x11-toolkits/p5-Tk-ResizeButton/pkg-descr
#
echo c - /usr/ports/x11-toolkits/p5-Tk-ResizeButton
mkdir -p /usr/ports/x11-toolkits/p5-Tk-ResizeButton > /dev/null 2>&1
echo x - /usr/ports/x11-toolkits/p5-Tk-ResizeButton/distinfo
sed 's/^X//' >/usr/ports/x11-toolkits/p5-Tk-ResizeButton/distinfo << 'END-of-/usr/ports/x11-toolkits/p5-Tk-ResizeButton/distinfo'
XMD5 (Tk-ResizeButton-0.01.tar.gz) = b1c782ec46e3bcb7e52fdd5909645ad2
XSIZE (Tk-ResizeButton-0.01.tar.gz) = 3946
END-of-/usr/ports/x11-toolkits/p5-Tk-ResizeButton/distinfo
echo x - /usr/ports/x11-toolkits/p5-Tk-ResizeButton/Makefile
sed 's/^X//' >/usr/ports/x11-toolkits/p5-Tk-ResizeButton/Makefile << 'END-of-/usr/ports/x11-toolkits/p5-Tk-ResizeButton/Makefile'
X# New ports collection makefile for:	p5-Tk-ResizeButton
X# Date created:							August 10th 2004
X# Whom:									Lubomir Marinov <lubomir_m@abv.bg>
X#
X# $FreeBSD$
X#
X
XPORTNAME=		Tk-ResizeButton
XPORTVERSION=	0.01
XCATEGORIES=		x11-toolkits perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=		Tk
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=		lubomir_m@abv.bg
XCOMMENT=		A resizeable button to be used in a Tk::HList column header
X
XBUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3PREFIX=		${LOCALBASE}/lib/perl5/${PERL_VERSION}
XMAN3=			Tk::ResizeButton.3
X
X.include <bsd.port.mk>
END-of-/usr/ports/x11-toolkits/p5-Tk-ResizeButton/Makefile
echo x - /usr/ports/x11-toolkits/p5-Tk-ResizeButton/pkg-plist
sed 's/^X//' >/usr/ports/x11-toolkits/p5-Tk-ResizeButton/pkg-plist << 'END-of-/usr/ports/x11-toolkits/p5-Tk-ResizeButton/pkg-plist'
X%%SITE_PERL%%/Tk/ResizeButton.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/ResizeButton/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/ResizeButton
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/Tk 2>/dev/null || true
END-of-/usr/ports/x11-toolkits/p5-Tk-ResizeButton/pkg-plist
echo x - /usr/ports/x11-toolkits/p5-Tk-ResizeButton/pkg-descr
sed 's/^X//' >/usr/ports/x11-toolkits/p5-Tk-ResizeButton/pkg-descr << 'END-of-/usr/ports/x11-toolkits/p5-Tk-ResizeButton/pkg-descr'
XThe ResizeButton widget provides a resizeable button widget for use
Xin an HList column header. When placed in the column header, the
Xedge of the widget can be selected and dragged to a new location to
Xchange the size of the HList column. When resizing the column, a
Xcolumn bar will also be placed over the HList indicating the eventual
Xsize of the HList column. A command can also be bound to the button
Xto do things like sorting the column.
END-of-/usr/ports/x11-toolkits/p5-Tk-ResizeButton/pkg-descr
exit
--- p5-Tk-ResizeButton.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040809221625.B0CE443D41>