diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-11 16:18:23 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-11 16:18:23 +0000 |
commit | f1b026e86f1ec6f1edc06b1e40d3fc3bef82d8bf (patch) | |
tree | 04e14384c5be39bd302c7a376b871bafe2a2a74d /www/xpi-gmail-manager | |
parent | 8ee0361e8f8f1a109eebf78cda1dd1b9aa4244c3 (diff) |
Notes
Diffstat (limited to 'www/xpi-gmail-manager')
-rw-r--r-- | www/xpi-gmail-manager/Makefile | 20 | ||||
-rw-r--r-- | www/xpi-gmail-manager/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-gmail-manager/pkg-descr | 6 | ||||
-rw-r--r-- | www/xpi-gmail-manager/pkg-plist | 23 |
4 files changed, 52 insertions, 0 deletions
diff --git a/www/xpi-gmail-manager/Makefile b/www/xpi-gmail-manager/Makefile new file mode 100644 index 000000000000..b76d062716b3 --- /dev/null +++ b/www/xpi-gmail-manager/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xpi-gmail-manager +# Date created: 2006/08/11 +# Whom: chinsan <chinsan.tw@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= gmail-manager +DISTVERSION= 0.5 +DISTVERSIONSUFFIX= -fx+fl+mz+ns+zm +CATEGORIES= www mail + +MAINTAINER= chinsan.tw@gmail.com +COMMENT= Manage multiple Gmail accounts and receive new mail notifications + +XPI_DISTNAME= gmail_manager +XPI_ID= {582195F5-92E7-40a0-A127-DB71295901D7} + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-gmail-manager/distinfo b/www/xpi-gmail-manager/distinfo new file mode 100644 index 000000000000..0213c2fcfc98 --- /dev/null +++ b/www/xpi-gmail-manager/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/gmail_manager-0.5-fx+fl+mz+ns+zm.xpi) = 407cd62e80d1a4735e537c9cd2beb78e +SHA256 (xpi/gmail_manager-0.5-fx+fl+mz+ns+zm.xpi) = 690219dab81422baa09d5c4a3c88e37a18555427299ab34777798704703b7358 +SIZE (xpi/gmail_manager-0.5-fx+fl+mz+ns+zm.xpi) = 155538 diff --git a/www/xpi-gmail-manager/pkg-descr b/www/xpi-gmail-manager/pkg-descr new file mode 100644 index 000000000000..7ac95e492de9 --- /dev/null +++ b/www/xpi-gmail-manager/pkg-descr @@ -0,0 +1,6 @@ +Allows you to manage multiple Gmail accounts and receive new mail +notifications. Displays your account details including unread messages, +saved drafts, spam messages, labels with new mail, space used, and new mail +snippets. + +WWW: http://www.longfocus.com/firefox/gmanager/ diff --git a/www/xpi-gmail-manager/pkg-plist b/www/xpi-gmail-manager/pkg-plist new file mode 100644 index 000000000000..39c7c625b711 --- /dev/null +++ b/www/xpi-gmail-manager/pkg-plist @@ -0,0 +1,23 @@ +%%XPI_XPIDIR%%/chrome/gmanager.jar +%%XPI_XPIDIR%%/chrome.manifest +%%XPI_XPIDIR%%/components/gmCookies.js +%%XPI_XPIDIR%%/components/gmCookies.xpt +%%XPI_XPIDIR%%/components/gmManager.js +%%XPI_XPIDIR%%/components/gmManager.xpt +%%XPI_XPIDIR%%/components/gmParser.js +%%XPI_XPIDIR%%/components/gmParser.xpt +%%XPI_XPIDIR%%/components/gmPrefs.js +%%XPI_XPIDIR%%/components/gmPrefs.xpt +%%XPI_XPIDIR%%/components/gmService.js +%%XPI_XPIDIR%%/components/gmService.xpt +%%XPI_XPIDIR%%/components/gmServiceGmail.js +%%XPI_XPIDIR%%/components/gmServiceGmail.xpt +%%XPI_XPIDIR%%/defaults/preferences/.autoreg +%%XPI_XPIDIR%%/defaults/preferences/gmanager.js +%%XPI_XPIDIR%%/install.js +%%XPI_XPIDIR%%/install.rdf +%%XPI_XPIDIR%%/license.txt +@dirrm %%XPI_XPIDIR%%/chrome +@dirrm %%XPI_XPIDIR%%/components +@dirrm %%XPI_XPIDIR%%/defaults/preferences +@dirrm %%XPI_XPIDIR%%/defaults |