From owner-cvs-all@FreeBSD.ORG Thu May 12 23:40:44 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3D89106564A; Thu, 12 May 2011 23:40:44 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A45858FC1A; Thu, 12 May 2011 23:40:44 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p4CNeiS5021183; Thu, 12 May 2011 23:40:44 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p4CNeil8021182; Thu, 12 May 2011 23:40:44 GMT (envelope-from wxs) Message-Id: <201105122340.p4CNeil8021182@repoman.freebsd.org> From: Wesley Shields Date: Thu, 12 May 2011 23:40:44 +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/muttils Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2011 23:40:44 -0000 wxs 2011-05-12 23:40:44 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/muttils Makefile distinfo pkg-descr pkg-plist Log: Python utilities for console mail clients like Mutt. sigpager: Offers an interactive selection of signatures. urlpager: Searches for urls, and retrieves url selected by user. Urls include Message-IDs. urlbatcher: Retrieve urls contained in input. pybrowser: Can be used as general browser call. Application to override platform default can be specified via -b option. viewhtmlmsg: Display html message in browser. wrap: Word wrap text input. With support for messages (recognition of quote chars etc.). WWW: https://bitbucket.org/blacktrash/muttils PR: ports/156189 Submitted by: Jason Helfman Revision Changes Path 1.1068 +1 -0 ports/mail/Makefile 1.1 +29 -0 ports/mail/muttils/Makefile (new) 1.1 +2 -0 ports/mail/muttils/distinfo (new) 1.1 +18 -0 ports/mail/muttils/pkg-descr (new) 1.1 +75 -0 ports/mail/muttils/pkg-plist (new)