Bug 136404 - [NEW PORT]www/py-WebFlash:Library to display flash messages in python web applications
Summary: [NEW PORT]www/py-WebFlash:Library to display flash messages in python web app...
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-07-07 08:40 UTC by wenheping
Modified: 2009-07-07 20:30 UTC (History)
0 users

See Also:


Attachments
file.shar (3.02 KB, text/plain)
2009-07-07 08:40 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-07-07 08:40:04 UTC
WebFlash is a library to display "flash" messages in python web
applications. These messages are usually used to provide feedback
to the user (eg: you changes have been saved, your credit card
number has been stolen, ...). One important characteristic they
must provide is the ability to survive a redirect (ie: display the
message in a page after being redirected from a form submission).

WWW:    http://python-rum.org/wiki/WebFlash

(it is prepared fro tg2)

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-07-07 08:40:26 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-07-07 20:25:02 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-07-07 20:25:23 UTC
miwi        2009-07-07 19:25:15 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/py-WebFlash      Makefile distinfo pkg-descr pkg-plist 
  Log:
  WebFlash is a library to display "flash" messages in python web
  applications. These messages are usually used to provide feedback
  to the user (eg: you changes have been saved, your credit card
  number has been stolen, ...). One important characteristic they
  must provide is the ability to survive a redirect (ie: display the
  message in a page after being redirected from a form submission).
  
  WWW:    http://python-rum.org/wiki/WebFlash
  
  PR:             ports/136404
  Submitted by:   Wen Heping <wenheping at gmail.com>
  
  Revision  Changes    Path
  1.2393    +1 -0      ports/www/Makefile
  1.1       +26 -0     ports/www/py-WebFlash/Makefile (new)
  1.1       +3 -0      ports/www/py-WebFlash/distinfo (new)
  1.1       +8 -0      ports/www/py-WebFlash/pkg-descr (new)
  1.1       +13 -0     ports/www/py-WebFlash/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"