"X11 trippy color-cycling toy"

Submitted by:	Matthew Stein <matt@bdd.net>
This commit is contained in:
Satoshi Asami 1996-07-25 19:02:59 +00:00
parent 64dd01aae8
commit 31eb6e0e0c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3430
6 changed files with 86 additions and 0 deletions

22
x11/xtacy/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: xtacy
# Version required: 1.13
# Date created: 25 July 1996
# Whom: matt@bdd.net
#
# $Id$
#
DISTNAME= Xtacy113
PKGNAME= xtacy-1.13
CATEGORIES+= x11
MASTER_SITES= ftp://sidehack.gweep.net/pub/gweep_progs/ \
ftp://sunsite.unc.edu/pub/Linux/X11/toys/ \
ftp://ftp.infomagic.com/pub/mirrors/linux/sunsite/X11/toys/
MAINTAINER= matt@bdd.net
USE_X11= yes
WRKSRC= ${WRKDIR}/Xtacy
ALL_TARGET= xtacy
.include <bsd.port.mk>

1
x11/xtacy/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (Xtacy113.tar.gz) = ee7c43b698b2736bf67b276985ab6c55

37
x11/xtacy/files/patch-aa Normal file
View File

@ -0,0 +1,37 @@
*** Makefile.orig Wed Jul 24 23:13:52 1996
--- Makefile Wed Jul 24 23:20:24 1996
***************
*** 1,8 ****
LIBS = -lm -lX11 #-lefence
! LIBFLAGS = -L/usr/X11/lib
CC = gcc
! CFLAGS = -O2 #-g
! MANDIR = /usr/local/man/
OBJ = trippy.o frame.o kaleid.o color.o plasma.o gravity.o life.o fields.o starback.o bezier.o swarm.o rotate.o
xtacy: $(OBJ) vroot.h trippy.h
--- 1,8 ----
LIBS = -lm -lX11 #-lefence
! LIBFLAGS = -L@@X11BASE@@/lib
CC = gcc
! CFLAGS = -O2 -I@@X11BASE@@/include #-g
! MANDIR = @@X11BASE@@/man/
OBJ = trippy.o frame.o kaleid.o color.o plasma.o gravity.o life.o fields.o starback.o bezier.o swarm.o rotate.o
xtacy: $(OBJ) vroot.h trippy.h
***************
*** 41,46 ****
install: xtacy
strip xtacy
! cp xtacy /usr/local/bin/xtacy
! chmod a+x /usr/local/bin/xtacy
! cp Xtacy.1 $(MANDIR)/man1/
--- 41,47 ----
install: xtacy
strip xtacy
! install -c -o bin -g bin -m 555 xtacy @@X11BASE@@/bin
! mv Xtacy.1 xtacy.1
! gzip -9nf xtacy.1
! install -c -o bin -g bin -m 444 xtacy.1.gz $(MANDIR)/man1/

1
x11/xtacy/pkg-comment Normal file
View File

@ -0,0 +1 @@
an X11 trippy color-cycling toy

23
x11/xtacy/pkg-descr Normal file
View File

@ -0,0 +1,23 @@
Xtacy, a Graphics Hack for X11 windows
--------------------------------------
"Wow! This is better than snorting caffeine!" --Neil Braun
http://sidehack.gweep.net/~jer/xtacy.html
Xtacy is a graphics hack which I've been, well, hacking on, for 2 or 3
years now. It's been compiled on DECstations 3100, SGI running IRIX 5.3,
and Linux boxen. I think someone got it running on a Sun once, but it
had problems with the circle draw function, so a couple of the modes
looked quite odd. Not that odd is bad. Just odd.
So what does it do? Xtacy displays bouncing shapes, rotating palettes,
a couple fractals, a kaleidascope, and lots of more stuff.
Xtacy is distributed under the GNU License.
Xtacy 1.13 New Features
- New Modes! Bezier curves, Spinning Cube, Dog Plasma, Swarm, and More !
- New Color Palettes! ummm... well, try 'em ,they're NEW
- Bug fixes Xtacy 1.12 had a memory leak or two.. I plugged 'em

2
x11/xtacy/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/xtacy
man/man1/xtacy.1.gz