Hastymail is a streamlined, secure, fast web based IMAP client written
in PHP. Hastymail is designed to have low server requirements and follow internet standards for MIME, IMAP and SMTP communications. Hastymail is also designed to work with all the major and not so major web browsers available. Hastymail does not use frames, javascript, or cookies and all output is 100% W3C compliant 4.01 transitional HTML. WWW: http://hastymail.sourceforge.net/ PR: ports/105646 Submitted by: Bartlomiej Rutkowski <r at robakdesign.com>
This commit is contained in:
parent
793b724c23
commit
5b5d978c24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177534
@ -185,6 +185,7 @@
|
||||
SUBDIR += guile-www
|
||||
SUBDIR += gurlchecker
|
||||
SUBDIR += harvest
|
||||
SUBDIR += hastymail
|
||||
SUBDIR += havp
|
||||
SUBDIR += hinventory-client
|
||||
SUBDIR += horde
|
||||
|
42
www/hastymail/Makefile
Normal file
42
www/hastymail/Makefile
Normal file
@ -0,0 +1,42 @@
|
||||
# New ports collection makefile for: hastymail
|
||||
# Date created: 2006-11-04
|
||||
# Whom: Bartlomiej Rutkowski <r@robakdesign.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= hastymail
|
||||
PORTVERSION= 1.5
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
||||
MASTER_SITE_SUBDIR= hastymail
|
||||
|
||||
MAINTAINER= r@robakdesign.com
|
||||
COMMENT= Small, fast and secure yet powerful IMAP webmail
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
NO_BUILD= yes
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
WWWOWN?= www
|
||||
WWWGRP?= www
|
||||
INSTALL_DIR?= www/data/${PORTNAME}
|
||||
|
||||
WANT_PHP_WEB= yes
|
||||
USE_PHP= session imap
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
pre-install:
|
||||
@${FIND} -s -d ${WRKSRC}/ -type f | ${SED} "s?${WRKSRC}?${INSTALL_DIR}?g" >${PLIST}
|
||||
@${FIND} -s -d ${WRKSRC}/ -type d | ${SED} "s?${WRKSRC}?@dirrm ${INSTALL_DIR}?g" >> ${PLIST}
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/${INSTALL_DIR}
|
||||
@cd ${WRKSRC} && ${FIND} . | ${PAX} -rw ${PREFIX}/${INSTALL_DIR}
|
||||
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${INSTALL_DIR}
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
www/hastymail/distinfo
Normal file
3
www/hastymail/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (hastymail-1.5.tar.gz) = ca6699b30b59c87027eebc67a633384b
|
||||
SHA256 (hastymail-1.5.tar.gz) = ea3a147e0a78650bf598e8ffe862eb6e50e2bf4e61e818efa241e03d51946eac
|
||||
SIZE (hastymail-1.5.tar.gz) = 361269
|
12
www/hastymail/files/pkg-message.in
Normal file
12
www/hastymail/files/pkg-message.in
Normal file
@ -0,0 +1,12 @@
|
||||
******************************************************
|
||||
|
||||
You have successfully installed Hastymail webmail client.
|
||||
Dont forget to move config file to proper directory and
|
||||
to change that variable in hastymail/lib/constant.php
|
||||
|
||||
$config_file = '/etc/hastymail.conf';
|
||||
|
||||
as needed. After that, follow the instructions in INSTALL
|
||||
file to configure Hastymail finally.
|
||||
|
||||
******************************************************
|
8
www/hastymail/pkg-descr
Normal file
8
www/hastymail/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Hastymail is a streamlined, secure, fast web based IMAP client written
|
||||
in PHP. Hastymail is designed to have low server requirements and follow
|
||||
internet standards for MIME, IMAP and SMTP communications. Hastymail is also
|
||||
designed to work with all the major and not so major web browsers available.
|
||||
Hastymail does not use frames, javascript, or cookies and all output is 100%
|
||||
W3C compliant 4.01 transitional HTML.
|
||||
|
||||
WWW: http://hastymail.sourceforge.net/
|
42
www/hastymail2-devel/Makefile
Normal file
42
www/hastymail2-devel/Makefile
Normal file
@ -0,0 +1,42 @@
|
||||
# New ports collection makefile for: hastymail
|
||||
# Date created: 2006-11-04
|
||||
# Whom: Bartlomiej Rutkowski <r@robakdesign.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= hastymail
|
||||
PORTVERSION= 1.5
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
||||
MASTER_SITE_SUBDIR= hastymail
|
||||
|
||||
MAINTAINER= r@robakdesign.com
|
||||
COMMENT= Small, fast and secure yet powerful IMAP webmail
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
NO_BUILD= yes
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
WWWOWN?= www
|
||||
WWWGRP?= www
|
||||
INSTALL_DIR?= www/data/${PORTNAME}
|
||||
|
||||
WANT_PHP_WEB= yes
|
||||
USE_PHP= session imap
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
pre-install:
|
||||
@${FIND} -s -d ${WRKSRC}/ -type f | ${SED} "s?${WRKSRC}?${INSTALL_DIR}?g" >${PLIST}
|
||||
@${FIND} -s -d ${WRKSRC}/ -type d | ${SED} "s?${WRKSRC}?@dirrm ${INSTALL_DIR}?g" >> ${PLIST}
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/${INSTALL_DIR}
|
||||
@cd ${WRKSRC} && ${FIND} . | ${PAX} -rw ${PREFIX}/${INSTALL_DIR}
|
||||
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${INSTALL_DIR}
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
www/hastymail2-devel/distinfo
Normal file
3
www/hastymail2-devel/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (hastymail-1.5.tar.gz) = ca6699b30b59c87027eebc67a633384b
|
||||
SHA256 (hastymail-1.5.tar.gz) = ea3a147e0a78650bf598e8ffe862eb6e50e2bf4e61e818efa241e03d51946eac
|
||||
SIZE (hastymail-1.5.tar.gz) = 361269
|
12
www/hastymail2-devel/files/pkg-message.in
Normal file
12
www/hastymail2-devel/files/pkg-message.in
Normal file
@ -0,0 +1,12 @@
|
||||
******************************************************
|
||||
|
||||
You have successfully installed Hastymail webmail client.
|
||||
Dont forget to move config file to proper directory and
|
||||
to change that variable in hastymail/lib/constant.php
|
||||
|
||||
$config_file = '/etc/hastymail.conf';
|
||||
|
||||
as needed. After that, follow the instructions in INSTALL
|
||||
file to configure Hastymail finally.
|
||||
|
||||
******************************************************
|
8
www/hastymail2-devel/pkg-descr
Normal file
8
www/hastymail2-devel/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Hastymail is a streamlined, secure, fast web based IMAP client written
|
||||
in PHP. Hastymail is designed to have low server requirements and follow
|
||||
internet standards for MIME, IMAP and SMTP communications. Hastymail is also
|
||||
designed to work with all the major and not so major web browsers available.
|
||||
Hastymail does not use frames, javascript, or cookies and all output is 100%
|
||||
W3C compliant 4.01 transitional HTML.
|
||||
|
||||
WWW: http://hastymail.sourceforge.net/
|
42
www/hastymail2/Makefile
Normal file
42
www/hastymail2/Makefile
Normal file
@ -0,0 +1,42 @@
|
||||
# New ports collection makefile for: hastymail
|
||||
# Date created: 2006-11-04
|
||||
# Whom: Bartlomiej Rutkowski <r@robakdesign.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= hastymail
|
||||
PORTVERSION= 1.5
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
||||
MASTER_SITE_SUBDIR= hastymail
|
||||
|
||||
MAINTAINER= r@robakdesign.com
|
||||
COMMENT= Small, fast and secure yet powerful IMAP webmail
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
NO_BUILD= yes
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
WWWOWN?= www
|
||||
WWWGRP?= www
|
||||
INSTALL_DIR?= www/data/${PORTNAME}
|
||||
|
||||
WANT_PHP_WEB= yes
|
||||
USE_PHP= session imap
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
pre-install:
|
||||
@${FIND} -s -d ${WRKSRC}/ -type f | ${SED} "s?${WRKSRC}?${INSTALL_DIR}?g" >${PLIST}
|
||||
@${FIND} -s -d ${WRKSRC}/ -type d | ${SED} "s?${WRKSRC}?@dirrm ${INSTALL_DIR}?g" >> ${PLIST}
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/${INSTALL_DIR}
|
||||
@cd ${WRKSRC} && ${FIND} . | ${PAX} -rw ${PREFIX}/${INSTALL_DIR}
|
||||
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${INSTALL_DIR}
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
www/hastymail2/distinfo
Normal file
3
www/hastymail2/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (hastymail-1.5.tar.gz) = ca6699b30b59c87027eebc67a633384b
|
||||
SHA256 (hastymail-1.5.tar.gz) = ea3a147e0a78650bf598e8ffe862eb6e50e2bf4e61e818efa241e03d51946eac
|
||||
SIZE (hastymail-1.5.tar.gz) = 361269
|
12
www/hastymail2/files/pkg-message.in
Normal file
12
www/hastymail2/files/pkg-message.in
Normal file
@ -0,0 +1,12 @@
|
||||
******************************************************
|
||||
|
||||
You have successfully installed Hastymail webmail client.
|
||||
Dont forget to move config file to proper directory and
|
||||
to change that variable in hastymail/lib/constant.php
|
||||
|
||||
$config_file = '/etc/hastymail.conf';
|
||||
|
||||
as needed. After that, follow the instructions in INSTALL
|
||||
file to configure Hastymail finally.
|
||||
|
||||
******************************************************
|
8
www/hastymail2/pkg-descr
Normal file
8
www/hastymail2/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Hastymail is a streamlined, secure, fast web based IMAP client written
|
||||
in PHP. Hastymail is designed to have low server requirements and follow
|
||||
internet standards for MIME, IMAP and SMTP communications. Hastymail is also
|
||||
designed to work with all the major and not so major web browsers available.
|
||||
Hastymail does not use frames, javascript, or cookies and all output is 100%
|
||||
W3C compliant 4.01 transitional HTML.
|
||||
|
||||
WWW: http://hastymail.sourceforge.net/
|
Loading…
Reference in New Issue
Block a user