From nobody@FreeBSD.org  Tue Jul  7 07:38:38 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A5FF1106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  7 Jul 2009 07:38:38 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 93CE58FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  7 Jul 2009 07:38:38 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n677ccX7071774
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 7 Jul 2009 07:38:38 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n677cc63071765;
	Tue, 7 Jul 2009 07:38:38 GMT
	(envelope-from nobody)
Message-Id: <200907070738.n677cc63071765@www.freebsd.org>
Date: Tue, 7 Jul 2009 07:38:38 GMT
From: Wen Heping <wenheping@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT]www/py-WebFlash:Library to display flash messages in python web applications
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         136404
>Category:       ports
>Synopsis:       [NEW PORT]www/py-WebFlash:Library to display flash messages in python web applications
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 07 07:40:04 UTC 2009
>Closed-Date:    Tue Jul 07 19:25:03 UTC 2009
>Last-Modified:  Tue Jul  7 19:30:02 UTC 2009
>Originator:     Wen Heping
>Release:        FreeBSD 8.0-CURRENT
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Mar 22 22:12:06 CST 2009     root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
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)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	py-WebFlash
#	py-WebFlash/Makefile
#	py-WebFlash/distinfo
#	py-WebFlash/pkg-descr
#	py-WebFlash/pkg-plist
#
echo c - py-WebFlash
mkdir -p py-WebFlash > /dev/null 2>&1
echo x - py-WebFlash/Makefile
sed 's/^X//' >py-WebFlash/Makefile << '2cfa55aac8447e2a84dc61ff866f162d'
X# New ports collection makefile for:	WebFlash
X# Date created:		6th July, 2009
X# Whom:			Wen Heping <wenheping@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	WebFlash
XPORTVERSION=	0.1a9
XCATEGORIES=	www python
XMASTER_SITES=	CHEESESHOP
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	wenheping@gmail.com
XCOMMENT=	Library to display flash messages in python web applications
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	easy_install
X
X.include <bsd.port.pre.mk>
X
X.if ${PYTHON_REL} < 260
XBUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson
X.endif
X
X.include <bsd.port.post.mk>
2cfa55aac8447e2a84dc61ff866f162d
echo x - py-WebFlash/distinfo
sed 's/^X//' >py-WebFlash/distinfo << '405d96e2e29c35141dbb5e8b307a22ad'
XMD5 (WebFlash-0.1a9.tar.gz) = faf2a563097baa7b24cf724565d5b1d0
XSHA256 (WebFlash-0.1a9.tar.gz) = 061aa6971da68ce9cfc1909f1dc7335d49546e4e7efccf54679b8c2c49062a7c
XSIZE (WebFlash-0.1a9.tar.gz) = 7374
405d96e2e29c35141dbb5e8b307a22ad
echo x - py-WebFlash/pkg-descr
sed 's/^X//' >py-WebFlash/pkg-descr << 'df98c526987ec62c5156ba7f87b820af'
XWebFlash is a library to display "flash" messages in python web
Xapplications. These messages are usually used to provide feedback
Xto the user (eg: you changes have been saved, your credit card
Xnumber has been stolen, ...). One important characteristic they
Xmust provide is the ability to survive a redirect (ie: display the
Xmessage in a page after being redirected from a form submission).
X
XWWW:	http://python-rum.org/wiki/WebFlash
df98c526987ec62c5156ba7f87b820af
echo x - py-WebFlash/pkg-plist
sed 's/^X//' >py-WebFlash/pkg-plist << '582ab5d1d632671946248d6e0d4e03e5'
X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO
X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt
X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt
X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe
X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt
X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/webflash/__init__.py
X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/webflash/__init__.pyc
X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/webflash/__init__.pyo
X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/webflash/webflash.js
X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/webflash/webflash.min.js
X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO
X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/webflash
X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
582ab5d1d632671946248d6e0d4e03e5
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Jul 7 07:40:26 UTC 2009 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136404 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Jul 7 19:25:02 UTC 2009 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136404 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/136404: commit references a PR
Date: Tue,  7 Jul 2009 19:25:23 +0000 (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"
 
>Unformatted:
