From: Christopher Michael Joseph Farrell Subject: trojita: BUILD and DETAILS file edits --- module: trojita id: fb6662980bd22df437ed0639038f4b3b lvu submit: trojita lvu: db8269a81dadf0ff44025fd3ec5ee33d - uname -r: 3.16.3 kernel headers: 3.16.1-x86_64 gcc: 4.9.1 glibc: 2.20 --- /trojita/BUILD | 7 +++++++ /trojita/DEPENDS | 2 ++ /trojita/DETAILS | 22 ++++++++++++++++++++++ 3 files changed, 31 insertions(+) --- diff a//trojita b//trojita --- a//trojita/BUILD 1969-12-31 16:00:00.000000000 -0800 +++ b//trojita/BUILD 2014-11-06 12:40:04.484322470 -0800 @@ -0,0 +1,7 @@ +( + + . /etc/profile.d/qt4.rc && + +default_cmake_build + +) > $C_FIFO 2>&1 --- a//trojita/DEPENDS 1969-12-31 16:00:00.000000000 -0800 +++ b//trojita/DEPENDS 2014-11-05 12:07:55.227054438 -0800 @@ -0,0 +1,2 @@ +depends qt4 +depends cmake --- a//trojita/DETAILS 1969-12-31 16:00:00.000000000 -0800 +++ b//trojita/DETAILS 2014-11-06 12:38:49.100815236 -0800 @@ -0,0 +1,22 @@ + MODULE=trojita + VERSION=0.4.1 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL_FULL=http://sourceforge.net/projects/trojita/files/src/trojita-0.4.1.tar.bz2/download + SOURCE_VFY=sha1:3db0c6736db9834630dc8bcded00707cfef60a20 + WEB_SITE=http://trojita.flaska.net/index.html + ENTERED=20141105 + UPDATED=20141105 + SHORT="A fast Qt IMAP e-mail client" + +cat << EOF + +A pure Qt4 (and Qt5!) application with no additional dependencies +Robust IMAP core implemented using Qt's Model-View framework +Standards compliance is a design goal +On-demand message list and body part loading +Offline IMAP support +Support for bandwidth-saving mode aimed at mobile users with expensive connection +IMAP over SSH -- in addition to usual SSL/TLS connections, the server could be accessed via SSH +Safe and robust dealing with HTML mail + +EOF