diff options
author | petef <petef@FreeBSD.org> | 2002-06-03 00:00:07 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-06-03 00:00:07 +0000 |
commit | a303d359e1563b8d689ab91b98ea0dfc69a4d62b (patch) | |
tree | d669647701e94217b9665f1f7c8048fd691f7e6a /mail/mavbiff | |
parent | bb7985ef3c16d8f090de561f6ca2c5498d6a20e4 (diff) | |
download | FreeBSD-ports-a303d359e1563b8d689ab91b98ea0dfc69a4d62b.zip FreeBSD-ports-a303d359e1563b8d689ab91b98ea0dfc69a4d62b.tar.gz |
Add mavbiff 1.1, small screen with active mailboxes and
bring-to-front-facility.
PR: 33168
Submitted by: Edwin Groothuis (edwin@mavetju.org)
Diffstat (limited to 'mail/mavbiff')
-rw-r--r-- | mail/mavbiff/Makefile | 24 | ||||
-rw-r--r-- | mail/mavbiff/distinfo | 1 | ||||
-rw-r--r-- | mail/mavbiff/pkg-comment | 1 | ||||
-rw-r--r-- | mail/mavbiff/pkg-descr | 7 | ||||
-rw-r--r-- | mail/mavbiff/pkg-plist | 4 |
5 files changed, 37 insertions, 0 deletions
diff --git a/mail/mavbiff/Makefile b/mail/mavbiff/Makefile new file mode 100644 index 0000000..fd0742a --- /dev/null +++ b/mail/mavbiff/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: mavbiff +# Date created: 25 December 2001 +# Whom: Edwin Groothuis (edwin@mavetju.org) +# +# $FreeBSD$ +# + +PORTNAME= mavbiff +PORTVERSION= 1.1 +CATEGORIES= mail +MASTER_SITES= http://www.mavetju.org/download/ + +MAINTAINER= edwin@mavetju.org + +USE_GTK= yes + +MAN1= mavbiff.1 + +post-patch: + @${PERL} -pi -e "s|__GTK_CONFIG__|${GTK_CONFIG}|; \ + s|__INSTALL_DATA__|${INSTALL_DATA}|; \ + s|__INSTALL_PROG__|${INSTALL_PROGRAM}|" ${WRKSRC}/Makefile + +.include <bsd.port.mk> diff --git a/mail/mavbiff/distinfo b/mail/mavbiff/distinfo new file mode 100644 index 0000000..d611266 --- /dev/null +++ b/mail/mavbiff/distinfo @@ -0,0 +1 @@ +MD5 (mavbiff-1.1.tar.gz) = fbb2f48d9d83022101ab3f215dc02f01 diff --git a/mail/mavbiff/pkg-comment b/mail/mavbiff/pkg-comment new file mode 100644 index 0000000..82505fa --- /dev/null +++ b/mail/mavbiff/pkg-comment @@ -0,0 +1 @@ +Small screen with active mailboxes and bring-to-front-facility diff --git a/mail/mavbiff/pkg-descr b/mail/mavbiff/pkg-descr new file mode 100644 index 0000000..52ca9e0 --- /dev/null +++ b/mail/mavbiff/pkg-descr @@ -0,0 +1,7 @@ +mavbiff consist of a window with a list of mailboxes in it. If mail +arrives in one of them, the button of the mailbox will change colour. +Pressing that button will popup the mailbox to the front. + +Author: Edwin Groothuis, edwin@mavetju.org + +WWW: http://www.mavetju.org/unix/general.php diff --git a/mail/mavbiff/pkg-plist b/mail/mavbiff/pkg-plist new file mode 100644 index 0000000..c8af5e0 --- /dev/null +++ b/mail/mavbiff/pkg-plist @@ -0,0 +1,4 @@ +bin/mavbiff +share/doc/mavbiff/dot-mavbiffrc +share/doc/mavbiff/README +@dirrm share/doc/mavbiff |