From fd7f0628fa32639d71f4337cd2869a2c60fbe757 Mon Sep 17 00:00:00 2001 From: chuckr Date: Sat, 3 Aug 1996 22:42:46 +0000 Subject: New port for x11, stars. Could make you dizzy! Submitted by: Michael Searle --- astro/stars/Makefile | 28 +++++++++++++++++++++++++++ astro/stars/distinfo | 1 + astro/stars/files/patch-aa | 48 ++++++++++++++++++++++++++++++++++++++++++++++ astro/stars/pkg-comment | 1 + astro/stars/pkg-descr | 10 ++++++++++ astro/stars/pkg-plist | 2 ++ 6 files changed, 90 insertions(+) create mode 100644 astro/stars/Makefile create mode 100644 astro/stars/distinfo create mode 100644 astro/stars/files/patch-aa create mode 100644 astro/stars/pkg-comment create mode 100644 astro/stars/pkg-descr create mode 100644 astro/stars/pkg-plist (limited to 'astro') diff --git a/astro/stars/Makefile b/astro/stars/Makefile new file mode 100644 index 00000000000..f56f9fe1863 --- /dev/null +++ b/astro/stars/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: stars-1.0 +# Version required: 1.0 +# Date created: 10 Jul 1996 +# Whom: searle +# +# $Id$ +# + +DISTNAME= stars-1.0-ss-9.03 +PKGNAME= stars-1.0 +CATEGORIES+= x11 +MASTER_SITES= ftp://hpux.csc.liv.ac.uk/hpux/X11/Demos/stars-1.0/ \ + ftp://askdonald.ask.uni-karlsruhe.de/hpux/X11/Demos/stars-1.0/ + +MAINTAINER= searle@longacre.demon.co.uk + +USE_X11= yes +WRKSRC= $(WRKDIR)/$(PKGNAME) + +do-build: + cc -I$(PREFIX)/include -O2 -c $(WRKSRC)/xwin.c -o $(WRKSRC)/xwin.o + cc -I$(PREFIX)/include -O2 -c $(WRKSRC)/main.c -o $(WRKSRC)/main.o + cc $(WRKSRC)/main.o $(WRKSRC)/xwin.o -L$(PREFIX)/lib -lX11 -lm -o $(WRKSRC)/stars + +do-install: + install -c $(WRKSRC)/stars $(PREFIX)/bin/stars + +.include diff --git a/astro/stars/distinfo b/astro/stars/distinfo new file mode 100644 index 00000000000..de27462cee8 --- /dev/null +++ b/astro/stars/distinfo @@ -0,0 +1 @@ +MD5 (stars-1.0-ss-9.03.tar.gz) = a7ff052723773c7031a5d59c76137cd9 diff --git a/astro/stars/files/patch-aa b/astro/stars/files/patch-aa new file mode 100644 index 00000000000..a6027ebdcac --- /dev/null +++ b/astro/stars/files/patch-aa @@ -0,0 +1,48 @@ +--- main.c.orig Wed Apr 10 06:58:49 1996 ++++ main.c Sat Aug 3 17:51:59 1996 +@@ -241,37 +241,37 @@ + + XQueryKeymap(xgh.display, keys); + +- if(keys[7] & 64) ++ if(keys[3] & 1) + Quit=1; + +- if(keys[12] & 16 && Speed < 20) ++ if(((keys[2] & 32) || (keys[10] & 64) ) && (Speed < 20)) + Speed++; + +- if(keys[12] & 8 && Speed > -20) ++ if( ((keys[2] & 16) || (keys[10] & 4) ) && (Speed > -20)) + Speed--; + + for(l=0; l