From dom@host217-39-133-112.in-addr.btopenworld.com  Sun Sep  1 04:40:31 2002
Return-Path: <dom@host217-39-133-112.in-addr.btopenworld.com>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C0B3637B406
	for <freebsd-gnats-submit@freebsd.org>; Sun,  1 Sep 2002 04:40:31 -0700 (PDT)
Received: from host217-39-133-112.in-addr.btopenworld.com (host217-39-122-112.in-addr.btopenworld.com [217.39.122.112])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7F9BB43E4A
	for <freebsd-gnats-submit@freebsd.org>; Sun,  1 Sep 2002 04:40:30 -0700 (PDT)
	(envelope-from dom@host217-39-133-112.in-addr.btopenworld.com)
Received: by host217-39-133-112.in-addr.btopenworld.com (Postfix, from userid 1001)
	id 3C70F4F1; Sun,  1 Sep 2002 12:40:43 +0100 (BST)
Message-Id: <20020901114043.3C70F4F1@host217-39-133-112.in-addr.btopenworld.com>
Date: Sun,  1 Sep 2002 12:40:43 +0100 (BST)
From: Dominic Marks <dominic_marks@btinternet.com>
Reply-To: Dominic Marks <dominic_marks@btinternet.com>
To: freebsd-gnats-submit@freebsd.org
Cc:
Subject: New Port: mail/dovecot
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         42290
>Category:       ports
>Synopsis:       New Port: mail/dovecot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    vanilla
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 01 04:50:05 PDT 2002
>Closed-Date:    Sun Sep 01 07:20:04 PDT 2002
>Last-Modified:  Sun Sep 01 07:20:04 PDT 2002
>Originator:     Dominic Marks
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
National Physical Laboratory, UK
>Environment:
System: FreeBSD gallium 4.6-STABLE FreeBSD 4.6-STABLE #2:
Sun Sep 1 11:11:10 BST 2002 dom@gallium:/usr/obj/usr/src/sys/NIFTY i386
	
>Description:
Dovecot is a secure and compact IMAP server which is in the early stages
of developement. It supports Maildirs and mbox formats and much of the
IMAP v4 protocol including SSL/TLS. IPv6 support is also included.

WWW: http://dovecot.procontrol.fi/
	
>How-To-Repeat:
	This supercedes PR ports/41597. It can now be closed.
	
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	dovecot/
#	dovecot/files
#	dovecot/files/patch-aa
#	dovecot/pkg-comment
#	dovecot/pkg-descr
#	dovecot/pkg-plist
#	dovecot/Makefile
#	dovecot/distinfo
#
echo c - dovecot/
mkdir -p dovecot/ > /dev/null 2>&1
echo c - dovecot/files
mkdir -p dovecot/files > /dev/null 2>&1
echo x - dovecot/files/patch-aa
sed 's/^X//' >dovecot/files/patch-aa << 'END-of-dovecot/files/patch-aa'
X--- src/auth/userinfo-pam.c	Thu Aug  1 05:16:44 2002
X+++ src/auth/userinfo-pam.c	Mon Aug 12 23:41:48 2002
X@@ -21,7 +21,6 @@
X 
X #include <stdlib.h>
X #include <unistd.h>
X-#include <shadow.h>
X 
X #include <security/pam_appl.h>
X 
END-of-dovecot/files/patch-aa
echo x - dovecot/pkg-comment
sed 's/^X//' >dovecot/pkg-comment << 'END-of-dovecot/pkg-comment'
XSecure and compact IMAP server
END-of-dovecot/pkg-comment
echo x - dovecot/pkg-descr
sed 's/^X//' >dovecot/pkg-descr << 'END-of-dovecot/pkg-descr'
XDovecot is a secure and compact IMAP server which is in the early stages
Xof developement. It supports Maildirs and mbox formats and much of the
XIMAP v4 protocol including SSL/TLS. IPv6 support is also included.
X
XWWW: http://dovecot.procontrol.fi/
X
END-of-dovecot/pkg-descr
echo x - dovecot/pkg-plist
sed 's/^X//' >dovecot/pkg-plist << 'END-of-dovecot/pkg-plist'
Xsbin/imap-master
Xbin/imap
Xbin/imap-auth
Xbin/imap-login
Xetc/dovecot/example.conf
Xshare/dovecot/auth.txt
Xshare/dovecot/design.txt
Xshare/dovecot/nfs.txt
Xshare/dovecot/index.txt
Xshare/dovecot/multiaccess.txt
X@dirrm share/dovecot
X@dirrm etc/dovecot
END-of-dovecot/pkg-plist
echo x - dovecot/Makefile
sed 's/^X//' >dovecot/Makefile << 'END-of-dovecot/Makefile'
X# New ports collection makefile for:	dovecot
X# Date created:				12/08/2002
X# Whom:			Dominic Marks <dominic_marks@btinternet.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	dovecot
XPORTVERSION=	0.97
XCATEGORIES=	net ipv6
XMASTER_SITES=	http://dovecot.procontrol.fi/
XCONFIGURE_ARGS=	--disable-shadow --enable-ipv6
X
XMAINTAINER=	dominic_marks@btinternet.com
X
XGNU_CONFIGURE=	yes
X
X.include <bsd.port.pre.mk>
X
Xdo-install:
X	@${MKDIR} ${PREFIX}/etc/dovecot
X	@${INSTALL_PROGRAM} ${WRKSRC}/src/master/imap-master ${PREFIX}/sbin
X	@${INSTALL_PROGRAM} \
X		${WRKSRC}/src/imap/imap \
X		${WRKSRC}/src/auth/imap-auth \
X		${WRKSRC}/src/login/imap-login \
X		${PREFIX}/bin
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${PREFIX}/share/dovecot
X	@${INSTALL_DATA} \
X		${WRKSRC}/doc/auth.txt \
X		${WRKSRC}/doc/design.txt \
X		${WRKSRC}/doc/index.txt \
X		${WRKSRC}/doc/multiaccess.txt \
X		${WRKSRC}/doc/nfs.txt \
X		${PREFIX}/share/dovecot
X.endif
X	@${INSTALL_DATA} ${WRKSRC}/dovecot-example.conf \
X		${PREFIX}/etc/dovecot/example.conf
X	
X
X.include <bsd.port.post.mk>
END-of-dovecot/Makefile
echo x - dovecot/distinfo
sed 's/^X//' >dovecot/distinfo << 'END-of-dovecot/distinfo'
XMD5 (dovecot-0.97.tar.gz) = e11fb1b9cd005d6072332e9df87ba620
END-of-dovecot/distinfo
exit

	


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->vanilla 
Responsible-Changed-By: vanilla 
Responsible-Changed-When: Sun Sep 1 05:53:02 PDT 2002 
Responsible-Changed-Why:  
I will handle this one. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42290 
State-Changed-From-To: open->closed 
State-Changed-By: vanilla 
State-Changed-When: Sun Sep 1 07:19:15 PDT 2002 
State-Changed-Why:  
Committed, thanks. 

maybe portlint will be your friend. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42290 
>Unformatted:
