diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-10 19:42:43 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-10 19:42:43 +0000 |
commit | 31b353ad324387210f8ff825c06076e114eb1b4e (patch) | |
tree | b2d20e0c3b3701c2d857b444cb92d74ffaacbbb0 | |
parent | 2c20fa9b627a4f648f56a1adaaf577b28daf58e3 (diff) | |
download | ports-31b353ad324387210f8ff825c06076e114eb1b4e.tar.gz ports-31b353ad324387210f8ff825c06076e114eb1b4e.zip |
Notes
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/xpi-displayquota/Makefile | 22 | ||||
-rw-r--r-- | mail/xpi-displayquota/distinfo | 3 | ||||
-rw-r--r-- | mail/xpi-displayquota/files/chrome.manifest | 19 | ||||
-rw-r--r-- | mail/xpi-displayquota/pkg-descr | 12 |
5 files changed, 57 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index c11982cb10eb..7fde399afd52 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -586,6 +586,7 @@ SUBDIR += xmailbox SUBDIR += xmailwatcher SUBDIR += xpbiff + SUBDIR += xpi-displayquota SUBDIR += yuzu SUBDIR += zabit SUBDIR += zmailer diff --git a/mail/xpi-displayquota/Makefile b/mail/xpi-displayquota/Makefile new file mode 100644 index 000000000000..cbf00a98a069 --- /dev/null +++ b/mail/xpi-displayquota/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xpi-displayquota +# Date created: 10 May 2006 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= displayquota +PORTVERSION= 0.1.10 +DISTVERSIONSUFFIX= -tb +CATEGORIES= mail + +MAINTAINER= alex@foxybanana.com +COMMENT= An extension that displays your IMAP quota in statusbar + +XPI_DISTNAME= display_quota +XPI_ID= {c1ac4523-76c2-9995-adbd-d93bf5141bea} +XPI_FILES= chrome/DisplayQuota.jar defaults/preferences/displayquota.js install.rdf chrome.manifest +XPI_DIRS= chrome defaults/preferences defaults + +.include "${.CURDIR}/../../www/xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/mail/xpi-displayquota/distinfo b/mail/xpi-displayquota/distinfo new file mode 100644 index 000000000000..135d8babef69 --- /dev/null +++ b/mail/xpi-displayquota/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/display_quota-0.1.10-tb.xpi) = 1dec297903d10d844b76752fb8e3e5bb +SHA256 (xpi/display_quota-0.1.10-tb.xpi) = ea2ef96a04b5b1e2ae61407f9d78967d147b2be3b799fca2f6e202f187342db5 +SIZE (xpi/display_quota-0.1.10-tb.xpi) = 19448 diff --git a/mail/xpi-displayquota/files/chrome.manifest b/mail/xpi-displayquota/files/chrome.manifest new file mode 100644 index 000000000000..5f3174f18f10 --- /dev/null +++ b/mail/xpi-displayquota/files/chrome.manifest @@ -0,0 +1,19 @@ + +overlay chrome://messenger/content/messenger.xul chrome://displayquota/content/displayquotaoverlay.xul +content displayquota jar:chrome/DisplayQuota.jar!/content/displayquota/ + +skin displayquota classic/1.0 jar:chrome/DisplayQuota.jar!/skin/displayquota/ + +locale displayquota en-US jar:chrome/DisplayQuota.jar!/locale/en-US/displayquota/ + +locale displayquota fr-FR jar:chrome/DisplayQuota.jar!/locale/fr-FR/displayquota/ + +locale displayquota it-IT jar:chrome/DisplayQuota.jar!/locale/it-IT/displayquota/ + +locale displayquota es-ES jar:chrome/DisplayQuota.jar!/locale/es-ES/displayquota/ + +locale displayquota ja-JP jar:chrome/DisplayQuota.jar!/locale/ja-JP/displayquota/ + +locale displayquota pt-BR jar:chrome/DisplayQuota.jar!/locale/pt-BR/displayquota/ + +locale displayquota es-AR jar:chrome/DisplayQuota.jar!/locale/es-AR/displayquota/ diff --git a/mail/xpi-displayquota/pkg-descr b/mail/xpi-displayquota/pkg-descr new file mode 100644 index 000000000000..87f5e5bf512e --- /dev/null +++ b/mail/xpi-displayquota/pkg-descr @@ -0,0 +1,12 @@ +This extension will display the current status of your +IMAP quota in thunderbird's statusbar and will warn you +when you reach a configurable limit. + +It only works with IMAP quotas and servers advertizing +the quota status via IMAP (the IMAP GETQUOTA command). +Some mail servers have disk quotas and will send email +when your mailbox reach its quota. That's not a real +IMAP quota system and the imap server might not advertize +it. + +WWW: https://addons.mozilla.org/thunderbird/881/ |