diff options
author | sat <sat@FreeBSD.org> | 2006-08-09 18:54:42 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-08-09 18:54:42 +0800 |
commit | 2f5cb65671628aeafd80ce2aa73e1f30b4effc8a (patch) | |
tree | dc7295c3cdcd1071472690c60cccb2eb4243b243 /www | |
parent | d9e597fefa85a575ebca23081c3028e457f18a34 (diff) | |
download | freebsd-ports-gnome-2f5cb65671628aeafd80ce2aa73e1f30b4effc8a.tar.gz freebsd-ports-gnome-2f5cb65671628aeafd80ce2aa73e1f30b4effc8a.tar.zst freebsd-ports-gnome-2f5cb65671628aeafd80ce2aa73e1f30b4effc8a.zip |
Add port www/xpi-imagezoom:
Image zoom gives you complete control of the size of most images displayed in
mozilla based software. Both individual images or whole pages of images can be
zoomed.
WWW: http://imagezoom.yellowgorilla.net/
russian/xpi-imagezoom is obsolete now that www/xpi-imagezoom comes with russian
locale bundled.
PR: ports/101584
Submitted by: Alexander V. Ribchansky <triosoft@triosoft.com.ua>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-imagezoom/Makefile | 24 | ||||
-rw-r--r-- | www/xpi-imagezoom/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-imagezoom/pkg-descr | 8 |
4 files changed, 36 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 172e3062f526..4457c68b9086 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1088,6 +1088,7 @@ SUBDIR += xpi-google-notebook SUBDIR += xpi-greasemonkey SUBDIR += xpi-hit-a-hint + SUBDIR += xpi-imagezoom SUBDIR += xpi-imdbpreview SUBDIR += xpi-imglikeopera SUBDIR += xpi-inline-google-definitions diff --git a/www/xpi-imagezoom/Makefile b/www/xpi-imagezoom/Makefile new file mode 100644 index 000000000000..f89fad2d4bc9 --- /dev/null +++ b/www/xpi-imagezoom/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: xpi-imagezoom +# Date created: 23 May 2006 +# Whom: Alexander V. Ribchansky <triosoft@triosoft.com.ua> +# +# $FreeBSD$ +# + +PORTNAME= imagezoom +PORTVERSION= 0.2.7 +CATEGORIES= www +MASTER_SITES= http://imagezoom.yellowgorilla.net/ CSME +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= triosoft@triosoft.com.ua +COMMENT= Zoom images + +CONFLICTS= xpi-imagezoom-ru-[0-9]* +XPI_ID= {1A2D0EC4-75F5-4c91-89C4-3656F6E44B68} +XPI_FILES= chrome/imagezoom.jar defaults/preferences/imagezoom-defaults.js \ + gpl.txt chrome.manifest install.js install.rdf +XPI_DIRS= chrome defaults/preferences defaults + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-imagezoom/distinfo b/www/xpi-imagezoom/distinfo new file mode 100644 index 000000000000..23a0b3b600e8 --- /dev/null +++ b/www/xpi-imagezoom/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/imagezoom_0.2.7.xpi) = eba9753010a0aacc0b952a7bdbc0958a +SHA256 (xpi/imagezoom_0.2.7.xpi) = 3f4c0434a063c9764496e72302c789aa0a3eaf41153bbf74ea95d119b3497774 +SIZE (xpi/imagezoom_0.2.7.xpi) = 84023 diff --git a/www/xpi-imagezoom/pkg-descr b/www/xpi-imagezoom/pkg-descr new file mode 100644 index 000000000000..5ca2882dcb9b --- /dev/null +++ b/www/xpi-imagezoom/pkg-descr @@ -0,0 +1,8 @@ +Image zoom gives you complete control of the size of most images displayed in +mozilla based software. Both individual images or whole pages of images can be +zoomed. + +WWW: http://imagezoom.yellowgorilla.net/ + +- Alexander V. Ribchansky +triosoft@triosoft.com.ua |