diff options
author | sat <sat@FreeBSD.org> | 2006-06-16 04:38:25 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-06-16 04:38:25 +0800 |
commit | bf5768cde98351711c65f829e3c1c127fe056e96 (patch) | |
tree | a288d02e1b9398d658dd5a2a15263038e6cc95c3 /www | |
parent | 234976129d523a144b23a45cdc4d8853ba040b61 (diff) | |
download | freebsd-ports-gnome-bf5768cde98351711c65f829e3c1c127fe056e96.tar.gz freebsd-ports-gnome-bf5768cde98351711c65f829e3c1c127fe056e96.tar.zst freebsd-ports-gnome-bf5768cde98351711c65f829e3c1c127fe056e96.zip |
Add port www/xpi-joga:
Don't kick yourself for missing a single goal!
* Stay up to date with the latest scores, see videos of the best goals,
and talk about the 2006 World Cup with fellow fans.
* Downloads in minutes, installs in seconds, and keeps all your existing
bookmarks and settings
* Get all the football action you can handle using Firefox's tabbed
browsing and integrated search.
* Show support for your favorite team by changing the browser's look and
feel.
WWW: http://www.mozilla.com/add-ons/jogacompanion/
Requested by: itetcu
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-joga/Makefile | 22 | ||||
-rw-r--r-- | www/xpi-joga/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-joga/pkg-descr | 12 |
4 files changed, 38 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index f07f6e5433fb..4b4bd153beff 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1017,6 +1017,7 @@ SUBDIR += xpi-greasemonkey SUBDIR += xpi-imdbpreview SUBDIR += xpi-inline-google-definitions + SUBDIR += xpi-joga SUBDIR += xpi-jsview SUBDIR += xpi-linkification SUBDIR += xpi-locale-switcher diff --git a/www/xpi-joga/Makefile b/www/xpi-joga/Makefile new file mode 100644 index 000000000000..1f2eb53f3f9c --- /dev/null +++ b/www/xpi-joga/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xpi-joga +# Date created: 16 June 2006 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= joga +PORTVERSION= 1.0 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_CSME} + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Joga.com Companion + +XPI_ID= {06108483-1773-402e-a112-bfec19a73942} +XPI_FILES= META-INF/manifest.mf META-INF/zigbert.rsa META-INF/zigbert.sf chrome/joga.jar \ + chrome.manifest defaults/preferences/joga.js install.rdf +XPI_DIRS= META-INF chrome defaults/preferences defaults + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-joga/distinfo b/www/xpi-joga/distinfo new file mode 100644 index 000000000000..a9e2c68e6fad --- /dev/null +++ b/www/xpi-joga/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/joga-1.0.xpi) = 58d2ba8a261bab6cea97e4ccf69b6966 +SHA256 (xpi/joga-1.0.xpi) = 47d8c64dd8ae6e8c964987670a0809cee97ac082f9b33503c34ae3b08fe32e7d +SIZE (xpi/joga-1.0.xpi) = 982993 diff --git a/www/xpi-joga/pkg-descr b/www/xpi-joga/pkg-descr new file mode 100644 index 000000000000..70214f276f21 --- /dev/null +++ b/www/xpi-joga/pkg-descr @@ -0,0 +1,12 @@ +Don't kick yourself for missing a single goal! + +* Stay up to date with the latest scores, see videos of the best goals, + and talk about the 2006 World Cup with fellow fans. +* Downloads in minutes, installs in seconds, and keeps all your existing + bookmarks and settings +* Get all the football action you can handle using Firefox's tabbed + browsing and integrated search. +* Show support for your favorite team by changing the browser's look and + feel. + +WWW: http://www.mozilla.com/add-ons/jogacompanion/ |