diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-19 10:27:25 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-19 10:27:25 +0000 |
commit | 9e50b79bd7a212225ebff38dadcb571b4fb17eed (patch) | |
tree | f898ca2e6c2a588d3b0af9d50709e34570cb4b08 /www/xpi-greasemonkey | |
parent | 525d810e33fc80f8dc3a43a7e6f44478bed292d7 (diff) | |
download | ports-9e50b79bd7a212225ebff38dadcb571b4fb17eed.tar.gz ports-9e50b79bd7a212225ebff38dadcb571b4fb17eed.zip |
Notes
Diffstat (limited to 'www/xpi-greasemonkey')
-rw-r--r-- | www/xpi-greasemonkey/Makefile | 19 | ||||
-rw-r--r-- | www/xpi-greasemonkey/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-greasemonkey/pkg-descr | 7 | ||||
-rw-r--r-- | www/xpi-greasemonkey/pkg-plist | 31 |
4 files changed, 60 insertions, 0 deletions
diff --git a/www/xpi-greasemonkey/Makefile b/www/xpi-greasemonkey/Makefile new file mode 100644 index 000000000000..8a6b0209b96a --- /dev/null +++ b/www/xpi-greasemonkey/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: xpi-greasemonkey +# Date created: 18 May 2006 +# Whom: Andrew Pantyukhin <infofarmer@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= greasemonkey +PORTVERSION= 0.6.4 +CATEGORIES= www +DISTVERSIONSUFFIX= -fx + +MAINTAINER= infofarmer@gmail.com +COMMENT= Add bits of DHTML to any web page to change its behavior + +XPI_ID= {e4a8a97b-f2ed-450b-b12d-ee082ba24781} + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-greasemonkey/distinfo b/www/xpi-greasemonkey/distinfo new file mode 100644 index 000000000000..7bc09c89945b --- /dev/null +++ b/www/xpi-greasemonkey/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/greasemonkey-0.6.4-fx.xpi) = 81964532cd05af4b444aeb94241ff9ad +SHA256 (xpi/greasemonkey-0.6.4-fx.xpi) = 5a48da8bfe5bb40f58cb950669e56b5699cf681f8a9b2a0b2798467a3fd047e1 +SIZE (xpi/greasemonkey-0.6.4-fx.xpi) = 39745 diff --git a/www/xpi-greasemonkey/pkg-descr b/www/xpi-greasemonkey/pkg-descr new file mode 100644 index 000000000000..708e52373e41 --- /dev/null +++ b/www/xpi-greasemonkey/pkg-descr @@ -0,0 +1,7 @@ +Greasemonkey is a Firefox extension which lets you to add bits of +DHTML ("user scripts") to any web page to change its behavior. In +much the same way that user CSS lets you take control of a web +page's style, user scripts let you easily control any aspect of a +web page's design or interaction. + +WWW: http://greasemonkey.mozdev.org/ diff --git a/www/xpi-greasemonkey/pkg-plist b/www/xpi-greasemonkey/pkg-plist new file mode 100644 index 000000000000..665c1ce0e5d3 --- /dev/null +++ b/www/xpi-greasemonkey/pkg-plist @@ -0,0 +1,31 @@ +%%XPI_XPIDIR%%/chrome/chromeFiles/content/accelimation.js +%%XPI_XPIDIR%%/chrome/chromeFiles/content/browser.js +%%XPI_XPIDIR%%/chrome/chromeFiles/content/browser.xul +%%XPI_XPIDIR%%/chrome/chromeFiles/content/config.js +%%XPI_XPIDIR%%/chrome/chromeFiles/content/convert2RegExp.js +%%XPI_XPIDIR%%/chrome/chromeFiles/content/default-config.xml +%%XPI_XPIDIR%%/chrome/chromeFiles/content/manage.xul +%%XPI_XPIDIR%%/chrome/chromeFiles/content/menucommander.js +%%XPI_XPIDIR%%/chrome/chromeFiles/content/miscapis.js +%%XPI_XPIDIR%%/chrome/chromeFiles/content/pages-overlay.xul +%%XPI_XPIDIR%%/chrome/chromeFiles/content/prefmanager.js +%%XPI_XPIDIR%%/chrome/chromeFiles/content/scriptdownloader.js +%%XPI_XPIDIR%%/chrome/chromeFiles/content/status_off.gif +%%XPI_XPIDIR%%/chrome/chromeFiles/content/status_on.gif +%%XPI_XPIDIR%%/chrome/chromeFiles/content/template.user.js +%%XPI_XPIDIR%%/chrome/chromeFiles/content/test.html +%%XPI_XPIDIR%%/chrome/chromeFiles/content/utils.js +%%XPI_XPIDIR%%/chrome/chromeFiles/content/versioning.js +%%XPI_XPIDIR%%/chrome/chromeFiles/content/xmlhttprequester.js +%%XPI_XPIDIR%%/chrome.manifest +%%XPI_XPIDIR%%/components/gmIBrowserWindow.xpt +%%XPI_XPIDIR%%/components/gmIGreasemonkeyService.xpt +%%XPI_XPIDIR%%/components/gmIMenuCommand.xpt +%%XPI_XPIDIR%%/components/greasemonkey.js +%%XPI_XPIDIR%%/install.js +%%XPI_XPIDIR%%/install.rdf +%%XPI_XPIDIR%%/license.txt +@dirrm %%XPI_XPIDIR%%/chrome/chromeFiles/content +@dirrm %%XPI_XPIDIR%%/chrome/chromeFiles +@dirrm %%XPI_XPIDIR%%/chrome +@dirrm %%XPI_XPIDIR%%/components |