summaryrefslogtreecommitdiffstats
path: root/mail/nocc
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-03-30 07:35:01 +0000
committerdinoex <dinoex@FreeBSD.org>2002-03-30 07:35:01 +0000
commit07869a5ae9f1744e70344e6163d0fdba27511aaf (patch)
treee956beb259917ead7563ba067b8a1eca852e1e94 /mail/nocc
parent010f3e873396c3f9783ac50a58867bdd263c0941 (diff)
downloadFreeBSD-ports-07869a5ae9f1744e70344e6163d0fdba27511aaf.zip
FreeBSD-ports-07869a5ae9f1744e70344e6163d0fdba27511aaf.tar.gz
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/ - Alex Dupre sysadmin@alexdupre.com PR: 34584 Submitted by: sysadmin@alexdupre.com
Diffstat (limited to 'mail/nocc')
-rw-r--r--mail/nocc/Makefile43
-rw-r--r--mail/nocc/distinfo1
-rw-r--r--mail/nocc/pkg-comment1
-rw-r--r--mail/nocc/pkg-descr12
-rw-r--r--mail/nocc/pkg-plist124
5 files changed, 181 insertions, 0 deletions
diff --git a/mail/nocc/Makefile b/mail/nocc/Makefile
new file mode 100644
index 0000000..0377321
--- /dev/null
+++ b/mail/nocc/Makefile
@@ -0,0 +1,43 @@
+# New ports collection makefile for: nocc
+# Date created: Fri Feb 3 13:31:37 CET 2002
+# Whom: Alex Dupre <sysadmin@alexdupre.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= nocc
+PORTVERSION= 0.9.5
+CATEGORIES= mail www
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= sysadmin@alexdupre.com
+
+LIB_DEPENDS= c-client4.8:${PORTSDIR}/mail/cclient
+RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
+
+NO_BUILD= yes
+
+do-install:
+ ${MKDIR} ${LOCALBASE}/www/nocc
+ ${CP} -Rp ${WRKSRC}/html ${WRKSRC}/lang ${WRKSRC}/themes \
+ ${LOCALBASE}/www/nocc
+ ${CP} -p ${WRKSRC}/*.php ${LOCALBASE}/www/nocc
+ ${CP} -p ${WRKSRC}/conf.php.dist ${LOCALBASE}/www/nocc/conf.php
+ ${CHOWN} -R www:www ${LOCALBASE}/www/nocc
+.if !defined(NOPORTDOCS)
+ ${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
+.endif
+
+post-install:
+ @${ECHO} "****************************************************************"
+ @${ECHO} "Nocc has been installed in ${LOCALBASE}/www/nocc directory."
+ @${ECHO} "Change into this directory and make changes to the config"
+ @${ECHO} "file (conf.php). The file is fairly well documented."
+.if !defined(NOPORTDOCS)
+ @${ECHO} "All documentation has been located in ${DOCSDIR}."
+.endif
+ @${ECHO} "****************************************************************"
+
+.include <bsd.port.mk>
diff --git a/mail/nocc/distinfo b/mail/nocc/distinfo
new file mode 100644
index 0000000..32ec7ca
--- /dev/null
+++ b/mail/nocc/distinfo
@@ -0,0 +1 @@
+MD5 (nocc-0.9.5.tar.gz) = b48e45282fb8d3a63322499ea867e33a
diff --git a/mail/nocc/pkg-comment b/mail/nocc/pkg-comment
new file mode 100644
index 0000000..31da256
--- /dev/null
+++ b/mail/nocc/pkg-comment
@@ -0,0 +1 @@
+A web-based e-mail system which access POP3 and IMAP mail servers
diff --git a/mail/nocc/pkg-descr b/mail/nocc/pkg-descr
new file mode 100644
index 0000000..5721e52
--- /dev/null
+++ b/mail/nocc/pkg-descr
@@ -0,0 +1,12 @@
+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/
+
+- Alex Dupre
+sysadmin@alexdupre.com
diff --git a/mail/nocc/pkg-plist b/mail/nocc/pkg-plist
new file mode 100644
index 0000000..fdf5309
--- /dev/null
+++ b/mail/nocc/pkg-plist
@@ -0,0 +1,124 @@
+www/nocc/action.php
+www/nocc/check.php
+www/nocc/check_lang.php
+www/nocc/class_send.php
+www/nocc/class_smtp.php
+www/nocc/conf.php
+www/nocc/conf_lang.php
+www/nocc/delete.php
+www/nocc/download.php
+www/nocc/exception.php
+www/nocc/functions.php
+www/nocc/get_img.php
+www/nocc/help.php
+www/nocc/index.php
+www/nocc/is_uploaded_file.php
+www/nocc/logout.php
+www/nocc/mime.php
+www/nocc/prefs.php
+www/nocc/send.php
+www/nocc/wrong.php
+www/nocc/html/footer.php
+www/nocc/html/header.php
+www/nocc/html/html_bottom_table.php
+www/nocc/html/html_inbox.php
+www/nocc/html/html_mail_bottom.php
+www/nocc/html/html_mail_header.php
+www/nocc/html/html_mail_top.php
+www/nocc/html/html_top_table.php
+www/nocc/html/menu_inbox.php
+www/nocc/html/menu_inbox_opts.php
+www/nocc/html/menu_mail.php
+www/nocc/html/menu_prefs.php
+www/nocc/html/no_mail.php
+www/nocc/html/prefs.php
+www/nocc/html/prefs_error.php
+www/nocc/html/send.php
+www/nocc/html/send_confirmed.php
+www/nocc/html/send_error.php
+www/nocc/lang/ar.php
+www/nocc/lang/bg.php
+www/nocc/lang/cs.php
+www/nocc/lang/da.php
+www/nocc/lang/de.php
+www/nocc/lang/el.php
+www/nocc/lang/en.php
+www/nocc/lang/es.php
+www/nocc/lang/fi.php
+www/nocc/lang/fr.php
+www/nocc/lang/he.php
+www/nocc/lang/hu.php
+www/nocc/lang/it.php
+www/nocc/lang/kr.php
+www/nocc/lang/nl.php
+www/nocc/lang/nn.php
+www/nocc/lang/no.php
+www/nocc/lang/pl.php
+www/nocc/lang/pt-br.php
+www/nocc/lang/pt.php
+www/nocc/lang/ru-iso.php
+www/nocc/lang/ru-koi.php
+www/nocc/lang/ru.php
+www/nocc/lang/sk.php
+www/nocc/lang/sl.php
+www/nocc/lang/sr.php
+www/nocc/lang/sv.php
+www/nocc/lang/tr.php
+www/nocc/lang/zh-gb.php
+www/nocc/lang/zh-tw.php
+www/nocc/themes/blue/colors.php
+www/nocc/themes/blue/style.css
+www/nocc/themes/blue/img/attach.gif
+www/nocc/themes/blue/img/button.png
+www/nocc/themes/blue/img/delete.gif
+www/nocc/themes/blue/img/down.gif
+www/nocc/themes/blue/img/left_arrow.gif
+www/nocc/themes/blue/img/logo.gif
+www/nocc/themes/blue/img/new.gif
+www/nocc/themes/blue/img/right_arrow.gif
+www/nocc/themes/blue/img/spacer.gif
+www/nocc/themes/blue/img/up.gif
+www/nocc/themes/newlook/colors.php
+www/nocc/themes/newlook/style.css
+www/nocc/themes/newlook/img/attach.gif
+www/nocc/themes/newlook/img/bg.gif
+www/nocc/themes/newlook/img/button.png
+www/nocc/themes/newlook/img/delete.gif
+www/nocc/themes/newlook/img/down.gif
+www/nocc/themes/newlook/img/left_arrow.gif
+www/nocc/themes/newlook/img/logo.gif
+www/nocc/themes/newlook/img/new.gif
+www/nocc/themes/newlook/img/right_arrow.gif
+www/nocc/themes/newlook/img/shtamp.gif
+www/nocc/themes/newlook/img/spacer.gif
+www/nocc/themes/newlook/img/up.gif
+www/nocc/themes/standard/colors.php
+www/nocc/themes/standard/style.css
+www/nocc/themes/standard/img/attach.gif
+www/nocc/themes/standard/img/button.png
+www/nocc/themes/standard/img/delete.gif
+www/nocc/themes/standard/img/down.gif
+www/nocc/themes/standard/img/left_arrow.gif
+www/nocc/themes/standard/img/logo.gif
+www/nocc/themes/standard/img/new.gif
+www/nocc/themes/standard/img/right_arrow.gif
+www/nocc/themes/standard/img/spacer.gif
+www/nocc/themes/standard/img/up.gif
+%%PORTDOCS%%share/doc/nocc/CREDITS
+%%PORTDOCS%%share/doc/nocc/FAQ
+%%PORTDOCS%%share/doc/nocc/INSTALL
+%%PORTDOCS%%share/doc/nocc/KNOWN_BUGS
+%%PORTDOCS%%share/doc/nocc/NEWS
+%%PORTDOCS%%share/doc/nocc/README
+%%PORTDOCS%%share/doc/nocc/TODO
+@dirrm www/nocc/themes/standard/img
+@dirrm www/nocc/themes/standard
+@dirrm www/nocc/themes/newlook/img
+@dirrm www/nocc/themes/newlook
+@dirrm www/nocc/themes/blue/img
+@dirrm www/nocc/themes/blue
+@dirrm www/nocc/themes
+@dirrm www/nocc/lang
+@dirrm www/nocc/html
+@dirrm www/nocc
+%%PORTDOCS%%@dirrm share/doc/nocc
OpenPOWER on IntegriCloud