diff options
Diffstat (limited to 'www/xpi-conkeror')
-rw-r--r-- | www/xpi-conkeror/Makefile | 35 | ||||
-rw-r--r-- | www/xpi-conkeror/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-conkeror/files/chrome.manifest | 2 | ||||
-rw-r--r-- | www/xpi-conkeror/pkg-descr | 8 |
4 files changed, 0 insertions, 48 deletions
diff --git a/www/xpi-conkeror/Makefile b/www/xpi-conkeror/Makefile deleted file mode 100644 index 5679ab66d6a8..000000000000 --- a/www/xpi-conkeror/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: conkeror -# Date created: 27 April 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= conkeror -PORTVERSION= 0.42 -PORTREVISION= 2 -DISTVERSIONPREFIX= firefox- -CATEGORIES= www -MASTER_SITES= MOZDEV -PKGNAMEPREFIX?= - -MAINTAINER= ports@FreeBSD.org -COMMENT= A completely keyboard driven browser based on firefox - -RUN_DEPENDS= ${CONK_APP}:${PORTSDIR}/www/${CONK_APP} - -CONK_ARGS= -chrome chrome://conkeror/content -CONK_APP?= ${PKGNAMEPREFIX}firefox -CONK_EXEC?= ${PKGNAMEPREFIX}${PORTNAME} -USE_XPI= ${CONK_APP} -PLIST_FILES= bin/${CONK_EXEC} -XPI_ID= {a79fe89b-6662-4ff4-8e88-09950ad4dfde} -XPI_FILES= chrome/conkeror.jar components/nsCrank.js install.rdf chrome.manifest -XPI_DIRS= chrome components - -post-install: - @${ECHO_CMD} exec `${WHICH} ${CONK_APP}` ${CONK_ARGS} > ${PREFIX}/bin/${CONK_EXEC} - @${CHMOD} 555 ${PREFIX}/bin/${CONK_EXEC} - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/www/xpi-conkeror/distinfo b/www/xpi-conkeror/distinfo deleted file mode 100644 index 7d36582f552d..000000000000 --- a/www/xpi-conkeror/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xpi/conkeror-firefox-0.42.xpi) = db3fd94485ced11e6a6685064a0c2e8e -SHA256 (xpi/conkeror-firefox-0.42.xpi) = 64bd54093b96ba5897a1180d3aeb56e48a6edf9b83750c5fb5675bfdb0d272de -SIZE (xpi/conkeror-firefox-0.42.xpi) = 62867 diff --git a/www/xpi-conkeror/files/chrome.manifest b/www/xpi-conkeror/files/chrome.manifest deleted file mode 100644 index 32155b6ff37d..000000000000 --- a/www/xpi-conkeror/files/chrome.manifest +++ /dev/null @@ -1,2 +0,0 @@ - -content conkeror jar:chrome/conkeror.jar!/conkeror/content/ diff --git a/www/xpi-conkeror/pkg-descr b/www/xpi-conkeror/pkg-descr deleted file mode 100644 index 2d3792ce2c5b..000000000000 --- a/www/xpi-conkeror/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Conkeror is a mozilla based web browser designed to be -completely keyboard driven, no compromises. It also -strives to behave as much like Emacs as possible. This -means all the keybindings and to-die-for features of -Emacs that can be imitated by a javascript/XUL web -browser Just Work. - -WWW: http://conkeror.mozdev.org/ |