Add xpi-jv 0.50, is a lightweight vim-like editor

for textareas.

WWW: http://code.google.com/p/jv-extension/
This commit is contained in:
Norikatsu Shigemura 2009-04-26 07:15:27 +00:00
parent 9b4b431219
commit 55dd7fa614
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232758
4 changed files with 77 additions and 0 deletions

View File

@ -1661,6 +1661,7 @@
SUBDIR += xpi-jiwaonwooztalk
SUBDIR += xpi-joga
SUBDIR += xpi-jsview
SUBDIR += xpi-jv
SUBDIR += xpi-lastfmonwooztalk
SUBDIR += xpi-leechblock
SUBDIR += xpi-linkification

59
www/xpi-jv/Makefile Normal file
View File

@ -0,0 +1,59 @@
# New ports collection makefile for: xpi-jv
# Date created: 2009-04-26
# Whom: Norikatsu Shigemura <nork@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= jv
PORTVERSION= 0.50
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= nork@FreeBSD.org
COMMENT= A lightweight vim-like editor for textareas
XPI_NUM= 8529
XPI_ID= jv@eric.uhrhane
XPI_FILES= chrome.manifest chrome/jv.jar \
defaults/preferences/prefs.js \
install.rdf \
jv@eric.uhrhane/chrome.manifest \
jv@eric.uhrhane/content/about.js \
jv@eric.uhrhane/content/about.xul \
jv@eric.uhrhane/content/jv.js \
jv@eric.uhrhane/content/overlay.js \
jv@eric.uhrhane/content/overlay.xul \
jv@eric.uhrhane/content/queue.js \
jv@eric.uhrhane/content/settings.js \
jv@eric.uhrhane/content/settings.xul \
jv@eric.uhrhane/content/sharedsettings.js \
jv@eric.uhrhane/content/util.js \
jv@eric.uhrhane/defaults/preferences/prefs.js \
jv@eric.uhrhane/install.rdf \
jv@eric.uhrhane/locale/en-US/about.dtd \
jv@eric.uhrhane/locale/en-US/overlay.dtd \
jv@eric.uhrhane/locale/en-US/settings.dtd \
jv@eric.uhrhane/skin/about.css \
jv@eric.uhrhane/skin/about.png \
jv@eric.uhrhane/skin/overlay.css \
jv@eric.uhrhane/skin/settings.css \
jv@eric.uhrhane/skin/statusbar-active.png \
jv@eric.uhrhane/skin/statusbar-inactive.png \
jv@eric.uhrhane/skin/statusbar-locally-inactive.png \
jv@eric.uhrhane/skin/statusbar-other.png
XPI_DIRS= chrome \
defaults/preferences defaults \
jv@eric.uhrhane/content \
jv@eric.uhrhane/defaults/preferences \
jv@eric.uhrhane/defaults \
jv@eric.uhrhane/locale/en-US \
jv@eric.uhrhane/locale \
jv@eric.uhrhane/skin \
jv@eric.uhrhane
post-extract:
@${RM} ${WRKSRC}/jv@eric.uhrhane/.install.rdf.swp
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>

3
www/xpi-jv/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (xpi/jv-0.50-fx.xpi) = 904df1fc0155e2787a2b7532cd6b5de9
SHA256 (xpi/jv-0.50-fx.xpi) = 846b22ef97b8eda4e48b659bdf72c803893b61aaca0c2cc3b0580ef1b4b5e1fd
SIZE (xpi/jv-0.50-fx.xpi) = 108380

14
www/xpi-jv/pkg-descr Normal file
View File

@ -0,0 +1,14 @@
This extension makes all html textareas into a very
stripped-down version of Vi[m]. It's modal, supports
infinite undo, has register support, search, visual
mode, and various movement and editing commands
There's a lot yet to implement, but I've tried to
cover all the basics that you'd use every day to type
an email, edit a wiki page, etc. That being said,
you'll note that the version number hasn't hit 1.0
yet.
If you like the power of ItsAllText, but want something
a bit lighter-weight, give it a try.
WWW: http://code.google.com/p/jv-extension/