From 249dd408413438003a981a3a64c8144deb2f8d4f Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Wed, 30 Jun 2004 07:05:30 +0000 Subject: Add gtray 1.1, a small tray application that notifies when you've got a mail on your gmail account. --- mail/gtray/Makefile | 26 ++++++++++++++++++++++++++ mail/gtray/distinfo | 2 ++ mail/gtray/pkg-descr | 6 ++++++ mail/gtray/pkg-plist | 10 ++++++++++ 4 files changed, 44 insertions(+) create mode 100644 mail/gtray/Makefile create mode 100644 mail/gtray/distinfo create mode 100644 mail/gtray/pkg-descr create mode 100644 mail/gtray/pkg-plist (limited to 'mail/gtray') diff --git a/mail/gtray/Makefile b/mail/gtray/Makefile new file mode 100644 index 000000000000..224037ce3993 --- /dev/null +++ b/mail/gtray/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: gtray +# Date created: 30 June 2004 +# Whom: Hye-Shik Chang +# +# $FreeBSD$ +# + +PORTNAME= gtray +PORTVERSION= 1.1 +CATEGORIES= mail gnome +MASTER_SITES= http://fraggle.alkali.org/projects/gtray/ + +MAINTAINER= perky@FreeBSD.org +COMMENT= Tray applet that checks your GMail account status + +RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtktrayicon.so:${PORTSDIR}/x11/ruby-gtktrayicon \ + ${RUBY_SITEARCHLIBDIR}/gconf2.so:${PORTSDIR}/devel/ruby-gconf2 + +USE_RUBY= yes +USE_GNOME= gtk20 +NO_BUILD= yes + +do-configure: + cd ${WRKSRC} && ${SH} configure ${PREFIX} + +.include diff --git a/mail/gtray/distinfo b/mail/gtray/distinfo new file mode 100644 index 000000000000..2f1dee03d129 --- /dev/null +++ b/mail/gtray/distinfo @@ -0,0 +1,2 @@ +MD5 (gtray-1.1.tar.gz) = eb1ed905f7408185b9ce2ee7221c9a29 +SIZE (gtray-1.1.tar.gz) = 13644 diff --git a/mail/gtray/pkg-descr b/mail/gtray/pkg-descr new file mode 100644 index 000000000000..5718192b7a8b --- /dev/null +++ b/mail/gtray/pkg-descr @@ -0,0 +1,6 @@ +GTray is a small notification area app to check the status of your +GMail account and display if you have any new email. It uses the +GNOME libraries but it uses the freedesktop.org standard for tray +apps, so it ought to work fine in KDE and other desktops. + +WWW: http://fraggle.alkali.org/projects/gtray/ diff --git a/mail/gtray/pkg-plist b/mail/gtray/pkg-plist new file mode 100644 index 000000000000..c8eb4fc19a97 --- /dev/null +++ b/mail/gtray/pkg-plist @@ -0,0 +1,10 @@ +bin/gtray +lib/gtray/AboutDialog.rb +lib/gtray/GMailConnection.rb +lib/gtray/PreferencesDialog.rb +lib/gtray/TrayIcon.rb +lib/gtray/gmail-connecting.png +lib/gtray/gmail-idle.png +lib/gtray/gmail.png +lib/gtray/gtray +@dirrm lib/gtray -- cgit v1.2.3