aboutsummaryrefslogtreecommitdiff
path: root/x11/xtacy
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-12-19 07:48:51 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-12-19 07:48:51 +0000
commit38f78706b3ac3cbb8d2da9f95a426c0b42f06571 (patch)
treef49add73884b49d712c4bd26022456d84c396dd2 /x11/xtacy
parentf7a5a302df1f6fe9b8838e0a4db217250e4ebc64 (diff)
downloadports-38f78706b3ac3cbb8d2da9f95a426c0b42f06571.tar.gz
ports-38f78706b3ac3cbb8d2da9f95a426c0b42f06571.zip
Upgrade to 1.14. Maintainer hasn't touched this port since July. ;)
Notes
Notes: svn path=/head/; revision=15422
Diffstat (limited to 'x11/xtacy')
-rw-r--r--x11/xtacy/Makefile15
-rw-r--r--x11/xtacy/distinfo2
-rw-r--r--x11/xtacy/files/patch-aa47
-rw-r--r--x11/xtacy/pkg-descr10
4 files changed, 32 insertions, 42 deletions
diff --git a/x11/xtacy/Makefile b/x11/xtacy/Makefile
index c16cf8433a37..d04242b8f4cb 100644
--- a/x11/xtacy/Makefile
+++ b/x11/xtacy/Makefile
@@ -1,25 +1,22 @@
# New ports collection makefile for: xtacy
-# Version required: 1.13
+# Version required: 1.14
# Date created: 25 July 1996
# Whom: matt@bdd.net
#
-# $Id: Makefile,v 1.4 1998/08/05 09:31:51 asami Exp $
+# $Id: Makefile,v 1.5 1998/08/23 07:34:47 hoek Exp $
#
-DISTNAME= Xtacy113
-PKGNAME= xtacy-1.13
+DISTNAME= xtacy114
+PKGNAME= xtacy-1.14
CATEGORIES= x11
-MASTER_SITES= ftp://sidehack.gweep.net/pub/gweep_progs/ \
+MASTER_SITES= http://www.ultranet.com/~jjohnson/ \
${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= apps/graphics/hacks/X
MAINTAINER= matt@bdd.net
+USE_IMAKE= yes
MAN1= xtacy.1
-MANCOMPRESSED= yes
-USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/Xtacy
-ALL_TARGET= xtacy
.include <bsd.port.mk>
diff --git a/x11/xtacy/distinfo b/x11/xtacy/distinfo
index a35f7e144d5d..9cb3fc767573 100644
--- a/x11/xtacy/distinfo
+++ b/x11/xtacy/distinfo
@@ -1 +1 @@
-MD5 (Xtacy113.tar.gz) = ee7c43b698b2736bf67b276985ab6c55
+MD5 (xtacy114.tar.gz) = cd1defff102e277a454cc848560308e2
diff --git a/x11/xtacy/files/patch-aa b/x11/xtacy/files/patch-aa
index cd9455c4ec5a..3867bfb393a6 100644
--- a/x11/xtacy/files/patch-aa
+++ b/x11/xtacy/files/patch-aa
@@ -1,25 +1,26 @@
---- Makefile.orig Sat Aug 12 14:37:22 1995
-+++ Makefile Sun Oct 4 18:05:52 1998
-@@ -1,8 +1,8 @@
- LIBS = -lm -lX11 #-lefence
--LIBFLAGS = -L/usr/X11/lib
-+LIBFLAGS = -L@@X11BASE@@/lib
- CC = gcc
--CFLAGS = -O2 #-g
--MANDIR = /usr/local/man/
-+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
+--- Imakefile.orig Fri Dec 18 23:35:27 1998
++++ Imakefile Fri Dec 18 23:39:50 1998
+@@ -1,20 +1,16 @@
+ # Imakefile
- xtacy: $(OBJ) vroot.h trippy.h
-@@ -41,6 +41,7 @@
+-# For RedHat Linux , uncomment -lcrypt
+-LOCAL_LIBRARIES = $(XLIB) -lm # -lcrypt
++LOCAL_LIBRARIES = $(XLIB) -lm -lcrypt
+
+-SRCS = bezier.c blob.c color.c cursor.c fields.c frame.c gravity.c\
++SRCS= bezier.c blob.c color.c cursor.c fields.c frame.c gravity.c\
+ kaleid.c life.c lightning.c lunch.c math.c password.c plasma.c\
+ rose.c rotate.c starback.c swarm.c tag.c trippy.c waves.c xguts.c\
+ mirrors.c fractals.c modes.c
+
+-OBJS=bezier.o blob.o color.o cursor.o fields.o frame.o gravity.o kaleid.o \
++OBJS= bezier.o blob.o color.o cursor.o fields.o frame.o gravity.o kaleid.o \
+ life.o lightning.o lunch.o math.o password.o plasma.o rose.o rotate.o \
+ starback.o swarm.o tag.o trippy.o waves.o xguts.o mirrors.o \
+ fractals.o modes.o
+-
+-CDEBUGFLAGS = -O3 -Wall -g
+-CFLAGS = -O3
+
+ ComplexProgramTarget(xtacy)
- install: xtacy
- strip xtacy
-- cp xtacy /usr/local/bin/xtacy
-- chmod a+x /usr/local/bin/xtacy
-- cp Xtacy.1 $(MANDIR)/man1/
-+ install -c -o bin -g bin -m 555 xtacy @@X11BASE@@/bin
-+ cp 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-descr b/x11/xtacy/pkg-descr
index f83bf867a4bd..7399a12a562c 100644
--- a/x11/xtacy/pkg-descr
+++ b/x11/xtacy/pkg-descr
@@ -3,7 +3,7 @@ Xtacy, a Graphics Hack for X11 windows
"Wow! This is better than snorting caffeine!" --Neil Braun
-http://sidehack.gweep.net/~jer/xtacy.html
+http://www.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,
@@ -13,11 +13,3 @@ 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