aboutsummaryrefslogtreecommitdiff
path: root/games/starfighter
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2008-08-19 22:26:48 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2008-08-19 22:26:48 +0000
commit5a3bb972b01fd1bdee3b657a5704f52fbd102d20 (patch)
tree36f0745b66980db5609f069d9bcf01b854fcc81f /games/starfighter
parent50bf07127194fcb7971483ed561626565ea6de8c (diff)
downloadports-5a3bb972b01fd1bdee3b657a5704f52fbd102d20.tar.gz
ports-5a3bb972b01fd1bdee3b657a5704f52fbd102d20.zip
- Remove all games by Parallel Realities
Those games contain resources that are non-free and, in some cases, ripped from other games and still copyrighted. We have to remove the ports to avoid potential legal issues, sorry. Related discussion thread: http://www.happypenguin.org/forums/viewtopic.php?t=4725 Requested by: Stephen Sweeney <stephen dot j dot sweeney at googlemail dot com> of Parallel Realities Discussed with: kris, erwin Approved by: portmgr (kris)
Notes
Notes: svn path=/head/; revision=218873
Diffstat (limited to 'games/starfighter')
-rw-r--r--games/starfighter/Makefile51
-rw-r--r--games/starfighter/distinfo3
-rw-r--r--games/starfighter/files/patch-makefile25
-rw-r--r--games/starfighter/pkg-descr11
-rw-r--r--games/starfighter/pkg-plist15
5 files changed, 0 insertions, 105 deletions
diff --git a/games/starfighter/Makefile b/games/starfighter/Makefile
deleted file mode 100644
index b7485bea381f..000000000000
--- a/games/starfighter/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-# New ports collection makefile for: starfighter
-# Date created: 13 Jul 2005
-# Whom: Alejandro Pulver <alejandro@varnet.biz>
-#
-# $FreeBSD$
-#
-
-PORTNAME= starfighter
-DISTVERSION= 1.1-1
-PORTREVISION= 4
-CATEGORIES= games
-MASTER_SITES= NETBSD \
- http://www.amdmi3.ru/distfiles/
-
-MAINTAINER= alepulver@FreeBSD.org
-COMMENT= Chris Bainfield is fighting for the freedom of the galaxy
-
-USE_GMAKE= yes
-USE_SDL= image mixer sdl
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-1.1
-
-OPTIONS= OPTIMIZED_CFLAGS "Enable compilation optimizations" on
-
-MAKEFILE= makefile
-
-.if !defined(NOPORTDOCS)
-post-install:
- ${MKDIR} ${DOCSDIR}
- @${RM} ${WRKSRC}/docs/LICENSE
- ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
-.endif
-
-.include <bsd.port.pre.mk>
-
-post-patch:
-# Fix Makefile.
- @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}| ; \
- s|\(-Wall\)|${CFLAGS} \1|' \
- ${WRKSRC}/${MAKEFILE}
-
-# Fix SDL include statement.
- @${REINPLACE_CMD} -e 's|\(#include.*\)SDL/\(SDL.*\)|\1\2|' \
- ${WRKSRC}/code/*.cpp ${WRKSRC}/code/*.h
-
-# Enable/disable compilation optimizations.
-.if defined(WITHOUT_OPTIMIZED_CFLAGS)
- @${REINPLACE_CMD} -e 's|-O3||g' ${WRKSRC}/${MAKEFILE}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/games/starfighter/distinfo b/games/starfighter/distinfo
deleted file mode 100644
index 2ae85d0b5eac..000000000000
--- a/games/starfighter/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (starfighter-1.1-1.tar.gz) = 6a4b704dbc83c7403842b936f95ee958
-SHA256 (starfighter-1.1-1.tar.gz) = 820d7c52fb997dca3e7b2a5f8183936474395dbae343f618540e0183a4c17186
-SIZE (starfighter-1.1-1.tar.gz) = 2523399
diff --git a/games/starfighter/files/patch-makefile b/games/starfighter/files/patch-makefile
deleted file mode 100644
index 77e18ff0b88c..000000000000
--- a/games/starfighter/files/patch-makefile
+++ /dev/null
@@ -1,25 +0,0 @@
---- makefile.orig Mon Aug 18 09:48:23 2003
-+++ makefile Wed Jul 13 18:40:23 2005
-@@ -7,9 +7,9 @@
- PACK = starfighter.pak
- DOCS = docs/*
-
--BINDIR = /usr/games/
--DATADIR = /usr/share/games/parallelrealities/
--DOCDIR = /usr/share/doc/starfighter/
-+BINDIR = $(PREFIX)/bin/
-+DATADIR = $(PREFIX)/share/$(PROG)/
-+DOCDIR = $(PREFIX)/share/doc/$(PROG)/
- # top-level rule to create the program.
- all: $(PROG)
-
-@@ -31,7 +31,5 @@
- # install
- install:
- mkdir -p $(DATADIR)
-- strip $(PROG)
-- install -o root -g games -m 755 $(PROG) $(BINDIR)$(PROG)
-- install -o root -g games -m 644 $(PACK) $(DATADIR)$(PACK)
-- cp $(DOCS) $(DOCDIR)
-+ $(BSD_INSTALL_PROGRAM) $(PROG) $(BINDIR)$(PROG)
-+ $(BSD_INSTALL_DATA) $(PACK) $(DATADIR)$(PACK)
diff --git a/games/starfighter/pkg-descr b/games/starfighter/pkg-descr
deleted file mode 100644
index af0265302665..000000000000
--- a/games/starfighter/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-After decades of war one company, who had gained powerful supplying both sides
-with weaponary, steps forwards and crushes both warring factions in one swift
-movement. Using far superior weaponary and AI craft, the company was completely
-unstoppable and now no one can stand in their way. Thousands began to perish
-under the iron fist of the company. The people cried out for a saviour, for
-someone to light this dark hour... and someone did.
-
-WWW: http://www.parallelrealities.co.uk/starfighter.php
-
-- Alejandro Pulver
-alejandro@varnet.biz
diff --git a/games/starfighter/pkg-plist b/games/starfighter/pkg-plist
deleted file mode 100644
index 84eaf3b0f4f2..000000000000
--- a/games/starfighter/pkg-plist
+++ /dev/null
@@ -1,15 +0,0 @@
-bin/starfighter
-%%PORTDOCS%%%%DOCSDIR%%/ammo.gif
-%%PORTDOCS%%%%DOCSDIR%%/cash.gif
-%%PORTDOCS%%%%DOCSDIR%%/index.html
-%%PORTDOCS%%%%DOCSDIR%%/plasmaAmmo.png
-%%PORTDOCS%%%%DOCSDIR%%/plasmaDamage.png
-%%PORTDOCS%%%%DOCSDIR%%/plasmaRate.png
-%%PORTDOCS%%%%DOCSDIR%%/rocketAmmo.png
-%%PORTDOCS%%%%DOCSDIR%%/sflogo.gif
-%%PORTDOCS%%%%DOCSDIR%%/shield.gif
-%%PORTDOCS%%%%DOCSDIR%%/superCharge.png
-%%PORTDOCS%%%%DOCSDIR%%/targetArrow.png
-%%DATADIR%%/starfighter.pak
-@dirrm %%DATADIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%