diff options
author | sem <sem@FreeBSD.org> | 2004-08-20 23:19:19 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-08-20 23:19:19 +0800 |
commit | 34ad7a7536ec6b8b3d98a799dbac1b7ba4f12c9e (patch) | |
tree | 390a979040309d1550a09f02ca3f2f39acdd850b /misc | |
parent | 27d7eb580f8850aacfc094e457422c5bce05bd49 (diff) | |
download | freebsd-ports-gnome-34ad7a7536ec6b8b3d98a799dbac1b7ba4f12c9e.tar.gz freebsd-ports-gnome-34ad7a7536ec6b8b3d98a799dbac1b7ba4f12c9e.tar.zst freebsd-ports-gnome-34ad7a7536ec6b8b3d98a799dbac1b7ba4f12c9e.zip |
Remove the port misc/cheatah as it is abandoned by the upstream authors.
PR: ports/70702
Submitted by: maintainer
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/cheatah/Makefile | 35 | ||||
-rw-r--r-- | misc/cheatah/files/patch-cheatah.cpp | 11 | ||||
-rw-r--r-- | misc/cheatah/files/patch-cheatsig.cpp | 11 | ||||
-rw-r--r-- | misc/cheatah/pkg-descr | 8 |
5 files changed, 0 insertions, 66 deletions
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 <wvengen@stack.nl> -# -# $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 <bsd.port.mk> 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 <gbfplain.h> - #include <thmlplain.h> - #include <string.h> -+#include <assert.h> - - 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 <gtk/gtk.h> -+#include <assert.h> - #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 <wvengen@stack.nl> |