diff options
author | max <max@FreeBSD.org> | 1997-06-14 16:18:25 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-06-14 16:18:25 +0000 |
commit | cb69bf4bf8df21c4199e14c6f369b1455949c97d (patch) | |
tree | 04c36ba3a58980658ded35e814659ce0b039369a /x11-clocks/xtimer | |
parent | 5e5f9583fac9539b860829a66eccd2a33a787cc5 (diff) | |
download | FreeBSD-ports-cb69bf4bf8df21c4199e14c6f369b1455949c97d.zip FreeBSD-ports-cb69bf4bf8df21c4199e14c6f369b1455949c97d.tar.gz |
New port, xtimer:
xtimer is a very simple timer for X11.
PR: 3227
Submitted by: The best use is to display the connecting time of iij-ppp.
candy@fct.kgc.co.jp (Toshihiro Kanda)
Diffstat (limited to 'x11-clocks/xtimer')
-rw-r--r-- | x11-clocks/xtimer/Makefile | 20 | ||||
-rw-r--r-- | x11-clocks/xtimer/distinfo | 1 | ||||
-rw-r--r-- | x11-clocks/xtimer/pkg-comment | 1 | ||||
-rw-r--r-- | x11-clocks/xtimer/pkg-descr | 3 | ||||
-rw-r--r-- | x11-clocks/xtimer/pkg-plist | 2 |
5 files changed, 27 insertions, 0 deletions
diff --git a/x11-clocks/xtimer/Makefile b/x11-clocks/xtimer/Makefile new file mode 100644 index 0000000..cd97908 --- /dev/null +++ b/x11-clocks/xtimer/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xtimer +# Version required: 0.8087 +# Date created: 05 Apr 1997 +# Whom: candy@fct.kgc.co.jp +# +# $Id$ +# + +DISTNAME= xtimer-8087 +pkgNAME= xtimer-0.8087 +CATEGORIES= misc +MASTER_SITES= http://spock.vector.co.jp/authors/VA004959/xtimer/ + +MAINTAINER= candy@fct.kgc.co.jp + +USE_IMAKE= yes +MAN1= xtimer.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> diff --git a/x11-clocks/xtimer/distinfo b/x11-clocks/xtimer/distinfo new file mode 100644 index 0000000..9d6ebf5 --- /dev/null +++ b/x11-clocks/xtimer/distinfo @@ -0,0 +1 @@ +MD5 (xtimer-8087.tar.gz) = 90e85ad8a4b8a30da2ff5af7d359c174 diff --git a/x11-clocks/xtimer/pkg-comment b/x11-clocks/xtimer/pkg-comment new file mode 100644 index 0000000..f212b21 --- /dev/null +++ b/x11-clocks/xtimer/pkg-comment @@ -0,0 +1 @@ +A super simple digital timer for X11 diff --git a/x11-clocks/xtimer/pkg-descr b/x11-clocks/xtimer/pkg-descr new file mode 100644 index 0000000..0ff3901 --- /dev/null +++ b/x11-clocks/xtimer/pkg-descr @@ -0,0 +1,3 @@ +xtimer is a very simple timer for X11. +The best use is to display the connecting time of iij-ppp. +candy@fct.kgc.co.jp (Toshihiro Kanda) diff --git a/x11-clocks/xtimer/pkg-plist b/x11-clocks/xtimer/pkg-plist new file mode 100644 index 0000000..fdd4eed --- /dev/null +++ b/x11-clocks/xtimer/pkg-plist @@ -0,0 +1,2 @@ +bin/xtimer +man/man1/xtimer.1.gz |