mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
New port: x11-clocks/p5-Tk-Clock: Clock widget with analog and digital display
This module implements a Canvas-based clock widget for perl-Tk with lots of options to change the appearance. Both analog and digital clocks are implemented. WWW: https://metacpan.org/release/Tk-Clock PR: 235823 Submitted by: Brian Scott <bscott@bunyatech.com.au> Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19339
This commit is contained in:
parent
e6171e192c
commit
7417eeca63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494161
@ -26,6 +26,7 @@
|
||||
SUBDIR += mouseclock
|
||||
SUBDIR += oclock
|
||||
SUBDIR += osdclock
|
||||
SUBDIR += p5-Tk-Clock
|
||||
SUBDIR += pclock
|
||||
SUBDIR += rclock
|
||||
SUBDIR += stopwatch
|
||||
|
26
x11-clocks/p5-Tk-Clock/Makefile
Normal file
26
x11-clocks/p5-Tk-Clock/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Tk-Clock
|
||||
PORTVERSION= 0.40
|
||||
CATEGORIES= x11-clocks perl5 tk
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= bscott@bunyatech.com.au
|
||||
COMMENT= Clock widget with analog and digital display
|
||||
|
||||
LICENSE= ARTPERL10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Test-NoWarnings>0:devel/p5-Test-NoWarnings \
|
||||
p5-Tk>=804:x11-toolkits/p5-Tk
|
||||
|
||||
USES= perl5 tar:tgz
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
PLIST_FILES= ${SITE_PERL_REL}/Tk/Clock.pm \
|
||||
${SITE_MAN3_REL}/Tk::Clock.3.gz
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-clocks/p5-Tk-Clock/distinfo
Normal file
3
x11-clocks/p5-Tk-Clock/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1551372118
|
||||
SHA256 (Tk-Clock-0.40.tgz) = 4c8f75a7626c748640ae8024c78f53edd25613e02b074e8e0041a1daba8ff04a
|
||||
SIZE (Tk-Clock-0.40.tgz) = 318227
|
6
x11-clocks/p5-Tk-Clock/pkg-descr
Normal file
6
x11-clocks/p5-Tk-Clock/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This module implements a Canvas-based clock widget for perl-Tk with
|
||||
lots of options to change the appearance.
|
||||
|
||||
Both analog and digital clocks are implemented.
|
||||
|
||||
WWW: https://metacpan.org/release/Tk-Clock
|
Loading…
Reference in New Issue
Block a user