diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-19 06:55:43 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-19 06:55:43 +0800 |
commit | 48c820367ef4915b3bf161d3d0ed74bca4dc97f2 (patch) | |
tree | 6cf02703fd0017c3cf79e54610f41b9063d7a422 | |
parent | 789b48af0453a463d84dd507bf0594cb34ac6773 (diff) | |
download | freebsd-ports-gnome-48c820367ef4915b3bf161d3d0ed74bca4dc97f2.tar.gz freebsd-ports-gnome-48c820367ef4915b3bf161d3d0ed74bca4dc97f2.tar.zst freebsd-ports-gnome-48c820367ef4915b3bf161d3d0ed74bca4dc97f2.zip |
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>
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/hastymail/Makefile | 42 | ||||
-rw-r--r-- | www/hastymail/distinfo | 3 | ||||
-rw-r--r-- | www/hastymail/files/pkg-message.in | 12 | ||||
-rw-r--r-- | www/hastymail/pkg-descr | 8 | ||||
-rw-r--r-- | www/hastymail2-devel/Makefile | 42 | ||||
-rw-r--r-- | www/hastymail2-devel/distinfo | 3 | ||||
-rw-r--r-- | www/hastymail2-devel/files/pkg-message.in | 12 | ||||
-rw-r--r-- | www/hastymail2-devel/pkg-descr | 8 | ||||
-rw-r--r-- | www/hastymail2/Makefile | 42 | ||||
-rw-r--r-- | www/hastymail2/distinfo | 3 | ||||
-rw-r--r-- | www/hastymail2/files/pkg-message.in | 12 | ||||
-rw-r--r-- | www/hastymail2/pkg-descr | 8 |
13 files changed, 196 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index fc54a60f0a2f..8dd79c1d0c61 100644 --- a/www/Makefile +++ b/www/Makefile @@ -185,6 +185,7 @@ SUBDIR += guile-www SUBDIR += gurlchecker SUBDIR += harvest + SUBDIR += hastymail SUBDIR += havp SUBDIR += hinventory-client SUBDIR += horde diff --git a/www/hastymail/Makefile b/www/hastymail/Makefile new file mode 100644 index 000000000000..b4f55b7b9478 --- /dev/null +++ b/www/hastymail/Makefile @@ -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> diff --git a/www/hastymail/distinfo b/www/hastymail/distinfo new file mode 100644 index 000000000000..6e9c34754986 --- /dev/null +++ b/www/hastymail/distinfo @@ -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 diff --git a/www/hastymail/files/pkg-message.in b/www/hastymail/files/pkg-message.in new file mode 100644 index 000000000000..d4bbccf29d59 --- /dev/null +++ b/www/hastymail/files/pkg-message.in @@ -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. + +****************************************************** diff --git a/www/hastymail/pkg-descr b/www/hastymail/pkg-descr new file mode 100644 index 000000000000..5bbf7bc1cfe7 --- /dev/null +++ b/www/hastymail/pkg-descr @@ -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/ diff --git a/www/hastymail2-devel/Makefile b/www/hastymail2-devel/Makefile new file mode 100644 index 000000000000..b4f55b7b9478 --- /dev/null +++ b/www/hastymail2-devel/Makefile @@ -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> diff --git a/www/hastymail2-devel/distinfo b/www/hastymail2-devel/distinfo new file mode 100644 index 000000000000..6e9c34754986 --- /dev/null +++ b/www/hastymail2-devel/distinfo @@ -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 diff --git a/www/hastymail2-devel/files/pkg-message.in b/www/hastymail2-devel/files/pkg-message.in new file mode 100644 index 000000000000..d4bbccf29d59 --- /dev/null +++ b/www/hastymail2-devel/files/pkg-message.in @@ -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. + +****************************************************** diff --git a/www/hastymail2-devel/pkg-descr b/www/hastymail2-devel/pkg-descr new file mode 100644 index 000000000000..5bbf7bc1cfe7 --- /dev/null +++ b/www/hastymail2-devel/pkg-descr @@ -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/ diff --git a/www/hastymail2/Makefile b/www/hastymail2/Makefile new file mode 100644 index 000000000000..b4f55b7b9478 --- /dev/null +++ b/www/hastymail2/Makefile @@ -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> diff --git a/www/hastymail2/distinfo b/www/hastymail2/distinfo new file mode 100644 index 000000000000..6e9c34754986 --- /dev/null +++ b/www/hastymail2/distinfo @@ -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 diff --git a/www/hastymail2/files/pkg-message.in b/www/hastymail2/files/pkg-message.in new file mode 100644 index 000000000000..d4bbccf29d59 --- /dev/null +++ b/www/hastymail2/files/pkg-message.in @@ -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. + +****************************************************** diff --git a/www/hastymail2/pkg-descr b/www/hastymail2/pkg-descr new file mode 100644 index 000000000000..5bbf7bc1cfe7 --- /dev/null +++ b/www/hastymail2/pkg-descr @@ -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/ |