summaryrefslogtreecommitdiff
path: root/mail/netbiff
diff options
context:
space:
mode:
authorrillig <rillig>2007-11-03 16:47:50 +0000
committerrillig <rillig>2007-11-03 16:47:50 +0000
commit818ab236b875f124a67da120cd94159bdd4b40c3 (patch)
treea5dfdc1f3249ec26c7271a83a732bd7528658780 /mail/netbiff
parent761a97702c87a2f8c390ab20d4e318f9c55bedfb (diff)
downloadpkgsrc-818ab236b875f124a67da120cd94159bdd4b40c3.tar.gz
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 (limited to 'mail/netbiff')
-rw-r--r--mail/netbiff/DESCR15
-rw-r--r--mail/netbiff/Makefile24
-rw-r--r--mail/netbiff/PLIST5
-rw-r--r--mail/netbiff/distinfo5
4 files changed, 49 insertions, 0 deletions
diff --git a/mail/netbiff/DESCR b/mail/netbiff/DESCR
new file mode 100644
index 00000000000..04dc714ff69
--- /dev/null
+++ b/mail/netbiff/DESCR
@@ -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 --git a/mail/netbiff/Makefile b/mail/netbiff/Makefile
new file mode 100644
index 00000000000..285f606381c
--- /dev/null
+++ b/mail/netbiff/Makefile
@@ -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
+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 --git a/mail/netbiff/PLIST b/mail/netbiff/PLIST
new file mode 100644
index 00000000000..dd605af9550
--- /dev/null
+++ b/mail/netbiff/PLIST
@@ -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 --git a/mail/netbiff/distinfo b/mail/netbiff/distinfo
new file mode 100644
index 00000000000..cc804b4ecd3
--- /dev/null
+++ b/mail/netbiff/distinfo
@@ -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