1
0
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:
Vanilla I. Shu 2001-05-28 13:43:42 +00:00
parent 1ab542c7b3
commit c53b761b51
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43197
6 changed files with 35 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1 @@
MD5 (Tk-HistEntry-0.37.tar.gz) = 8661583611cc57596f40dfefd96eb26f

View File

@ -0,0 +1 @@
Tk::HistEntry - Entry widget with history capability

View File

@ -0,0 +1,2 @@
C<Tk::HistEntry> defines entry widgets with history capabilities. The widgets
come in two flavours:

View 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