Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jun 2013 18:15:01 GMT
From:      Marco Bröder <marco.broeder@gmx.eu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179266: New port: mail/trojita Fast cross-platform Qt IMAP e-mail client
Message-ID:  <201306031815.r53IF1P9045520@oldred.freebsd.org>
Resent-Message-ID: <201306031820.r53IK0Y7004931@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179266
>Category:       ports
>Synopsis:       New port: mail/trojita Fast cross-platform Qt IMAP e-mail client
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 03 18:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Marco Bröder
>Release:        stable/9 amd64
>Organization:
>Environment:
>Description:
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/

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	trojita
#	trojita/pkg-descr
#	trojita/Makefile
#	trojita/pkg-plist
#	trojita/distinfo
#
echo c - trojita
mkdir -p trojita > /dev/null 2>&1
echo x - trojita/pkg-descr
sed 's/^X//' >trojita/pkg-descr << '5fbcc03cc7ac4a912d1cef078ab9611c'
XTrojita is a fast cross-platform Qt IMAP e-mail client.
X
XSome highlights are:
X
X* It is a pure Qt application with no additional dependencies
X* Robust IMAP core implemented using Qt's Model-View framework
X* Standards compliance, resources efficiency, interoperability and high
X  productivity are primary design goals
X* Integrates well into any reasonable desktop environment
X* On-demand message list and body part loading
X* Offline IMAP support
X* Support for bandwidth-saving mode aimed at mobile users with expensive
X  connection
X* IMAP over SSH -- in addition to usual SSL/TLS connections, the server could
X  be accessed via SSH
X* Safe and robust dealing with HTML mail
X
XTrojita is neither a full PIM suite nor a POP3 client.
X
XWWW: http://trojita.flaska.net/
5fbcc03cc7ac4a912d1cef078ab9611c
echo x - trojita/Makefile
sed 's/^X//' >trojita/Makefile << '6e9a9fd8c26a91b9921c0c0d5008fcda'
X# Created by: Marco Broeder <marco.broeder@gmx.eu>
X# $FreeBSD$
X
XPORTNAME=	trojita
XPORTVERSION=	0.3.93
XCATEGORIES=	mail
XMASTER_SITES=	SF/${PORTNAME}/src/
X
XMAINTAINER=	marco.broeder@gmx.eu
XCOMMENT=	Fast cross-platform Qt IMAP e-mail client
X
XLICENSE=	GPLv2 GPLv3
XLICENSE_COMB=	dual
X
XMAKE_JOBS_SAFE=	yes
X
XUSE_BZIP2=	yes
X
XUSE_QT4=	linguist_build moc_build qmake_build rcc_build \
X		uic_build sql-sqlite3 webkit
X
XHAS_CONFIGURE=	yes
XINSTALLS_ICONS=	yes
XNO_INSTALL_MANPAGES=	yes
X
Xdo-configure:
X	cd ${WRKSRC} && \
X	${QMAKE} ${QMAKEFLAGS} CONFIG+="release disable_tests" ${PORTNAME}.pro
X
X.include <bsd.port.mk>
6e9a9fd8c26a91b9921c0c0d5008fcda
echo x - trojita/pkg-plist
sed 's/^X//' >trojita/pkg-plist << '48b2b99ee368e864acf9df8739dcc1dc'
Xbin/trojita
Xshare/applications/trojita.desktop
Xshare/icons/hicolor/32x32/apps/trojita.png
Xshare/icons/hicolor/scalable/apps/trojita.svg
X%%DATADIR%%/locale/trojita_common_bs.qm
X%%DATADIR%%/locale/trojita_common_cs.qm
X%%DATADIR%%/locale/trojita_common_da.qm
X%%DATADIR%%/locale/trojita_common_de.qm
X%%DATADIR%%/locale/trojita_common_el.qm
X%%DATADIR%%/locale/trojita_common_es.qm
X%%DATADIR%%/locale/trojita_common_et.qm
X%%DATADIR%%/locale/trojita_common_fr.qm
X%%DATADIR%%/locale/trojita_common_ga.qm
X%%DATADIR%%/locale/trojita_common_gl.qm
X%%DATADIR%%/locale/trojita_common_hu.qm
X%%DATADIR%%/locale/trojita_common_ia.qm
X%%DATADIR%%/locale/trojita_common_lt.qm
X%%DATADIR%%/locale/trojita_common_mr.qm
X%%DATADIR%%/locale/trojita_common_nl.qm
X%%DATADIR%%/locale/trojita_common_pl.qm
X%%DATADIR%%/locale/trojita_common_pt.qm
X%%DATADIR%%/locale/trojita_common_pt_BR.qm
X%%DATADIR%%/locale/trojita_common_sk.qm
X%%DATADIR%%/locale/trojita_common_sv.qm
X%%DATADIR%%/locale/trojita_common_tr.qm
X%%DATADIR%%/locale/trojita_common_uk.qm
X%%DATADIR%%/locale/trojita_common_x-test.qm
X%%DATADIR%%/locale/trojita_common_zh_CN.qm
X%%DATADIR%%/locale/trojita_common_zh_TW.qm
X@dirrm %%DATADIR%%/locale
X@dirrm %%DATADIR%%
48b2b99ee368e864acf9df8739dcc1dc
echo x - trojita/distinfo
sed 's/^X//' >trojita/distinfo << 'e656bc4b3f36ffd696e94d63bbd12b87'
XSHA256 (trojita-0.3.93.tar.bz2) = 625bf7fded3f00a45f6f4eafe504fa3e20e237632072f7e47949d0a1339274e4
XSIZE (trojita-0.3.93.tar.bz2) = 966396
e656bc4b3f36ffd696e94d63bbd12b87
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306031815.r53IF1P9045520>