aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-05-11 03:42:43 +0800
committersat <sat@FreeBSD.org>2006-05-11 03:42:43 +0800
commit767d9b2d4fd49386cb1abdef76dc3fc3637aabf7 (patch)
tree0d07df821b2a107a18149d26ab83be88e450dda3 /mail
parentb80a3f01d76688a3ac65642e725752e2bcc513e1 (diff)
downloadfreebsd-ports-gnome-767d9b2d4fd49386cb1abdef76dc3fc3637aabf7.tar.gz
freebsd-ports-gnome-767d9b2d4fd49386cb1abdef76dc3fc3637aabf7.tar.zst
freebsd-ports-gnome-767d9b2d4fd49386cb1abdef76dc3fc3637aabf7.zip
Add xpi-displayquota: an extension that displays IMAP quota in
thunderbird's statusbar Suggested by: Alexander Botero-Lowry <alex@foxybanana.com> Approved by: osa (co-mentor)
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/xpi-displayquota/Makefile22
-rw-r--r--mail/xpi-displayquota/distinfo3
-rw-r--r--mail/xpi-displayquota/files/chrome.manifest19
-rw-r--r--mail/xpi-displayquota/pkg-descr12
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/