diff options
author | wiz <wiz> | 2000-12-17 23:32:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-17 23:32:09 +0000 |
commit | f3dbb331710de97891f6bc15c8ea68d932fbd614 (patch) | |
tree | 73288b5bb97270ccddd92731e20bbfff8858d306 /time/sunclock | |
parent | 87e1841f0d76da5d8d052223a20708380cdef9d8 (diff) | |
download | pkgsrc-f3dbb331710de97891f6bc15c8ea68d932fbd614.tar.gz |
New category: time. Move many packages here:
misc/cal, misc/cardboard-schedule, misc/ical, misc/plan, misc/py-mxDateTime,
misc/remind, sysutils/logtime, and 19 more from x11.
Diffstat (limited to 'time/sunclock')
-rw-r--r-- | time/sunclock/Makefile | 18 | ||||
-rw-r--r-- | time/sunclock/files/md5 | 3 | ||||
-rw-r--r-- | time/sunclock/files/patch-sum | 6 | ||||
-rw-r--r-- | time/sunclock/pkg/COMMENT | 1 | ||||
-rw-r--r-- | time/sunclock/pkg/DESCR | 10 | ||||
-rw-r--r-- | time/sunclock/pkg/PLIST | 3 |
6 files changed, 41 insertions, 0 deletions
diff --git a/time/sunclock/Makefile b/time/sunclock/Makefile new file mode 100644 index 00000000000..58e4e5a6457 --- /dev/null +++ b/time/sunclock/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/17 23:32:19 wiz Exp $ +# + +DISTNAME= sunclock-1.4 +CATEGORIES= x11 time +MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} + +MAINTAINER= perry@netbsd.org + +USE_IMAKE= yes + +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "SunOS" +MAKE_ENV+= CPPFLAGS=-DUSE_PUTENV +.endif + +.include "../../mk/bsd.pkg.mk" diff --git a/time/sunclock/files/md5 b/time/sunclock/files/md5 new file mode 100644 index 00000000000..ff9752c5e3e --- /dev/null +++ b/time/sunclock/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/12/17 23:32:19 wiz Exp $ + +MD5 (sunclock-1.4.tar.gz) = 56e232a2d12fb5a38b09e8199e30dcd6 diff --git a/time/sunclock/files/patch-sum b/time/sunclock/files/patch-sum new file mode 100644 index 00000000000..1092159b63c --- /dev/null +++ b/time/sunclock/files/patch-sum @@ -0,0 +1,6 @@ +$NetBSD: patch-sum,v 1.1.1.1 2000/12/17 23:32:19 wiz Exp $ + +This placeholder file is generated by the ``makepatchsum'' target +whenever the patches directory is empty or missing. Its purpose +is to ensure that the presence of any obsolete patches will cause +the proper error to be emitted at build time. diff --git a/time/sunclock/pkg/COMMENT b/time/sunclock/pkg/COMMENT new file mode 100644 index 00000000000..0e69356fc7f --- /dev/null +++ b/time/sunclock/pkg/COMMENT @@ -0,0 +1 @@ +Show which portion of the Earth's surface is illuminated by the Sun diff --git a/time/sunclock/pkg/DESCR b/time/sunclock/pkg/DESCR new file mode 100644 index 00000000000..0f5a754efa9 --- /dev/null +++ b/time/sunclock/pkg/DESCR @@ -0,0 +1,10 @@ +X11 version by John Mackin, <john@cs.su.oz.AU>, based on a Suntools program +by John Walker, <kelvin@acad.uu.NET>. + +This program is a clock that shows which portion of the Earth's surface is +illuminated by the Sun. It is designed to be usually iconic, but can be +opened for a larger display with the time updated every second and both the +local timezone and UTC displayed. The Suntools version had a menu that +allowed you to speed up time, show different dates, etc., but I have +never implemented any of that in the X version; there is some support +for it in the code, however. diff --git a/time/sunclock/pkg/PLIST b/time/sunclock/pkg/PLIST new file mode 100644 index 00000000000..33ff1d95275 --- /dev/null +++ b/time/sunclock/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/17 23:32:19 wiz Exp $ +bin/sunclock +man/cat1/sunclock.0 |