diff options
author | stas <stas@FreeBSD.org> | 2007-04-15 04:21:58 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-04-15 04:21:58 +0800 |
commit | ef5b222040db7543904999bc7e63f6aebacdd82a (patch) | |
tree | 48fd8be618ca1ef43a34eea1f0c26cf40bf706f3 /www | |
parent | 2e5be5482d9d0b9bc073e77c3535a7f282700019 (diff) | |
download | freebsd-ports-gnome-ef5b222040db7543904999bc7e63f6aebacdd82a.tar.gz freebsd-ports-gnome-ef5b222040db7543904999bc7e63f6aebacdd82a.tar.zst freebsd-ports-gnome-ef5b222040db7543904999bc7e63f6aebacdd82a.zip |
Vimperator is a free browser add-on for Firefox, which makes it look and behave
like the Vim text editor. It has similar key bindings, and you could call it
a modal webbrowser, as key bindings differ according to which mode you are in.
Author: Martin Stubenschrott
WWW: http://vimperator.mozdev.net/
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-vimperator/Makefile | 23 | ||||
-rw-r--r-- | www/xpi-vimperator/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-vimperator/pkg-descr | 6 |
4 files changed, 33 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index c3a0a3a2db55..19a8d3420315 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1266,6 +1266,7 @@ SUBDIR += xpi-unplug SUBDIR += xpi-urllink SUBDIR += xpi-videodownloader + SUBDIR += xpi-vimperator SUBDIR += xpi-web_developer SUBDIR += xpi-wmlbrowser SUBDIR += xpi-xmpp4moz diff --git a/www/xpi-vimperator/Makefile b/www/xpi-vimperator/Makefile new file mode 100644 index 000000000000..3bcbc7917f06 --- /dev/null +++ b/www/xpi-vimperator/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: xpi-vimperator +# Date created: 14 April 2007 +# Whom: stas +# +# $FreeBSD$ +# + +PORTNAME= vimperator +PORTVERSION= 0.2 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_MOZDEV} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= stas@FreeBSD.org +COMMENT= Vim look and feel for Firefox + +XPI_ID= {f9570b26-e246-4753-9b68-61aa95994237} +XPI_FILES= chrome/vimperator.jar chrome.manifest install.rdf TODO +XPI_DIRS= chrome + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-vimperator/distinfo b/www/xpi-vimperator/distinfo new file mode 100644 index 000000000000..09271adcb169 --- /dev/null +++ b/www/xpi-vimperator/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/vimperator_0.2.xpi) = 12a9b3470c65742634c6b2ad53f2e42e +SHA256 (xpi/vimperator_0.2.xpi) = b63ec4ed80d605107fe15f4e7e5c353ca528fec83ed49e94c9a8f75081dda0de +SIZE (xpi/vimperator_0.2.xpi) = 46436 diff --git a/www/xpi-vimperator/pkg-descr b/www/xpi-vimperator/pkg-descr new file mode 100644 index 000000000000..bb6ad35d1305 --- /dev/null +++ b/www/xpi-vimperator/pkg-descr @@ -0,0 +1,6 @@ +Vimperator is a free browser add-on for Firefox, which makes it look and behave +like the Vim text editor. It has similar key bindings, and you could call it +a modal webbrowser, as key bindings differ according to which mode you are in. + +Author: Martin Stubenschrott +WWW: http://vimperator.mozdev.net/ |