---
name: xpi-urllink
version: 2.03.3
origin: www/xpi-urllink
comment: Select a non-URL and open it in a browser window
arch: freebsd:9:x86:64
www: http://www.fnxweb.com/software-mozilla
maintainer: miwi@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 120746
desc: |
  URL Link is a small extension that allows you to select a non-URL in a
  mail/news message or web-page, and open it in a browser window.

  For emails, it reconnects links in emails which have been broken across
  several lines, and also replaces spaces with the URL character code %2520
  so that you may follow emailed network 'file:' links (which it auto-
  detects from Windows X: or servdir references).

  For web pages, it also allows you to select textual links/URLs in web
  pages or edit boxes, and follow them as if they were real links. It
  will always let you follow links and also analyses mailto: links.

  WWW: http://www.fnxweb.com/software-mozilla
categories: [www]
files:
  /usr/local/lib/xpi/{139a120b-c2ea-41d2-bf70-542d9f063dfd}/chrome.manifest: 910c3ca34df1ecd910a997734001854de19a7f76bc9776ae30ea5f25c3895ce9
  /usr/local/lib/xpi/{139a120b-c2ea-41d2-bf70-542d9f063dfd}/chrome/urllink.jar: e42884444bedcadf913b001e326ed90ec8cab59388192d2f80bc82e1c317ebc4
  /usr/local/lib/xpi/{139a120b-c2ea-41d2-bf70-542d9f063dfd}/defaults/preferences/urllink.js: ff694c06499bf297d215f763121141e45f98465effb8d97d48ea16d413f0a852
  /usr/local/lib/xpi/{139a120b-c2ea-41d2-bf70-542d9f063dfd}/install.rdf: da38e2ed3b9cecc502ebcd3e36e541a305f5aa958e7ba471a78d9ae677f9b594
directories:
  /usr/local/lib/xpi/{139a120b-c2ea-41d2-bf70-542d9f063dfd}/defaults/preferences/: n
  /usr/local/lib/xpi/{139a120b-c2ea-41d2-bf70-542d9f063dfd}/defaults/: n
  /usr/local/lib/xpi/{139a120b-c2ea-41d2-bf70-542d9f063dfd}/chrome/: n
  /usr/local/lib/xpi/{139a120b-c2ea-41d2-bf70-542d9f063dfd}/: 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/{139a120b-c2ea-41d2-bf70-542d9f063dfd} $_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/{139a120b-c2ea-41d2-bf70-542d9f063dfd} ; }
