diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-08-20 06:26:48 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-08-20 06:26:48 +0800 |
commit | 6760fa7a67beed015c6e08697d488d46551e500c (patch) | |
tree | 02891497d296cd2808e1a25cfb31d5e5dfb91ad4 /games/viruskiller | |
parent | 9eccc22ade087dc548c73c6a5f41ddc030e08d2a (diff) | |
download | freebsd-ports-gnome-6760fa7a67beed015c6e08697d488d46551e500c.tar.gz freebsd-ports-gnome-6760fa7a67beed015c6e08697d488d46551e500c.tar.zst freebsd-ports-gnome-6760fa7a67beed015c6e08697d488d46551e500c.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)
Diffstat (limited to 'games/viruskiller')
-rw-r--r-- | games/viruskiller/Makefile | 47 | ||||
-rw-r--r-- | games/viruskiller/distinfo | 3 | ||||
-rw-r--r-- | games/viruskiller/files/patch-makefile | 55 | ||||
-rw-r--r-- | games/viruskiller/pkg-descr | 12 | ||||
-rw-r--r-- | games/viruskiller/pkg-plist | 16 |
5 files changed, 0 insertions, 133 deletions
diff --git a/games/viruskiller/Makefile b/games/viruskiller/Makefile deleted file mode 100644 index 0c205b242906..000000000000 --- a/games/viruskiller/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: viruskiller -# Date created: 13 Jul 2005 -# Whom: Alejandro Pulver <alejandro@varnet.biz> -# -# $FreeBSD$ -# - -PORTNAME= viruskiller -DISTVERSION= 1.0-1 -PORTREVISION= 2 -CATEGORIES= games -MASTER_SITES= GENTOO \ - http://www.amdmi3.ru/distfiles/ -MASTER_SITE_SUBDIR= distfiles - -MAINTAINER= alepulver@FreeBSD.org -COMMENT= An arcade game that relies on quick reflexes - -FETCH_BEFORE_ARGS+= -o ${DISTNAME}${EXTRACT_SUFX} - -USE_GMAKE= yes -USE_SDL= image mixer sdl ttf - -WRKSRC= ${WRKDIR}/${PORTNAME}-1.0 - -MAKEFILE= makefile - -post-patch: -# Fix Makefile - @${REINPLACE_CMD} -e 's|$$(PREFIX)/share/$$(PROG)|${DATADIR}| ; \ - s|$$(PREFIX)/share/doc/$$(PROG)|${DOCSDIR}| ; \ - 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}/src/*.cpp ${WRKSRC}/src/*.h - -.if !defined(NOPORTDOCS) -post-install: - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} - ${RM} ${DOCSDIR}/LICENSE -.endif - -.include <bsd.port.mk> diff --git a/games/viruskiller/distinfo b/games/viruskiller/distinfo deleted file mode 100644 index 6631ad904120..000000000000 --- a/games/viruskiller/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (viruskiller-1.0-1.tar.gz) = de7c78b3abdb4ff488943d78a94f5bb1 -SHA256 (viruskiller-1.0-1.tar.gz) = a2571ce17fd7a32cb455e89726a3b5d033053786440df776285fc61f3a9bd063 -SIZE (viruskiller-1.0-1.tar.gz) = 4402168 diff --git a/games/viruskiller/files/patch-makefile b/games/viruskiller/files/patch-makefile deleted file mode 100644 index 3fbb8f8af3c8..000000000000 --- a/games/viruskiller/files/patch-makefile +++ /dev/null @@ -1,55 +0,0 @@ ---- makefile.orig Sat May 21 14:03:45 2005 -+++ makefile Tue Jul 19 18:49:52 2005 -@@ -7,10 +7,9 @@ - RELEASE = 1 - USEPAK = 1 - --PREFIX=$(DESTDIR)/usr --BINDIR = $(PREFIX)/games/ --DATADIR = $(PREFIX)/share/games/parallelrealities/ --DOCDIR = $(PREFIX)/share/doc/$(PROG)-$(VERSION)-$(RELEASE)/ -+BINDIR = $(PREFIX)/bin/ -+DATADIR = $(PREFIX)/share/$(PROG)/ -+DOCDIR = $(PREFIX)/share/doc/$(PROG)/ - ICONDIR = $(PREFIX)/share/icons/ - KDE = $(PREFIX)/share/applnk/Games/Arcade/ - GNOME = $(PREFIX)/share/gnome/apps/Games/ -@@ -51,7 +50,7 @@ - PAKOBJS = CFileData.o pak.o - - # top-level rule to create the program. --all: $(PROG) pak -+all: $(PROG) pak buildpak - - # compiling other source files. - %.o: src/%.cpp src/%.h src/defs.h src/headers.h -@@ -73,23 +72,10 @@ - - # install - install: -- -- ./pak data gfx music sound $(PAKNAME) -- mkdir -p $(BINDIR) -+ $(BSD_INSTALL_PROGRAM) $(PROG) $(BINDIR)$(PROG) - mkdir -p $(DATADIR) -- mkdir -p $(DOCDIR) -- mkdir -p $(ICONDIR) -- mkdir -p $(ICONDIR)mini -- mkdir -p $(ICONDIR)large -- mkdir -p $(KDE) -- mkdir -p $(GNOME) -- -- strip $(PROG) -- install -o root -g games -m 755 $(PROG) $(BINDIR)$(PROG) -- install -o root -g games -m 644 $(PAKNAME) $(DATADIR)$(PAKNAME) -- cp $(DOCS) $(DOCDIR) -- cp $(ICONS)$(PROG).png $(ICONDIR) -- cp $(ICONS)$(PROG)-mini.png $(ICONDIR)mini/$(PROG).png -- cp $(ICONS)$(PROG)-large.png $(ICONDIR)large/$(PROG).png -- cp $(ICONS)$(PROG).desktop $(KDE) -- cp $(ICONS)$(PROG).desktop $(GNOME) -+ $(BSD_INSTALL_DATA) $(PAKNAME) $(DATADIR)$(PAKNAME) -+ mkdir -p $(PREFIX)/share/applications -+ $(BSD_INSTALL_DATA) $(ICONS)$(PROG).desktop $(PREFIX)/share/applications -+ mkdir -p $(PREFIX)/share/pixmaps -+ $(BSD_INSTALL_DATA) $(ICONS)$(PROG).png $(PREFIX)/share/pixmaps diff --git a/games/viruskiller/pkg-descr b/games/viruskiller/pkg-descr deleted file mode 100644 index 1dcc8f748d8f..000000000000 --- a/games/viruskiller/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Your computer has been invaded! Dozens of little viruses are pouring in via -security holes in Microsoft Internet Explorer, Microsoft Outlook, Microsoft -MSN Messenger and Microsoft Recycle Bin!! Using your trusty mouse you must -shoot the buggers before they can destroy your files! Some will steal them -from their home directories and take them back to their security hole. Others -will just eat them right there on the spot! See how long you and your computer -can survive the onslaught! - -WWW: http://www.parallelrealities.co.uk/virusKiller.php - -- Alejandro Pulver -alejandro@varnet.biz diff --git a/games/viruskiller/pkg-plist b/games/viruskiller/pkg-plist deleted file mode 100644 index 4a89f8d243f3..000000000000 --- a/games/viruskiller/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -bin/viruskiller -share/applications/viruskiller.desktop -share/pixmaps/viruskiller.png -%%DATADIR%%/viruskiller.pak -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/battery.png -%%PORTDOCS%%%%DOCSDIR%%/bomb.png -%%PORTDOCS%%%%DOCSDIR%%/clock.png -%%PORTDOCS%%%%DOCSDIR%%/manual.html -%%PORTDOCS%%%%DOCSDIR%%/title.png -%%PORTDOCS%%%%DOCSDIR%%/virus1.gif -%%PORTDOCS%%%%DOCSDIR%%/virus2.gif -%%PORTDOCS%%%%DOCSDIR%%/virus3.gif -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry share/applications |