From 3e405e2809713421c819e0a9be392067349573df Mon Sep 17 00:00:00 2001 From: Dan Moschuk Date: Sun, 3 Oct 1999 21:48:47 +0000 Subject: A GTK+ multiple mailbox "biff" program PR: ports/14092 Submitted by: Rasmus Kaj --- mail/gbuffy/Makefile | 27 +++++++++++++++++++++++++++ mail/gbuffy/distinfo | 1 + mail/gbuffy/pkg-comment | 1 + mail/gbuffy/pkg-descr | 15 +++++++++++++++ mail/gbuffy/pkg-plist | 1 + 5 files changed, 45 insertions(+) create mode 100644 mail/gbuffy/Makefile create mode 100644 mail/gbuffy/distinfo create mode 100644 mail/gbuffy/pkg-comment create mode 100644 mail/gbuffy/pkg-descr create mode 100644 mail/gbuffy/pkg-plist (limited to 'mail') diff --git a/mail/gbuffy/Makefile b/mail/gbuffy/Makefile new file mode 100644 index 000000000000..894961d0031b --- /dev/null +++ b/mail/gbuffy/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: gbuffy +# Version required: 0.2.1 +# Date created: 2 October 1999 +# Whom: kaj@Raditex.se +# +# $FreeBSD$ +# + +DISTNAME= gbuffy-0.2.2 +CATEGORIES= mail gnome +MASTER_SITES= http://www.fiction.net/blong/programs/gbuffy/ + +MAINTAINER= kaj@Raditex.se + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ + PropList.1:${PORTSDIR}/devel/libPropList + +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_X_PREFIX= yes +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \ + GTK_CONFIG="${GTK_CONFIG}" \ + GLIB_CONFIG="${GLIB_CONFIG}" +GNU_CONFIGURE= yes + +.include diff --git a/mail/gbuffy/distinfo b/mail/gbuffy/distinfo new file mode 100644 index 000000000000..1d1ae0eff0db --- /dev/null +++ b/mail/gbuffy/distinfo @@ -0,0 +1 @@ +MD5 (gbuffy-0.2.2.tar.gz) = eaad334173654185ef9560f47ba54d74 diff --git a/mail/gbuffy/pkg-comment b/mail/gbuffy/pkg-comment new file mode 100644 index 000000000000..5ab01d9814f1 --- /dev/null +++ b/mail/gbuffy/pkg-comment @@ -0,0 +1 @@ +A GTK+ multiple mailbox "biff" program diff --git a/mail/gbuffy/pkg-descr b/mail/gbuffy/pkg-descr new file mode 100644 index 000000000000..a467a01b9577 --- /dev/null +++ b/mail/gbuffy/pkg-descr @@ -0,0 +1,15 @@ +GBuffy will poll multiple mailboxes for new mail. It will list the +number of new messages in each mailbox you configure. It will also +highlight the mailboxes which have new mail. Pressing the left mouse +button on a mailbox with new mail will display the Sender and Subject +of each new message. Additionally, GBuffy will display the X-Face +header for messages which have them. Pressing the middle mouse button +on a mailbox will launch the configured command, generally a command +to read the mailbox with your favorite mailreader. Pressing the right +mouse button will bring up the configure menu. + +GBuffy is currently capable of watching MBOX, MMDF, Maildir and MH +Folders. This version also supports IMAP4rev1 and NNTP with XOVER. +Support for an external program for notification is planned. + +WWW: http://www.fiction.net/blong/programs/gbuffy/ diff --git a/mail/gbuffy/pkg-plist b/mail/gbuffy/pkg-plist new file mode 100644 index 000000000000..3ba6d046bc9b --- /dev/null +++ b/mail/gbuffy/pkg-plist @@ -0,0 +1 @@ +bin/gbuffy -- cgit v1.2.3