---
name: xpi-grab_and_drag
version: 2.7.6
origin: www/xpi-grab_and_drag
comment: Adobe Acrobat-style grab and drag scrolling
arch: freebsd:9:x86:64
www: http://grabanddrag.mozdev.org/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 167855
desc: |
  Enables Adobe Acrobat-style grab and drag scrolling,
  Flick gestures, and Momentum scrolling in Firefox,
  Thunderbird, and Flock. The extension is easily toggled
  on and off for text selection and has a variety of
  customization options suitable for both mouse- and
  pen-based navigation.

  WWW: http://grabanddrag.mozdev.org/
categories: [www]
files:
  /usr/local/lib/xpi/{477c4c36-24eb-11da-94d4-00e08161165f}/chrome.manifest: cd88d0d2c9757a5d141fb5b45015cd8de922e60f9727dd4f2fddc6a2c183e309
  /usr/local/lib/xpi/{477c4c36-24eb-11da-94d4-00e08161165f}/chrome/grabanddrag.jar: 0f4d59d843f3f1456cbbd0a39825dc399e08c5e25e0a63681ca8ae5aa9ea478e
  /usr/local/lib/xpi/{477c4c36-24eb-11da-94d4-00e08161165f}/defaults/preferences/gadDefaults.js: 5bb20e1e742ab990088e09fbb249ecc085379222f95e343a25e2ea9eec36a291
  /usr/local/lib/xpi/{477c4c36-24eb-11da-94d4-00e08161165f}/icon.png: 6e825bb52fac6837489d0b02fcd201db0eb6dd77a55fc92c88c37227ed41fae0
  /usr/local/lib/xpi/{477c4c36-24eb-11da-94d4-00e08161165f}/install.rdf: e30851eee2e7ec9f33cd0e31d90c075cce4a24c9b555b1da309bd13c3b667b4d
  /usr/local/lib/xpi/{477c4c36-24eb-11da-94d4-00e08161165f}/license.txt: 9d9e0c2868d133e3e57a718ff374bb785bca76e46d4ed2d4d4036253ac64c6b0
directories:
  /usr/local/lib/xpi/{477c4c36-24eb-11da-94d4-00e08161165f}/defaults/preferences/: n
  /usr/local/lib/xpi/{477c4c36-24eb-11da-94d4-00e08161165f}/defaults/: n
  /usr/local/lib/xpi/{477c4c36-24eb-11da-94d4-00e08161165f}/chrome/: n
  /usr/local/lib/xpi/{477c4c36-24eb-11da-94d4-00e08161165f}/: n
  /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/: 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/{477c4c36-24eb-11da-94d4-00e08161165f} $_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/{477c4c36-24eb-11da-94d4-00e08161165f} ; }
