diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-03-25 02:39:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-03-25 02:39:37 +0000 |
commit | 3592cd92878ad62e2fca303af8bed6413ad60092 (patch) | |
tree | 0b5b8e129388d0356bb54c5353e83d4d6ff0b138 /graphics | |
parent | 21d72e23d00592487ce1c1264fd39d1e87b8cb7b (diff) | |
download | ports-3592cd92878ad62e2fca303af8bed6413ad60092.tar.gz ports-3592cd92878ad62e2fca303af8bed6413ad60092.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/aero/Makefile | 26 | ||||
-rw-r--r-- | graphics/aero/distinfo | 1 | ||||
-rw-r--r-- | graphics/aero/files/patch-aa | 105 | ||||
-rw-r--r-- | graphics/aero/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/aero/pkg-descr | 18 | ||||
-rw-r--r-- | graphics/aero/pkg-plist | 31 |
7 files changed, 0 insertions, 183 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index c1cb4b16b436..1c841e7989be 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -10,7 +10,6 @@ SUBDIR += Mesa3 SUBDIR += aalib SUBDIR += acidwarp - SUBDIR += aero SUBDIR += autotrace SUBDIR += aview SUBDIR += avifile diff --git a/graphics/aero/Makefile b/graphics/aero/Makefile deleted file mode 100644 index 987a649e0ba5..000000000000 --- a/graphics/aero/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: aero -# Date created: Mon Aug 28 13:35:31 CDT 1995 -# Whom: erich@rrnet.com -# -# $FreeBSD$ -# - -PORTNAME= aero -PORTVERSION= 1.7.0 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= http://www.ee.uwa.edu.au/~braunl/aero/ftp/ -DISTNAME= ${PORTNAME}_${PORTVERSION}_src - -MAINTAINER= ports@FreeBSD.org - -BUILD_DEPENDS= ${X11BASE}/lib/libfwf.a:${PORTSDIR}/x11-toolkits/FWF -RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray - -WRKSRC= ${WRKDIR}/${PORTNAME}/src - -USE_X_PREFIX= yes -USE_XPM= yes -MAKEFILE= Makefile.linux - -.include <bsd.port.mk> diff --git a/graphics/aero/distinfo b/graphics/aero/distinfo deleted file mode 100644 index f4ae4df4aac6..000000000000 --- a/graphics/aero/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (aero_1.7.0_src.tar.gz) = 2ea6f065bc77162ce6b4f4c4a17a3636 diff --git a/graphics/aero/files/patch-aa b/graphics/aero/files/patch-aa deleted file mode 100644 index 21cd7c0513b0..000000000000 --- a/graphics/aero/files/patch-aa +++ /dev/null @@ -1,105 +0,0 @@ ---- Makefile.linux.orig Sat Aug 31 02:19:25 1996 -+++ Makefile.linux Sat Feb 24 11:29:47 2001 -@@ -34,8 +34,8 @@ - # Set path where you want to install xaero and it's application-default - # resource file. - --XAEROBIN = /usr/local/bin # or local: $HOME/bin --XAEROAPPL = /usr/local/lib/app-defaults # or local: $HOME/app-defaults -+XAEROBIN = ${PREFIX}/bin # or local: $HOME/bin -+XAEROAPPL = ${PREFIX}/lib/X11/app-defaults # or local: $HOME/app-defaults - - - ########################################################################### -@@ -43,19 +43,19 @@ - # of X11 in parallel on their systems, e.g. X11R5 and X11R6. So here - # you can choose the one you want. - --XINCLUDE = /usr/local/X11R5/include --XLIB = /usr/local/X11R5/lib --FWFINCLUDE = /usr/local/lib/FWF/include --FWFLIB = /usr/local/lib/FWF/lib.$(HOSTTYPE) -+XINCLUDE = ${PREFIX}/include -+XLIB = ${PREFIX}/lib -+FWFINCLUDE = $(XINCLUDE) -+FWFLIB = $(XLIB) - - - ########################################################################### - # Compiler and Linker definitions. - --CC = gcc --COPTS = -ansi -Wall $(OPTIMIZE) -+CC ?= gcc -+COPTS = -ansi $(OPTIMIZE) - DEBUG = --OPTIMIZE = -O2 -DNODEBUG -+OPTIMIZE = -DNODEBUG - - LD = ld - -@@ -63,16 +63,16 @@ - #libraries if needed; use -L and -l syntax, e.g. - # ADDFWFLIB = -L/usr/local/lib -lxpm - --ADDFWFLIB = -+ADDFWFLIB = -lXpm - ADDXLIB = --ADDSYSLIB = -+ADDSYSLIB = # -lSM -lICE - - - ########################################################################### - # Tools - - RM = rm -f --CP = cp -i -+CP = cp - - - ########################################################################### -@@ -101,7 +101,7 @@ - ########################################################################### - # compiler-options - --CFLAGS = $(COPTS) $(DEBUG) -I$(XINCLUDE) -I$(FWFINCLUDE) -+CFLAGS += $(COPTS) $(DEBUG) -I$(XINCLUDE) -I$(FWFINCLUDE) - - - ########################################################################### -@@ -134,7 +134,7 @@ - # The default rule for compiling .o files from .c files - - .c.o: -- $(CC) $(CFLAGS) -c $*.c -+ $(CC) $(CFLAGS) -c $< - - - ########################################################################### -@@ -157,8 +157,24 @@ - # to compile this application type 'make all'. For infos type 'make help'. - - copyFilesToDestination:: -- $(CP) xaero $(XAEROBIN) -- $(CP) ../app-defaults/XAero $(XAEROAPPL) -+ ${BSD_INSTALL_PROGRAM} xaero $(XAEROBIN) -+ [ -d $(XAEROAPPL) ] || mkdir -p $(XAEROAPPL) -+ [ -d ${PREFIX}/lib/X11/xaero ] || mkdir -p ${PREFIX}/lib/X11/xaero -+ ${BSD_INSTALL_DATA} ../app-defaults/XAero $(XAEROAPPL) -+ ${BSD_INSTALL_SCRIPT} ../scripts/povsubst $(XAEROBIN) -+ ${BSD_INSTALL_SCRIPT} ../scripts/rayclear $(XAEROBIN) -+ ${BSD_INSTALL_SCRIPT} ../scripts/raystart $(XAEROBIN) -+ ${BSD_INSTALL_SCRIPT} ../scripts/raystat $(XAEROBIN) -+ chmod +x $(XAEROBIN)/raymany -+ sed 's:__XAERO_LIB_PATH__:${PREFIX}/lib/X11/xaero:' ../scripts/raymany > ../scripts/raymany.in -+ ${BSD_INSTALL_SCRIPT} ../scripts/raymany.in $(XAEROBIN)/raymany -+ ${BSD_INSTALL_DATA} ../povray-include/FILELIST.povray-include ${PREFIX}/lib/X11/xaero -+ ${BSD_INSTALL_DATA} ../povray-include/aeromat2.inc ${PREFIX}/lib/X11/xaero -+ ${BSD_INSTALL_DATA} ../povray-include/aerop1materials.inc ${PREFIX}/lib/X11/xaero -+ ${BSD_INSTALL_DATA} ../povray-include/aeropov1.inc ${PREFIX}/lib/X11/xaero -+ ${BSD_INSTALL_DATA} ../povray-include/aeropov2.inc ${PREFIX}/lib/X11/xaero -+ mkdir -p ${PREFIX}/lib/X11/xaero/examples -+ ${BSD_INSTALL_DATA} ../examples/* ${PREFIX}/lib/X11/xaero/examples - - all:: xaero - strip xaero diff --git a/graphics/aero/pkg-comment b/graphics/aero/pkg-comment deleted file mode 100644 index b8964b677940..000000000000 --- a/graphics/aero/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An X11 based modeler for povray diff --git a/graphics/aero/pkg-descr b/graphics/aero/pkg-descr deleted file mode 100644 index 79044c913d2b..000000000000 --- a/graphics/aero/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -AERO is a simulation program based on rigid body systems. With the -built-in 3D editor you can create a virtual scene consisting of -spheres, boxes (cuboids), cylinders and plains. These objects may be -connected with links like spring, damper, rod and joint. - -Now the simulation can be started and all objects obey to the laws of -physics. That means gravitation, air resistance, friction and all -additonal user defined forces are taken into account and set the scene -into motion. You can watch this sequence similar to watching a video -tape: play the scene or step back to memory positions and replay or -you can "wind" back to the beginning or forward to the end of the -scene. - -In addition AERO is capable of creating scene files for the raytracing -program POV-Ray out of these sequences. This means you can create -fully rendered animation sequences, e.g. MPEG videos. - -WWW: http://www.aero-simulation.de/ diff --git a/graphics/aero/pkg-plist b/graphics/aero/pkg-plist deleted file mode 100644 index 54286e3700c1..000000000000 --- a/graphics/aero/pkg-plist +++ /dev/null @@ -1,31 +0,0 @@ -bin/povsubst -bin/rayclear -bin/raymany -bin/raystart -bin/raystat -bin/xaero -lib/X11/app-defaults/XAero -lib/X11/xaero/FILELIST.povray-include -lib/X11/xaero/aeromat2.inc -lib/X11/xaero/aerop1materials.inc -lib/X11/xaero/aeropov1.inc -lib/X11/xaero/aeropov2.inc -lib/X11/xaero/examples/Cargo2.world -lib/X11/xaero/examples/Cargo3.world -lib/X11/xaero/examples/Kartenhaus.world -lib/X11/xaero/examples/Karusell.world -lib/X11/xaero/examples/Schaukel.world -lib/X11/xaero/examples/can-toss.world -lib/X11/xaero/examples/car.world -lib/X11/xaero/examples/chain-1.world -lib/X11/xaero/examples/chain-2.world -lib/X11/xaero/examples/chain-3.world -lib/X11/xaero/examples/cylnew.world -lib/X11/xaero/examples/house.world -lib/X11/xaero/examples/leaning-tower.world -lib/X11/xaero/examples/man.world -lib/X11/xaero/examples/materials.world -lib/X11/xaero/examples/pendulum-5.world -lib/X11/xaero/examples/swing.world -@dirrm lib/X11/xaero/examples -@dirrm lib/X11/xaero |