diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-08-13 18:32:49 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-08-13 18:32:49 +0000 |
commit | d34d0766db84d05d464daabd131b725cd10d3a13 (patch) | |
tree | 53f4663ae188b149c4f0225eda1c36a7d126935c /mail/majorcool | |
parent | 902338b1e049fb46311fcdfa5ee67e51d99f46f4 (diff) | |
download | ports-d34d0766db84d05d464daabd131b725cd10d3a13.tar.gz ports-d34d0766db84d05d464daabd131b725cd10d3a13.zip |
Notes
Diffstat (limited to 'mail/majorcool')
-rw-r--r-- | mail/majorcool/Makefile | 22 | ||||
-rw-r--r-- | mail/majorcool/distinfo | 1 | ||||
-rw-r--r-- | mail/majorcool/pkg-comment | 1 | ||||
-rw-r--r-- | mail/majorcool/pkg-descr | 9 | ||||
-rw-r--r-- | mail/majorcool/pkg-plist | 42 |
5 files changed, 75 insertions, 0 deletions
diff --git a/mail/majorcool/Makefile b/mail/majorcool/Makefile new file mode 100644 index 000000000000..c2a993e7f458 --- /dev/null +++ b/mail/majorcool/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: majorcool +# Version required: unknown +# Date created: Wed Aug 13 18:34:14 CEST 1997 +# Whom: Andreas Klemm <andreas@klemm.gtn.com> +# +# $Id$ +# + +DISTNAME= majorcool +CATEGORIES= mail +MASTER_SITES= http://ncrinfo.ncr.com/pub/contrib/unix/MajorCool/ +WRKSRC= ${WRKDIR} + +MAINTAINER= andreas@FreeBSD.ORG + +NO_BUILD= yes +NO_PACKAGE= "Too many questions" + +do-install: + ( cd ${WRKSRC}; ${SH} Configure ) + +.include <bsd.port.mk> diff --git a/mail/majorcool/distinfo b/mail/majorcool/distinfo new file mode 100644 index 000000000000..44e6e4f50b59 --- /dev/null +++ b/mail/majorcool/distinfo @@ -0,0 +1 @@ +MD5 (majorcool.tar.gz) = 3cd83aeb03c2824376d449dde4401753 diff --git a/mail/majorcool/pkg-comment b/mail/majorcool/pkg-comment new file mode 100644 index 000000000000..a6201a43e1b4 --- /dev/null +++ b/mail/majorcool/pkg-comment @@ -0,0 +1 @@ +A Web Interface To Majordomo diff --git a/mail/majorcool/pkg-descr b/mail/majorcool/pkg-descr new file mode 100644 index 000000000000..57713236a33d --- /dev/null +++ b/mail/majorcool/pkg-descr @@ -0,0 +1,9 @@ +MajorCool is a CGI script written in Perl that provides a Web interface +to Majordomo. It is intended to run co-located with the Majordomo +program (ie, both mail and Web on the same host). + +MajorCool was originally designed as an administrative front-end to the +popular mailing list manager, allowing novice list-owners to manage +their list configuration and subscriber base. + +More infos: http://ncrinfo.ncr.com/pub/contrib/unix/MajorCool/ diff --git a/mail/majorcool/pkg-plist b/mail/majorcool/pkg-plist new file mode 100644 index 000000000000..c7b47b195cca --- /dev/null +++ b/mail/majorcool/pkg-plist @@ -0,0 +1,42 @@ +majordomo/majorcool.pl +majordomo/majorcool_default.cf +www/cgi-bin/majordomo +www/data/majorcool.html +www/data/majorcool.info +www/icons/mc_action_button.gif +www/icons/mc_apply_button.gif +www/icons/mc_browse_active.gif +www/icons/mc_browse_banner.gif +www/icons/mc_browse_button.gif +www/icons/mc_browse_hot.gif +www/icons/mc_cool_banner.gif +www/icons/mc_cool_button.gif +www/icons/mc_cool_hot.gif +www/icons/mc_create_active.gif +www/icons/mc_create_banner.gif +www/icons/mc_create_button.gif +www/icons/mc_create_hot.gif +www/icons/mc_delete_active.gif +www/icons/mc_delete_banner.gif +www/icons/mc_delete_button.gif +www/icons/mc_delete_hot.gif +www/icons/mc_help_active.gif +www/icons/mc_help_banner.gif +www/icons/mc_help_button.gif +www/icons/mc_help_hot.gif +www/icons/mc_home_button.gif +www/icons/mc_home_hot.gif +www/icons/mc_lock.gif +www/icons/mc_mail_button.gif +www/icons/mc_mail_hot.gif +www/icons/mc_modify_active.gif +www/icons/mc_modify_banner.gif +www/icons/mc_modify_button.gif +www/icons/mc_modify_hot.gif +www/icons/mc_not.gif +www/icons/mc_prefs_active.gif +www/icons/mc_prefs_banner.gif +www/icons/mc_prefs_button.gif +www/icons/mc_prefs_hot.gif +www/icons/mc_send_button.gif +www/icons/mc_wait.gif |