mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
AtMail is an open source webmail client written in PHP.
It aims to provide a elegant Ajax webmail client for existing IMAP mailservers, with less bloat and a focus on an intuitive, simple user interface. WWW: http://atmail.org/ PR: ports/124705 Submitted by: Wen heping <wenheping at gmail.com>
This commit is contained in:
parent
d1a5fdcb8b
commit
30c8b71430
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215344
@ -20,6 +20,7 @@
|
||||
SUBDIR += ask
|
||||
SUBDIR += asmail
|
||||
SUBDIR += assp
|
||||
SUBDIR += atmail
|
||||
SUBDIR += autorespond
|
||||
SUBDIR += autosig
|
||||
SUBDIR += avenger
|
||||
|
52
mail/atmail/Makefile
Normal file
52
mail/atmail/Makefile
Normal file
@ -0,0 +1,52 @@
|
||||
# New ports collection makefile for: atmail
|
||||
# Date created: 18 June 2008
|
||||
# Whom: Wen heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= atmail
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://atmail.org/download/
|
||||
DISTNAME= atmailopen
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= An Open Source Webmail Client
|
||||
|
||||
USE_PHP= mysql pcre session
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
NO_BUILD= yes
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
OPTIONS= LDAP "Add support for a LDAP" Off \
|
||||
MBSTRING "Add support for UTF8 folder names" Off \
|
||||
ICONV "Add support encoding conversion" Off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if defined(WITH_LDAP)
|
||||
USE_PHP+= ldap
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MBSTRING)
|
||||
USE_PHP+= mbstring
|
||||
.endif
|
||||
|
||||
.if defined(WITH_ICONV)
|
||||
USE_PHP+= iconv
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}
|
||||
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
|
||||
@${CHMOD} -R 755 ${WWWDIR}
|
||||
|
||||
post-install:
|
||||
@${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' \
|
||||
>> ${TMPPLIST}
|
||||
@${ECHO_CMD} '@exec ${CHMOD} 755 -R ${WWWDIR}' \
|
||||
>> ${TMPPLIST}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
mail/atmail/distinfo
Normal file
3
mail/atmail/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (atmailopen.tgz) = c6cb73858bfd0b8fdc017d534f622b95
|
||||
SHA256 (atmailopen.tgz) = 89dde68db1e2b23f4c5554a86976052e6fce22a7ad3cdfec4cf1e428f3d38f9e
|
||||
SIZE (atmailopen.tgz) = 1845639
|
32
mail/atmail/files/pkg-message.in
Normal file
32
mail/atmail/files/pkg-message.in
Normal file
@ -0,0 +1,32 @@
|
||||
|
||||
POST-INSTALL CONFIGURATION FOR ATMAIL
|
||||
=====================================
|
||||
|
||||
1) Before the post-install of atmail ,please make sure
|
||||
your SMTP server work well first.
|
||||
Better turn off magic_quotes_gpc setting in the
|
||||
php.ini.
|
||||
|
||||
2) Add the following to your Apache configuration, and
|
||||
restart the server:
|
||||
|
||||
### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
|
||||
Alias /atmail %%WWWDIR%%/
|
||||
AcceptPathInfo On
|
||||
<Directory %%WWWDIR%%>
|
||||
AllowOverride None
|
||||
Order Allow,Deny
|
||||
Allow from all
|
||||
</Directory>
|
||||
|
||||
3) Visit your atmail site with a browser (i.e.,
|
||||
http://your.server.com/atmail/), and you should
|
||||
be taken to the install.php script, which will lead
|
||||
you through creating a config.php file and then
|
||||
setting up atmail.
|
||||
|
||||
For more information, see the INSTALL DOCUMENTATION:
|
||||
|
||||
http://atmail.com/support_doc.php?doc=webmail-php
|
||||
|
||||
=====================================
|
6
mail/atmail/pkg-descr
Normal file
6
mail/atmail/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
AtMail is an open source webmail client written in PHP.
|
||||
It aims to provide a elegant Ajax webmail client for existing
|
||||
IMAP mailservers, with less bloat and a focus on an intuitive,
|
||||
simple user interface.
|
||||
|
||||
WWW: http://atmail.org/
|
1608
mail/atmail/pkg-plist
Normal file
1608
mail/atmail/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user