summaryrefslogtreecommitdiff
path: root/mail/sqwebmail
AgeCommit message (Collapse)AuthorFilesLines
2004-01-07From the log for rev. 1.1260 of bsd.pkg.mk:jlam1-2/+2
"Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of PKG_SYSCONFSUBDIR. This makes PKG_SYSCONFBASE=/etc work with pkgviews by installing all config files into /etc/packages/<pkg> instead of occasionally putting some directly into /etc."
2003-08-30Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL ifjlam1-2/+5
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-10-08buildlink1 -> buildlink2jlam1-2/+1
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-2/+2
2002-09-18When using bsd.pkg.install.mk, if a DEINSTALL or INSTALL file alreadyjlam1-3/+1
exists, then use it as the default value of DEINSTALL_EXTRA_TMPL or INSTALL_EXTRA_TMPL.
2002-05-28Replace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467.yyamano1-2/+2
2002-05-03As discussed with jlam, set the mailer to "/usr/sbin/sendmail" byschmonz2-2/+7
default, and inform the user that it might be necessary to edit ${PKG_SYSCONFDIR}/sendit.sh.
2002-02-03Fix reversed logic for setting INSTALL_TARGET=install-strip. Of course,jlam1-4/+2
we want to strip when STRIPFLAGS contains "-s" and not otherwise. Pointed out by Amatai Schlair in private e-mail.
2002-01-25Do some editting of the output returned by OpenLDAP's ldapsearch so thatjlam3-2/+19
it can be parsed by SqWebMail. SqWebMail expects output to be of the form class1=name1 class2=name2 ... but the output from ldapsearch seems to be class1: name1 class2: name2 We massage it into the former using sed. This makes LDAP searches against ldap.bigfoot.com work properly when using the "Global Addressbook" feature of SqWebMail.
2002-01-24Tighten up the MESSAGE file a bit.jlam1-5/+2
2002-01-24This package actually needs perl as a dependency, not just a buildjlam2-6/+24
dependency, since the cache-cleaning script is a perl script (noted by Amitai Schlair in private email). Also change the permissions on the ldap config files so that LDAP searches have a better chance of succeeding. XXX - The global LDAP searches still don't work, but I haven't yet figured XXX - out why. The queries return records when executed on the command XXX - line, but the records aren't being displayed by sqwebmail.
2002-01-24The example scripts in ${DATADIR}/sqwebmail don't end in ".dist".jlam1-2/+2
2002-01-24Depend on courier-auth>=0.37.1nb1 to pick up the changes to make thejlam1-2/+2
password-changing page work.
2002-01-24Add this to the www category.jlam1-1/+2
2002-01-24Initial import of mail/sqwebmail, the Courier webmail CGI.jlam10-0/+401
SqWebMail is a web CGI client for sending and receiving E-mail using Maildir mailboxes. It is very lightweight -- it reads mail directly from Maildirs.