diff options
author | agc <agc> | 1997-12-14 01:24:31 +0000 |
---|---|---|
committer | agc <agc> | 1997-12-14 01:24:31 +0000 |
commit | 6f72459074acc36e2a79c21b8f9761cde52469b4 (patch) | |
tree | 8525ce79208cd06dc3b751c5f593ebed0145da50 /x11/sunclock | |
parent | e0e9098fde85ddcd0563be9fb56321e5c6d9d67f (diff) | |
download | pkgsrc-6f72459074acc36e2a79c21b8f9761cde52469b4.tar.gz |
Add package which shows a Mercator projection of the earth, together with
the illuminated by parts, and the current time.
Diffstat (limited to 'x11/sunclock')
-rw-r--r-- | x11/sunclock/Makefile | 23 | ||||
-rw-r--r-- | x11/sunclock/files/md5 | 1 | ||||
-rw-r--r-- | x11/sunclock/patches/patch-aa | 11 | ||||
-rw-r--r-- | x11/sunclock/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/sunclock/pkg/DESCR | 11 | ||||
-rw-r--r-- | x11/sunclock/pkg/PLIST | 3 |
6 files changed, 50 insertions, 0 deletions
diff --git a/x11/sunclock/Makefile b/x11/sunclock/Makefile new file mode 100644 index 00000000000..df6aded0dbb --- /dev/null +++ b/x11/sunclock/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: sunclock +# Version required: 1.3 +# Date created: Sun Dec 14 00:47:27 GMT 1997 +# Whom: Alistair Crooks (agc@netbsd.org) +# +# $NetBSD: Makefile,v 1.1 1997/12/14 01:24:31 agc Exp $ +# + +DISTNAME= sunclock1.3 +PKGNAME= sunclock-1.3 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications +EXTRACT_SUFX= .tar.Z +NO_WRKSUBDIR= yes + +MAINTAINER= agc@netbsd.org + +USE_IMAKE= yes + +CAT1= sunclock.0 + +.include <bsd.port.mk> diff --git a/x11/sunclock/files/md5 b/x11/sunclock/files/md5 new file mode 100644 index 00000000000..f8f22359654 --- /dev/null +++ b/x11/sunclock/files/md5 @@ -0,0 +1 @@ +MD5 (sunclock1.3.tar.Z) = e57a1e8ff626104c0d0c8f1becd3e0c6 diff --git a/x11/sunclock/patches/patch-aa b/x11/sunclock/patches/patch-aa new file mode 100644 index 00000000000..135764450ca --- /dev/null +++ b/x11/sunclock/patches/patch-aa @@ -0,0 +1,11 @@ +--- Imakefile 1997/12/14 00:58:38 1.1 ++++ Imakefile 1997/12/14 00:58:57 +@@ -19,7 +19,7 @@ + + SRCS=sunclock.c bitmaps.c astro.c tildepath.c + OBJS=sunclock.o bitmaps.o astro.o tildepath.o +-LOCAL_LIBRARIES=$(XLIB) -lm ++LOCAL_LIBRARIES=$(XLIB) -lm -lcompat + DEPLIBS= # I don't know what I'm doing, and I hate imake! + + ComplexProgramTarget(sunclock) diff --git a/x11/sunclock/pkg/COMMENT b/x11/sunclock/pkg/COMMENT new file mode 100644 index 00000000000..f4e105366d8 --- /dev/null +++ b/x11/sunclock/pkg/COMMENT @@ -0,0 +1 @@ +Shows which portion of the Earth's surface is illuminated by the Sun. diff --git a/x11/sunclock/pkg/DESCR b/x11/sunclock/pkg/DESCR new file mode 100644 index 00000000000..7db3616b0c0 --- /dev/null +++ b/x11/sunclock/pkg/DESCR @@ -0,0 +1,11 @@ +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/x11/sunclock/pkg/PLIST b/x11/sunclock/pkg/PLIST new file mode 100644 index 00000000000..599351ddd51 --- /dev/null +++ b/x11/sunclock/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 1997/12/14 01:24:36 agc Exp $ +bin/sunclock +man/cat1/sunclock.0 |