mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
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 <marco.broeder@gmx.eu>
This commit is contained in:
parent
94e3104482
commit
68790047e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323056
@ -726,6 +726,7 @@
|
||||
SUBDIR += tlb
|
||||
SUBDIR += tmda
|
||||
SUBDIR += tpop3d
|
||||
SUBDIR += trojita
|
||||
SUBDIR += tumgreyspf
|
||||
SUBDIR += uebimiau
|
||||
SUBDIR += up-imapproxy
|
||||
|
30
mail/trojita/Makefile
Normal file
30
mail/trojita/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# Created by: Marco Broeder <marco.broeder@gmx.eu>
|
||||
# $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 <bsd.port.mk>
|
2
mail/trojita/distinfo
Normal file
2
mail/trojita/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (trojita-0.3.93.tar.bz2) = 625bf7fded3f00a45f6f4eafe504fa3e20e237632072f7e47949d0a1339274e4
|
||||
SIZE (trojita-0.3.93.tar.bz2) = 966396
|
20
mail/trojita/pkg-descr
Normal file
20
mail/trojita/pkg-descr
Normal file
@ -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/
|
31
mail/trojita/pkg-plist
Normal file
31
mail/trojita/pkg-plist
Normal file
@ -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%%
|
Loading…
Reference in New Issue
Block a user