Bug 148443 - [New Port] devel/lamson Python mail server built like a web application server
Summary: [New Port] devel/lamson Python mail server built like a web application server
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: Nemo Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-08 00:30 UTC by Jesse Kempf
Modified: 2010-07-26 07:51 UTC (History)
0 users

See Also:


Attachments
file.shar (6.61 KB, text/plain)
2010-07-08 00:30 UTC, Jesse Kempf
no flags Details
lamson.shar (6.73 KB, text/plain)
2010-07-09 17:19 UTC, Jesse Kempf
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Kempf 2010-07-08 00:30:03 UTC
Lamson is a modern Pythonic mail server built like a web application server.

WWW:    http://pypi.python.org/pypi/lamson/

Note:
Lamson is dependent upon the ports introduced in ports/148441 and ports/148437.

Fix: Patch attached with submission follows:
Comment 1 Wen Heping freebsd_committer freebsd_triage 2010-07-09 02:53:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 2 Jesse Kempf 2010-07-09 17:19:55 UTC
lwhsu found several issues in ports/148441 (py-daemon) which I submitted 
  (I didn't know to set USE_PYDISTUTILS=easy_install, and that I could 
use %%PYEASYINSTALL_EGG%% in my plist).

Those same issues existed in the version of the lamson port I submitted.

There was also a missing dependency on devel/py-nose which I noticed and 
fixed.

I've attached a new sharchive which fixes those problems.

Cheers,
-Jesse



------------------------------------------------------------------------
The information contained in this communication is intended
only for the use of the recipient(s) named above. It may
contain information that is privileged or confidential, and
may be protected by State and/or Federal Regulations. If
the reader of this message is not the intended recipient,
you are hereby notified that any dissemination,
distribution, or copying of this communication, or any of
its contents, is strictly prohibited. If you have received
this communication in error, please return it to the sender
immediately and delete the original message and any copy
of it from your computer system. If you have any questions
concerning this message, please contact the sender.
------------------------------------------------------------------------
Comment 3 Nemo Liu freebsd_committer freebsd_triage 2010-07-12 15:03:40 UTC
Responsible Changed
From-To: wen->nemoliu

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-07-16 10:19:48 UTC
nemoliu     2010-07-16 09:19:34 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/lamson         Makefile distinfo pkg-descr pkg-plist 
  Log:
  Lamson is a modern Pythonic mail server built like a web application server.
  
  WWW:    http://pypi.python.org/pypi/lamson/
  
  PR:             ports/148443
  Submitted by:   jessekempf at gmail.com
  
  Revision  Changes    Path
  1.3987    +1 -0      ports/devel/Makefile
  1.1       +30 -0     ports/devel/lamson/Makefile (new)
  1.1       +3 -0      ports/devel/lamson/distinfo (new)
  1.1       +3 -0      ports/devel/lamson/pkg-descr (new)
  1.1       +76 -0     ports/devel/lamson/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 Nemo Liu freebsd_committer freebsd_triage 2010-07-26 07:50:25 UTC
State Changed
From-To: open->closed

Committed.Thanks.