Update for Xombrero to 1.1.0 with this changes:

* [NEW] Custom keybound prompts (keybinding = :cmd,key)
* [NEW] Custom uri handling (custom_uri)
* [NEW] Setting to disable proxy at startup (http_proxy_disable)
* [NEW] Setting to cache HTTPS certificates and present warnings when
  certificates change to help prevent MITM attacks (warn_cert_changes)
* [NEW] Tab number and proxy enabled notifications (statusbar_elems)
* [NEW] Setting to change default stylesheet used for the userstyle
  and userstyle_global commands (usersytle)
* [NEW] Both userstyle and userstyle_global commands may take an
  optional argument to a user-specified stylesheet
* [NEW] Setting to change the style of the statusbar to switch between
  the page URL and title (statusbar_style)
* Runtime settings are unsettable with ':set setting ='
* Fix some display bugs with the statusbar
* HTML escape text before displaying with about:set, <file> now shows
  correctly
* Fix unsetting the statusbar color when opening the command prompt

And a lot of others.

Tested on amd64.

Ok kili@ aja@
This commit is contained in:
gonzalo 2012-07-08 21:27:42 +00:00
parent e6cdd4e74c
commit ae5fbe7bde
2 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/06/07 14:18:14 gonzalo Exp $
# $OpenBSD: Makefile,v 1.2 2012/07/08 21:27:42 gonzalo Exp $
COMMENT= vi-like minimalists web browser
DISTNAME= xombrero-1.0.0
DISTNAME= xombrero-1.1.0
CATEGORIES= www
EPOCH= 1
@ -28,7 +28,7 @@ WANTLIB += xcb xcb-render xcb-shm z javascriptcoregtk-1.0
MASTER_SITES= http://opensource.conformal.com/snapshots/xombrero/
LIB_DEPENDS= www/webkit>=1.6.1v0
LIB_DEPENDS= www/webkit>=1.8.0v0
RUN_DEPENDS= devel/desktop-file-utils
EXTRACT_SUFX= .tgz

View File

@ -1,5 +1,5 @@
MD5 (xombrero-1.0.0.tgz) = xctWoQb23zlbwdMjuQ4tFg==
RMD160 (xombrero-1.0.0.tgz) = AwAoyKEkmmATpxtwH3rOo7kMhwk=
SHA1 (xombrero-1.0.0.tgz) = j244eaYf687BBKg1e0eg5PlQ9iI=
SHA256 (xombrero-1.0.0.tgz) = RvvBlTR2Y5yE2qj475BrbwVAcWgP3xynKuV5oHuimlg=
SIZE (xombrero-1.0.0.tgz) = 229171
MD5 (xombrero-1.1.0.tgz) = o6dyd5f3u1rrEq9UIJMCHQ==
RMD160 (xombrero-1.1.0.tgz) = fDqH8GcLhD88G5pMzCKpDxaUVb8=
SHA1 (xombrero-1.1.0.tgz) = DbuONFX5TTgfEZyKCfnpPjmOSbU=
SHA256 (xombrero-1.1.0.tgz) = yl4bvxSgLAcEZT/O+pIpEkz1sK+dhL+upw06n0Sq1D8=
SIZE (xombrero-1.1.0.tgz) = 239758