pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/netbiff Imported netbiff from PR 34069.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de4927ad65ef
branches:  trunk
changeset: 534919:de4927ad65ef
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Nov 03 16:47:50 2007 +0000

description:
Imported netbiff from PR 34069.

netbiff is a mail notification utility, like the traditional
xbiff, but designed to handle multiple mailboxes. It can provide
a graphical interface and/or execute shell commands when new
mail is received.

netbiff is the main interface program. It reads a configuration
and communicates with several backend mail checkers. It uses
either GTK or a terminal to display messages to the user.

netbiffd-imap checks for mail on an IMAP connection. It supports
checking multiple folders, and can connect using TCP, SSL,
or an SSH tunnel.

netbiffd-file checks for updates to a specific file using its
mtime field. The behavior is identical to the original xbiff.

diffstat:

 mail/netbiff/DESCR    |  15 +++++++++++++++
 mail/netbiff/Makefile |  24 ++++++++++++++++++++++++
 mail/netbiff/PLIST    |   5 +++++
 mail/netbiff/distinfo |   5 +++++
 4 files changed, 49 insertions(+), 0 deletions(-)

diffs (65 lines):

diff -r 0f5d0b585a7d -r de4927ad65ef mail/netbiff/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/netbiff/DESCR        Sat Nov 03 16:47:50 2007 +0000
@@ -0,0 +1,15 @@
+netbiff is a mail notification utility, like the traditional
+xbiff, but designed to handle multiple mailboxes. It can provide
+a graphical interface and/or execute shell commands when new
+mail is received.
+
+netbiff is the main interface program. It reads a configuration
+and communicates with several backend mail checkers. It uses
+either GTK or a terminal to display messages to the user.
+
+netbiffd-imap checks for mail on an IMAP connection. It supports
+checking multiple folders, and can connect using TCP, SSL,
+or an SSH tunnel.
+
+netbiffd-file checks for updates to a specific file using its
+mtime field. The behavior is identical to the original xbiff.
diff -r 0f5d0b585a7d -r de4927ad65ef mail/netbiff/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/netbiff/Makefile     Sat Nov 03 16:47:50 2007 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/11/03 16:47:50 rillig Exp $
+#
+
+DISTNAME=              netbiff-0.9.18
+CATEGORIES=            mail
+MASTER_SITES=          http://www.cs.virginia.edu/~jrk3g/netbiff/
+
+MAINTAINER=            rvalls%ac.upc.edu@localhost
+HOMEPAGE=              http://www.cs.virginia.edu/~jrk3g/netbiff/
+COMMENT=               Xbiff-like mail notification, handles multiple mailboxes
+
+SUBST_CLASSES+=                fix-path
+SUBST_FILES.fix-path+= conf-home
+SUBST_STAGE.fix-path=  pre-configure
+SUBST_SED.fix-path=    -e 's|/usr/local|${PREFIX}|g'
+
+DOCDIR=                        ${DESTDIR}${PREFIX}/share/doc/netbiff
+
+post-install:
+       ${INSTALL_DATA_DIR} ${DOCDIR}
+       ${INSTALL_DATA} ${WRKSRC}/CONFIG ${DOCDIR}
+
+.include "../../x11/gtk/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0f5d0b585a7d -r de4927ad65ef mail/netbiff/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/netbiff/PLIST        Sat Nov 03 16:47:50 2007 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/11/03 16:47:50 rillig Exp $
+bin/netbiff
+bin/netbiffd-file
+bin/netbiffd-imap
+share/doc/netbiff/CONFIG
diff -r 0f5d0b585a7d -r de4927ad65ef mail/netbiff/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/netbiff/distinfo     Sat Nov 03 16:47:50 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/11/03 16:47:50 rillig Exp $
+
+SHA1 (netbiff-0.9.18.tar.gz) = 5163fdc8887d9435d3780ec3d854f0da728db05f
+RMD160 (netbiff-0.9.18.tar.gz) = d59c0e8a764ba00cb72868322955ca9b8838df89
+Size (netbiff-0.9.18.tar.gz) = 27319 bytes



Home | Main Index | Thread Index | Old Index