Add xpi-greasemonkey: Add bits of DHTML to any web page to change its behavior

Approved by:	krion (mentor)
This commit is contained in:
Andrew Pantyukhin 2006-05-19 10:27:25 +00:00
parent 525d810e33
commit 9e50b79bd7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162782
5 changed files with 61 additions and 0 deletions

View File

@ -991,6 +991,7 @@
SUBDIR += xpi-fasterfox
SUBDIR += xpi-flashblock
SUBDIR += xpi-google-notebook
SUBDIR += xpi-greasemonkey
SUBDIR += xpi-mldonkey
SUBDIR += xpi-mousegestures
SUBDIR += xpi-no-referrer

View File

@ -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>

View File

@ -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

View File

@ -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/

View File

@ -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