summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-07-25 19:02:59 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-07-25 19:02:59 +0000
commit31eb6e0e0ced11231cd22b1d6e20b34f84d0d941 (patch)
tree5aef1db8202153b65e3fc73d1c2301c829ac465e /x11
parentMake Samba follow the freebsd /usr/local directory hierarchy properly. (diff)
"X11 trippy color-cycling toy"
Submitted by: Matthew Stein <matt@bdd.net>
Notes
Notes: svn path=/head/; revision=3430
Diffstat (limited to 'x11')
-rw-r--r--x11/xtacy/Makefile22
-rw-r--r--x11/xtacy/distinfo1
-rw-r--r--x11/xtacy/files/patch-aa37
-rw-r--r--x11/xtacy/pkg-comment1
-rw-r--r--x11/xtacy/pkg-descr23
-rw-r--r--x11/xtacy/pkg-plist2
6 files changed, 86 insertions, 0 deletions
diff --git a/x11/xtacy/Makefile b/x11/xtacy/Makefile
new file mode 100644
index 000000000000..ab83e72fee9a
--- /dev/null
+++ b/x11/xtacy/Makefile
@@ -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>
diff --git a/x11/xtacy/distinfo b/x11/xtacy/distinfo
new file mode 100644
index 000000000000..a35f7e144d5d
--- /dev/null
+++ b/x11/xtacy/distinfo
@@ -0,0 +1 @@
+MD5 (Xtacy113.tar.gz) = ee7c43b698b2736bf67b276985ab6c55
diff --git a/x11/xtacy/files/patch-aa b/x11/xtacy/files/patch-aa
new file mode 100644
index 000000000000..89c110058d89
--- /dev/null
+++ b/x11/xtacy/files/patch-aa
@@ -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/
diff --git a/x11/xtacy/pkg-comment b/x11/xtacy/pkg-comment
new file mode 100644
index 000000000000..6b83c17442f0
--- /dev/null
+++ b/x11/xtacy/pkg-comment
@@ -0,0 +1 @@
+an X11 trippy color-cycling toy
diff --git a/x11/xtacy/pkg-descr b/x11/xtacy/pkg-descr
new file mode 100644
index 000000000000..f83bf867a4bd
--- /dev/null
+++ b/x11/xtacy/pkg-descr
@@ -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
diff --git a/x11/xtacy/pkg-plist b/x11/xtacy/pkg-plist
new file mode 100644
index 000000000000..cd874ef7a2a5
--- /dev/null
+++ b/x11/xtacy/pkg-plist
@@ -0,0 +1,2 @@
+bin/xtacy
+man/man1/xtacy.1.gz