Summary: | [new port] mail/muttils: python utilities for console email clients | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jason Helfman <jhelfman> | ||||
Component: | Individual Port(s) | Assignee: | Wesley Shields <wxs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Jason Helfman
2011-04-05 01:30:12 UTC
Tested on FreeBSD libertas.local.camdensoftware.com 8.2-STABLE FreeBSD 8.2-STABLE #26: Mon Apr 4 09:56:50 PDT 2011 sterling@libertas.local.camdensoftware.com:/usr/obj/usr/src/sys/LIBERTAS amd64 python27-2.7.1_1 = up-to-date with port mutt-1.4.2.3_5 = up-to-date with port -- .o. | Sterling (Chip) Camden | http://camdensoftware.com ..o | sterling@camdensoftware.com | http://chipsquips.com ooo | 2048R/D6DBAF91 | http://chipstips.com Diff for dynamic egginfo (based on bsd.python.mk) --- Makefile.orig 2011-04-05 16:47:34.000000000 -0700 +++ Makefile 2011-04-05 16:45:53.000000000 -0700 @@ -20,7 +20,7 @@ USE_PYTHON_BUILD= yes USE_PYTHON_RUN= yes USE_PYDISTUTILS= yes -PYDISTUTILS_EGGINFO= ${PORTNAME}-unknown-py2.7.egg-info +PYDISTUTILS_EGGINFO= ${PORTNAME}-unknown-${PYTHON_VERSION:S/thon//}.egg-info post-install: ${MKDIR} ${EXAMPLESDIR} -- Jason Helfman System Administrator experts-exchange.com http://www.experts-exchange.com/M_4830110.html E4AD 7CF1 1396 27F6 79DD 4342 5E92 AD66 8C8C FBA5 Responsible Changed From-To: freebsd-ports-bugs->wxs I'll take it. 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 <jhelfman@experts-exchange.com> 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) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |