From ddliu@readonline.info  Mon Nov 13 13:16:43 2006
Return-Path: <ddliu@readonline.info>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E1B3816A4D0
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 Nov 2006 13:16:42 +0000 (UTC)
	(envelope-from ddliu@readonline.info)
Received: from readonline.info (readonline.info [221.0.230.72])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9BBFF43D64
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 Nov 2006 13:13:30 +0000 (GMT)
	(envelope-from ddliu@readonline.info)
Received: from [127.0.0.1] (helo=readonline.info)
	by readonline.info with esmtps (TLSv1:AES256-SHA:256)
	(Exim 4.63 (FreeBSD))
	(envelope-from <ddliu@readonline.info>)
	id 1Gjbcg-000MHN-Rk
	for FreeBSD-gnats-submit@freebsd.org; Mon, 13 Nov 2006 21:13:14 +0800
Received: (from ddliu@localhost)
	by readonline.info (8.13.4/8.13.4/Submit) id kADDCidP085644;
	Mon, 13 Nov 2006 21:12:44 +0800 (CST)
	(envelope-from ddliu)
Message-Id: <200611131312.kADDCidP085644@readonline.info>
Date: Mon, 13 Nov 2006 21:12:44 +0800 (CST)
From: Dryice Liu <dryice@dryice.name>
Reply-To: Dryice Liu <dryice@dryice.name>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [new port] devel/py-qpy: Generating safely-quoted html text from python code
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         105471
>Category:       ports
>Synopsis:       [new port] devel/py-qpy: Generating safely-quoted html text from python code
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-python
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 13 13:20:01 GMT 2006
>Closed-Date:    Wed Nov 15 14:12:23 GMT 2006
>Last-Modified:  Wed Nov 15 14:30:01 GMT 2006
>Originator:     Dryice Liu
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD dryice.3322.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Thu Dec 1 15:59:44 CST 2005


	
>Description:

	Attached is the shar file for devel/py-qpy. It could be used
	to generate safely quoted HTML text from Python code. The idea
	is from ptl of www/quixote. It will be used in a new port
	py-qp, which is coming soon.

>How-To-Repeat:
	
>Fix:

	

