From owner-cvs-ports@FreeBSD.ORG Thu Oct 9 23:09:22 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6150016A4B3; Thu, 9 Oct 2003 23:09:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E500843F3F; Thu, 9 Oct 2003 23:09:21 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9A69LXJ053763; Thu, 9 Oct 2003 23:09:21 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9A69LJN053762; Thu, 9 Oct 2003 23:09:21 -0700 (PDT) (envelope-from edwin) Message-Id: <200310100609.h9A69LJN053762@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 9 Oct 2003 23:09:21 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/mb2md Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 06:09:22 -0000 edwin 2003/10/09 23:09:21 PDT FreeBSD ports repository Modified files: mail Makefile Added files: mail/mb2md Makefile distinfo pkg-descr pkg-plist Log: New port: mb2md - Converts mbox mailboxes to Maildir This is a Perl script that reads a directory of Mbox format mailboxes and converts them to Maildir format. Some details of this are to suit Courier IMAP's naming conventions for Maildir mailboxes. PR: ports/53537 Submitted by: Andy Gilligan Revision Changes Path 1.443 +1 -0 ports/mail/Makefile 1.1 +30 -0 ports/mail/mb2md/Makefile (new) 1.1 +1 -0 ports/mail/mb2md/distinfo (new) 1.1 +7 -0 ports/mail/mb2md/pkg-descr (new) 1.1 +1 -0 ports/mail/mb2md/pkg-plist (new)