aboutsummaryrefslogtreecommitdiff
path: root/graphics/pyro
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-11-28 23:08:03 +0000
committerRene Ladan <rene@FreeBSD.org>2015-11-28 23:08:03 +0000
commit691f434f549a42a69ac50ff23a1543397490f5c5 (patch)
tree918183cc54e747acc95c0517ca51c4874a7ee860 /graphics/pyro
parentde9fd54831b4e86ba3482e9bc7479a1ddcc1c364 (diff)
downloadports-691f434f549a42a69ac50ff23a1543397490f5c5.tar.gz
ports-691f434f549a42a69ac50ff23a1543397490f5c5.zip
Notes
Diffstat (limited to 'graphics/pyro')
-rw-r--r--graphics/pyro/Makefile43
-rw-r--r--graphics/pyro/distinfo2
-rw-r--r--graphics/pyro/files/patch-jpeg.c10
-rw-r--r--graphics/pyro/files/patch-pyro.c32
-rw-r--r--graphics/pyro/pkg-descr13
5 files changed, 0 insertions, 100 deletions
diff --git a/graphics/pyro/Makefile b/graphics/pyro/Makefile
deleted file mode 100644
index 6e20a7fe7f6b..000000000000
--- a/graphics/pyro/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# Created by: Igor Pokrovsky <ip@doom.homeunix.org>
-# $FreeBSD$
-
-PORTNAME= pyro
-PORTVERSION= 1.5
-PORTREVISION= 9
-CATEGORIES= graphics
-MASTER_SITES= http://nostatic.org/pyro/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Simple OpenGL-based firework simulator
-
-BROKEN= No public distfiles
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2015-11-26
-
-USES= jpeg
-USE_GL= gl glut
-USE_XORG= xi xmu xext
-
-EXAMPLES= pyro.dsp water.jpg
-PLIST_FILES= bin/pyro ${EXAMPLES:S|^|%%EXAMPLESDIR%%/|}
-PORTDOCS= README
-
-OPTIONS_DEFINE= DOCS
-
-post-patch:
- @${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|g' ${WRKSRC}/*.c
-
-do-build:
- ${CC} ${CFLAGS} ${WRKSRC}/*.c -o ${WRKSRC}/${PORTNAME} \
- -DAUXDIR=\"${EXAMPLESDIR}\" -I${WRKSRC} -I${LOCALBASE}/include \
- -L${LOCALBASE}/lib -ljpeg -lm -lXmu -lXi -lXext -lGL -lGLU -lglut
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${EXAMPLES:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR}
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/graphics/pyro/distinfo b/graphics/pyro/distinfo
deleted file mode 100644
index 00a67bfde8c0..000000000000
--- a/graphics/pyro/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pyro-1.5.tgz) = ecc3d15b8df5dc6cd0f3ba6e21ffd21358938ccc53b83aeafba30bb6c7f48225
-SIZE (pyro-1.5.tgz) = 39075
diff --git a/graphics/pyro/files/patch-jpeg.c b/graphics/pyro/files/patch-jpeg.c
deleted file mode 100644
index 3e352b7e5de0..000000000000
--- a/graphics/pyro/files/patch-jpeg.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- jpeg.c.orig
-+++ jpeg.c
-@@ -5,6 +5,7 @@
-
- #include <stdio.h>
- #include <stdlib.h>
-+#include <string.h>
- #include <malloc.h>
- #include "jpeglib.h"
- #include <setjmp.h>
diff --git a/graphics/pyro/files/patch-pyro.c b/graphics/pyro/files/patch-pyro.c
deleted file mode 100644
index 7ce4e262d850..000000000000
--- a/graphics/pyro/files/patch-pyro.c
+++ /dev/null
@@ -1,32 +0,0 @@
---- pyro.c.orig
-+++ pyro.c
-@@ -7,15 +7,18 @@
-
- #include <stdio.h>
- #include <stdlib.h>
-+#include <string.h>
- #include <math.h>
- #ifdef __EMX__ /*os2*/
- #include "float.h"
- #endif
- #include <time.h>
-
-+/*
- #ifdef XMESA
- #include <GL/xmesa.h>
- #endif
-+*/
-
- #include <GL/glut.h>
- #include "pyro.h"
-@@ -704,8 +707,9 @@
- if(fxwin)
- glutReshapeWindow(ScreenWidth,ScreenHeight);
- else glutFullScreen();
--
-+/*
- XMesaSetFXmode(fxwin ? XMESA_FX_WINDOW:XMESA_FX_FULLSCREEN);
-+*/
- }
- break;
- #endif
diff --git a/graphics/pyro/pkg-descr b/graphics/pyro/pkg-descr
deleted file mode 100644
index 5583db76e386..000000000000
--- a/graphics/pyro/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-PyroTechnics is a simple OpenGL-based firework simulator.
-
-Features
---------
- o a bunch of nifty kinds of fireworks
- o the ability to choreograph firework displays
- o a texture-mapped water surface
- o reflections in the water
- o fogging
- o a moving camera
- o the ability to save screenshots
-
-WWW: http://nostatic.org/pyro/pyro.html