From root@kotlet.lerkins.com Sat Nov 18 14:23:13 2006 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1264A16A407 for ; Sat, 18 Nov 2006 14:23:13 +0000 (UTC) (envelope-from root@kotlet.lerkins.com) Received: from kotlet.lerkins.com (host43-141.lerkins.com [195.46.43.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 195CD43D46 for ; Sat, 18 Nov 2006 14:23:08 +0000 (GMT) (envelope-from root@kotlet.lerkins.com) Received: from localhost (localhost [127.0.0.1]) by kotlet.lerkins.com (Postfix) with ESMTP id AD9681D1D for ; Sat, 18 Nov 2006 15:25:11 +0100 (CET) Received: from kotlet.lerkins.com ([127.0.0.1]) by localhost (kotlet.lerkins.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QY4QkU9c9Tw0 for ; Sat, 18 Nov 2006 15:25:02 +0100 (CET) Received: from kotlet.lerkins.com (localhost [127.0.0.1]) by kotlet.lerkins.com (Postfix) with ESMTP id C1D171D1C for ; Sat, 18 Nov 2006 15:25:01 +0100 (CET) Received: (from root@localhost) by kotlet.lerkins.com (8.13.6/8.13.6/Submit) id kAIEP0jB013693; Sat, 18 Nov 2006 15:25:00 +0100 (CET) (envelope-from root) Message-Id: <200611181425.kAIEP0jB013693@kotlet.lerkins.com> Date: Sat, 18 Nov 2006 15:25:00 +0100 (CET) From: Bartlomiej Rutkowski To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: [NEW PORT] www/hastymail: Small, fast and secure yet powerful IMAP webmail X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 105646 >Category: ports >Synopsis: [NEW PORT] www/hastymail: Small, fast and secure yet powerful IMAP webmail >Confidential: no >Severity: non-critical >Priority: low >Responsible: miwi >State: closed >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Nov 18 14:30:16 GMT 2006 >Closed-Date: Sat Nov 18 22:55:46 GMT 2006 >Last-Modified: Sat Nov 18 23:00:32 GMT 2006 >Originator: Bartlomiej Rutkowski >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD kotlet.lerkins.com 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:32:43 UTC >Description: 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/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- hastymail-1.5.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # hastymail # hastymail/Makefile # hastymail/distinfo # hastymail/pkg-descr # hastymail/files # hastymail/files/pkg-message.in # echo c - hastymail mkdir -p hastymail > /dev/null 2>&1 echo x - hastymail/Makefile sed 's/^X//' >hastymail/Makefile << 'END-of-hastymail/Makefile' X# New ports collection makefile for: hastymail X# Date created: 2006-11-04 X# Whom: Bartlomiej Rutkowski X# X# $FreeBSD$ X# X XPORTNAME= hastymail XPORTVERSION= 1.5 XCATEGORIES= www XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} XMASTER_SITE_SUBDIR= hastymail X XMAINTAINER= r@robakdesign.com XCOMMENT= Small, fast and secure yet powerful IMAP webmail X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} XNO_BUILD= yes XSUB_FILES= pkg-message X XWWWOWN?= www XWWWGRP?= www XINSTALL_DIR?= www/data/${PORTNAME} X XWANT_PHP_WEB= yes XUSE_PHP= session imap X X.include X Xpre-install: X @${FIND} -s -d ${WRKSRC}/ -type f | ${SED} "s?${WRKSRC}?${INSTALL_DIR}?g" >${PLIST} X @${FIND} -s -d ${WRKSRC}/ -type d | ${SED} "s?${WRKSRC}?@dirrm ${INSTALL_DIR}?g" >> ${PLIST} X Xdo-install: X @${MKDIR} ${PREFIX}/${INSTALL_DIR} X @cd ${WRKSRC} && ${FIND} . | ${PAX} -rw ${PREFIX}/${INSTALL_DIR} X @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${INSTALL_DIR} X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include END-of-hastymail/Makefile echo x - hastymail/distinfo sed 's/^X//' >hastymail/distinfo << 'END-of-hastymail/distinfo' XMD5 (hastymail-1.5.tar.gz) = ca6699b30b59c87027eebc67a633384b XSHA256 (hastymail-1.5.tar.gz) = ea3a147e0a78650bf598e8ffe862eb6e50e2bf4e61e818efa241e03d51946eac XSIZE (hastymail-1.5.tar.gz) = 361269 END-of-hastymail/distinfo echo x - hastymail/pkg-descr sed 's/^X//' >hastymail/pkg-descr << 'END-of-hastymail/pkg-descr' XHastymail is a streamlined, secure, fast web based IMAP client written Xin PHP. Hastymail is designed to have low server requirements and follow Xinternet standards for MIME, IMAP and SMTP communications. Hastymail is also Xdesigned to work with all the major and not so major web browsers available. XHastymail does not use frames, javascript, or cookies and all output is 100% XW3C compliant 4.01 transitional HTML. X XWWW: http://hastymail.sourceforge.net/ END-of-hastymail/pkg-descr echo c - hastymail/files mkdir -p hastymail/files > /dev/null 2>&1 echo x - hastymail/files/pkg-message.in sed 's/^X//' >hastymail/files/pkg-message.in << 'END-of-hastymail/files/pkg-message.in' X****************************************************** X XYou have successfully installed Hastymail webmail client. XDont forget to move config file to proper directory and Xto change that variable in hastymail/lib/constant.php X X$config_file = '/etc/hastymail.conf'; X Xas needed. After that, follow the instructions in INSTALL Xfile to configure Hastymail finally. X X****************************************************** END-of-hastymail/files/pkg-message.in exit --- hastymail-1.5.shar ends here --- >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Sat Nov 18 15:39:36 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=105646 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sat Nov 18 22:55:45 UTC 2006 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=105646 From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/105646: commit references a PR Date: Sat, 18 Nov 2006 22:55:48 +0000 (UTC) miwi 2006-11-18 22:55:43 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/hastymail Makefile distinfo pkg-descr www/hastymail/files pkg-message.in Log: 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 Revision Changes Path 1.1602 +1 -0 ports/www/Makefile 1.1 +42 -0 ports/www/hastymail/Makefile (new) 1.1 +3 -0 ports/www/hastymail/distinfo (new) 1.1 +12 -0 ports/www/hastymail/files/pkg-message.in (new) 1.1 +8 -0 ports/www/hastymail/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" >Unformatted: