mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
Add rainloop 1.6.9, modern and interactive webmail.
PR: ports/193831 Submitted by: loic.blot@unix-experience.fr
This commit is contained in:
parent
61d5c503b2
commit
3e566dc590
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369310
@ -537,6 +537,7 @@
|
||||
SUBDIR += qtools
|
||||
SUBDIR += queue-fix
|
||||
SUBDIR += queue-repair
|
||||
SUBDIR += rainloop
|
||||
SUBDIR += raysfilter
|
||||
SUBDIR += razor-agents
|
||||
SUBDIR += rbl-milter
|
||||
|
29
mail/rainloop/Makefile
Normal file
29
mail/rainloop/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rainloop
|
||||
PORTVERSION= 1.6.9
|
||||
CATEGORIES?= mail www
|
||||
MASTER_SITES= SF/${PORTNAME}-webmail/
|
||||
|
||||
MAINTAINER= loic.blot@unix-experience.fr
|
||||
COMMENT= Modern and interactive webmail
|
||||
|
||||
USES= zip
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
WANT_PHP_WEB= yes
|
||||
USE_PHP= curl iconv json xml dom openssl pcre spl zlib
|
||||
RVER= ${PORTVERSION}.164
|
||||
PLIST_SUB= VER="${RVER}" WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
|
||||
# @TODO: PDO also for different backends
|
||||
|
||||
do-extract:
|
||||
@${RM} -rf ${WRKDIR}
|
||||
@${MKDIR} ${WRKSRC}
|
||||
@${EXTRACT_CMD} -d ${WRKSRC} ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} > /dev/null
|
||||
|
||||
do-install:
|
||||
@${MKDIR} -m 0755 ${STAGEDIR}${WWWDIR}
|
||||
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
2
mail/rainloop/distinfo
Normal file
2
mail/rainloop/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rainloop-1.6.9.zip) = c6f14be0fafec801109fefe79b085ca8cf49ffdac6bcb0b7eecdb505d438befe
|
||||
SIZE (rainloop-1.6.9.zip) = 4723573
|
11
mail/rainloop/pkg-descr
Normal file
11
mail/rainloop/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
Modern user interface.
|
||||
Complete support of IMAP and SMTP protocols including SSL and STARTTLS.
|
||||
Minimalistic resources requirements.
|
||||
Direct access to mail server is used (mails are not stored locally
|
||||
on web server).
|
||||
Allows for adding multiple accounts to primary one, simultaneous
|
||||
access to different accounts in different browser tabs is supported.
|
||||
Additional identities.
|
||||
Administrative panel for configuring main options...
|
||||
|
||||
WWW: http://rainloop.net/
|
1036
mail/rainloop/pkg-plist
Normal file
1036
mail/rainloop/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user