mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
A GTK+ multiple mailbox "biff" program
PR: ports/14092 Submitted by: Rasmus Kaj <kaj@raditex.se>
This commit is contained in:
parent
3fd7d1bce2
commit
3e405e2809
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22147
27
mail/gbuffy/Makefile
Normal file
27
mail/gbuffy/Makefile
Normal file
@ -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 <bsd.port.mk>
|
1
mail/gbuffy/distinfo
Normal file
1
mail/gbuffy/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gbuffy-0.2.2.tar.gz) = eaad334173654185ef9560f47ba54d74
|
1
mail/gbuffy/pkg-comment
Normal file
1
mail/gbuffy/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A GTK+ multiple mailbox "biff" program
|
15
mail/gbuffy/pkg-descr
Normal file
15
mail/gbuffy/pkg-descr
Normal file
@ -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/
|
1
mail/gbuffy/pkg-plist
Normal file
1
mail/gbuffy/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/gbuffy
|
Loading…
Reference in New Issue
Block a user