Skip site navigation (1)Skip section navigation (2)
Date:      3 Feb 2002 14:12:05 -0000
From:      Alex Dupre <sysadmin@alexdupre.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34584: New port: mail/nocc (A webmail system based on PHP)
Message-ID:  <20020203141205.61671.qmail@alexdupre.com>

next in thread | raw e-mail | index | archive | help

>Number:         34584
>Category:       ports
>Synopsis:       New port: mail/nocc (A webmail system based on PHP)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 03 06:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alex Dupre
>Release:        FreeBSD 4.5-RC i386
>Organization:
>Environment:
System: FreeBSD vaio.alexdupre.com 4.5-RC FreeBSD 4.5-RC #0: Sat Jan 12 13:09:41 CET 2002 alex@vaio.alexdupre.com:/usr/obj/usr/src/sys/VAIO2002 i386


	
>Description:
Nocc is a Web-based e-mail reader. It uses PHP and a Web server to access
a mail server (POP3, IMAP) and send e-mail (SMTP or plain sendmail).
Nocc can be used as an e-mail reader and allows you to view, send
messages, manage your mail account. It can view and send MIME attachments
(files, HTML, etc.).
Nocc has low requirements on browser, it uses JavaScript as less as
possible, nearly no frames and even works with Lynx without cookies.

WWW: http://nocc.sourceforge.net/

	
>How-To-Repeat:
	
>Fix:

	

