summaryrefslogtreecommitdiff
path: root/mail/prayer
AgeCommit message (Collapse)AuthorFilesLines
2004-02-28Add RCD script.heinz1-0/+118
2004-02-28Compiles and works with db4.heinz8-41/+109
Creates user and group now. "make reinstall" works again. No change of ownership of /usr/pkg/sbin anymore. New RCD script (needs work on non-NetBSD platforms regarding "ps" command options). Bump revision.
2004-01-29Forgot to remove original command line.heinz1-2/+1
2004-01-28Do not use "find -d". This option is not available on all supported platforms.heinz1-2/+4
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-11-12PKGREVISION++ after openssl update.jschauma1-1/+2
2003-07-28Changes 1.0.6 - 1.0.8adam9-105/+169
* Remove "Feel free to send more messages" text from vacation messages. * Disable gzip for Opera attachment download. * Fixed config->prayer_user expansion. * fatal() shouldn't dump core if root. * Fixed abook_list boundary condition when current entry is last on page. * Added message download link for Message/RFC822 sections. * Fix session_server() ping interval logic. * Other bug-fixes
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-02Avoid hardcoding /usr/pkg in patch files.jmmv3-7/+9
2003-06-19regen for patch-af changewiz1-2/+2
2003-06-16Oops. make sure the patch can actually applyjmc1-3/+3
2003-06-16Patch so this works correctly with db4 4.1 nowjmc2-1/+38
2003-06-10Bump PKGREVISION because of db4 shlib major bump.wiz1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-3/+3
2003-03-02Honor PKG_SYSCONFDIR. Bump PKGREVISION to 1.jmmv6-18/+112
Closes PR pkg/20543 by Kimmo Suominen.
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>.
2003-01-04Use the perl5 buildlink.mk instead of module.mk.wiz1-2/+2
2003-01-04This package needs perl during the build.wiz1-2/+4
2002-12-27Import of prayer 1.0.5abs8-0/+182
Prayer is a small and fast HTTP to IMAP gateway written entirely in C. * Uses persistent connections to IMAP server and support servers. * Target folders remain SELECTed: not a simple-minded proxy. * Full caching (including sort/thread cache) for each open folder. * Up to five persistent IMAP connections (typically one or two in use): o INBOX and one other folder o Postponed message folder stream o Preferences stream o Folder transfer stream o Various optimisations/sharing to minimise actual IMAP connections * Directory cache: single round trip to IMAP server for directory listing. * Works well with UW IMAP server (even using Unix format mail folders). * Little discernible load on a Pentium III class system running Linux with 5,000 logins/day (400 logins/hour, 150 concurrent logins) * Uses 10% to 20% of the CPU and 400 MBytes of RAM on a PIII class system with 23,000 logins/day (1,700 logins/hour, 850 concurrent logins peak) * Aggressive HTTP/1.0 and 1.1 connection caching to reduce SSL overhead. * Optional gzip compression of pages tunable by IP address range.