summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjschauma <jschauma>2002-06-30 02:07:34 +0000
committerjschauma <jschauma>2002-06-30 02:07:34 +0000
commitd64940746b57bb940eba2fdc9177ea3cc1c42dbd (patch)
tree9a6b611be4d39f2676e2c07b1188d1e9ea2397eb
parente41b205a201e1d72a8030684a0095615965fdb18 (diff)
downloadpkgsrc-d64940746b57bb940eba2fdc9177ea3cc1c42dbd.tar.gz
Initial import of bbmail, version 0.8.2:
bbmail is a mailbox checker (not only) for the Blackbox windowmanager. It emulates the look and feel of the blackbox-toolbar. Options include: * It alarms you when new mail has arrived * Start a mail program by pressing the envelope * Displays unread and read mail * All the colors an gradients can be changed. * Can be configured so it only shows up when new mail has arrived. * Option to always stay on top (can be changed using the mouse) * Support for multiple mail boxes * Support for counting mail through external program for instance flist to check nmh mail or fetchpop/fetchmail to check mail on remote sites. * Support for POP, IMAP etc. through external program ( tested with fetcmail and fetchpop). * Possibility to 'copy' Blackbox toolbar style * Ability to start command when new mail arrives (eg. to play sound) * Menu showing all mailboxes (and unread/total mail in these boxes).
-rw-r--r--mail/bbmail/DESCR3
-rw-r--r--mail/bbmail/Makefile20
-rw-r--r--mail/bbmail/PLIST5
-rw-r--r--mail/bbmail/distinfo3
4 files changed, 31 insertions, 0 deletions
diff --git a/mail/bbmail/DESCR b/mail/bbmail/DESCR
new file mode 100644
index 00000000000..d862ae90e4f
--- /dev/null
+++ b/mail/bbmail/DESCR
@@ -0,0 +1,3 @@
+This Tool displays the status of your mailbox and warns you when new
+mail has arrived. It is designed to look the same as the Blackbox toolbar
+(Blackbox is a Windowmanager for X11).
diff --git a/mail/bbmail/Makefile b/mail/bbmail/Makefile
new file mode 100644
index 00000000000..629bc544c04
--- /dev/null
+++ b/mail/bbmail/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/06/30 02:07:34 jschauma Exp $
+#
+
+DISTNAME= bbmail-0.8.2
+CATEGORIES= mail x11
+MASTER_SITES= http://bbtools.windsofstorm.net/sources/
+
+MAINTAINER= jschauma@netbsd.org
+HOMEPAGE= http://bbtools.windsofstorm.net/
+COMMENT= mailbox monitor (not only) for the blackbox windowmanager
+
+GNU_CONFIGURE= YES
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/bbmail ${PREFIX}/bin/
+ ${INSTALL_MAN} ${WRKSRC}/bbmail.1 ${PREFIX}/man/man1/
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/bbtools/
+ ${INSTALL_DATA} ${WRKSRC}/data/bbmail.bb ${PREFIX}/share/bbtools/
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/mail/bbmail/PLIST b/mail/bbmail/PLIST
new file mode 100644
index 00000000000..72b79f38362
--- /dev/null
+++ b/mail/bbmail/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/30 02:07:34 jschauma Exp $
+bin/bbmail
+man/man1/bbmail.1
+share/bbtools/bbmail.bb
+@dirrm share/bbtools
diff --git a/mail/bbmail/distinfo b/mail/bbmail/distinfo
new file mode 100644
index 00000000000..4245594ecc9
--- /dev/null
+++ b/mail/bbmail/distinfo
@@ -0,0 +1,3 @@
+
+SHA1 (bbmail-0.8.2.tar.gz) = 27e711b58a7faf5732d3b88c0613401f693e54e5
+Size (bbmail-0.8.2.tar.gz) = 107662 bytes