diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/kbiff/DESCR | 6 | ||||
-rw-r--r-- | mail/kbiff/Makefile | 18 | ||||
-rw-r--r-- | mail/kbiff/PLIST | 70 | ||||
-rw-r--r-- | mail/kbiff/distinfo | 4 |
4 files changed, 98 insertions, 0 deletions
diff --git a/mail/kbiff/DESCR b/mail/kbiff/DESCR new file mode 100644 index 00000000000..7d27bf214f1 --- /dev/null +++ b/mail/kbiff/DESCR @@ -0,0 +1,6 @@ +KBiff is a "biff" or new mail notification utility. It is highly configurable +but very easy to use and setup. It tries to combine the best of the features +of most of the "other" biff programs out there. + +KBiff supports all major mailbox formats: mbox (Berkely style), maildir, mh, +POP3, IMAP4, and NNTP. diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile new file mode 100644 index 00000000000..2ef0eb3e222 --- /dev/null +++ b/mail/kbiff/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/03/11 13:56:31 markd Exp $ + +DISTNAME= kbiff-3.6.3 +CATEGORIES= devel +MASTER_SITES= http://devel-home.kde.org/~granroth/kbiff/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= markd@netbsd.org +HOMEPAGE= http://www.granroth.org/kbiff/index.html +COMMENT= A new mail notification utility for KDE + +USE_BUILDLINK2= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes + +.include "../../x11/kde3/buildlink2.mk" +.include "../../x11/kdelibs3/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/kbiff/PLIST b/mail/kbiff/PLIST new file mode 100644 index 00000000000..db40316033a --- /dev/null +++ b/mail/kbiff/PLIST @@ -0,0 +1,70 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/03/11 13:56:31 markd Exp $ +kde2/bin/kbiff +lib/kbiff.la +lib/kbiff.so +man/man1/kbiff.1 +share/doc/kde/HTML/de/kbiff/common +share/doc/kde/HTML/de/kbiff/index.cache.bz2 +share/doc/kde/HTML/de/kbiff/index.docbook +share/doc/kde/HTML/en/kbiff/common +share/doc/kde/HTML/en/kbiff/index.cache.bz2 +share/doc/kde/HTML/en/kbiff/index.docbook +share/doc/kde/HTML/en/kbiff/kbiff.png +share/doc/kde/HTML/es/kbiff/common +share/doc/kde/HTML/es/kbiff/index.cache.bz2 +share/doc/kde/HTML/es/kbiff/index.docbook +share/doc/kde/HTML/fr/kbiff/common +share/doc/kde/HTML/fr/kbiff/index.cache.bz2 +share/doc/kde/HTML/fr/kbiff/index.docbook +share/kde/applnk/Internet/kbiff.desktop +share/kde/apps/kbiff/pics/delete.png +share/kde/apps/kbiff/pics/mailbox.png +share/kde/apps/kbiff/pics/mini-newmail.png +share/kde/apps/kbiff/pics/mini-noconn.png +share/kde/apps/kbiff/pics/mini-nomail.png +share/kde/apps/kbiff/pics/mini-oldmail.png +share/kde/apps/kbiff/pics/newmail.png +share/kde/apps/kbiff/pics/noconn.png +share/kde/apps/kbiff/pics/nomail.png +share/kde/apps/kbiff/pics/oldmail.png +share/kde/apps/kbiff/pics/playsound.png +share/kde/icons/hicolor/16x16/apps/kbiff.png +share/kde/icons/hicolor/32x32/apps/kbiff.png +share/kde/icons/hicolor/48x48/apps/kbiff.png +share/kde/icons/locolor/16x16/apps/kbiff.png +share/kde/icons/locolor/32x32/apps/kbiff.png +share/kde/locale/br/LC_MESSAGES/kbiff.mo +share/kde/locale/cs/LC_MESSAGES/kbiff.mo +share/kde/locale/da/LC_MESSAGES/kbiff.mo +share/kde/locale/de/LC_MESSAGES/kbiff.mo +share/kde/locale/el/LC_MESSAGES/kbiff.mo +share/kde/locale/es/LC_MESSAGES/kbiff.mo +share/kde/locale/et/LC_MESSAGES/kbiff.mo +share/kde/locale/fi/LC_MESSAGES/kbiff.mo +share/kde/locale/fr/LC_MESSAGES/kbiff.mo +share/kde/locale/he/LC_MESSAGES/kbiff.mo +share/kde/locale/hr/LC_MESSAGES/kbiff.mo +share/kde/locale/hu/LC_MESSAGES/kbiff.mo +share/kde/locale/is/LC_MESSAGES/kbiff.mo +share/kde/locale/it/LC_MESSAGES/kbiff.mo +share/kde/locale/ja/LC_MESSAGES/kbiff.mo +share/kde/locale/nl/LC_MESSAGES/kbiff.mo +share/kde/locale/no/LC_MESSAGES/kbiff.mo +share/kde/locale/no_NY/LC_MESSAGES/kbiff.mo +share/kde/locale/pl/LC_MESSAGES/kbiff.mo +share/kde/locale/pt/LC_MESSAGES/kbiff.mo +share/kde/locale/pt_BR/LC_MESSAGES/kbiff.mo +share/kde/locale/ro/LC_MESSAGES/kbiff.mo +share/kde/locale/ru/LC_MESSAGES/kbiff.mo +share/kde/locale/sk/LC_MESSAGES/kbiff.mo +share/kde/locale/sl/LC_MESSAGES/kbiff.mo +share/kde/locale/sv/LC_MESSAGES/kbiff.mo +share/kde/locale/tr/LC_MESSAGES/kbiff.mo +share/kde/locale/uk/LC_MESSAGES/kbiff.mo +share/kde/locale/zh_TW.Big5/LC_MESSAGES/kbiff.mo +@dirrm share/kde/apps/kbiff/pics +@dirrm share/kde/apps/kbiff +@dirrm share/doc/kde/HTML/fr/kbiff +@dirrm share/doc/kde/HTML/es/kbiff +@dirrm share/doc/kde/HTML/en/kbiff +@dirrm share/doc/kde/HTML/de/kbiff diff --git a/mail/kbiff/distinfo b/mail/kbiff/distinfo new file mode 100644 index 00000000000..7dad84c08ee --- /dev/null +++ b/mail/kbiff/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/03/11 13:56:31 markd Exp $ + +SHA1 (kbiff-3.6.3.tar.bz2) = 0c1a276f659f604a95a4624fe8e24fbfb7d7c506 +Size (kbiff-3.6.3.tar.bz2) = 548349 bytes |