Hi,

Update for Xombrero to 1.1.0 with this changes:

* [NEW] Custom keybound prompts (keybinding = :cmd,key)
* [NEW] Custom uri handling (custom_uri)
* [NEW] Custom command aliases (cmd_alias)
* [NEW] Link to edit configuration from about:about
* [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? Comments?
-- 
Sending from my VCR.

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/xombrero/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile    7 Jun 2012 14:18:14 -0000       1.1.1.1
+++ Makefile    4 Jul 2012 21:16:36 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.1.1.1 2012/06/07 14:18:14 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 java
 
 MASTER_SITES=          http://opensource.conformal.com/snapshots/xombrero/
 
-LIB_DEPENDS=           www/webkit>=1.6.1v0
+LIB_DEPENDS=           www/webkit>=1.8.0
 RUN_DEPENDS=           devel/desktop-file-utils
 
 EXTRACT_SUFX=          .tgz
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/xombrero/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    7 Jun 2012 14:18:14 -0000       1.1.1.1
+++ distinfo    4 Jul 2012 21:16:36 -0000
@@ -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

Reply via email to