Date: Thu, 28 Feb 2019 16:51:52 +0000 (UTC) From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494161 - in head/x11-clocks: . p5-Tk-Clock Message-ID: <201902281651.x1SGpqRN053231@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kai Date: Thu Feb 28 16:51:52 2019 New Revision: 494161 URL: https://svnweb.freebsd.org/changeset/ports/494161 Log: 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 Added: head/x11-clocks/p5-Tk-Clock/ head/x11-clocks/p5-Tk-Clock/Makefile (contents, props changed) head/x11-clocks/p5-Tk-Clock/distinfo (contents, props changed) head/x11-clocks/p5-Tk-Clock/pkg-descr (contents, props changed) Modified: head/x11-clocks/Makefile Modified: head/x11-clocks/Makefile ============================================================================== --- head/x11-clocks/Makefile Thu Feb 28 16:46:35 2019 (r494160) +++ head/x11-clocks/Makefile Thu Feb 28 16:51:52 2019 (r494161) @@ -26,6 +26,7 @@ SUBDIR += mouseclock SUBDIR += oclock SUBDIR += osdclock + SUBDIR += p5-Tk-Clock SUBDIR += pclock SUBDIR += rclock SUBDIR += stopwatch Added: head/x11-clocks/p5-Tk-Clock/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-clocks/p5-Tk-Clock/Makefile Thu Feb 28 16:51:52 2019 (r494161) @@ -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> Added: head/x11-clocks/p5-Tk-Clock/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-clocks/p5-Tk-Clock/distinfo Thu Feb 28 16:51:52 2019 (r494161) @@ -0,0 +1,3 @@ +TIMESTAMP = 1551372118 +SHA256 (Tk-Clock-0.40.tgz) = 4c8f75a7626c748640ae8024c78f53edd25613e02b074e8e0041a1daba8ff04a +SIZE (Tk-Clock-0.40.tgz) = 318227 Added: head/x11-clocks/p5-Tk-Clock/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-clocks/p5-Tk-Clock/pkg-descr Thu Feb 28 16:51:52 2019 (r494161) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902281651.x1SGpqRN053231>