aboutsummaryrefslogtreecommitdiff
path: root/mail/xpi-dispmua
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2011-07-08 23:47:20 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2011-07-08 23:47:20 +0000
commitd0e4b234c5be14ac06034c60024355351660e5a4 (patch)
treee4d0ed1266937160c269ec4c99246d371659ece1 /mail/xpi-dispmua
parentf62deff6bfc7e70c8018af9599e4c398bee08eca (diff)
downloadports-d0e4b234c5be14ac06034c60024355351660e5a4.tar.gz
ports-d0e4b234c5be14ac06034c60024355351660e5a4.zip
- New port mail/xpi-dispmua
DispMUA adds an image on the right side of the "header view" which displays the icon of the application with which the selected mail was written. So if the person who sent the mail used e.g. mozilla to send the mail, a mozilla icon will be displayed. WWW: http://www.juergen-ernst.de/addons/dispmua.html PR: ports/149987 Submitted by: Lapo Luchini <lapo@lapo.it> Approved by: maho (mentor)
Notes
Notes: svn path=/head/; revision=277369
Diffstat (limited to 'mail/xpi-dispmua')
-rw-r--r--mail/xpi-dispmua/Makefile22
-rw-r--r--mail/xpi-dispmua/distinfo2
-rw-r--r--mail/xpi-dispmua/pkg-descr6
3 files changed, 30 insertions, 0 deletions
diff --git a/mail/xpi-dispmua/Makefile b/mail/xpi-dispmua/Makefile
new file mode 100644
index 000000000000..9ee1d8fbba46
--- /dev/null
+++ b/mail/xpi-dispmua/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: xpi-dispmua
+# Date created: 25 august 2010
+# Whom: Lapo Luchini <lapo@lapo.it>
+#
+# $FreeBSD$
+#
+
+PORTNAME= dispmua
+PORTVERSION= 1.6.5
+CATEGORIES= mail
+DISTNAME= display_mail_user_agent-${DISTVERSION}-tb+sm
+
+MAINTAINER= lapo@lapo.it
+COMMENT= Displays the icon of the application with which the e-mail was written
+
+XPI_NUM= 562
+XPI_ID= {F8147CF4-B9E3-445B-AA87-081ED66548F8}
+XPI_FILES= CHANGELOG LICENSE chrome/chrome.jar chrome.manifest defaults/preferences/prefs.js install.rdf
+XPI_DIRS= chrome defaults/preferences defaults
+
+.include "${.CURDIR}/../../www/xpi-adblock/Makefile.xpi"
+.include <bsd.port.mk>
diff --git a/mail/xpi-dispmua/distinfo b/mail/xpi-dispmua/distinfo
new file mode 100644
index 000000000000..19e6846ce4de
--- /dev/null
+++ b/mail/xpi-dispmua/distinfo
@@ -0,0 +1,2 @@
+SHA256 (xpi/display_mail_user_agent-1.6.5-tb+sm.xpi) = d1525cae5f2075af6895468df29b0af1a32dd61eb8986b644c442d484a3b80a8
+SIZE (xpi/display_mail_user_agent-1.6.5-tb+sm.xpi) = 3335438
diff --git a/mail/xpi-dispmua/pkg-descr b/mail/xpi-dispmua/pkg-descr
new file mode 100644
index 000000000000..b856bae6e408
--- /dev/null
+++ b/mail/xpi-dispmua/pkg-descr
@@ -0,0 +1,6 @@
+DispMUA adds an image on the right side of the "header view" which
+displays the icon of the application with which the selected mail
+was written. So if the person who sent the mail used e.g. mozilla
+to send the mail, a mozilla icon will be displayed.
+
+WWW: http://www.juergen-ernst.de/addons/dispmua.html