diff options
author | sat <sat@FreeBSD.org> | 2006-05-20 05:01:29 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-05-20 05:01:29 +0800 |
commit | 1656d41261e2b192314b444a3694de1c1fc43752 (patch) | |
tree | 2f1e7367cca7e0c33adb3d2bd43adc4c14ade406 | |
parent | ed8b94b770cd5c7efb0a24957d679e8a461629bd (diff) | |
download | freebsd-ports-gnome-1656d41261e2b192314b444a3694de1c1fc43752.tar.gz freebsd-ports-gnome-1656d41261e2b192314b444a3694de1c1fc43752.tar.zst freebsd-ports-gnome-1656d41261e2b192314b444a3694de1c1fc43752.zip |
Add xpi-fission: Combines address bar and progress bar
Approved by: krion (mentor)
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-fission/Makefile | 21 | ||||
-rw-r--r-- | www/xpi-fission/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-fission/pkg-descr | 4 |
4 files changed, 29 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index f224e6874465..a36854f176bd 100644 --- a/www/Makefile +++ b/www/Makefile @@ -990,6 +990,7 @@ SUBDIR += xpi-cutemenus-crystalsvg SUBDIR += xpi-downthemall SUBDIR += xpi-fasterfox + SUBDIR += xpi-fission SUBDIR += xpi-flashblock SUBDIR += xpi-google-notebook SUBDIR += xpi-greasemonkey diff --git a/www/xpi-fission/Makefile b/www/xpi-fission/Makefile new file mode 100644 index 000000000000..1cda81ab7b7e --- /dev/null +++ b/www/xpi-fission/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xpi-fission +# Date created: 18 May 2006 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= fission +PORTVERSION= 0.8.5 +DISTVERSIONSUFFIX= -fx +CATEGORIES= www + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Combines address bar and progress bar + +XPI_ID= {1280606b-2510-4fe0-97ef-9b5a22eafe41} +XPI_FILES= chrome/fission.jar chrome.manifest defaults/preferences/fission.js install.rdf +XPI_DIRS= chrome defaults/preferences defaults + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-fission/distinfo b/www/xpi-fission/distinfo new file mode 100644 index 000000000000..5d8ed0fc0602 --- /dev/null +++ b/www/xpi-fission/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/fission-0.8.5-fx.xpi) = 401d9666e2adb84a23ff2f0a2bec480e +SHA256 (xpi/fission-0.8.5-fx.xpi) = 81c10ea2be57eda7ca58db46415d05e6694ef79188eec885defa830db0fd3d56 +SIZE (xpi/fission-0.8.5-fx.xpi) = 8957 diff --git a/www/xpi-fission/pkg-descr b/www/xpi-fission/pkg-descr new file mode 100644 index 000000000000..2b05bce6a469 --- /dev/null +++ b/www/xpi-fission/pkg-descr @@ -0,0 +1,4 @@ +Fission combines address bar and progress bar, making the progress +bar more visible and allowing for a nice visual effect. + +WWW: http://forums.mozillazine.org/viewtopic.php?t=370248 |