Index: Makefile =================================================================== RCS file: Makefile diff -N Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ Makefile 18 May 2006 11:48:43 -0000 @@ -0,0 +1,19 @@ +# New ports collection makefile for: xpi-greasemonkey +# Date created: 18 May 2006 +# Whom: Andrew Pantyukhin +# +# $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 Index: distinfo =================================================================== RCS file: distinfo diff -N distinfo --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ distinfo 18 May 2006 11:48:43 -0000 @@ -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 Index: pkg-descr =================================================================== RCS file: pkg-descr diff -N pkg-descr --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg-descr 18 May 2006 11:48:43 -0000 @@ -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/ Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg-plist 18 May 2006 11:48:43 -0000 @@ -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