Some collection of Tk Widgets

This commit is contained in:
Vanilla I. Shu 2001-05-28 13:38:22 +00:00
parent 7e458ec76e
commit b7e58aaeb6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43193
6 changed files with 46 additions and 0 deletions

View File

@ -68,6 +68,7 @@
SUBDIR += p5-Tk
SUBDIR += p5-Tk-Autoscroll
SUBDIR += p5-Tk-ColourChooser
SUBDIR += p5-Tk-GBARR
SUBDIR += panel--
SUBDIR += pango
SUBDIR += paragui

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: p5-Tk-GBARR
# Date created: May 28 2001
# Whom: vanilla
#
# $FreeBSD$
#
PORTNAME= Tk-GBARR
PORTVERSION= 2.03
CATEGORIES= x11-toolkits perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Tk
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION}
MAN3= Tk::Cloth.3 \
Tk::FireButton.3 \
Tk::NumEntry.3 \
Tk::NumEntryPlain.3 \
Tk::TFrame.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Tk-GBARR-2.03.tar.gz) = 267b5ec69da2edb529222f38781c2b09

View File

@ -0,0 +1 @@
Some collection of Tk Widgets

View File

@ -0,0 +1,5 @@
Tk::Cloth - An OO interface to Tk::Canvas
Tk::TFrame - A frame with a title
Tk::NumEntry - An entry widget that accepts numbers and has up/down
buttons for in/decrement.
Tk::FireButton - Button that keeps invoking command when pressed

View File

@ -0,0 +1,9 @@
lib/perl5/site_perl/%%PERL_VER%%/Tk/Cloth.pm
lib/perl5/site_perl/%%PERL_VER%%/Tk/FireButton.pm
lib/perl5/site_perl/%%PERL_VER%%/Tk/NumEntry.pm
lib/perl5/site_perl/%%PERL_VER%%/Tk/NumEntryPlain.pm
lib/perl5/site_perl/%%PERL_VER%%/Tk/TFrame.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/GBARR/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/GBARR
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Tk 2>/dev/null || true