diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-04-12 03:57:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-04-12 03:57:51 +0000 |
commit | 6351a43bb7191299b28fda4830c94fab5e58d24e (patch) | |
tree | 68475570a04e0f1626597b287050c810dd90549a /www | |
parent | 9945b1348da529daed3c740611790a7aef6915ad (diff) | |
download | ports-6351a43bb7191299b28fda4830c94fab5e58d24e.tar.gz ports-6351a43bb7191299b28fda4830c94fab5e58d24e.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/xpi-forecastfox/Makefile | 5 | ||||
-rw-r--r-- | www/xpi-forecastfox/distinfo | 4 | ||||
-rw-r--r-- | www/xpi-forecastfox/pkg-plist | 17 | ||||
-rw-r--r-- | www/xpi-vimperator/Makefile | 5 | ||||
-rw-r--r-- | www/xpi-vimperator/distinfo | 4 |
5 files changed, 12 insertions, 23 deletions
diff --git a/www/xpi-forecastfox/Makefile b/www/xpi-forecastfox/Makefile index 5948fde4da8f..26ebf2634c9b 100644 --- a/www/xpi-forecastfox/Makefile +++ b/www/xpi-forecastfox/Makefile @@ -6,15 +6,18 @@ # PORTNAME= forecastfox -PORTVERSION= 0.9.10.2 +PORTVERSION= 2.0.12 DISTVERSIONSUFFIX= -fx+sm CATEGORIES= www MAINTAINER= simon@olofsson.de COMMENT= Get international weather forecasts and display them +XPI_DISTNAME= ${PORTNAME}_weather XPI_ID= {0538E3E3-7E9B-4d49-8831-A227C80A7AD3} XPI_NUM= 398 +XPI_FILES= chrome/forecastfox.jar chrome.manifest icon.png install.rdf +XPI_DIRS= chrome .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-forecastfox/distinfo b/www/xpi-forecastfox/distinfo index ea5eed6dafe8..a4009959f174 100644 --- a/www/xpi-forecastfox/distinfo +++ b/www/xpi-forecastfox/distinfo @@ -1,2 +1,2 @@ -SHA256 (xpi/forecastfox-0.9.10.2-fx+sm.xpi) = 8284a9229d558d00de26c78be0f81d4bdfd83b10fa156b72bee1028c4bc927f3 -SIZE (xpi/forecastfox-0.9.10.2-fx+sm.xpi) = 407168 +SHA256 (xpi/forecastfox_weather-2.0.12-fx+sm.xpi) = 643a47c2602877c967ebcfddd1c6e113f6d5e3343bb26d9b8cdd37b59bf4fd24 +SIZE (xpi/forecastfox_weather-2.0.12-fx+sm.xpi) = 433790 diff --git a/www/xpi-forecastfox/pkg-plist b/www/xpi-forecastfox/pkg-plist deleted file mode 100644 index aba35a96a16d..000000000000 --- a/www/xpi-forecastfox/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -%%XPI_XPIDIR%%/chrome/forecastfox.jar -%%XPI_XPIDIR%%/components/nsForecastfox.js -%%XPI_XPIDIR%%/components/nsForecastfox.xpt -%%XPI_XPIDIR%%/defaults/.autoreg -%%XPI_XPIDIR%%/defaults/converters.js -%%XPI_XPIDIR%%/defaults/default.jar -%%XPI_XPIDIR%%/defaults/parser.js -%%XPI_XPIDIR%%/defaults/upgrade.js -%%XPI_XPIDIR%%/defaults/preferences/forecastfox.js -%%XPI_XPIDIR%%/chrome.manifest -%%XPI_XPIDIR%%/icon.png -%%XPI_XPIDIR%%/install.rdf -@dirrm %%XPI_XPIDIR%%/chrome -@dirrm %%XPI_XPIDIR%%/components -@dirrm %%XPI_XPIDIR%%/defaults/icons -@dirrm %%XPI_XPIDIR%%/defaults/preferences -@dirrm %%XPI_XPIDIR%%/defaults diff --git a/www/xpi-vimperator/Makefile b/www/xpi-vimperator/Makefile index c9e70fb08d1e..b4ed12a4a024 100644 --- a/www/xpi-vimperator/Makefile +++ b/www/xpi-vimperator/Makefile @@ -6,13 +6,16 @@ # PORTNAME= vimperator -PORTVERSION= 2.3.1 +PORTVERSION= 3.0 DISTVERSIONSUFFIX= -fx CATEGORIES= www MAINTAINER= simon@olofsson.de COMMENT= Vim look and feel for Firefox +LICENSE=MIT +LICENSE_FILE=${WRKSRC}/License.txt + XPI_ID= vimperator@mozdev.org XPI_NUM= 4891 diff --git a/www/xpi-vimperator/distinfo b/www/xpi-vimperator/distinfo index d24f94f4c618..03d1cb3d154f 100644 --- a/www/xpi-vimperator/distinfo +++ b/www/xpi-vimperator/distinfo @@ -1,2 +1,2 @@ -SHA256 (xpi/vimperator-2.3.1-fx.xpi) = 411e58dc06dcbdcbf6e513d0174008376e5eb6d5367e709abbd44dfc3b7a81d0 -SIZE (xpi/vimperator-2.3.1-fx.xpi) = 572599 +SHA256 (xpi/vimperator-3.0-fx.xpi) = 02e3c8aa5a9980107e63d061477ef31a208e3bb0b5cd4403c60a205234714397 +SIZE (xpi/vimperator-3.0-fx.xpi) = 574914 |