Revision: 25606 http://sourceforge.net/p/gar/code/25606 Author: jake_goerzen Date: 2016-03-11 21:59:39 +0000 (Fri, 11 Mar 2016) Log Message: ----------- dovecot-sieve: initial commit of pigeonhole sieve plugin for dovecot
Added Paths: ----------- csw/mgar/pkg/dovecot-sieve/ csw/mgar/pkg/dovecot-sieve/Makefile csw/mgar/pkg/dovecot-sieve/branches/ csw/mgar/pkg/dovecot-sieve/tags/ csw/mgar/pkg/dovecot-sieve/trunk/ csw/mgar/pkg/dovecot-sieve/trunk/Makefile csw/mgar/pkg/dovecot-sieve/trunk/checksums csw/mgar/pkg/dovecot-sieve/trunk/files/ Added: csw/mgar/pkg/dovecot-sieve/Makefile =================================================================== --- csw/mgar/pkg/dovecot-sieve/Makefile (rev 0) +++ csw/mgar/pkg/dovecot-sieve/Makefile 2016-03-11 21:59:39 UTC (rev 25606) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/dovecot-sieve/trunk =================================================================== --- csw/mgar/pkg/dovecot-sieve/trunk 2016-03-11 14:38:45 UTC (rev 25605) +++ csw/mgar/pkg/dovecot-sieve/trunk 2016-03-11 21:59:39 UTC (rev 25606) Property changes on: csw/mgar/pkg/dovecot-sieve/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/dovecot-sieve/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot-sieve/trunk/Makefile (rev 0) +++ csw/mgar/pkg/dovecot-sieve/trunk/Makefile 2016-03-11 21:59:39 UTC (rev 25606) @@ -0,0 +1,36 @@ +NAME = dovecot-2.2-pigeonhole +VERSION = 0.4.12 +GARTYPE = v2 + +DESCRIPTION = Secure POP3/IMAP server - Sieve filters support +define BLURB +This package provides Sieve filters support for Dovecot. +endef + +MASTER_SITES = http://pigeonhole.dovecot.org/releases/2.2/ +DISTFILES = $(NAME)-$(VERSION).tar.gz + +PACKAGES = dovecot-sieve + +GARCOMPILER = GNU + +BUILD64 = 1 +ISAEXEC = 1 + +# disable test-suite +SKIPTEST = 1 + +CONFIGURE_ARGS-32 = $(DIRPATHS) +CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=/opt/csw/lib/64/dovecot +CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL)) + +STRIP_DIRS = $(DESTDIR)$(libexecdir)/dovecot + +EXTRA_LIB = /opt/csw/lib/dovecot +EXTRA_LIB-64 = /opt/csw/lib/64/dovecot + +RUNTIME_DEP_PKGS_dovecot-sieve += CSWdovecot +RUNTIME_DEP_PKGS_dovecot-sieve += CSWlibgcc-s1 + +include gar/category.mk + Property changes on: csw/mgar/pkg/dovecot-sieve/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/dovecot-sieve/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot-sieve/trunk/checksums (rev 0) +++ csw/mgar/pkg/dovecot-sieve/trunk/checksums 2016-03-11 21:59:39 UTC (rev 25606) @@ -0,0 +1 @@ +eb96e65be62c71f987a3b5ad2d782b7b dovecot-2.2-pigeonhole-0.4.12.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.