diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2010-03-16 10:44:22 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2010-03-16 10:44:22 +0800 |
commit | 0630618a50214cc46beeb57c5bf52131c6f778be (patch) | |
tree | 5aa39d3fa4103bfe20093eb188852df76b19c8aa /www | |
parent | 746f2ba8c5dd898003d7519e143cf819ba09a6a4 (diff) | |
download | freebsd-ports-graphics-0630618a50214cc46beeb57c5bf52131c6f778be.tar.gz freebsd-ports-graphics-0630618a50214cc46beeb57c5bf52131c6f778be.tar.zst freebsd-ports-graphics-0630618a50214cc46beeb57c5bf52131c6f778be.zip |
- Remove www/cheetah. It is broken, unmaintained and not developed since 2001.
PR: 143839
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/cheetah/Makefile | 39 | ||||
-rw-r--r-- | www/cheetah/distinfo | 3 | ||||
-rw-r--r-- | www/cheetah/pkg-descr | 3 | ||||
-rw-r--r-- | www/cheetah/pkg-plist | 3 |
5 files changed, 0 insertions, 49 deletions
diff --git a/www/Makefile b/www/Makefile index df53573090d..de60c6a25f6 100644 --- a/www/Makefile +++ b/www/Makefile @@ -86,7 +86,6 @@ SUBDIR += cgiparse SUBDIR += cgiwrap SUBDIR += checkbot - SUBDIR += cheetah SUBDIR += chems SUBDIR += cherokee SUBDIR += chimera diff --git a/www/cheetah/Makefile b/www/cheetah/Makefile deleted file mode 100644 index e46215f3161..00000000000 --- a/www/cheetah/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: cheetah -# Date created: 06 May 2001 -# Whom: Yukihiro Nakai <nakai@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= cheetah -PORTVERSION= 0.10 -PORTREVISION= 7 -CATEGORIES= www -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= GTK+ based light-weight web browser - -LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png - -USE_GNOME= gtk12 -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -CONFLICTS= py??-cheetah-[0-9]* - -# XXX: when removing this port, don't forget to also remove needless -# CONFLICTS from devel/py-cheetah -BROKEN= crashes on loading any webpage -DEPRECATED= broken, unmaintained, development ceased in 2001 -EXPIRATION_DATE=2010-03-14 - -post-patch: - @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \ - s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/www/cheetah/distinfo b/www/cheetah/distinfo deleted file mode 100644 index 868d80b7f29..00000000000 --- a/www/cheetah/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (cheetah-0.10.tar.gz) = 31db149e2b555ae78928b7745058960b -SHA256 (cheetah-0.10.tar.gz) = b5e8f33a3010b36e6645991b02319ee00dba9fc292a5a69943282ac813c73563 -SIZE (cheetah-0.10.tar.gz) = 189375 diff --git a/www/cheetah/pkg-descr b/www/cheetah/pkg-descr deleted file mode 100644 index 2391bc07b7d..00000000000 --- a/www/cheetah/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -GTK+ based light-weight web browser - -WWW: http://cheetah.sourceforge.net/ diff --git a/www/cheetah/pkg-plist b/www/cheetah/pkg-plist deleted file mode 100644 index 9b1bd32abb9..00000000000 --- a/www/cheetah/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/cheetah -bin/color_hash -bin/html_hash |