Bug 156189 - [new port] mail/muttils: python utilities for console email clients
Summary: [new port] mail/muttils: python utilities for console email clients
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-05 01:30 UTC by Jason Helfman
Modified: 2011-05-13 00:50 UTC (History)
0 users

See Also:


Attachments
file.shar (5.43 KB, text/plain)
2011-04-05 01:30 UTC, Jason Helfman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Helfman 2011-04-05 01:30:12 UTC
Python utilities for console email clients (like mutt)
Comment 1 SterlingCamden 2011-04-05 02:00:55 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
Comment 2 Jason 2011-04-06 00:51:33 UTC
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
Comment 3 Wesley Shields freebsd_committer freebsd_triage 2011-05-09 13:46:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-05-13 00:40:54 UTC
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"
Comment 5 Wesley Shields freebsd_committer freebsd_triage 2011-05-13 00:43:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!