From a2e5cc367fefea1f631350fe4889c069382fab85 Mon Sep 17 00:00:00 2001 From: sem Date: Mon, 22 Apr 2013 16:33:38 +0000 Subject: - Remove sysutils/grub and depended sysutils/kgrubeditor, games/grubinvaders ports. Grub is broken and obsolated by developers. Approved by: Veniamin Gvozdikov (maintainer of kgrubeditor port) --- games/grubinvaders/Makefile | 34 --------------------------------- games/grubinvaders/distinfo | 2 -- games/grubinvaders/files/Makefile | 20 ------------------- games/grubinvaders/files/pkg-message.in | 6 ------ games/grubinvaders/pkg-descr | 3 --- games/grubinvaders/pkg-plist | 4 ---- 6 files changed, 69 deletions(-) delete mode 100644 games/grubinvaders/Makefile delete mode 100644 games/grubinvaders/distinfo delete mode 100644 games/grubinvaders/files/Makefile delete mode 100644 games/grubinvaders/files/pkg-message.in delete mode 100644 games/grubinvaders/pkg-descr delete mode 100644 games/grubinvaders/pkg-plist (limited to 'games') diff --git a/games/grubinvaders/Makefile b/games/grubinvaders/Makefile deleted file mode 100644 index c9b231089f62..000000000000 --- a/games/grubinvaders/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: grubinvaders -# Date created: 13 April 2002 -# Whom: Chris D. Faulhaber -# -# $FreeBSD$ -# - -PORTNAME= grubinvaders -PORTVERSION= 1.0.0 -CATEGORIES= games -MASTER_SITES= http://www.erikyyy.de/invaders/ -DISTNAME= invaders-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A multi boot compliant game for i386 - -RUN_DEPENDS= ${LOCALBASE}/sbin/grub:${PORTSDIR}/sysutils/grub - -MAKEFILE= ${FILESDIR}/Makefile -ONLY_FOR_ARCHS= i386 -STRIP= -WRKSRC= ${WRKDIR}/invaders -ALL_TARGET= clean all -SUB_FILES= pkg-message - -do-install: - ${MKDIR} ${DATADIR} -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} -.endif - ${INSTALL_PROGRAM} ${WRKSRC}/invaders ${DATADIR} - -.include diff --git a/games/grubinvaders/distinfo b/games/grubinvaders/distinfo deleted file mode 100644 index 80f30fe2c399..000000000000 --- a/games/grubinvaders/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (invaders-1.0.0.tar.gz) = 304c8b0f82eaec54b07250b0f39886e1d9fa23c48075213bf87c8f375781a845 -SIZE (invaders-1.0.0.tar.gz) = 17817 diff --git a/games/grubinvaders/files/Makefile b/games/grubinvaders/files/Makefile deleted file mode 100644 index 19d559badcfd..000000000000 --- a/games/grubinvaders/files/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -CFLAGS+=-fno-builtin -nostdinc -I. -Wall -LDFLAGS+=-nostdlib -Wl,-N -Wl,-Ttext -Wl,100000 - -PROG= invaders -OBJS= boot.o common.o kernel.o keyboard.o video.o game.o sound.o \ - delay.o memory.o - -all: ${PROG} - -${PROG}: ${PROG}.exec - objcopy -O binary invaders.exec invaders - -${PROG}.exec: ${OBJS} - ${CC} ${LDFLAGS} -o ${PROG}.exec ${OBJS} - -clean: - rm -f ${OBJS} ${PROG} - diff --git a/games/grubinvaders/files/pkg-message.in b/games/grubinvaders/files/pkg-message.in deleted file mode 100644 index f19da57bb97d..000000000000 --- a/games/grubinvaders/files/pkg-message.in +++ /dev/null @@ -1,6 +0,0 @@ ------------------------------------------------------------- - -See %%DATADIR%%/README for instructions on -installing grubinvaders with grub. - ------------------------------------------------------------- diff --git a/games/grubinvaders/pkg-descr b/games/grubinvaders/pkg-descr deleted file mode 100644 index 5899ce7b60b1..000000000000 --- a/games/grubinvaders/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -grubinvaders, a multi boot compliant game for i386. - -WWW: http://www.erikyyy.de/invaders/ diff --git a/games/grubinvaders/pkg-plist b/games/grubinvaders/pkg-plist deleted file mode 100644 index bda635ac0640..000000000000 --- a/games/grubinvaders/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%PORTDOCS%%%%DOCSDIR%%/README -%%DATADIR%%/invaders -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%% -- cgit