From 34ad7a7536ec6b8b3d98a799dbac1b7ba4f12c9e Mon Sep 17 00:00:00 2001 From: sem Date: Fri, 20 Aug 2004 15:19:19 +0000 Subject: Remove the port misc/cheatah as it is abandoned by the upstream authors. PR: ports/70702 Submitted by: maintainer --- misc/Makefile | 1 - misc/cheatah/Makefile | 35 ----------------------------------- misc/cheatah/files/patch-cheatah.cpp | 11 ----------- misc/cheatah/files/patch-cheatsig.cpp | 11 ----------- misc/cheatah/pkg-descr | 8 -------- 5 files changed, 66 deletions(-) delete mode 100644 misc/cheatah/Makefile delete mode 100644 misc/cheatah/files/patch-cheatah.cpp delete mode 100644 misc/cheatah/files/patch-cheatsig.cpp delete mode 100644 misc/cheatah/pkg-descr (limited to 'misc') diff --git a/misc/Makefile b/misc/Makefile index 0ce2bc0d9a58..e39d96a217b8 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -37,7 +37,6 @@ SUBDIR += c-hey SUBDIR += callid SUBDIR += cave - SUBDIR += cheatah SUBDIR += chef SUBDIR += chmlib SUBDIR += chord diff --git a/misc/cheatah/Makefile b/misc/cheatah/Makefile deleted file mode 100644 index 942553b6311c..000000000000 --- a/misc/cheatah/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: cheatah -# Date created: 11 June 2001 -# Whom: Willem van Engen -# -# $FreeBSD$ -# - -PORTNAME= cheatah -PORTVERSION= ${SWORD_PORTVERSION} -CATEGORIES= misc -MASTER_SITES= ${SWORD_MASTER_SITES} -MASTER_SITE_SUBDIR= ${SWORD_MASTER_SIZE_SUBDIR} -DISTNAME= ${SWORD_DISTNAME} - -MAINTAINER= wvengen@stack.nl -COMMENT= Temporary gtk GUI to the SWORD project - -LIB_DEPENDS= sword.1:${PORTSDIR}/misc/sword - -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gtk12 - -PLIST_FILES= bin/cheatah -WRKSRC= ${WRKDIR}/${DISTNAME}/apps/X11/cheatah - -.include "${.CURDIR}/../sword/Makefile.common" - -post-patch: - @${CHMOD} a+x ${WRKSRC}/configure - -post-install: - @${STRIP_CMD} ${PREFIX}/bin/cheatah - -.include diff --git a/misc/cheatah/files/patch-cheatah.cpp b/misc/cheatah/files/patch-cheatah.cpp deleted file mode 100644 index e6f07f99f7f3..000000000000 --- a/misc/cheatah/files/patch-cheatah.cpp +++ /dev/null @@ -1,11 +0,0 @@ -diff -ruN cheatah.cpp cheatah.cpp ---- cheatah.cpp Thu Feb 19 21:50:28 2004 -+++ cheatah.cpp Thu Feb 19 21:50:32 2004 -@@ -28,6 +28,7 @@ - #include - #include - #include -+#include - - using namespace sword; - using namespace std; diff --git a/misc/cheatah/files/patch-cheatsig.cpp b/misc/cheatah/files/patch-cheatsig.cpp deleted file mode 100644 index 05c786d36395..000000000000 --- a/misc/cheatah/files/patch-cheatsig.cpp +++ /dev/null @@ -1,11 +0,0 @@ -iff -ruN cheatsig.cpp cheatsig.cpp ---- cheatsig.cpp Thu Feb 19 21:50:28 2004 -+++ cheatsig.cpp Thu Feb 19 21:50:39 2004 -@@ -20,6 +20,7 @@ - */ - - #include -+#include - #include "cheatah.h" - #include "cheatsig.h" - diff --git a/misc/cheatah/pkg-descr b/misc/cheatah/pkg-descr deleted file mode 100644 index 72f5483ffd62..000000000000 --- a/misc/cheatah/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This is the temporary gtk GUI to The SWORD Project. It is called cheatah -because it is a fast lookup and search utility for SWORD modules. It is -mispelled because it is a 'cheater' interface meant to hold over *n*x users -until we can build a full featured GUI! :) - -WWW: http://www.crosswire.org/ - -- Willem van Engen -- cgit