Some collection of Tk Widgets
This commit is contained in:
parent
7e458ec76e
commit
b7e58aaeb6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43193
@ -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
|
||||
|
29
x11-toolkits/p5-Tk-GBARR/Makefile
Normal file
29
x11-toolkits/p5-Tk-GBARR/Makefile
Normal 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>
|
1
x11-toolkits/p5-Tk-GBARR/distinfo
Normal file
1
x11-toolkits/p5-Tk-GBARR/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Tk-GBARR-2.03.tar.gz) = 267b5ec69da2edb529222f38781c2b09
|
1
x11-toolkits/p5-Tk-GBARR/pkg-comment
Normal file
1
x11-toolkits/p5-Tk-GBARR/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Some collection of Tk Widgets
|
5
x11-toolkits/p5-Tk-GBARR/pkg-descr
Normal file
5
x11-toolkits/p5-Tk-GBARR/pkg-descr
Normal 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
|
9
x11-toolkits/p5-Tk-GBARR/pkg-plist
Normal file
9
x11-toolkits/p5-Tk-GBARR/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user