diff options
author | nork <nork@FreeBSD.org> | 2009-04-24 22:28:26 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2009-04-24 22:28:26 +0800 |
commit | 97427a6370473258534f900d216399e7956e0b7e (patch) | |
tree | 4c0366ff345838eaed3fabe266f3465d0a2e44bb /www | |
parent | 69f86d729332aea3e3d6ccd4a872c7f3755725fe (diff) | |
download | freebsd-ports-gnome-97427a6370473258534f900d216399e7956e0b7e.tar.gz freebsd-ports-gnome-97427a6370473258534f900d216399e7956e0b7e.tar.zst freebsd-ports-gnome-97427a6370473258534f900d216399e7956e0b7e.zip |
Add xpi-default_full_zoom_level 3.9, is a default full zoom
level extention.
Tested by: NAKAGAWA Tsuneo yaemon at kikansha dot jp
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-default_full_zoom_level/Makefile | 24 | ||||
-rw-r--r-- | www/xpi-default_full_zoom_level/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-default_full_zoom_level/pkg-descr | 4 |
4 files changed, 32 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index a5b572a59f1c..df2c06b85b14 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1624,6 +1624,7 @@ SUBDIR += xpi-dailymotiononwooztalk SUBDIR += xpi-deepestsender SUBDIR += xpi-deezeronwooztalk + SUBDIR += xpi-default_full_zoom_level SUBDIR += xpi-delicious SUBDIR += xpi-downthemall SUBDIR += xpi-errorzilla diff --git a/www/xpi-default_full_zoom_level/Makefile b/www/xpi-default_full_zoom_level/Makefile new file mode 100644 index 000000000000..a0b6b680c55d --- /dev/null +++ b/www/xpi-default_full_zoom_level/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: xpi-default_full_zoom_level +# Date created: 2009-04-17 +# Whom: Norikatsu Shigemura <nork@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= default_full_zoom_level +PORTVERSION= 3.9 +DISTVERSIONSUFFIX= -fx +CATEGORIES= www + +MAINTAINER= nork@FreeBSD.org +COMMENT= Default Full Zoom Level extention + +XPI_NUM= 6965 +XPI_ID= {D9A7CBEC-DE1A-444f-A092-844461596C4D} +XPI_FILES= chrome.manifest chrome/defaultfullzoomlevel.jar \ + defaults/preferences/defaultfullzoomlevel.js \ + install.rdf license.txt +XPI_DIRS= chrome defaults/preferences defaults + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-default_full_zoom_level/distinfo b/www/xpi-default_full_zoom_level/distinfo new file mode 100644 index 000000000000..f62428d5b82b --- /dev/null +++ b/www/xpi-default_full_zoom_level/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/default_full_zoom_level-3.9-fx.xpi) = 41d79f212e0b7e2d9249b085aa1d7f7b +SHA256 (xpi/default_full_zoom_level-3.9-fx.xpi) = 2a899ce547ed56521150b083cd1fbd64a162a5995a15fe99cbe567d7017caa68 +SIZE (xpi/default_full_zoom_level-3.9-fx.xpi) = 19942 diff --git a/www/xpi-default_full_zoom_level/pkg-descr b/www/xpi-default_full_zoom_level/pkg-descr new file mode 100644 index 000000000000..a411803cdd17 --- /dev/null +++ b/www/xpi-default_full_zoom_level/pkg-descr @@ -0,0 +1,4 @@ +Set Default FullZoom Level, +Toolbar buttons for Page zoom and Text zoom. + +WWW: https://addons.mozilla.org/firefox/6965 |