diff options
author | sat <sat@FreeBSD.org> | 2006-08-01 22:51:28 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-08-01 22:51:28 +0800 |
commit | 8c4790b3c35c904355541c9e560b07108fd50fe1 (patch) | |
tree | 00486e1691052fc5b8e9f03f291d302090c0225d /www | |
parent | 79cc14921b6efb52745e2b6274c437098e9e6241 (diff) | |
download | freebsd-ports-gnome-8c4790b3c35c904355541c9e560b07108fd50fe1.tar.gz freebsd-ports-gnome-8c4790b3c35c904355541c9e560b07108fd50fe1.tar.zst freebsd-ports-gnome-8c4790b3c35c904355541c9e560b07108fd50fe1.zip |
Add port www/xpi-mrtech-local-install:
The primary goal of this extension is to provide the tools needed to install
and manage extensions and themes locally. To do this the extension provides
multi-extension installation support, hacking capabilities to the
Extension/Theme manager windows, features to find and troubleshoot
Extensions/Themes Build, GUID and Profile information.
WWW: http://mrtech.com/extensions/local_install/
PR: ports/101119
Submitted by: chinsan <chinsan.tw@gmail.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-mrtech-local-install/Makefile | 20 | ||||
-rw-r--r-- | www/xpi-mrtech-local-install/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-mrtech-local-install/pkg-descr | 7 | ||||
-rw-r--r-- | www/xpi-mrtech-local-install/pkg-plist | 16 |
5 files changed, 47 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 2cff8db6cd29..facaccab6587 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1089,6 +1089,7 @@ SUBDIR += xpi-mldonkey SUBDIR += xpi-mousegestures SUBDIR += xpi-mozex + SUBDIR += xpi-mrtech-local-install SUBDIR += xpi-no-referrer SUBDIR += xpi-noscript SUBDIR += xpi-pdf_download diff --git a/www/xpi-mrtech-local-install/Makefile b/www/xpi-mrtech-local-install/Makefile new file mode 100644 index 000000000000..46feb1af81fb --- /dev/null +++ b/www/xpi-mrtech-local-install/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xpi-mrtech-local-install +# Date created: 2006/05/06 +# Whom: chinsan <chinsan.tw@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= mrtech-local-install +DISTVERSION= 5.2 +DISTVERSIONSUFFIX= -fx+fl+mz+ns+nv+zm+sb+tb +CATEGORIES= www + +MAINTAINER= chinsan.tw@gmail.com +COMMENT= Manage extensions and themes locally + +XPI_DISTNAME= mr_tech_local_install +XPI_ID= {9669CC8F-B388-42FE-86F4-CB5E7F5A8BDC} + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-mrtech-local-install/distinfo b/www/xpi-mrtech-local-install/distinfo new file mode 100644 index 000000000000..716ab65d1caf --- /dev/null +++ b/www/xpi-mrtech-local-install/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/mr_tech_local_install-5.2-fx+fl+mz+ns+nv+zm+sb+tb.xpi) = 89fad6e3c02bc212613dd8eaccefec40 +SHA256 (xpi/mr_tech_local_install-5.2-fx+fl+mz+ns+nv+zm+sb+tb.xpi) = cd48148582ffef91dee027b40f45acc36d377435c7bf3175cce27e6e7e3807d2 +SIZE (xpi/mr_tech_local_install-5.2-fx+fl+mz+ns+nv+zm+sb+tb.xpi) = 238428 diff --git a/www/xpi-mrtech-local-install/pkg-descr b/www/xpi-mrtech-local-install/pkg-descr new file mode 100644 index 000000000000..1b95a3da6df4 --- /dev/null +++ b/www/xpi-mrtech-local-install/pkg-descr @@ -0,0 +1,7 @@ +The primary goal of this extension is to provide the tools needed to install +and manage extensions and themes locally. To do this the extension provides +multi-extension installation support, hacking capabilities to the +Extension/Theme manager windows, features to find and troubleshoot +Extensions/Themes Build, GUID and Profile information. + +WWW: http://mrtech.com/extensions/local_install/ diff --git a/www/xpi-mrtech-local-install/pkg-plist b/www/xpi-mrtech-local-install/pkg-plist new file mode 100644 index 000000000000..cbebdc71b26a --- /dev/null +++ b/www/xpi-mrtech-local-install/pkg-plist @@ -0,0 +1,16 @@ +%%XPI_XPIDIR%%/chrome/local_install.jar +%%XPI_XPIDIR%%/chrome.manifest +%%XPI_XPIDIR%%/components/local_install.js +%%XPI_XPIDIR%%/components/nightly.xpt +%%XPI_XPIDIR%%/components/nsDownloadListener.js +%%XPI_XPIDIR%%/components/nsNightlyToolsService.js +%%XPI_XPIDIR%%/defaults/preferences/local_install.js +%%XPI_XPIDIR%%/defaults/preferences/userChrome-example.css +%%XPI_XPIDIR%%/defaults/preferences/userChrome.js +%%XPI_XPIDIR%%/defaults/preferences/userContent-example.css +%%XPI_XPIDIR%%/install.js +%%XPI_XPIDIR%%/install.rdf +@dirrm %%XPI_XPIDIR%%/chrome +@dirrm %%XPI_XPIDIR%%/components +@dirrm %%XPI_XPIDIR%%/defaults/preferences +@dirrm %%XPI_XPIDIR%%/defaults |