aboutsummaryrefslogtreecommitdiff
path: root/mail/sqwebmail
Commit message (Collapse)AuthorAgeFilesLines
* deinstal config files when they are left unchangedOliver Lehmann2005-01-091-0/+2
| | | | | | | | Noted by: pointyhat via kris Stolen from: mail/mutt Notes: svn path=/head/; revision=125956
* upadate to courier-authlib 0.52, courier-imap 4.0.1 and sqwebmail 5.0.0Oliver Lehmann2005-01-087-224/+140
| | | | | | | Special thanks for testing and sugestions to: Brian Candler <B.Candler@pobox.com> Notes: svn path=/head/; revision=125759
* depend on gettextOliver Lehmann2004-12-201-1/+2
| | | | | | | | | bump PORTREVISION Noted By: pointyhat via kris Notes: svn path=/head/; revision=124597
* The comment in mal/sqwebmail/Makefile is talking about VCHKPW asOliver Lehmann2004-09-231-1/+1
| | | | | | | | | | | vpopmail's home. But the variable is named VCHKPWLOC, not VCHKPW. Fix that... Noted by: "R. Love" <roblove@zoominternet.net> Approved by: portmgr (marcus) Notes: svn path=/head/; revision=118361
* update to 4.0.7Oliver Lehmann2004-08-082-3/+3
| | | | Notes: svn path=/head/; revision=115612
* mkdir -p -- ... gets confused when there is a /bin/sh in front... so removeOliver Lehmann2004-07-311-1/+2
| | | | | | | it. Notes: svn path=/head/; revision=115143
* setting USE_LIBTOOL_VER forces USE_GNU_CONFIGURE which modifies CONFIGURE_ARGSOliver Lehmann2004-07-231-2/+3
| | | | | | | | | | and by adding --prefix to it, the port gets installed into a wrong directory. Thats fixed now. Noted by: ale Notes: svn path=/head/; revision=114507
* use ${MKDIR} instead of "mkdir" and replace @LIBTOOL@Oliver Lehmann2004-07-201-0/+6
| | | | Notes: svn path=/head/; revision=114298
* update to 4.0.6Oliver Lehmann2004-07-193-15/+4
| | | | Notes: svn path=/head/; revision=114206
* Fix the incorrectly calculation of maildir quotas due to missuse ofOliver Lehmann2004-06-202-1/+12
| | | | | | | | pointer to off_t (64bit) vs pointer to long (32 bit). Bump PORTREVISION Notes: svn path=/head/; revision=111840
* update to 4.0.5Oliver Lehmann2004-06-122-4/+4
| | | | Notes: svn path=/head/; revision=111337
* - Add an "insta-configure" target. It's mandatory to run after the initialOliver Lehmann2004-05-311-1/+10
| | | | | | | | installation, and recommended to run for all updates. - Bump PORTREVISION Notes: svn path=/head/; revision=110521
* fix build in case WITHOUT_IMAP is definedOliver Lehmann2004-05-281-0/+13
| | | | Notes: svn path=/head/; revision=110239
* update to 4.0.4Oliver Lehmann2004-05-164-6/+8
| | | | Notes: svn path=/head/; revision=109278
* update to 4.0.3Oliver Lehmann2004-04-063-15/+4
| | | | Notes: svn path=/head/; revision=106315
* change CGIBINDIR and WEBDATADIR from .default to -distOliver Lehmann2004-03-301-2/+2
| | | | | | | Noted By: Nelis Lamprecht <nelis@brabys.co.za> Notes: svn path=/head/; revision=105724
* - add WITH_CHARSETS which allows you to enable unicode charsetsOliver Lehmann2004-03-302-1/+24
| | | | | | | | | | - fix creating rfc2047 message headers Submitted By: Dmitry Sukhodoev <raven@bingo.ru> PR: 64900 Notes: svn path=/head/; revision=105673
* update to 4.0.2Oliver Lehmann2004-03-175-55/+9
| | | | Notes: svn path=/head/; revision=104312
* Our iso3166.tab differs a bit from the linux one and it's also located in aOliver Lehmann2004-03-161-0/+44
| | | | | | | different directory. Notes: svn path=/head/; revision=104209
* add the courier-imap patch to sqwebmail tooOliver Lehmann2004-03-161-0/+21
| | | | Notes: svn path=/head/; revision=104199
* Update to 4.0.1 release.Alex Dupre2004-03-112-3/+3
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=103614
* update sqwebmail to 4.0.0Oliver Lehmann2004-03-083-3/+9
| | | | Notes: svn path=/head/; revision=103337
* revert last change and set CONFIGURE_TARGETOliver Lehmann2004-02-191-2/+3
| | | | | | | Noted By: kris, Jeremy L.Stock <jstock@visi.com> Notes: svn path=/head/; revision=101419
* fix build on amd64 (s/HAS_CONFIGURE/GNU_CONFIGURE/)Oliver Lehmann2004-02-171-2/+2
| | | | Notes: svn path=/head/; revision=101233
* update mail/sqwebmail to 3.6.2Oliver Lehmann2003-12-064-34/+78
| | | | | | | | PR: ports/59763 Submitted By: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=95189
* utilize USE_OPENLDAPOliver Lehmann2003-11-221-1/+1
| | | | Notes: svn path=/head/; revision=94707
* uodate sqwebmail to 3.6.1Oliver Lehmann2003-10-302-3/+3
| | | | Notes: svn path=/head/; revision=92656
* Does not use the included version of libintl, use the one which is providedOliver Lehmann2003-10-282-6/+4
| | | | | | | | | by gettext. PR: ports/58568 Submitted By: Simon Barner <barner@in.tum.de> Notes: svn path=/head/; revision=92406
* update sqwebmail to 3.6.0Oliver Lehmann2003-08-173-5/+8
| | | | Notes: svn path=/head/; revision=87137
* Reflect the renaming of authdaemond.sh (PR) to sqwebmail-authdaemond.sh (CVS)Oliver Lehmann2003-08-032-2/+3
| | | | | | | Noted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=86219
* - don't use @cwd in pkg-plistOliver Lehmann2003-08-033-55/+76
| | | | | | | | | | - add a startupscript for authdaemond PR: ports/55193 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=86217
* add a WITHOUT_AUTHDAEMON knobOliver Lehmann2003-07-222-8/+26
| | | | Notes: svn path=/head/; revision=85355
* Update sqwebmail to 3.5.3Oliver Lehmann2003-05-162-2/+2
| | | | | | | Approved by: alex (mentor) Notes: svn path=/head/; revision=81100
* Update sqwebmail to 3.5.2Oliver Lehmann2003-05-152-2/+2
| | | | | | | Approved by: alex (mentor) Notes: svn path=/head/; revision=81045
* Update sqwebmail to 3.5.1Oliver Lehmann2003-05-123-42/+62
| | | | | | | | | | Take maintainership PR: 50910 Approved by: nbm, alex (mentor) Notes: svn path=/head/; revision=80847
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Point dependencies on net/openldap to net/openldap12Edwin Groothuis2003-02-241-1/+1
| | | | Notes: svn path=/head/; revision=76344
* New user config options for sqwebmailNeil Blakey-Milner2003-01-091-0/+17
| | | | | | | | PR: 44888 Submitted by: Scott Lampert <scott@lampert.org> Notes: svn path=/head/; revision=72806
* port needs perl to build -> USE_PERL5=yesEdwin Groothuis2002-11-051-0/+1
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69493
* Add tunables for setting the hard and soft timeouts for sqwebmail.Sean Chittenden2002-10-101-0/+10
| | | | | | | | Reviewed by: nbm Approved by: knu (mentor) Notes: svn path=/head/; revision=67776
* Upgrade to sqwebmail 3.3.7Neil Blakey-Milner2002-08-043-21/+33
| | | | Notes: svn path=/head/; revision=63996
* Upgrade to 3.2.0.Neil Blakey-Milner2001-11-183-19/+69
| | | | Notes: svn path=/head/; revision=50186
* Update to 2.0.0Neil Blakey-Milner2001-05-243-2/+14
| | | | Notes: svn path=/head/; revision=43024
* Upgrade to sqwebmail 1.2.4, which fixes a stack overflow bug.Neil Blakey-Milner2001-01-302-2/+2
| | | | | | | Submitted by: Sam Varshavchik <mrsam@courier-mta.com> Notes: svn path=/head/; revision=37781
* Update to sqwebmail 1.2.3.Neil Blakey-Milner2001-01-292-3/+3
| | | | Notes: svn path=/head/; revision=37729
* Upgrade to 1.1.2Neil Blakey-Milner2001-01-033-3/+6
| | | | Notes: svn path=/head/; revision=36652
* Upgrade to sqwebmail 1.0.3Neil Blakey-Milner2000-11-103-6/+12
| | | | Notes: svn path=/head/; revision=34969
* Allow package to build by disabling the check for mime.types file - portNeil Blakey-Milner2000-11-031-1/+5
| | | | | | | | | | | users are directed in the Makefile to use WITH_MIMETYPES to let the configure script try to find a mime.types file somewhere. Since the package never built and this doesn't affect people who've installed from ports, no PORTREVISION bump. Notes: svn path=/head/; revision=34794
* Change 'Date created:' and 'Whom:' to reflect reality.Neil Blakey-Milner2000-09-221-2/+2
| | | | Notes: svn path=/head/; revision=33023
* Add sqwebmail, a web-based mail reader for use with compatible setupsNeil Blakey-Milner2000-09-225-0/+204
like courier-imap and vpopmail (and both). Notes: svn path=/head/; revision=33021