diff options
author | sat <sat@FreeBSD.org> | 2007-07-16 20:44:12 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-07-16 20:44:12 +0800 |
commit | 22da7ac95db1df7701c274853f523be1e9b3b252 (patch) | |
tree | 858c1bad543c2da19e0f4e549a0f60b02ded5fd5 /www | |
parent | 825a9f8b45f98b15bd77ed5f26941db5706922d3 (diff) | |
download | freebsd-ports-gnome-22da7ac95db1df7701c274853f523be1e9b3b252.tar.gz freebsd-ports-gnome-22da7ac95db1df7701c274853f523be1e9b3b252.tar.zst freebsd-ports-gnome-22da7ac95db1df7701c274853f523be1e9b3b252.zip |
Add port www/xpi-firebug:
Firebug integrates with Firefox to put a wealth of web development tools
at your fingertips while you browse. You can edit, debug, and monitor
CSS, HTML, and JavaScript live in any web page.
WWW: http://www.getfirebug.com/
PR: ports/114527
Submitted by: Lapo Luchini <lapo@lapo.it>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-firebug/Makefile | 20 | ||||
-rw-r--r-- | www/xpi-firebug/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-firebug/pkg-descr | 5 | ||||
-rw-r--r-- | www/xpi-firebug/pkg-plist | 31 |
5 files changed, 60 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index f551670c1756..75023cc23182 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1288,6 +1288,7 @@ SUBDIR += xpi-downthemall SUBDIR += xpi-errorzilla SUBDIR += xpi-fasterfox + SUBDIR += xpi-firebug SUBDIR += xpi-firefox-showcase SUBDIR += xpi-fission SUBDIR += xpi-flashblock diff --git a/www/xpi-firebug/Makefile b/www/xpi-firebug/Makefile new file mode 100644 index 000000000000..263db09435f9 --- /dev/null +++ b/www/xpi-firebug/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xpi-firebug +# Date created: 5 July 2007 +# Whom: Lapo Luchini <lapo@lapo.it> +# +# $FreeBSD$ +# + +PORTNAME= firebug +PORTVERSION= 1.05 +DISTVERSIONSUFFIX= -fx+fl +CATEGORIES= www + +MAINTAINER= lapo@lapo.it +COMMENT= Lets you edit, debug, and monitor CSS, HTML, and JS + +XPI_NUM= 1843 +XPI_ID= firebug@software.joehewitt.com + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-firebug/distinfo b/www/xpi-firebug/distinfo new file mode 100644 index 000000000000..bf4d30779db8 --- /dev/null +++ b/www/xpi-firebug/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/firebug-1.05-fx+fl.xpi) = d3bf78ab3ea64ae557abf05b3f196a4e +SHA256 (xpi/firebug-1.05-fx+fl.xpi) = af1eb07312b75e92a3776c85fb044cae52ff87c38d3f1ca0fae30ecac4f5909a +SIZE (xpi/firebug-1.05-fx+fl.xpi) = 263982 diff --git a/www/xpi-firebug/pkg-descr b/www/xpi-firebug/pkg-descr new file mode 100644 index 000000000000..05576684267b --- /dev/null +++ b/www/xpi-firebug/pkg-descr @@ -0,0 +1,5 @@ +Firebug integrates with Firefox to put a wealth of web development tools +at your fingertips while you browse. You can edit, debug, and monitor +CSS, HTML, and JavaScript live in any web page. + +WWW: http://www.getfirebug.com/ diff --git a/www/xpi-firebug/pkg-plist b/www/xpi-firebug/pkg-plist new file mode 100644 index 000000000000..57bc7808592f --- /dev/null +++ b/www/xpi-firebug/pkg-plist @@ -0,0 +1,31 @@ +%%XPI_XPIDIR%%/chrome/firebug.jar +%%XPI_XPIDIR%%/chrome/icons/default/firebug.ico +%%XPI_XPIDIR%%/chrome.manifest +%%XPI_XPIDIR%%/components/firebug-service.js +%%XPI_XPIDIR%%/components/nsIFireBug.xpt +%%XPI_XPIDIR%%/defaults/preferences/firebug.js +%%XPI_XPIDIR%%/install.rdf +%%XPI_XPIDIR%%/license.txt +%%XPI_XPIDIR%%/platform/Darwin/chrome/firebug.jar +%%XPI_XPIDIR%%/platform/Darwin/chrome.manifest +%%XPI_XPIDIR%%/platform/Linux/chrome/firebug.jar +%%XPI_XPIDIR%%/platform/Linux/chrome.manifest +%%XPI_XPIDIR%%/platform/WINNT/chrome/firebug.jar +%%XPI_XPIDIR%%/platform/WINNT/chrome.manifest +%%XPI_XPIDIR%%/platform/linux-gnu/chrome/firebug.jar +%%XPI_XPIDIR%%/platform/linux-gnu/chrome.manifest +@dirrm %%XPI_XPIDIR%%/chrome/icons/default +@dirrm %%XPI_XPIDIR%%/chrome/icons +@dirrm %%XPI_XPIDIR%%/chrome +@dirrm %%XPI_XPIDIR%%/components +@dirrm %%XPI_XPIDIR%%/defaults/preferences +@dirrm %%XPI_XPIDIR%%/defaults +@dirrm %%XPI_XPIDIR%%/platform/Darwin/chrome +@dirrm %%XPI_XPIDIR%%/platform/Darwin +@dirrm %%XPI_XPIDIR%%/platform/Linux/chrome +@dirrm %%XPI_XPIDIR%%/platform/Linux +@dirrm %%XPI_XPIDIR%%/platform/WINNT/chrome +@dirrm %%XPI_XPIDIR%%/platform/WINNT +@dirrm %%XPI_XPIDIR%%/platform/linux-gnu/chrome +@dirrm %%XPI_XPIDIR%%/platform/linux-gnu +@dirrm %%XPI_XPIDIR%%/platform |