New port explosions version 0.2001.08.05: 3D objects flying around

resembling explosions with various effects.

Submitted by:	Pete Fritchman <petef@databits.net>
This commit is contained in:
Mario Sergio Fujikawa Ferreira
2001-08-08 17:56:08 +00:00
parent 39bd08f6a6
commit d79868927d
6 changed files with 69 additions and 0 deletions

View File

@@ -50,6 +50,7 @@
SUBDIR += emma
SUBDIR += estic
SUBDIR += ewipe
SUBDIR += explosions
SUBDIR += ezload
SUBDIR += fd
SUBDIR += felis

42
misc/explosions/Makefile Normal file
View File

@@ -0,0 +1,42 @@
# New ports collection makefile for: explosions
# Date created: 8 August 2001
# Whom: Pete Fritchman <petef@databits.net>
#
# $FreeBSD$
#
PORTNAME= explosions
PORTVERSION= 0.2001.08.05
CATEGORIES= misc
MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/explosions/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0.//}
MAINTAINER= petef@databits.net
LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 \
SDL_image.10:${PORTSDIR}/graphics/sdl_image
USE_GMAKE= yes
USE_X_PREFIX= yes
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
post-patch:
@${PERL} -pi -e 's!CFLAGS=-Wall -O2!CFLAGS+=-Wall!; \
s!sdl-config!${SDL_CONFIG}!' \
${WRKSRC}/Makefile
@${PERL} -pi -e 's!spark%d.png!${DATADIR}/spark%d.png!' \
${WRKSRC}/explosions.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/explosions ${PREFIX}/bin
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/spark?.png ${DATADIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in BUGS.txt CHANGES.txt README.txt
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

1
misc/explosions/distinfo Normal file
View File

@@ -0,0 +1 @@
MD5 (explosions-2001.08.05.tar.gz) = 420312f551a4c2a6dd0b88a06b7dcefa

View File

@@ -0,0 +1 @@
3D objects flying around resembling explosions with various effects

12
misc/explosions/pkg-descr Normal file
View File

@@ -0,0 +1,12 @@
This is a simplified 3D world with alpha-blended objects that look
kind of like fireworks or sparks. It also has a number of effects
built in, such as fading, blurring, fire ("heat"), and zooming.
It serves no purpose except to look pretty. The source-code is also
well-documented, so someone might find it useful in learning SDL
routines.
WWW: http://www.newbreedsoftware.com/explosions/
- Pete
petef@databits.net

12
misc/explosions/pkg-plist Normal file
View File

@@ -0,0 +1,12 @@
bin/explosions
share/doc/explosions/BUGS.txt
share/doc/explosions/CHANGES.txt
share/doc/explosions/README.txt
share/explosions/spark1.png
share/explosions/spark2.png
share/explosions/spark3.png
share/explosions/spark4.png
share/explosions/spark5.png
share/explosions/spark6.png
share/explosions/spark7.png
@dirrm share/explosions