summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-05-27 08:07:49 +0000
committersat <sat@FreeBSD.org>2006-05-27 08:07:49 +0000
commit7f978c3db2430811f2a6e9537ce850349c933977 (patch)
tree9be790a0ea3e102e5536325a570a49156797d48f /www
parent99c3f6a0af5cc2c7e6d431feafc1612fd55f9d05 (diff)
downloadFreeBSD-ports-7f978c3db2430811f2a6e9537ce850349c933977.zip
FreeBSD-ports-7f978c3db2430811f2a6e9537ce850349c933977.tar.gz
Add port www/xpi-urllink:
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 %20 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 Approved by: krion (mentor)
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/xpi-urllink/Makefile22
-rw-r--r--www/xpi-urllink/distinfo3
-rw-r--r--www/xpi-urllink/files/chrome.manifest15
-rw-r--r--www/xpi-urllink/pkg-descr13
5 files changed, 54 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index d2d2368..a249670 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1021,6 +1021,7 @@
SUBDIR += xpi-tabmixplus
SUBDIR += xpi-togglewordwrap
SUBDIR += xpi-unplug
+ SUBDIR += xpi-urllink
SUBDIR += xpi-videodownloader
SUBDIR += xpi-web_developer
SUBDIR += xshttpd
diff --git a/www/xpi-urllink/Makefile b/www/xpi-urllink/Makefile
new file mode 100644
index 0000000..82c0de1
--- /dev/null
+++ b/www/xpi-urllink/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: xpi-urllink
+# Date created: 20 May 2006
+# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= urllink
+PORTVERSION= 1.06.9
+DISTVERSIONSUFFIX= -fx+tb
+CATEGORIES= www
+
+MAINTAINER= infofarmer@FreeBSD.org
+COMMENT= Select a non-URL and open it in a browser window
+
+XPI_DISTNAME= url_link
+XPI_ID= {139a120b-c2ea-41d2-bf70-542d9f063dfd}
+XPI_FILES= chrome/urllink.jar install.rdf chrome.manifest
+XPI_DIRS= chrome
+
+.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
+.include <bsd.port.mk>
diff --git a/www/xpi-urllink/distinfo b/www/xpi-urllink/distinfo
new file mode 100644
index 0000000..ea6a14e
--- /dev/null
+++ b/www/xpi-urllink/distinfo
@@ -0,0 +1,3 @@
+MD5 (xpi/url_link-1.06.9-fx+tb.xpi) = 76055654d35115213b4dbef555ce5749
+SHA256 (xpi/url_link-1.06.9-fx+tb.xpi) = fa5dcab5134a74756e354d0fb9b7c0881ddb9949ca5d75e0fb76da7614e04c83
+SIZE (xpi/url_link-1.06.9-fx+tb.xpi) = 23515
diff --git a/www/xpi-urllink/files/chrome.manifest b/www/xpi-urllink/files/chrome.manifest
new file mode 100644
index 0000000..f318e00
--- /dev/null
+++ b/www/xpi-urllink/files/chrome.manifest
@@ -0,0 +1,15 @@
+
+overlay chrome://messenger/content/mailWindowOverlay.xul chrome://urllink/content/urllinkMailOverlay.xul
+overlay chrome://browser/content/browser.xul chrome://urllink/content/urllinkBrowserOverlay.xul
+overlay chrome://navigator/content/navigatorOverlay.xul chrome://urllink/content/urllinkBrowserOverlay.xul
+content urllink jar:chrome/urllink.jar!/content/urllink/
+
+locale urllink de-DE jar:chrome/urllink.jar!/locale/de-DE/urllink/
+
+locale urllink en-US jar:chrome/urllink.jar!/locale/en-US/urllink/
+
+locale urllink fr-FR jar:chrome/urllink.jar!/locale/fr-FR/urllink/
+
+locale urllink hu-HU jar:chrome/urllink.jar!/locale/hu-HU/urllink/
+
+locale urllink it-IT jar:chrome/urllink.jar!/locale/it-IT/urllink/
diff --git a/www/xpi-urllink/pkg-descr b/www/xpi-urllink/pkg-descr
new file mode 100644
index 0000000..b5ad54b
--- /dev/null
+++ b/www/xpi-urllink/pkg-descr
@@ -0,0 +1,13 @@
+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 %20
+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
OpenPOWER on IntegriCloud