Project moved to Sourceforge, so update MASTER_SITES and WWW accordingly. Also

replace two-tab indentation with more common single-tab.
This commit is contained in:
Maxim Sobolev 2000-11-23 18:45:28 +00:00
parent 1cf4623c67
commit be9bdf169f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35384
2 changed files with 15 additions and 15 deletions

View File

@ -5,21 +5,22 @@
# $FreeBSD$
#
PORTNAME= grail
PORTVERSION= 0.6
CATEGORIES= www python
MASTER_SITES= http://grail.cnri.reston.va.us/grail/source/
DISTFILES= ${PORTNAME}-06.tgz
PORTNAME= grail
PORTVERSION= 0.6
CATEGORIES= www python
MASTER_SITES= http://grail.sourceforge.net/source/ \
http://grail.cnri.reston.va.us/grail/source/
DISTFILES= ${PORTNAME}-06.tgz
MAINTAINER= nectar@freebsd.org
MAINTAINER= nectar@freebsd.org
USE_PYTHON= yes
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
USE_PYTHON= yes
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
GRAILSUBDIR= share/grail
GRAILDIR= ${PREFIX}/${GRAILSUBDIR}
DIRS_CMD= ${SED} -e '/^@dirrm/bok' -e 'D' -e ':ok' -e 's,@dirrm ,,' < ${PLIST}
FILES_CMD= ${SED} -e '/^share\//bok' -e 'D' -e ':ok' -e 's,${GRAILSUBDIR}/,,' < ${PLIST}
GRAILSUBDIR= share/grail
GRAILDIR= ${PREFIX}/${GRAILSUBDIR}
DIRS_CMD= ${SED} -e '/^@dirrm/bok' -e 'D' -e ':ok' -e 's,@dirrm ,,' < ${PLIST}
FILES_CMD= ${SED} -e '/^share\//bok' -e 'D' -e ':ok' -e 's,${GRAILSUBDIR}/,,' < ${PLIST}
FIND?=find
PYTHON?=python

View File

@ -1,5 +1,3 @@
From http://grail.cnri.reston.va.us/grail/
Grail is an extensible Internet browser. It supports the
protocols and file formats commonly found on the World-Wide
Web, such as HTTP, FTP, and HTML, but, unlike most browsers,
@ -18,5 +16,6 @@ From http://grail.cnri.reston.va.us/grail/
there are now stable ports of Tk to those platforms. (You need
a lot of RAM though.)
WWW: http://grail.sourceforge.net/
Jacques Vidrine <n@nectar.com>
WWW: http://grail.cnri.reston.va.us/grail/