From 72afd2a174b0c12885e88ee311f3f90242d618e9 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 28 Aug 2008 02:03:33 +0000 Subject: Stopwatch does what its name implies - enables hand timing much like a physical stopwatch. It can also be used as a countdown timer. Stopwatch has millisecond accuracy and no artificial limit on hours. Stopwatch runs on UNIX, Windows, and MacOS. WWW: http://expect.nist.gov/stopwatch/ Author: Don Libes --- x11-clocks/Makefile | 1 + x11-clocks/stopwatch/Makefile | 29 +++++++++++++++++++++++++++++ x11-clocks/stopwatch/distinfo | 3 +++ x11-clocks/stopwatch/files/patch-stopwatch | 8 ++++++++ x11-clocks/stopwatch/pkg-descr | 8 ++++++++ 5 files changed, 49 insertions(+) create mode 100644 x11-clocks/stopwatch/Makefile create mode 100644 x11-clocks/stopwatch/distinfo create mode 100644 x11-clocks/stopwatch/files/patch-stopwatch create mode 100644 x11-clocks/stopwatch/pkg-descr (limited to 'x11-clocks') diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile index 91534f37a7b7..cebec7325943 100644 --- a/x11-clocks/Makefile +++ b/x11-clocks/Makefile @@ -36,6 +36,7 @@ SUBDIR += pclock SUBDIR += rclock SUBDIR += sanduhr + SUBDIR += stopwatch SUBDIR += swisswatch SUBDIR += t3d SUBDIR += tclock diff --git a/x11-clocks/stopwatch/Makefile b/x11-clocks/stopwatch/Makefile new file mode 100644 index 000000000000..418f5f0c84ea --- /dev/null +++ b/x11-clocks/stopwatch/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: stopwatch +# Date created: 28 August 2008 +# Whom: Edwin Groothuis +# +# $FreeBSD$ +# + +PORTNAME= stopwatch +PORTVERSION= 3.5 +CATEGORIES= x11-clocks +MASTER_SITES= http://expect.nist.gov/stopwatch/ +DISTNAME= stopwatch + +MAINTAINER= edwin@mavetju.org +COMMENT= Stopwatch enables hand timing much like a physical stopwatch + +WRKSRC= ${WRKDIR}/${PORTNAME}-3.4 +USE_TK= yes +NO_BUILD= yes + +PLIST_FILES= bin/stopwatch + +post-patch: + ${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/stopwatch + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/stopwatch ${PREFIX}/bin + +.include diff --git a/x11-clocks/stopwatch/distinfo b/x11-clocks/stopwatch/distinfo new file mode 100644 index 000000000000..69c6423a1dac --- /dev/null +++ b/x11-clocks/stopwatch/distinfo @@ -0,0 +1,3 @@ +MD5 (stopwatch.tar.gz) = 4feb97cd7f108c89f17fcb18e55deaf9 +SHA256 (stopwatch.tar.gz) = f3f56dccd00f669a5f0a4b1f6507ab78e0d1ad18305b760baab34edc68b3ef4e +SIZE (stopwatch.tar.gz) = 7962 diff --git a/x11-clocks/stopwatch/files/patch-stopwatch b/x11-clocks/stopwatch/files/patch-stopwatch new file mode 100644 index 000000000000..5fbfabbac6e4 --- /dev/null +++ b/x11-clocks/stopwatch/files/patch-stopwatch @@ -0,0 +1,8 @@ +--- stopwatch.orig 2008-08-28 11:19:38.000000000 +1000 ++++ stopwatch 2008-08-28 11:19:54.000000000 +1000 +@@ -1,4 +1,4 @@ +-#!/depot/path/wish -f ++#!%%LOCALBASE%%/bin/wish -f + ###################################################################### + # Name: Stopwatch + # Author: Don Libes diff --git a/x11-clocks/stopwatch/pkg-descr b/x11-clocks/stopwatch/pkg-descr new file mode 100644 index 000000000000..b48cfae11382 --- /dev/null +++ b/x11-clocks/stopwatch/pkg-descr @@ -0,0 +1,8 @@ +Stopwatch does what its name implies - enables hand timing much +like a physical stopwatch. It can also be used as a countdown timer. + +Stopwatch has millisecond accuracy and no artificial limit on hours. +Stopwatch runs on UNIX, Windows, and MacOS. + +WWW: http://expect.nist.gov/stopwatch/ +Author: Don Libes -- cgit v1.2.3