GTK+ based light-weight web browser.
Still it just can only show its simple test.htm and in experimental level.
This commit is contained in:
parent
d7bf89e72e
commit
12cb60cf66
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42294
6 changed files with 34 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
|||
SUBDIR += cgiparse
|
||||
SUBDIR += cgiwrap
|
||||
SUBDIR += checkbot
|
||||
SUBDIR += cheetah
|
||||
SUBDIR += chimera
|
||||
SUBDIR += chimera2
|
||||
SUBDIR += comclear
|
||||
|
|
25
www/cheetah/Makefile
Normal file
25
www/cheetah/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: cheetah
|
||||
# Date created: 06 May 2001
|
||||
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cheetah
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= cheetah
|
||||
|
||||
MAINTAINER= nakai@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.4:${PORTSDIR}/graphics/png
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GTK= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/cheetah/distinfo
Normal file
1
www/cheetah/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (cheetah-0.05.tar.gz) = 1a6141feec5ef26fb69711765435f834
|
1
www/cheetah/pkg-comment
Normal file
1
www/cheetah/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
GTK+ based light-weight web browser
|
3
www/cheetah/pkg-descr
Normal file
3
www/cheetah/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
GTK+ based light-weight web browser
|
||||
|
||||
Web: http://cheetah.sourceforge.net/
|
3
www/cheetah/pkg-plist
Normal file
3
www/cheetah/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
bin/cheetah
|
||||
bin/color_hash
|
||||
bin/html_hash
|
Loading…
Reference in a new issue