1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Upgrade to 1.14. Maintainer hasn't touched this port since July. ;)

This commit is contained in:
Jordan K. Hubbard 1998-12-19 07:48:51 +00:00
parent f7a5a302df
commit 38f78706b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15422
4 changed files with 32 additions and 42 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (Xtacy113.tar.gz) = ee7c43b698b2736bf67b276985ab6c55
MD5 (xtacy114.tar.gz) = cd1defff102e277a454cc848560308e2

View File

@ -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/

View File

@ -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