upgrade for port

On 08/03/11 18:10, Marco Peereboom wrote:
In order to celebrate ports-lock I have the first submission for
ports-unlock :-)

* allow files as bookmarks
* add a new tab bar that looks and acts like jumanji
* gtk3 compatibility
* add a mechanism to run external scripts when a hot key is pressed
* add support for IP addresses in whitelists
* add buffer command ala vi
* add multi character commands (gg 0G etc)
* fix socket when multiple browsers were opened
* enhance zoom support
* add more navigation commands
* add quickmarks
* fix xxxterm and xterm clipboard interaction issues
* add lots of new items to status bar and make it user settable
* add marks on page ala vi (ma 'a etc)
* lots of little bug fixes and nits

http://opensource.conformal.com/snapshots/xxxterm/xxxterm-1.471.tgz


--
Sending from my Computer.
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/xxxterm/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile    18 Jul 2011 19:48:39 -0000      1.20
+++ Makefile    4 Aug 2011 13:30:36 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.20 2011/07/18 19:48:39 kili Exp $
 
 COMMENT =              vi-like minimalists web browser
-DISTNAME =             xxxterm-1.425
+DISTNAME =             xxxterm-1.471
 CATEGORIES =           www
 
 HOMEPAGE =             http://opensource.conformal.com/wiki/XXXTerm
@@ -44,6 +44,8 @@
        ${INSTALL_DATA_DIR} ${PREFIX}/share/xxxterm/
        ${INSTALL_DATA} ${WRKSRC}/xxxtermicon*.png ${PREFIX}/share/xxxterm/
        ${INSTALL_DATA} ${WRKSRC}/style.css ${PREFIX}/share/xxxterm/
+       ${INSTALL_DATA} ${WRKSRC}/playflash.sh ${PREFIX}/share/xxxterm/
+       ${INSTALL_DATA} ${WRKSRC}/quickmarks ${PREFIX}/share/xxxterm/
        ${INSTALL_DATA_DIR} ${PREFIX}/share/applications/
        ${SUBST_CMD} -o ${SHAREOWN} -g ${SHAREGRP} \
                -c ${WRKSRC}/xxxterm.desktop \
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/xxxterm/distinfo,v
retrieving revision 1.12
diff -u -r1.12 distinfo
--- distinfo    18 Jul 2011 19:48:39 -0000      1.12
+++ distinfo    4 Aug 2011 13:30:36 -0000
@@ -1,5 +1,5 @@
-MD5 (xxxterm-1.425.tgz) = jpsTzrHjy32wfCCl98bKtg==
-RMD160 (xxxterm-1.425.tgz) = AZID10o1yZ9wwXINinFXuAuwWX0=
-SHA1 (xxxterm-1.425.tgz) = coa7Kbmje2Q8xBHsbRZpKGIUpF8=
-SHA256 (xxxterm-1.425.tgz) = B665qTwPRuICK7v/LGKmjgk3oP/Uo1jwEhVRroS71ys=
-SIZE (xxxterm-1.425.tgz) = 150138
+MD5 (xxxterm-1.471.tgz) = jABA8Ca/Bx6AMcFuZ3E9Xw==
+RMD160 (xxxterm-1.471.tgz) = 5FtHHo4Wmk/HOqXLFVdjmRVG8pk=
+SHA1 (xxxterm-1.471.tgz) = 1uIdEjwtGgCGlNdO0t+kPCA6m6w=
+SHA256 (xxxterm-1.471.tgz) = yf7pZcrJMccIGjDjj3j5H+LOaqR3zaPXi3OdDEhdr8Y=
+SIZE (xxxterm-1.471.tgz) = 154100
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/xxxterm/pkg/PLIST,v
retrieving revision 1.4
diff -u -r1.4 PLIST
--- pkg/PLIST   7 Jul 2011 20:25:50 -0000       1.4
+++ pkg/PLIST   4 Aug 2011 13:30:36 -0000
@@ -6,6 +6,8 @@
 share/examples/xxxterm/favorites
 share/examples/xxxterm/xxxterm.conf
 share/xxxterm/
+share/xxxterm/playflash.sh
+share/xxxterm/quickmarks
 share/xxxterm/style.css
 share/xxxterm/xxxtermicon.png
 share/xxxterm/xxxtermicon128.png

Reply via email to