mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
Upgrade to 0.8.1, switch to the new XPI infrastructure, and unbreak.
This commit is contained in:
parent
cd8ff57933
commit
6f0732c7f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159751
@ -6,14 +6,18 @@
|
||||
#
|
||||
|
||||
PORTNAME= preferential
|
||||
#PKGNAMESUFFIX set to -firefox in ../mozex/Makefile.xpi
|
||||
PORTVERSION= 0.8.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://mozdev.elliptic.fr/preferential/versions/ \
|
||||
http://mozdev.oregonstate.edu/preferential/versions/ \
|
||||
http://downloads.mozdev.org/preferential/versions/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GUI interface to view & edit all Firefox prefs
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../preferential
|
||||
XPI_ID= {e3a1bec3-1cc1-4d20-875b-a10587471a5e}
|
||||
XPI_FILES= chrome/preferential.jar install.js install.rdf chrome.manifest
|
||||
XPI_DIRS= chrome
|
||||
|
||||
BROKEN="Does not work with Firefox 1.5"
|
||||
WITH_FIREFOX= yes
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
||||
.include <bsd.port.mk>
|
||||
|
3
www/preferential-firefox/distinfo
Normal file
3
www/preferential-firefox/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (xpi/preferential-0.8.1.xpi) = 3ff0d159347c878e401ae06f76d1f62a
|
||||
SHA256 (xpi/preferential-0.8.1.xpi) = 9658d342d4fde12d8e2af854c0b56af6b854434d9959696b5a194bf40870b7b1
|
||||
SIZE (xpi/preferential-0.8.1.xpi) = 86986
|
7
www/preferential-firefox/files/chrome.manifest
Normal file
7
www/preferential-firefox/files/chrome.manifest
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
overlay chrome://navigator/content/navigator.xul chrome://preferential/content/preferential-nav-overlay.xul
|
||||
overlay chrome://browser/content/browser.xul chrome://preferential/content/preferential-phn-overlay.xul
|
||||
overlay chrome://messenger/content/mailWindowOverlay.xul chrome://preferential/content/preferential-thn-overlay.xul
|
||||
content preferential jar:chrome/preferential.jar!/content/
|
||||
|
||||
locale preferential en-US jar:chrome/preferential.jar!/locale/en-US/preferential/
|
5
www/preferential-firefox/pkg-descr
Normal file
5
www/preferential-firefox/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
The Preferential project aims to provide all users of Gecko browsers
|
||||
(eg. Mozilla, Firefox) with a simple, accessible GUI that allows the
|
||||
modification of any preference set within that browser environment.
|
||||
|
||||
WWW: http://preferential.mozdev.org/
|
@ -6,14 +6,18 @@
|
||||
#
|
||||
|
||||
PORTNAME= preferential
|
||||
#PKGNAMESUFFIX set to -firefox in ../mozex/Makefile.xpi
|
||||
PORTVERSION= 0.8.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://mozdev.elliptic.fr/preferential/versions/ \
|
||||
http://mozdev.oregonstate.edu/preferential/versions/ \
|
||||
http://downloads.mozdev.org/preferential/versions/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GUI interface to view & edit all Firefox prefs
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../preferential
|
||||
XPI_ID= {e3a1bec3-1cc1-4d20-875b-a10587471a5e}
|
||||
XPI_FILES= chrome/preferential.jar install.js install.rdf chrome.manifest
|
||||
XPI_DIRS= chrome
|
||||
|
||||
BROKEN="Does not work with Firefox 1.5"
|
||||
WITH_FIREFOX= yes
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
||||
.include <bsd.port.mk>
|
||||
|
3
www/xpi-preferential/distinfo
Normal file
3
www/xpi-preferential/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (xpi/preferential-0.8.1.xpi) = 3ff0d159347c878e401ae06f76d1f62a
|
||||
SHA256 (xpi/preferential-0.8.1.xpi) = 9658d342d4fde12d8e2af854c0b56af6b854434d9959696b5a194bf40870b7b1
|
||||
SIZE (xpi/preferential-0.8.1.xpi) = 86986
|
7
www/xpi-preferential/files/chrome.manifest
Normal file
7
www/xpi-preferential/files/chrome.manifest
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
overlay chrome://navigator/content/navigator.xul chrome://preferential/content/preferential-nav-overlay.xul
|
||||
overlay chrome://browser/content/browser.xul chrome://preferential/content/preferential-phn-overlay.xul
|
||||
overlay chrome://messenger/content/mailWindowOverlay.xul chrome://preferential/content/preferential-thn-overlay.xul
|
||||
content preferential jar:chrome/preferential.jar!/content/
|
||||
|
||||
locale preferential en-US jar:chrome/preferential.jar!/locale/en-US/preferential/
|
5
www/xpi-preferential/pkg-descr
Normal file
5
www/xpi-preferential/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
The Preferential project aims to provide all users of Gecko browsers
|
||||
(eg. Mozilla, Firefox) with a simple, accessible GUI that allows the
|
||||
modification of any preference set within that browser environment.
|
||||
|
||||
WWW: http://preferential.mozdev.org/
|
Loading…
Reference in New Issue
Block a user