Commit graph

29 commits

Author SHA1 Message Date
jlam
ad0396269d Update mail/courier-maildir to maildir code from courier-0.57.1 release.
No changes.
2007-10-15 15:37:09 +00:00
jlam
770b15777f Update mail/courier-maildir to 0.56.0. Changes from version 0.53.2
include plugging some small resource leaks and installing the HTML
documentation.
2007-08-10 17:57:00 +00:00
joerg
5430595a63 DESTDIR support. 2006-11-03 19:14:25 +00:00
jlam
a9bb37d2ba Update mail/courier-maildir to track code from courier-0.53.2. No
changes from code in version 0.53.1.
2006-06-09 22:11:42 +00:00
jlam
2fb9e5e7bb Update courier-maildir to 0.53.1. Changes from version 0.52.2 include:
+ Install some of the HTML documentation in the locations expected by
    courier-mta.

  * fixes to the Maildir+ quota support.
2006-04-28 18:13:25 +00:00
jlam
daad0f3d6c Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
2006-03-14 01:14:26 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
joerg
fff8c46fb9 Replace FILES_SUBST_SED usage with SUBST framework. 2006-01-19 02:14:13 +00:00
jlam
8b64ff72da Update mail/courier-maildir to 0.52.2. This update uses the maildir
code from courier-0.52.2 which has no changes from the code in 0.52.1.
The only change is that "fam" is no longer a package option (or a
dependency) for courier-maildir.
2006-01-03 05:33:09 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
jlam
2558c0291d Change my MAINTAINER email address to the one I've been using for
pkgsrc work.
2005-12-17 05:20:21 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
0aa8511419 Make sure PKGNAME is set when we need it. 2005-11-11 07:42:08 +00:00
rillig
e65a23180f Changed a comment: Instead of setting PKGBASE, packages including this file
should set PKGNAME before.
2005-11-11 07:29:26 +00:00
rillig
ed9b1b7edd PKGBASE is defined too late to be used in PKG_OPTIONS_VAR, so it cannot
be used here.
2005-11-11 07:10:06 +00:00
rillig
a9b01f5158 Removed invalid definition for the read-only variable PKGBASE. 2005-11-05 17:19:36 +00:00
jlam
0efa602a8b Update mail/courier-maildir to 0.52.1. Changes from version 0.51 include
switching to use PCRE instead of a home-grown regexp package.
2005-10-20 20:26:15 +00:00
jlam
4987dddd2a Updated mail/courier-maildir to the utilities from the courier-0.51.0
distribution.  Changes include teaching courier-maildiracl about
account groups and the administrator group for IMAP ACLs, which are
understood by courier-imap>=4.0.4 and sqwebmail>=5.0.4.
2005-08-11 00:03:32 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
jlam
48781afdbb For packages that use GNU configure, don't bother adding "TOOL"
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.
2005-05-22 05:35:32 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jlam
1099c63650 Update mail/courier-maildir to 0.49.0. Changes from version 0.48.2
include:

    * maildir/maildirquota.c (docheckquota): Memory used after being freed.

    * maildir/deliverquota.c (deliver): Overquota condition is now a
      temporary delivery failure, in accordance with the new backscatter
      suppression logic.
2005-03-22 04:21:25 +00:00
jlam
18e53f2712 Refer to "sharedindexinstall" and "sharedindexsplit" by their correct
paths.  Bump the PKGREVISION to 1.
2005-02-28 21:18:16 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00
jlam
6c0b00b275 Update mail/courier-maildir to 0.48.2. Changes from version 0.45.6
include minor bugfixes, and fixing a major typo where the maildiracl
and maildirkw utilities were actually just copies of the maildirmake
utility.
2005-02-18 22:12:50 +00:00
jlam
35019c9997 Fix error in sharedindexupdate script where @DATADIR@ wasn't being
substituted with any value.
2004-07-15 06:49:33 +00:00
jlam
a703eddf0d Re-add "courier-maildirmake" as "courier-maildir" and update to utilities
from courier-0.45.6.  Changes from version 0.44.2 include:

  * Renamed maildir* programs and manpages to be courier-maildir* to avoid
    conflicts with other maildir packages (notably, qmail).
  * New utilities to handle maildirs with ACLs to support ACL IMAP in
    courier-imap and sqwebmail.
  * Added scripts to build indices of shared maildirs on the system for
    courier-imap and sqwebmail.
2004-07-14 20:05:50 +00:00