diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-06-30 07:05:30 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-06-30 07:05:30 +0000 |
commit | 249dd408413438003a981a3a64c8144deb2f8d4f (patch) | |
tree | d4406fef40ea6d76b67a86cd1756b53daafbdaff /mail/gtray | |
parent | 3152da13d88065f23b935658e48442a27ad0dcfe (diff) | |
download | ports-249dd408413438003a981a3a64c8144deb2f8d4f.tar.gz ports-249dd408413438003a981a3a64c8144deb2f8d4f.zip |
Notes
Diffstat (limited to 'mail/gtray')
-rw-r--r-- | mail/gtray/Makefile | 26 | ||||
-rw-r--r-- | mail/gtray/distinfo | 2 | ||||
-rw-r--r-- | mail/gtray/pkg-descr | 6 | ||||
-rw-r--r-- | mail/gtray/pkg-plist | 10 |
4 files changed, 44 insertions, 0 deletions
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 <bsd.port.mk> 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 |