mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Upgrade to 1.9.0, switch to the new XPI mechanism, and unbreak.
This commit is contained in:
parent
cf48b44e70
commit
e396b6d2d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159744
@ -6,15 +6,17 @@
|
||||
#
|
||||
|
||||
PORTNAME= mozex
|
||||
PORTREVISION= 4
|
||||
#PKGNAMESUFFIX set to -firefox in ../mozex/Makefile.xpi
|
||||
PORTVERSION= 1.9.0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://mozdev.oregonstate.edu/mozex/ \
|
||||
http://downloads.mozdev.org/mozex/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Mozex allows Firefox's users to use external programs for mail, news, etc.
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../mozex
|
||||
XPI_ID= {01bc0112-afff-4fb5-8772-191bf35a8ffb}
|
||||
XPI_FILES= chrome/mozex.jar install.js install.rdf chrome.manifest
|
||||
XPI_DIRS= chrome
|
||||
|
||||
WITH_FIREFOX= yes
|
||||
BROKEN="Does not work with Firefox 1.5"
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
||||
.include <bsd.port.mk>
|
||||
|
3
www/mozex-firefox/distinfo
Normal file
3
www/mozex-firefox/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (xpi/mozex-1.9.0.xpi) = a492bbe8076f70f4c4f43306d22973ba
|
||||
SHA256 (xpi/mozex-1.9.0.xpi) = b9f357d05ec14d62e834a65106723dae7843a21bff8232d23e12fc2c1bd6321a
|
||||
SIZE (xpi/mozex-1.9.0.xpi) = 60082
|
6
www/mozex-firefox/files/chrome.manifest
Normal file
6
www/mozex-firefox/files/chrome.manifest
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
overlay chrome://navigator/content/navigator.xul chrome://mozex/content/mozex.xul
|
||||
overlay chrome://communicator/content/pref/preftree.xul chrome://mozex/content/mozexPrefOverlay.xul
|
||||
overlay chrome://browser/content/browser.xul chrome://mozex/content/mozex.xul
|
||||
overlay chrome://browser/content/pref/pref.xul chrome://mozex/content/mozexPrefOverlay.xul
|
||||
content mozex jar:chrome/mozex.jar!/content/mozex/
|
10
www/mozex-firefox/pkg-descr
Normal file
10
www/mozex-firefox/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
Mozex is an extension to Mozilla or Firefox which allows the user to use
|
||||
external programs for these actions:
|
||||
|
||||
* view page source
|
||||
* edit content of textareas (possibly utilizing a spell-checker in the
|
||||
text editor)
|
||||
* handle mailto, news, telnet and FTP links
|
||||
* download files
|
||||
|
||||
WWW: http://mozex.mozdev.org/index.html
|
@ -6,15 +6,17 @@
|
||||
#
|
||||
|
||||
PORTNAME= mozex
|
||||
PORTREVISION= 4
|
||||
#PKGNAMESUFFIX set to -firefox in ../mozex/Makefile.xpi
|
||||
PORTVERSION= 1.9.0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://mozdev.oregonstate.edu/mozex/ \
|
||||
http://downloads.mozdev.org/mozex/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Mozex allows Firefox's users to use external programs for mail, news, etc.
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../mozex
|
||||
XPI_ID= {01bc0112-afff-4fb5-8772-191bf35a8ffb}
|
||||
XPI_FILES= chrome/mozex.jar install.js install.rdf chrome.manifest
|
||||
XPI_DIRS= chrome
|
||||
|
||||
WITH_FIREFOX= yes
|
||||
BROKEN="Does not work with Firefox 1.5"
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
||||
.include <bsd.port.mk>
|
||||
|
3
www/xpi-mozex/distinfo
Normal file
3
www/xpi-mozex/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (xpi/mozex-1.9.0.xpi) = a492bbe8076f70f4c4f43306d22973ba
|
||||
SHA256 (xpi/mozex-1.9.0.xpi) = b9f357d05ec14d62e834a65106723dae7843a21bff8232d23e12fc2c1bd6321a
|
||||
SIZE (xpi/mozex-1.9.0.xpi) = 60082
|
6
www/xpi-mozex/files/chrome.manifest
Normal file
6
www/xpi-mozex/files/chrome.manifest
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
overlay chrome://navigator/content/navigator.xul chrome://mozex/content/mozex.xul
|
||||
overlay chrome://communicator/content/pref/preftree.xul chrome://mozex/content/mozexPrefOverlay.xul
|
||||
overlay chrome://browser/content/browser.xul chrome://mozex/content/mozex.xul
|
||||
overlay chrome://browser/content/pref/pref.xul chrome://mozex/content/mozexPrefOverlay.xul
|
||||
content mozex jar:chrome/mozex.jar!/content/mozex/
|
10
www/xpi-mozex/pkg-descr
Normal file
10
www/xpi-mozex/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
Mozex is an extension to Mozilla or Firefox which allows the user to use
|
||||
external programs for these actions:
|
||||
|
||||
* view page source
|
||||
* edit content of textareas (possibly utilizing a spell-checker in the
|
||||
text editor)
|
||||
* handle mailto, news, telnet and FTP links
|
||||
* download files
|
||||
|
||||
WWW: http://mozex.mozdev.org/index.html
|
Loading…
Reference in New Issue
Block a user