mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Tk::HistEntry - Entry widget with history capability
This commit is contained in:
parent
1ab542c7b3
commit
c53b761b51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43197
@ -72,6 +72,7 @@
|
||||
SUBDIR += p5-Tk-Enscript
|
||||
SUBDIR += p5-Tk-GBARR
|
||||
SUBDIR += p5-Tk-Getopt
|
||||
SUBDIR += p5-Tk-HistEntry
|
||||
SUBDIR += panel--
|
||||
SUBDIR += pango
|
||||
SUBDIR += paragui
|
||||
|
25
x11-toolkits/p5-Tk-HistEntry/Makefile
Normal file
25
x11-toolkits/p5-Tk-HistEntry/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-Tk-HistEntry
|
||||
# Date created: May 28 2001
|
||||
# Whom: vanilla
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Tk-HistEntry
|
||||
PORTVERSION= 0.37
|
||||
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::HistEntry.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11-toolkits/p5-Tk-HistEntry/distinfo
Normal file
1
x11-toolkits/p5-Tk-HistEntry/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Tk-HistEntry-0.37.tar.gz) = 8661583611cc57596f40dfefd96eb26f
|
1
x11-toolkits/p5-Tk-HistEntry/pkg-comment
Normal file
1
x11-toolkits/p5-Tk-HistEntry/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Tk::HistEntry - Entry widget with history capability
|
2
x11-toolkits/p5-Tk-HistEntry/pkg-descr
Normal file
2
x11-toolkits/p5-Tk-HistEntry/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
C<Tk::HistEntry> defines entry widgets with history capabilities. The widgets
|
||||
come in two flavours:
|
5
x11-toolkits/p5-Tk-HistEntry/pkg-plist
Normal file
5
x11-toolkits/p5-Tk-HistEntry/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tk/HistEntry.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/HistEntry/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/HistEntry
|
||||
@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…
x
Reference in New Issue
Block a user