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/

PR:		ports/96462
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
This commit is contained in:
Pav Lucistnik 2006-04-29 10:52:03 +00:00
parent e7997481e1
commit c46fbde3ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160736
9 changed files with 95 additions and 0 deletions

View file

@ -79,6 +79,7 @@
SUBDIR += clearsilver-python
SUBDIR += cocoon
SUBDIR += comclear
SUBDIR += conkeror
SUBDIR += coppermine
SUBDIR += crawl
SUBDIR += crp

34
www/conkeror/Makefile Normal file
View file

@ -0,0 +1,34 @@
# New ports collection makefile for: conkeror
# Date created: 27 April 2006
# Whom: Andrew Pantyukhin <infofarmer@gmail.com>
#
# $FreeBSD$
#
PORTNAME= conkeror
PORTVERSION= 0.30
DISTVERSIONPREFIX= firefox-
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZDEV}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX?=
MAINTAINER= infofarmer@gmail.com
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}
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>

3
www/conkeror/distinfo Normal file
View file

@ -0,0 +1,3 @@
MD5 (xpi/conkeror-firefox-0.30.xpi) = 9bd31964885f453c96772a383afc623a
SHA256 (xpi/conkeror-firefox-0.30.xpi) = 0b6ccb9a3baaa392d08f0bbac9c3e9eaddca2179194db846c62783b32aa9431a
SIZE (xpi/conkeror-firefox-0.30.xpi) = 55923

View file

@ -0,0 +1,2 @@
content conkeror jar:chrome/conkeror.jar!/conkeror/content/

8
www/conkeror/pkg-descr Normal file
View file

@ -0,0 +1,8 @@
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/

34
www/xpi-conkeror/Makefile Normal file
View file

@ -0,0 +1,34 @@
# New ports collection makefile for: conkeror
# Date created: 27 April 2006
# Whom: Andrew Pantyukhin <infofarmer@gmail.com>
#
# $FreeBSD$
#
PORTNAME= conkeror
PORTVERSION= 0.30
DISTVERSIONPREFIX= firefox-
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZDEV}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX?=
MAINTAINER= infofarmer@gmail.com
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}
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>

View file

@ -0,0 +1,3 @@
MD5 (xpi/conkeror-firefox-0.30.xpi) = 9bd31964885f453c96772a383afc623a
SHA256 (xpi/conkeror-firefox-0.30.xpi) = 0b6ccb9a3baaa392d08f0bbac9c3e9eaddca2179194db846c62783b32aa9431a
SIZE (xpi/conkeror-firefox-0.30.xpi) = 55923

View file

@ -0,0 +1,2 @@
content conkeror jar:chrome/conkeror.jar!/conkeror/content/

View file

@ -0,0 +1,8 @@
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/