--- nocc.sh 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:
#
#	mail/nocc/
#	mail/nocc/Makefile
#	mail/nocc/distinfo
#	mail/nocc/pkg-comment
#	mail/nocc/pkg-descr
#	mail/nocc/pkg-plist
#
echo c - mail/nocc/
mkdir -p mail/nocc/ > /dev/null 2>&1
echo x - mail/nocc/Makefile
sed 's/^X//' >mail/nocc/Makefile << 'END-of-mail/nocc/Makefile'
X# New ports collection makefile for:	nocc
X# Date created:		Fri Feb 3 13:31:37 CET 2002
X# Whom:			Alex Dupre <sysadmin@alexdupre.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	nocc
XPORTVERSION=	0.9.5
XCATEGORIES=	mail www
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	sysadmin@alexdupre.com
X
XLIB_DEPENDS=	c-client4.8:${PORTSDIR}/mail/cclient
XRUN_DEPENDS=	${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
X
XNO_BUILD=	yes
X
Xdo-install:
X	${MKDIR} ${LOCALBASE}/www/nocc
X	${CP} -Rp ${WRKSRC}/html ${WRKSRC}/lang ${WRKSRC}/themes \
X	          ${LOCALBASE}/www/nocc
X	${CP} -p ${WRKSRC}/*.php ${LOCALBASE}/www/nocc
X	${CP} -p ${WRKSRC}/conf.php.dist ${LOCALBASE}/www/nocc/conf.php
X	${CHOWN} -R www:www ${LOCALBASE}/www/nocc
X.if !defined(NOPORTDOCS)
X	${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
X.endif
X
Xpost-install:
X	@${ECHO} "****************************************************************"
X	@${ECHO} "Nocc has been installed in ${LOCALBASE}/www/nocc directory."
X	@${ECHO} "Change into this directory and make changes to the config"
X	@${ECHO} "file (conf.php). The file is fairly well documented."
X.if !defined(NOPORTDOCS)
X	@${ECHO} "All documentation has been located in ${DOCSDIR}."
X.endif
X	@${ECHO} "****************************************************************"
X
X.include <bsd.port.mk>
END-of-mail/nocc/Makefile
echo x - mail/nocc/distinfo
sed 's/^X//' >mail/nocc/distinfo << 'END-of-mail/nocc/distinfo'
XMD5 (nocc-0.9.5.tar.gz) = b48e45282fb8d3a63322499ea867e33a
END-of-mail/nocc/distinfo
echo x - mail/nocc/pkg-comment
sed 's/^X//' >mail/nocc/pkg-comment << 'END-of-mail/nocc/pkg-comment'
XA web-based e-mail system which access POP3 and IMAP mail servers
END-of-mail/nocc/pkg-comment
echo x - mail/nocc/pkg-descr
sed 's/^X//' >mail/nocc/pkg-descr << 'END-of-mail/nocc/pkg-descr'
XNocc is a Web-based e-mail reader. It uses PHP and a Web server to access
Xa mail server (POP3, IMAP) and send e-mail (SMTP or plain sendmail).
XNocc can be used as an e-mail reader and allows you to view, send
Xmessages, manage your mail account. It can view and send MIME attachments
X(files, HTML, etc.).
XNocc has low requirements on browser, it uses JavaScript as less as
Xpossible, nearly no frames and even works with Lynx without cookies.
X
XWWW: http://nocc.sourceforge.net/
X
X- Alex Dupre
Xsysadmin@alexdupre.com
END-of-mail/nocc/pkg-descr
echo x - mail/nocc/pkg-plist
sed 's/^X//' >mail/nocc/pkg-plist << 'END-of-mail/nocc/pkg-plist'
Xwww/nocc/action.php
Xwww/nocc/check.php
Xwww/nocc/check_lang.php
Xwww/nocc/class_send.php
Xwww/nocc/class_smtp.php
Xwww/nocc/conf.php
Xwww/nocc/conf_lang.php
Xwww/nocc/delete.php
Xwww/nocc/download.php
Xwww/nocc/exception.php
Xwww/nocc/functions.php
Xwww/nocc/get_img.php
Xwww/nocc/help.php
Xwww/nocc/index.php
Xwww/nocc/is_uploaded_file.php
Xwww/nocc/logout.php
Xwww/nocc/mime.php
Xwww/nocc/prefs.php
Xwww/nocc/send.php
Xwww/nocc/wrong.php
Xwww/nocc/html/footer.php
Xwww/nocc/html/header.php
Xwww/nocc/html/html_bottom_table.php
Xwww/nocc/html/html_inbox.php
Xwww/nocc/html/html_mail_bottom.php
Xwww/nocc/html/html_mail_header.php
Xwww/nocc/html/html_mail_top.php
Xwww/nocc/html/html_top_table.php
Xwww/nocc/html/menu_inbox.php
Xwww/nocc/html/menu_inbox_opts.php
Xwww/nocc/html/menu_mail.php
Xwww/nocc/html/menu_prefs.php
Xwww/nocc/html/no_mail.php
Xwww/nocc/html/prefs.php
Xwww/nocc/html/prefs_error.php
Xwww/nocc/html/send.php
Xwww/nocc/html/send_confirmed.php
Xwww/nocc/html/send_error.php
Xwww/nocc/lang/ar.php
Xwww/nocc/lang/bg.php
Xwww/nocc/lang/cs.php
Xwww/nocc/lang/da.php
Xwww/nocc/lang/de.php
Xwww/nocc/lang/el.php
Xwww/nocc/lang/en.php
Xwww/nocc/lang/es.php
Xwww/nocc/lang/fi.php
Xwww/nocc/lang/fr.php
Xwww/nocc/lang/he.php
Xwww/nocc/lang/hu.php
Xwww/nocc/lang/it.php
Xwww/nocc/lang/kr.php
Xwww/nocc/lang/nl.php
Xwww/nocc/lang/nn.php
Xwww/nocc/lang/no.php
Xwww/nocc/lang/pl.php
Xwww/nocc/lang/pt-br.php
Xwww/nocc/lang/pt.php
Xwww/nocc/lang/ru-iso.php
Xwww/nocc/lang/ru-koi.php
Xwww/nocc/lang/ru.php
Xwww/nocc/lang/sk.php
Xwww/nocc/lang/sl.php
Xwww/nocc/lang/sr.php
Xwww/nocc/lang/sv.php
Xwww/nocc/lang/tr.php
Xwww/nocc/lang/zh-gb.php
Xwww/nocc/lang/zh-tw.php
Xwww/nocc/themes/blue/colors.php
Xwww/nocc/themes/blue/style.css
Xwww/nocc/themes/blue/img/attach.gif
Xwww/nocc/themes/blue/img/button.png
Xwww/nocc/themes/blue/img/delete.gif
Xwww/nocc/themes/blue/img/down.gif
Xwww/nocc/themes/blue/img/left_arrow.gif
Xwww/nocc/themes/blue/img/logo.gif
Xwww/nocc/themes/blue/img/new.gif
Xwww/nocc/themes/blue/img/right_arrow.gif
Xwww/nocc/themes/blue/img/spacer.gif
Xwww/nocc/themes/blue/img/up.gif
Xwww/nocc/themes/newlook/colors.php
Xwww/nocc/themes/newlook/style.css
Xwww/nocc/themes/newlook/img/attach.gif
Xwww/nocc/themes/newlook/img/bg.gif
Xwww/nocc/themes/newlook/img/button.png
Xwww/nocc/themes/newlook/img/delete.gif
Xwww/nocc/themes/newlook/img/down.gif
Xwww/nocc/themes/newlook/img/left_arrow.gif
Xwww/nocc/themes/newlook/img/logo.gif
Xwww/nocc/themes/newlook/img/new.gif
Xwww/nocc/themes/newlook/img/right_arrow.gif
Xwww/nocc/themes/newlook/img/shtamp.gif
Xwww/nocc/themes/newlook/img/spacer.gif
Xwww/nocc/themes/newlook/img/up.gif
Xwww/nocc/themes/standard/colors.php
Xwww/nocc/themes/standard/style.css
Xwww/nocc/themes/standard/img/attach.gif
Xwww/nocc/themes/standard/img/button.png
Xwww/nocc/themes/standard/img/delete.gif
Xwww/nocc/themes/standard/img/down.gif
Xwww/nocc/themes/standard/img/left_arrow.gif
Xwww/nocc/themes/standard/img/logo.gif
Xwww/nocc/themes/standard/img/new.gif
Xwww/nocc/themes/standard/img/right_arrow.gif
Xwww/nocc/themes/standard/img/spacer.gif
Xwww/nocc/themes/standard/img/up.gif
X%%PORTDOCS%%share/doc/nocc/CREDITS
X%%PORTDOCS%%share/doc/nocc/FAQ
X%%PORTDOCS%%share/doc/nocc/INSTALL
X%%PORTDOCS%%share/doc/nocc/KNOWN_BUGS
X%%PORTDOCS%%share/doc/nocc/NEWS
X%%PORTDOCS%%share/doc/nocc/README
X%%PORTDOCS%%share/doc/nocc/TODO
X@dirrm www/nocc/themes/standard/img
X@dirrm www/nocc/themes/standard
X@dirrm www/nocc/themes/newlook/img
X@dirrm www/nocc/themes/newlook
X@dirrm www/nocc/themes/blue/img
X@dirrm www/nocc/themes/blue
X@dirrm www/nocc/themes
X@dirrm www/nocc/lang
X@dirrm www/nocc/html
X@dirrm www/nocc
X%%PORTDOCS%%@dirrm share/doc/nocc
END-of-mail/nocc/pkg-plist
exit
--- nocc.sh ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020203141205.61671.qmail>