diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-08 14:25:06 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-08 14:25:06 +0000 |
commit | cfc05be2e09de8ceb1b73a16d34f398b6012825f (patch) | |
tree | ab01989e9f5c67b25615c0555919cb0a443e2c95 /www/xpi-stumbleupon | |
parent | 93f793ecdd01d5b3aa4bc6ae8d239cd7502e5787 (diff) | |
download | ports-cfc05be2e09de8ceb1b73a16d34f398b6012825f.tar.gz ports-cfc05be2e09de8ceb1b73a16d34f398b6012825f.zip |
Notes
Diffstat (limited to 'www/xpi-stumbleupon')
-rw-r--r-- | www/xpi-stumbleupon/Makefile | 21 | ||||
-rw-r--r-- | www/xpi-stumbleupon/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-stumbleupon/files/chrome.manifest | 7 | ||||
-rw-r--r-- | www/xpi-stumbleupon/pkg-descr | 10 |
4 files changed, 41 insertions, 0 deletions
diff --git a/www/xpi-stumbleupon/Makefile b/www/xpi-stumbleupon/Makefile new file mode 100644 index 000000000000..728bde4cbb9d --- /dev/null +++ b/www/xpi-stumbleupon/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xpi-stumbleupon +# Date created: 4 May 2006 +# Whom: Lapo Luchini <lapo@lapo.it> +# +# $FreeBSD$ +# + +PORTNAME= stumbleupon +PORTVERSION= 2.61 +DISTVERSIONSUFFIX= -fx+fl+mz+ns +CATEGORIES= www + +MAINTAINER= lapo@lapo.it +COMMENT= A collaborative surfing tool extension + +XPI_ID= {AE93811A-5C9A-4d34-8462-F7B864FC4696} +XPI_FILES= chrome/stumbleupon.jar install.js install.rdf chrome.manifest +XPI_DIRS= chrome + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-stumbleupon/distinfo b/www/xpi-stumbleupon/distinfo new file mode 100644 index 000000000000..cc5ac3a817a0 --- /dev/null +++ b/www/xpi-stumbleupon/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/stumbleupon-2.61-fx+fl+mz+ns.xpi) = 7b323c50b6cef0ac6e487b174cbca31e +SHA256 (xpi/stumbleupon-2.61-fx+fl+mz+ns.xpi) = 80377dd98173cd5fde4e1a3c644d927ea93e4f9250038b21c6bb7ccdcca958c3 +SIZE (xpi/stumbleupon-2.61-fx+fl+mz+ns.xpi) = 143582 diff --git a/www/xpi-stumbleupon/files/chrome.manifest b/www/xpi-stumbleupon/files/chrome.manifest new file mode 100644 index 000000000000..ba7268bde241 --- /dev/null +++ b/www/xpi-stumbleupon/files/chrome.manifest @@ -0,0 +1,7 @@ +overlay chrome://navigator/content/navigator.xul chrome://stumbleupon/content/stumbleuponOverlay.xul +overlay chrome://browser/content/browser.xul chrome://stumbleupon/content/stumbleuponOverlay.xul +content stumbleupon jar:chrome/stumbleupon.jar!/content/ + +locale stumbleupon en-US jar:chrome/stumbleupon.jar!/locale/en-US/ +locale stumbleupon de-DE jar:chrome/stumbleupon.jar!/locale/de-DE/ +locale stumbleupon fr-FR jar:chrome/stumbleupon.jar!/locale/fr-FR/ diff --git a/www/xpi-stumbleupon/pkg-descr b/www/xpi-stumbleupon/pkg-descr new file mode 100644 index 000000000000..d155d28a3f53 --- /dev/null +++ b/www/xpi-stumbleupon/pkg-descr @@ -0,0 +1,10 @@ +StumbleUpon is an extension that lets you "channelsurf" the best-reviewed +sites on the web. +It is a collaborative surfing tool for browsing, reviewing and sharing +great sites with like-minded people. This helps you find interesting +webpages you wouldn't think to search for. + +WWW: http://www.stumbleupon.com/ + +- Lapo Luchini +lapo@lapo.it |