Bug 137601 - [NEW PORT]devel/py-repoze.tm2:Zope-like transaction manager via WSGI middleware
Summary: [NEW PORT]devel/py-repoze.tm2:Zope-like transaction manager via WSGI middleware
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-09 14:10 UTC by wenheping
Modified: 2009-08-13 17:50 UTC (History)
0 users

See Also:


Attachments
file.shar (3.43 KB, text/plain)
2009-08-09 14:10 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2009-08-09 14:10:01 UTC
repoze.tm2 is a middleware which uses the ZODB transaction manager
to wrap a call to its pipeline children inside a transaction.  This
is a fork of the repoze.tm package which depends only on the transaction
package rather than the entirety of ZODB (for users who don't rely on
ZODB).

WWW:    http://www.repoze.org/

(It require py-transaction, the PR above)

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-09 14:10:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-08-13 17:41:07 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-08-13 17:41:31 UTC
miwi        2009-08-13 16:41:19 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-repoze.tm2  Makefile distinfo pkg-descr pkg-plist 
  Log:
  repoze.tm2 is a middleware which uses the ZODB transaction manager
  to wrap a call to its pipeline children inside a transaction.  This
  is a fork of the repoze.tm package which depends only on the transaction
  package rather than the entirety of ZODB (for users who don't rely on
  ZODB).
  
  WWW:    http://www.repoze.org/
  
  PR:             ports/137601
  Submitted by:   Wen Heping <wenheping at gmail.com>
  
  Revision  Changes    Path
  1.3595    +1 -0      ports/devel/Makefile
  1.1       +23 -0     ports/devel/py-repoze.tm2/Makefile (new)
  1.1       +3 -0      ports/devel/py-repoze.tm2/distinfo (new)
  1.1       +7 -0      ports/devel/py-repoze.tm2/pkg-descr (new)
  1.1       +21 -0     ports/devel/py-repoze.tm2/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"