diff options
author | stephen <stephen@FreeBSD.org> | 2011-07-09 07:47:20 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2011-07-09 07:47:20 +0800 |
commit | f4efb3cd08ae48ffbc09320931d1bcc9f2081ed8 (patch) | |
tree | 736c7a4195cf91398a650d4d87317f6b098cb74a /mail/xpi-dispmua | |
parent | 0b377312eae8e464fe671166b606020a53f5c342 (diff) | |
download | freebsd-ports-gnome-f4efb3cd08ae48ffbc09320931d1bcc9f2081ed8.tar.gz freebsd-ports-gnome-f4efb3cd08ae48ffbc09320931d1bcc9f2081ed8.tar.zst freebsd-ports-gnome-f4efb3cd08ae48ffbc09320931d1bcc9f2081ed8.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)
Diffstat (limited to 'mail/xpi-dispmua')
-rw-r--r-- | mail/xpi-dispmua/Makefile | 22 | ||||
-rw-r--r-- | mail/xpi-dispmua/distinfo | 2 | ||||
-rw-r--r-- | mail/xpi-dispmua/pkg-descr | 6 |
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 |