Summary: | [New Port] devel/lamson Python mail server built like a web application server | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jesse Kempf <jkempf> | ||||||
Component: | Individual Port(s) | Assignee: | Nemo Liu <nemoliu> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | ||||||||
Priority: | Normal | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Jesse Kempf
2010-07-08 00:30:03 UTC
Responsible Changed From-To: freebsd-ports-bugs->wen I'll take it. 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. ------------------------------------------------------------------------ Responsible Changed From-To: wen->nemoliu I'll take it. 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" State Changed From-To: open->closed Committed.Thanks. |