From lasse@freebsdcluster.org  Thu Aug 21 23:39:50 2003
Return-Path: <lasse@freebsdcluster.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2E4EE16A4C0
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 21 Aug 2003 23:39:50 -0700 (PDT)
Received: from freebsdcluster.org (freebsdcluster.dk [195.184.98.178])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 55C1043FA3
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 21 Aug 2003 23:39:49 -0700 (PDT)
	(envelope-from lasse@freebsdcluster.org)
Received: from localhost (localhost [127.0.0.1])
	by freebsdcluster.org (Postfix) with ESMTP id 4A04AAC727
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 22 Aug 2003 08:39:48 +0200 (CEST)
Received: from freebsdcluster.org ([127.0.0.1])
 by localhost (freebsdcluster.dk [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 46297-05 for <FreeBSD-gnats-submit@freebsd.org>;
 Fri, 22 Aug 2003 08:39:45 +0200 (CEST)
Received: by freebsdcluster.org (Postfix, from userid 1000)
	id 347CDAC73D; Fri, 22 Aug 2003 08:39:44 +0200 (CEST)
Message-Id: <20030822063944.347CDAC73D@freebsdcluster.org>
Date: Fri, 22 Aug 2003 08:39:44 +0200 (CEST)
From: Lasse L.Johnsen <lasse@freebsdcluster.org>
Reply-To: Lasse L.Johnsen <lasse@freebsdcluster.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject:
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         55860
>Category:       ports
>Synopsis:       
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    mich
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 21 23:40:18 PDT 2003
>Closed-Date:    Fri Aug 22 06:34:29 PDT 2003
>Last-Modified:  Fri Aug 22 06:34:29 PDT 2003
>Originator:     Lasse L. Johnsen
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD freebsdcluster.dk 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Jul 6 13:54:50 CEST 2002 root@freebsdcluster.dk:/space1/usr-linked/obj/space1/usr-linked/src/sys/COP_KERNEL_1 i386


>Description:
	New port: Useful tool for sorting mbox style mailboxes after date


# 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:
#
#	sortmail
#	sortmail/distinfo
#	sortmail/pkg-descr
#	sortmail/Makefile
#	sortmail/pkg-plist
#
echo c - sortmail
mkdir -p sortmail > /dev/null 2>&1
echo x - sortmail/distinfo
sed 's/^X//' >sortmail/distinfo << 'END-of-sortmail/distinfo'
XMD5 (sortmail-1.20.tar.gz) = c37932c8056b8bf4c7dbeb4c61b5acc3
END-of-sortmail/distinfo
echo x - sortmail/pkg-descr
sed 's/^X//' >sortmail/pkg-descr << 'END-of-sortmail/pkg-descr'
Xsortmail - sort email messages by date/time
X
Xsortmail  is  a  front end for decomposemail(1) and recom-
Xposemail(1).  Each mailbox argument is  disassembled  into
Xits  component  messages, then these messages are reassem-
Xbled into new mailboxes based on  command  line  selection
Xcriteria.  Some additional functionality is provided, such
Xas backup copies, recursion, etc.
X
XSoftware written by: Daniel E. Singer (a.k.a. Toolman)
X
XWWW: http://www.cs.duke.edu/~des/scripts/sortmail_article.html
X 
X	Lasse L. Johnsen
X	lasse@freebsdcluster.org
END-of-sortmail/pkg-descr
echo x - sortmail/Makefile
sed 's/^X//' >sortmail/Makefile << 'END-of-sortmail/Makefile'
X# Ports collection makefile for:  sortmail
X# Date created:                   Thu August 21, 2003
X# Whom:                           Lasse L. Johnsen (lasse@freebsdcluster.org)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	sortmail
XPORTVERSION=	1.20
XCATEGORIES=	mail
XMASTER_SITES=	http://www.freebsdcluster.org/~lasse/software/  \
X		${MASTER_SITE_LOCAL}
X
XMAINTAINER=	lasse@freebsdcluster.org
XCOMMENT=	Useful tool for sorting mbox style mailboxes after date
X
XNO_WRKSUBDIR=	yes
XMAN1=		recomposemail.1 decomposemail.1 sortmail.1
XNO_BUILD=	yes
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/recomposemail ${PREFIX}/bin
X	${INSTALL_SCRIPT} ${WRKSRC}/decomposemail ${PREFIX}/bin
X	${INSTALL_SCRIPT} ${WRKSRC}/sortmail ${PREFIX}/bin
X
X	${INSTALL_MAN} ${WRKSRC}/recomposemail.1 ${PREFIX}/man/man1
X	${INSTALL_MAN} ${WRKSRC}/decomposemail.1 ${PREFIX}/man/man1
X	${INSTALL_MAN} ${WRKSRC}/sortmail.1 ${PREFIX}/man/man1
X
X.include <bsd.port.mk>
END-of-sortmail/Makefile
echo x - sortmail/pkg-plist
sed 's/^X//' >sortmail/pkg-plist << 'END-of-sortmail/pkg-plist'
Xbin/recomposemail
Xbin/decomposemail
Xbin/sortmail
END-of-sortmail/pkg-plist
exit

>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mich 
Responsible-Changed-By: mich 
Responsible-Changed-When: Fri Aug 22 00:51:09 PDT 2003 
Responsible-Changed-Why:  
I'll handle this one 

http://www.freebsd.org/cgi/query-pr.cgi?pr=55860 
State-Changed-From-To: open->closed 
State-Changed-By: mich 
State-Changed-When: Fri Aug 22 06:34:12 PDT 2003 
State-Changed-Why:  
Port added, thanks ! 

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