diff options
author | miwi <miwi@FreeBSD.org> | 2009-02-14 19:21:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-02-14 19:21:55 +0800 |
commit | caacf107bf10899d5b6c533e7e3fc1e2104a49cf (patch) | |
tree | 34efe5d281079480fe560b0281ecd3a35d16cb5d /www | |
parent | 701b17838fe0f822d649d068978db1d13279f18f (diff) | |
download | freebsd-ports-gnome-caacf107bf10899d5b6c533e7e3fc1e2104a49cf.tar.gz freebsd-ports-gnome-caacf107bf10899d5b6c533e7e3fc1e2104a49cf.tar.zst freebsd-ports-gnome-caacf107bf10899d5b6c533e7e3fc1e2104a49cf.zip |
TwitterFox is a Firefox extension that notifies you of your friends'
status on Twitter.
WWW: https://addons.mozilla.org/en-US/firefox/addon/5081
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-twitterfox/Makefile | 24 | ||||
-rw-r--r-- | www/xpi-twitterfox/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-twitterfox/pkg-descr | 4 |
4 files changed, 32 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 75a68c04bc10..560c6bb57590 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1664,6 +1664,7 @@ SUBDIR += xpi-tabmixplus SUBDIR += xpi-togglewordwrap SUBDIR += xpi-torbutton + SUBDIR += xpi-twitterfox SUBDIR += xpi-unplug SUBDIR += xpi-urllink SUBDIR += xpi-videodownloader diff --git a/www/xpi-twitterfox/Makefile b/www/xpi-twitterfox/Makefile new file mode 100644 index 000000000000..fcce0fd4ee80 --- /dev/null +++ b/www/xpi-twitterfox/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: xpi-twitterfox +# Date created: 14 Dezember 2008 +# Whom: Martin Wilke <miwi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= twitterfox +PORTVERSION= 1.7.5 +DISTVERSIONSUFFIX= -fx +CATEGORIES= www + +MAINTAINER= miwi@FreeBSD.org +COMMENT= twitterFox firefox plugin. + +XPI_NUM= 5081 +XPI_ID= twitternotifier@naan.net +XPI_FILES= chrome/TwitterFox.jar chrome.manifest components/nsITwitterNotifier.xpt \ + components/nsTwitterNotifier.js defaults/preferences/twitternotifier.js \ + install.rdf +XPI_DIRS= chrome components defaults/preferences defaults + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-twitterfox/distinfo b/www/xpi-twitterfox/distinfo new file mode 100644 index 000000000000..c7b6110086b0 --- /dev/null +++ b/www/xpi-twitterfox/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/twitterfox-1.7.5-fx.xpi) = 86c9950933752f6e98517966c89a8ec8 +SHA256 (xpi/twitterfox-1.7.5-fx.xpi) = 9087694b6ba128a3dc44867845a684b484ea87153752946b5c4a053861da1bb8 +SIZE (xpi/twitterfox-1.7.5-fx.xpi) = 76079 diff --git a/www/xpi-twitterfox/pkg-descr b/www/xpi-twitterfox/pkg-descr new file mode 100644 index 000000000000..c1cf93ba9927 --- /dev/null +++ b/www/xpi-twitterfox/pkg-descr @@ -0,0 +1,4 @@ +TwitterFox is a Firefox extension that notifies you of your friends' +status on Twitter. + +WWW: https://addons.mozilla.org/en-US/firefox/addon/5081 |