summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2008-11-13 21:31:28 +0000
committersnj <snj@pkgsrc.org>2008-11-13 21:31:28 +0000
commit7cf8e05a316a73bd09c40faf05552e0635db1a91 (patch)
tree9ae794944c0676fd5db2b108b946a4a46c0bfb9e /www
parent6dd005a0d0241c954a1ff0db4229a1c83373643f (diff)
downloadpkgsrc-7cf8e05a316a73bd09c40faf05552e0635db1a91.tar.gz
Kill www/grail, which has been dead for many years now. This execution
blessed by tsarna@.
Diffstat (limited to 'www')
-rw-r--r--www/Makefile3
-rw-r--r--www/grail/DESCR3
-rw-r--r--www/grail/Makefile42
-rw-r--r--www/grail/PLIST.pre2
-rw-r--r--www/grail/distinfo5
-rw-r--r--www/grail/files/grail4
6 files changed, 1 insertions, 58 deletions
diff --git a/www/Makefile b/www/Makefile
index 2b9a2ea2497..5d108f83ae7 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.605 2008/11/12 09:12:37 martti Exp $
+# $NetBSD: Makefile,v 1.606 2008/11/13 21:31:28 snj Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -125,7 +125,6 @@ SUBDIR+= galway
SUBDIR+= ganglia-webfrontend
SUBDIR+= geeklog
SUBDIR+= gitweb
-SUBDIR+= grail
SUBDIR+= gtkasp2php
SUBDIR+= gtkhtml314
SUBDIR+= haskell-cgi
diff --git a/www/grail/DESCR b/www/grail/DESCR
deleted file mode 100644
index ec08e06c35c..00000000000
--- a/www/grail/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-Grail(TM) is a web browser written in Python, an object-oriented
-scripting language. Grail is from the Center for National Research
-Initiatives. See share/misc/grail-0.6/LICENSE for the license terms.
diff --git a/www/grail/Makefile b/www/grail/Makefile
deleted file mode 100644
index cc6fa8db36f..00000000000
--- a/www/grail/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# $NetBSD: Makefile,v 1.26 2007/10/06 00:16:28 joerg Exp $
-#
-
-DISTNAME= grail-0.6
-PKGREVISION= 3
-CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grail/}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= tsarna@NetBSD.org
-HOMEPAGE= http://grail.sourceforge.net/
-COMMENT= Grail(TM) is a web browser written in Python
-
-NO_BUILD= yes
-
-GRAILDIR= share/misc/grail-0.6
-PLIST_SRC= ${WRKDIR}/.PLIST_SRC
-PYTHON_VERSIONS_ACCEPTED= 15
-
-REPLACE_PYTHON= grsh.py
-
-INSTALLATION_DIRS= bin share/misc
-
-do-configure:
-
-do-install:
- ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC}
- ${SED} -e "s,@PREFIX@,${PREFIX}," \
- -e "s,@GRAILDIR@,${GRAILDIR}," \
- -e "s,@PYTHONBIN@,${PYTHONBIN}," \
- <${FILESDIR}/grail >${PREFIX}/bin/grail
- ${CHMOD} 555 ${PREFIX}/bin/grail
- ${CP} -R ${WRKSRC} ${PREFIX}/${GRAILDIR}
- ${PYTHONBIN} ${PREFIX}/lib/python${PYVERSSUFFIX}/compileall.py \
- ${PREFIX}/${GRAILDIR}
- (cd ${PREFIX}; ${FIND} ${GRAILDIR} -type f -print >>${PLIST_SRC})
- (cd ${PREFIX}; ${FIND} -d ${GRAILDIR} -type d -print | \
- ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC})
-
-.include "../../lang/python/application.mk"
-.include "../../x11/py-Tk/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/grail/PLIST.pre b/www/grail/PLIST.pre
deleted file mode 100644
index 517660a11ce..00000000000
--- a/www/grail/PLIST.pre
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST.pre,v 1.1 2001/11/01 02:24:59 zuntum Exp $
-bin/grail
diff --git a/www/grail/distinfo b/www/grail/distinfo
deleted file mode 100644
index 693dda6b966..00000000000
--- a/www/grail/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 14:08:31 wiz Exp $
-
-SHA1 (grail-0.6.tgz) = d32e0d79cb0017d170734b49a11118beca24d150
-RMD160 (grail-0.6.tgz) = fd37d2d4a35714625d8bd7561adb96a20b349613
-Size (grail-0.6.tgz) = 385126 bytes
diff --git a/www/grail/files/grail b/www/grail/files/grail
deleted file mode 100644
index a53e32db0a8..00000000000
--- a/www/grail/files/grail
+++ /dev/null
@@ -1,4 +0,0 @@
-#! /bin/sh
-# $NetBSD: grail,v 1.2 2002/01/29 19:25:54 drochner Exp $
-exec @PYTHONBIN@ \
- @PREFIX@/@GRAILDIR@/grail.pyc ${1+"$@"}