---
name: xpi-jv
version: 0.51
origin: www/xpi-jv
comment: A lightweight vim-like editor for textareas
arch: freebsd:9:x86:64
www: http://code.google.com/p/jv-extension/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 54742
desc: "This extension makes all html textareas into a very\nstripped-down version
  of Vi[m]. It's modal, supports\ninfinite undo, has register support, search, visual\nmode,
  and various movement and editing commands\nThere's a lot yet to implement, but I've
  tried to\ncover all the basics that you'd use every day to type\nan email, edit
  a wiki page, etc. That being said,\nyou'll note that the version number hasn't hit
  1.0\nyet.\n\nIf you like the power of ItsAllText, but want something\na bit lighter-weight,
  give it a try. \n\nWWW: http://code.google.com/p/jv-extension/\n"
categories: [www]
files:
  /usr/local/lib/xpi/jv@eric.uhrhane/chrome.manifest: 15bf9a10805f865838ad64ed2fc0a537d54ad816ee5e2663f4980ffc34fca118
  /usr/local/lib/xpi/jv@eric.uhrhane/chrome/jv.jar: 6c8fd454f820f0961c66f6a7c307302eb34181ae3157fe49b0f5890b60f8d6cc
  /usr/local/lib/xpi/jv@eric.uhrhane/defaults/preferences/prefs.js: b5c71ecd98180218f2837be65593c6daf037f85b39df01cc82811a98f4c15214
  /usr/local/lib/xpi/jv@eric.uhrhane/install.rdf: a8f99637d01ba9e933b0b8b47e9290c14e1198da8ffdc77e95c58c860f43de8b
directories:
  /usr/local/lib/xpi/symlinks/thunderbird3/: y
  /usr/local/lib/xpi/symlinks/thunderbird/: y
  /usr/local/lib/xpi/symlinks/seamonkey2/: y
  /usr/local/lib/xpi/symlinks/seamonkey/: y
  /usr/local/lib/xpi/symlinks/linux-thunderbird/: y
  /usr/local/lib/xpi/symlinks/linux-seamonkey/: y
  /usr/local/lib/xpi/symlinks/linux-firefox/: y
  /usr/local/lib/xpi/symlinks/linux-firefox-devel/: y
  /usr/local/lib/xpi/symlinks/firefox3/: y
  /usr/local/lib/xpi/symlinks/firefox/: y
  /usr/local/lib/xpi/symlinks/: y
  /usr/local/lib/xpi/jv@eric.uhrhane/defaults/preferences/: n
  /usr/local/lib/xpi/jv@eric.uhrhane/defaults/: n
  /usr/local/lib/xpi/jv@eric.uhrhane/chrome/: n
  /usr/local/lib/xpi/jv@eric.uhrhane/: n
  /usr/local/lib/xpi/: y
scripts:
  post-install: |
    install -d /usr/local/lib/xpi/symlinks/firefox /usr/local/lib/xpi/symlinks/firefox3 /usr/local/lib/xpi/symlinks/linux-firefox /usr/local/lib/xpi/symlinks/linux-firefox-devel /usr/local/lib/xpi/symlinks/thunderbird /usr/local/lib/xpi/symlinks/thunderbird3 /usr/local/lib/xpi/symlinks/linux-thunderbird /usr/local/lib/xpi/symlinks/seamonkey /usr/local/lib/xpi/symlinks/seamonkey2 /usr/local/lib/xpi/symlinks/linux-seamonkey
    for _dir in /usr/local/lib/*firefox*/extensions /usr/local/lib/*thunderbird*/extensions /usr/local/lib/*seamonkey*/extensions /usr/local/lib/xpi/symlinks/*firefox* /usr/local/lib/xpi/symlinks/*thunderbird* /usr/local/lib/xpi/symlinks/*seamonkey* ; { /bin/ln -sf /usr/local/lib/xpi/jv@eric.uhrhane $_dir/ 2>/dev/null || true; }
  pre-deinstall: |
    for _dir in /usr/local/lib/*firefox*/extensions /usr/local/lib/*thunderbird*/extensions /usr/local/lib/*seamonkey*/extensions /usr/local/lib/xpi/symlinks/*firefox* /usr/local/lib/xpi/symlinks/*thunderbird* /usr/local/lib/xpi/symlinks/*seamonkey* ; { /bin/rm -f $_dir/jv@eric.uhrhane ; }
