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)
This commit is contained in:
parent
09c683b6d7
commit
98bc0e1782
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163601
@ -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
|
||||
|
22
www/xpi-urllink/Makefile
Normal file
22
www/xpi-urllink/Makefile
Normal file
@ -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>
|
3
www/xpi-urllink/distinfo
Normal file
3
www/xpi-urllink/distinfo
Normal file
@ -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
|
15
www/xpi-urllink/files/chrome.manifest
Normal file
15
www/xpi-urllink/files/chrome.manifest
Normal file
@ -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/
|
13
www/xpi-urllink/pkg-descr
Normal file
13
www/xpi-urllink/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user