initial import of kbiff-3.4:
-- 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. KBiff is also part of the KDE project. Among other things, this means that it has support for session management (it "remembers" the last state it was in before you logged off) and can be docked into the panel. checked by wilfried@ (thanks!).
This commit is contained in:
parent
c884ce5271
commit
f8a89397cf
36
mail/kbiff/Makefile
Normal file
36
mail/kbiff/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/04/16 16:46:31 lebel Exp $
|
||||
|
||||
COMMENT= "new mail notification utility"
|
||||
|
||||
DISTNAME= kbiff-3.4
|
||||
CATEGORIES= mail
|
||||
NEED_VERSION= 1.396
|
||||
|
||||
HOMEPAGE= http://www.granroth.org/kbiff/
|
||||
|
||||
MAINTAINER= David Lebel <lebel@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://devel-home.kde.org/~granroth/kbiff/
|
||||
|
||||
BUILD_DEPENDS= uic::x11/qt2-designer
|
||||
LIB_DEPENDS= kdecore.3.::x11/kde/libs2
|
||||
|
||||
MAKE_ENV= ${CONFIGURE_ENV}
|
||||
MAKE_FLAGS= CXXLD='--tag CXX ${CXX} -L${LOCALBASE}/lib/qt2'
|
||||
|
||||
USE_X11= Yes
|
||||
USE_BZIP2= Yes
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --with-qt-includes=${LOCALBASE}/include/X11/qt2
|
||||
CONFIGURE_ARGS+= --with-qt-libraries=${LOCALBASE}/lib/qt2
|
||||
CONFIGURE_ARGS+= --with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include
|
||||
CONFIGURE_ENV= MOC=${LOCALBASE}/bin/moc2 KDEDIR=${LOCALBASE}
|
||||
|
||||
.include <bsd.port.mk>
|
3
mail/kbiff/files/md5
Normal file
3
mail/kbiff/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (kbiff-3.4.tar.bz2) = e78e6085ee34249a8c93df995b74705c
|
||||
RMD160 (kbiff-3.4.tar.bz2) = 88ca33ea6151acd887239e0d529ae27bd2a33185
|
||||
SHA1 (kbiff-3.4.tar.bz2) = ad5e5c0ba0270efbb6d1fd129bc42dad67768a08
|
21
mail/kbiff/patches/patch-admin_ltcf-cxx_sh
Normal file
21
mail/kbiff/patches/patch-admin_ltcf-cxx_sh
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-admin_ltcf-cxx_sh,v 1.1.1.1 2001/04/16 16:46:32 lebel Exp $
|
||||
--- admin/ltcf-cxx.sh.orig Sat Mar 24 13:49:59 2001
|
||||
+++ admin/ltcf-cxx.sh Mon Apr 16 12:11:19 2001
|
||||
@@ -355,14 +355,14 @@ case "$host_os" in
|
||||
openbsd*)
|
||||
if test "$with_gcc" = yes && test "$with_gnu_ld" = no; then
|
||||
# MM: OpenBSD 2.7 uses G++, but not GNU ld
|
||||
- archive_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
|
||||
- archive_expsym_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
|
||||
+ archive_cmds='$CC $pic_flag -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
|
||||
+ archive_expsym_cmds='$CC $pic_flag -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
|
||||
old_archive_cmds="$old_archive_cmds~"'$RANLIB $oldlib'
|
||||
hardcode_libdir_flag_spec='${wl}-R$libdir'
|
||||
hardcode_direct=yes
|
||||
hardcode_shlibpath_var=no
|
||||
- whole_archive_flag_spec='${wl}-Bforcearchive'
|
||||
remove_lgcc=yes
|
||||
+ output_verbose_link_cmds='$CC $ac_cv_prog_cc_pic -shared $CFLAGS -v conftest.$objext 2>&1 | egrep "\-L"'
|
||||
fi
|
||||
;;
|
||||
osf3*)
|
12
mail/kbiff/patches/patch-admin_ltconfig
Normal file
12
mail/kbiff/patches/patch-admin_ltconfig
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-admin_ltconfig,v 1.1.1.1 2001/04/16 16:46:32 lebel Exp $
|
||||
--- admin/ltconfig.orig Fri Mar 23 15:29:19 2001
|
||||
+++ admin/ltconfig Mon Apr 16 12:11:19 2001
|
||||
@@ -1162,6 +1162,8 @@ openbsd*)
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
# OpenBSD 2.7 the overriding is needed for fast-install
|
||||
shlibpath_overrides_runpath=yes
|
||||
+ deplib_check_method=pass_all
|
||||
+ sys_lib_dlsearch_path_spec='/usr/lib /usr/local/lib /usr/X11R6/lib /usr/local/lib/qt2'
|
||||
;;
|
||||
|
||||
os2*)
|
14
mail/kbiff/pkg/DESCR
Normal file
14
mail/kbiff/pkg/DESCR
Normal file
@ -0,0 +1,14 @@
|
||||
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.
|
||||
|
||||
KBiff is also part of the KDE project. Among other things, this
|
||||
means that it has support for session management (it "remembers"
|
||||
the last state it was in before you logged off) and can be docked
|
||||
into the panel.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
60
mail/kbiff/pkg/PLIST
Normal file
60
mail/kbiff/pkg/PLIST
Normal file
@ -0,0 +1,60 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/04/16 16:46:32 lebel Exp $
|
||||
bin/kbiff
|
||||
share/applnk/Internet/kbiff.desktop
|
||||
share/apps/kbiff/pics/delete.png
|
||||
share/apps/kbiff/pics/mailbox.png
|
||||
share/apps/kbiff/pics/mini-newmail.png
|
||||
share/apps/kbiff/pics/mini-noconn.png
|
||||
share/apps/kbiff/pics/mini-nomail.png
|
||||
share/apps/kbiff/pics/mini-oldmail.png
|
||||
share/apps/kbiff/pics/newmail.png
|
||||
share/apps/kbiff/pics/noconn.png
|
||||
share/apps/kbiff/pics/nomail.png
|
||||
share/apps/kbiff/pics/oldmail.png
|
||||
share/apps/kbiff/pics/playsound.png
|
||||
share/doc/HTML/de/kbiff/common
|
||||
share/doc/HTML/de/kbiff/index.docbook
|
||||
share/doc/HTML/en/kbiff/common
|
||||
share/doc/HTML/en/kbiff/index.docbook
|
||||
share/doc/HTML/en/kbiff/kbiff.png
|
||||
share/doc/HTML/es/kbiff/common
|
||||
share/doc/HTML/es/kbiff/index.docbook
|
||||
share/doc/HTML/fr/kbiff/common
|
||||
share/doc/HTML/fr/kbiff/index.docbook
|
||||
share/icons/hicolor/32x32/apps/kbiff.png
|
||||
share/icons/hicolor/48x48/apps/kbiff.png
|
||||
share/icons/locolor/16x16/apps/kbiff.png
|
||||
share/icons/locolor/32x32/apps/kbiff.png
|
||||
share/locale/br/LC_MESSAGES/kbiff.mo
|
||||
share/locale/cs/LC_MESSAGES/kbiff.mo
|
||||
share/locale/da/LC_MESSAGES/kbiff.mo
|
||||
share/locale/de/LC_MESSAGES/kbiff.mo
|
||||
share/locale/es/LC_MESSAGES/kbiff.mo
|
||||
share/locale/et/LC_MESSAGES/kbiff.mo
|
||||
share/locale/fi/LC_MESSAGES/kbiff.mo
|
||||
share/locale/fr/LC_MESSAGES/kbiff.mo
|
||||
share/locale/he/LC_MESSAGES/kbiff.mo
|
||||
share/locale/hr/LC_MESSAGES/kbiff.mo
|
||||
share/locale/hu/LC_MESSAGES/kbiff.mo
|
||||
share/locale/is/LC_MESSAGES/kbiff.mo
|
||||
share/locale/it/LC_MESSAGES/kbiff.mo
|
||||
share/locale/nl/LC_MESSAGES/kbiff.mo
|
||||
share/locale/no/LC_MESSAGES/kbiff.mo
|
||||
share/locale/no_NY/LC_MESSAGES/kbiff.mo
|
||||
share/locale/pl/LC_MESSAGES/kbiff.mo
|
||||
share/locale/pt/LC_MESSAGES/kbiff.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/kbiff.mo
|
||||
share/locale/ro/LC_MESSAGES/kbiff.mo
|
||||
share/locale/ru/LC_MESSAGES/kbiff.mo
|
||||
share/locale/sk/LC_MESSAGES/kbiff.mo
|
||||
share/locale/sl/LC_MESSAGES/kbiff.mo
|
||||
share/locale/sv/LC_MESSAGES/kbiff.mo
|
||||
share/locale/tr/LC_MESSAGES/kbiff.mo
|
||||
share/locale/uk/LC_MESSAGES/kbiff.mo
|
||||
share/locale/zh_TW.Big5/LC_MESSAGES/kbiff.mo
|
||||
@dirrm share/doc/HTML/fr/kbiff
|
||||
@dirrm share/doc/HTML/es/kbiff
|
||||
@dirrm share/doc/HTML/en/kbiff
|
||||
@dirrm share/doc/HTML/de/kbiff
|
||||
@dirrm share/apps/kbiff/pics
|
||||
@dirrm share/apps/kbiff
|
Loading…
x
Reference in New Issue
Block a user