--- attached file begins here ---
# 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:
#
#	/usr/ports/devel/py-qpy/
#	/usr/ports/devel/py-qpy/distinfo
#	/usr/ports/devel/py-qpy/Makefile
#	/usr/ports/devel/py-qpy/pkg-descr
#	/usr/ports/devel/py-qpy/pkg-plist
#
echo c - /usr/ports/devel/py-qpy/
mkdir -p /usr/ports/devel/py-qpy/ > /dev/null 2>&1
echo x - /usr/ports/devel/py-qpy/distinfo
sed 's/^X//' >/usr/ports/devel/py-qpy/distinfo << 'END-of-/usr/ports/devel/py-qpy/distinfo'
XMD5 (qpy-1.4.tar.gz) = d7578c52927edc72c477507a3dbd5803
XSHA256 (qpy-1.4.tar.gz) = e5c8c30e6e920e91373cf0e6431f856c6ce2677376823aea07cb461ce329f73a
XSIZE (qpy-1.4.tar.gz) = 17943
END-of-/usr/ports/devel/py-qpy/distinfo
echo x - /usr/ports/devel/py-qpy/Makefile
sed 's/^X//' >/usr/ports/devel/py-qpy/Makefile << 'END-of-/usr/ports/devel/py-qpy/Makefile'
X# New ports collection makefile for:	py-qpy
X# Date created:		13 Nov 2006
X# Whom:	      		Dryice Liu <dryice@dryice.name>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	qpy
XPORTVERSION=	1.4
XCATEGORIES=	devel python
XMASTER_SITES=	http://www.mems-exchange.org/software/qpy/ \
X		http://dryice.name/computer/FreeBSD/distfiles/
X
XMAINTAINER=	dryice@dryice.name
XCOMMENT=	Generating safely-quoted html text from python code
X
XUSE_PYTHON=	2.4+
XUSE_PYDISTUTILS=	yes
X
X.include <bsd.port.pre.mk>
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@ ${MKDIR} ${DOCSDIR}
X.for docfile in CHANGES.txt LICENSE.txt README.txt
X	@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.post.mk>
END-of-/usr/ports/devel/py-qpy/Makefile
echo x - /usr/ports/devel/py-qpy/pkg-descr
sed 's/^X//' >/usr/ports/devel/py-qpy/pkg-descr << 'END-of-/usr/ports/devel/py-qpy/pkg-descr'
XQpy provides a convenient mechanism for generating safely-quoted html
Xtext from python code.
X
XIt does this by implementing a quoted-string data type and a
Xmodification of the python compiler. (This main idea comes from
XQuixote's htmltext/PTL.)
X
XWWW:      http://www.mems-exchange.org/software/qpy/
END-of-/usr/ports/devel/py-qpy/pkg-descr
echo x - /usr/ports/devel/py-qpy/pkg-plist
sed 's/^X//' >/usr/ports/devel/py-qpy/pkg-plist << 'END-of-/usr/ports/devel/py-qpy/pkg-plist'
Xbin/qpcheck.py
Xbin/qpyrun.py
X%%PYTHON_SITELIBDIR%%/qpy/__init__.py
X%%PYTHON_SITELIBDIR%%/qpy/__init__.pyc
X%%PYTHON_SITELIBDIR%%/qpy/__init__.pyo
X%%PYTHON_SITELIBDIR%%/qpy/c8.py
X%%PYTHON_SITELIBDIR%%/qpy/c8.pyc
X%%PYTHON_SITELIBDIR%%/qpy/c8.pyo
X%%PYTHON_SITELIBDIR%%/qpy/c8.so
X%%PYTHON_SITELIBDIR%%/qpy/compile.py
X%%PYTHON_SITELIBDIR%%/qpy/compile.pyc
X%%PYTHON_SITELIBDIR%%/qpy/compile.pyo
X%%PYTHON_SITELIBDIR%%/qpy/qpcheck.py
X%%PYTHON_SITELIBDIR%%/qpy/qpcheck.pyc
X%%PYTHON_SITELIBDIR%%/qpy/qpcheck.pyo
X%%PYTHON_SITELIBDIR%%/qpy/qpyrun.py
X%%PYTHON_SITELIBDIR%%/qpy/qpyrun.pyc
X%%PYTHON_SITELIBDIR%%/qpy/qpyrun.pyo
X%%PYTHON_SITELIBDIR%%/qpy/setup.py
X%%PYTHON_SITELIBDIR%%/qpy/setup.pyc
X%%PYTHON_SITELIBDIR%%/qpy/setup.pyo
X@dirrm %%PYTHON_SITELIBDIR%%/qpy
X%%PORTDOCS%%%%DOCSDIR%%/CHANGES.txt
X%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt
X%%PORTDOCS%%%%DOCSDIR%%/README.txt
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-/usr/ports/devel/py-qpy/pkg-plist
exit

--- attached file ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Nov 13 13:21:49 UTC 2006 
Responsible-Changed-Why:  
freebsd-python@ wants to have py- PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105471 
State-Changed-From-To: open->feedback 
State-Changed-By: miwi 
State-Changed-When: Wed Nov 15 08:04:05 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105471 
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Nov 15 14:12:19 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/105471: commit references a PR
Date: Wed, 15 Nov 2006 14:21:13 +0000 (UTC)

 miwi        2006-11-15 14:12:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www                  Makefile 
   Added files:
     www/py-qpy           Makefile distinfo pkg-descr pkg-plist 
   Log:
   Qpy provides a convenient mechanism for generating safely-quoted html
   text from python code.
   
   It does this by implementing a quoted-string data type and a
   modification of the python compiler. (This main idea comes from
   Quixote's htmltext/PTL.)
   
   WWW:      http://www.mems-exchange.org/software/qpy/
   
   PR:             ports/105471
   Submitted by:   Dryice Liu <dryice at dryice.name>
   
   Revision  Changes    Path
   1.1600    +1 -0      ports/www/Makefile
   1.1       +31 -0     ports/www/py-qpy/Makefile (new)
   1.1       +3 -0      ports/www/py-qpy/distinfo (new)
   1.1       +8 -0      ports/www/py-qpy/pkg-descr (new)
   1.1       +26 -0     ports/www/py-qpy/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:
