From owner-svn-ports-head@FreeBSD.ORG Mon Jul 15 14:59:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 560D7E13; Mon, 15 Jul 2013 14:59:16 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 38DEB146; Mon, 15 Jul 2013 14:59:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6FExGVf036045; Mon, 15 Jul 2013 14:59:16 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6FExFRb036040; Mon, 15 Jul 2013 14:59:15 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201307151459.r6FExFRb036040@svn.freebsd.org> From: Martin Wilke Date: Mon, 15 Jul 2013 14:59:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323056 - in head/mail: . trojita X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jul 2013 14:59:16 -0000 Author: miwi Date: Mon Jul 15 14:59:14 2013 New Revision: 323056 URL: http://svnweb.freebsd.org/changeset/ports/323056 Log: Trojita is a fast cross-platform Qt IMAP e-mail client. Some highlights are: * It is a pure Qt application with no additional dependencies * Robust IMAP core implemented using Qt's Model-View framework * Standards compliance, resources efficiency, interoperability and high productivity are primary design goals * Integrates well into any reasonable desktop environment * 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 Trojita is neither a full PIM suite nor a POP3 client. WWW: http://trojita.flaska.net/ PR: ports/179266 Submitted by: Marco Broeder Added: head/mail/trojita/ head/mail/trojita/Makefile (contents, props changed) head/mail/trojita/distinfo (contents, props changed) head/mail/trojita/pkg-descr (contents, props changed) head/mail/trojita/pkg-plist (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Mon Jul 15 14:58:00 2013 (r323055) +++ head/mail/Makefile Mon Jul 15 14:59:14 2013 (r323056) @@ -726,6 +726,7 @@ SUBDIR += tlb SUBDIR += tmda SUBDIR += tpop3d + SUBDIR += trojita SUBDIR += tumgreyspf SUBDIR += uebimiau SUBDIR += up-imapproxy Added: head/mail/trojita/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/trojita/Makefile Mon Jul 15 14:59:14 2013 (r323056) @@ -0,0 +1,30 @@ +# Created by: Marco Broeder +# $FreeBSD$ + +PORTNAME= trojita +PORTVERSION= 0.3.93 +CATEGORIES= mail +MASTER_SITES= SF/${PORTNAME}/src/ + +MAINTAINER= marco.broeder@gmx.eu +COMMENT= Fast cross-platform Qt IMAP e-mail client + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +MAKE_JOBS_SAFE= yes + +USE_BZIP2= yes + +USE_QT4= linguist_build moc_build qmake_build rcc_build \ + uic_build sql-sqlite3 webkit + +HAS_CONFIGURE= yes +INSTALLS_ICONS= yes +NO_INSTALL_MANPAGES= yes + +do-configure: + cd ${WRKSRC} && ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} \ + CONFIG+="release disable_tests" ${PORTNAME}.pro + +.include Added: head/mail/trojita/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/trojita/distinfo Mon Jul 15 14:59:14 2013 (r323056) @@ -0,0 +1,2 @@ +SHA256 (trojita-0.3.93.tar.bz2) = 625bf7fded3f00a45f6f4eafe504fa3e20e237632072f7e47949d0a1339274e4 +SIZE (trojita-0.3.93.tar.bz2) = 966396 Added: head/mail/trojita/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/trojita/pkg-descr Mon Jul 15 14:59:14 2013 (r323056) @@ -0,0 +1,20 @@ +Trojita is a fast cross-platform Qt IMAP e-mail client. + +Some highlights are: + +* It is a pure Qt application with no additional dependencies +* Robust IMAP core implemented using Qt's Model-View framework +* Standards compliance, resources efficiency, interoperability and high + productivity are primary design goals +* Integrates well into any reasonable desktop environment +* 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 + +Trojita is neither a full PIM suite nor a POP3 client. + +WWW: http://trojita.flaska.net/ Added: head/mail/trojita/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/trojita/pkg-plist Mon Jul 15 14:59:14 2013 (r323056) @@ -0,0 +1,31 @@ +bin/trojita +share/applications/trojita.desktop +share/icons/hicolor/32x32/apps/trojita.png +share/icons/hicolor/scalable/apps/trojita.svg +%%DATADIR%%/locale/trojita_common_bs.qm +%%DATADIR%%/locale/trojita_common_cs.qm +%%DATADIR%%/locale/trojita_common_da.qm +%%DATADIR%%/locale/trojita_common_de.qm +%%DATADIR%%/locale/trojita_common_el.qm +%%DATADIR%%/locale/trojita_common_es.qm +%%DATADIR%%/locale/trojita_common_et.qm +%%DATADIR%%/locale/trojita_common_fr.qm +%%DATADIR%%/locale/trojita_common_ga.qm +%%DATADIR%%/locale/trojita_common_gl.qm +%%DATADIR%%/locale/trojita_common_hu.qm +%%DATADIR%%/locale/trojita_common_ia.qm +%%DATADIR%%/locale/trojita_common_lt.qm +%%DATADIR%%/locale/trojita_common_mr.qm +%%DATADIR%%/locale/trojita_common_nl.qm +%%DATADIR%%/locale/trojita_common_pl.qm +%%DATADIR%%/locale/trojita_common_pt.qm +%%DATADIR%%/locale/trojita_common_pt_BR.qm +%%DATADIR%%/locale/trojita_common_sk.qm +%%DATADIR%%/locale/trojita_common_sv.qm +%%DATADIR%%/locale/trojita_common_tr.qm +%%DATADIR%%/locale/trojita_common_uk.qm +%%DATADIR%%/locale/trojita_common_x-test.qm +%%DATADIR%%/locale/trojita_common_zh_CN.qm +%%DATADIR%%/locale/trojita_common_zh_TW.qm +@dirrm %%DATADIR%%/locale +@dirrm %%DATADIR%%