From owner-cvs-ports@FreeBSD.ORG Sun Jun 19 10:55:28 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org 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 E3F7C16A41C; Sun, 19 Jun 2005 10:55:28 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6CBC43D1F; Sun, 19 Jun 2005 10:55:28 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5JAtSk6025344; Sun, 19 Jun 2005 10:55:28 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5JAtSGQ025343; Sun, 19 Jun 2005 10:55:28 GMT (envelope-from krion) Message-Id: <200506191055.j5JAtSGQ025343@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 19 Jun 2005 10:55:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail Makefile ports/mail/mutt-ng Makefile distinfo pkg-descr pkg-plist pkg-plist.htmlfiles ports/mail/mutt-ng/files extra-patch-doc patch-Makefile.in patch-configure patch-doc_Makefile.in patch-examples ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 19 Jun 2005 10:55:29 -0000 krion 2005-06-19 10:55:28 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/mutt-ng Makefile distinfo pkg-descr pkg-plist pkg-plist.htmlfiles mail/mutt-ng/files extra-patch-doc patch-Makefile.in patch-configure patch-doc_Makefile.in patch-examples patch-intl_dcigettext.c Log: Add mutt-ng 20050614, a fork of the mutt. A list of features unique to mutt-ng: * Better view support for format=flowed attachments. * Message IDs are configurable. * User can set signoff_string just like in slrn. * User can call up the "last folder" when saving attachments. * IMAP reconnecting: when the connection to the IMAP server dies, mutt-ng attempts reconnecting. * User can set the umask with which all the files shall be created (was hard-coded before, and caused huge problems for shared mailboxes to some people). * Support for NNTP, i.e. mutt-ng can be used as a newsreader. * A sidebar similar to other (graphical) MUAs where you can directly jump to a certain mailbox. PR: ports/82235 Submitted by: Vsevolod Stakhov Revision Changes Path 1.662 +1 -0 ports/mail/Makefile 1.1 +143 -0 ports/mail/mutt-ng/Makefile (new) 1.1 +2 -0 ports/mail/mutt-ng/distinfo (new) 1.1 +21 -0 ports/mail/mutt-ng/files/extra-patch-doc (new) 1.1 +46 -0 ports/mail/mutt-ng/files/patch-Makefile.in (new) 1.1 +22 -0 ports/mail/mutt-ng/files/patch-configure (new) 1.1 +13 -0 ports/mail/mutt-ng/files/patch-doc_Makefile.in (new) 1.1 +26 -0 ports/mail/mutt-ng/files/patch-examples (new) 1.1 +14 -0 ports/mail/mutt-ng/files/patch-intl_dcigettext.c (new) 1.1 +5 -0 ports/mail/mutt-ng/pkg-descr (new) 1.1 +93 -0 ports/mail/mutt-ng/pkg-plist (new) 1.1 +450 -0 ports/mail/mutt-ng/pkg-plist.htmlfiles (new)