From dryice@hotpop.com  Wed Jul 13 15:53:32 2005
Return-Path: <dryice@hotpop.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 93DFC16A41C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Jul 2005 15:53:32 +0000 (GMT)
	(envelope-from dryice@hotpop.com)
Received: from smtp-out.hotpop.com (smtp-out.hotpop.com [38.113.3.61])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2DF3643D4C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Jul 2005 15:53:32 +0000 (GMT)
	(envelope-from dryice@hotpop.com)
Received: from hotpop.com (kubrick.hotpop.com [38.113.3.103])
	by smtp-out.hotpop.com (Postfix) with SMTP id F06E713E7ABA
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Jul 2005 15:53:28 +0000 (UTC)
Received: from hotpop.com (unknown [221.0.238.163])
	by smtp-2.hotpop.com (Postfix) with ESMTP
	id A069C13E8217; Wed, 13 Jul 2005 15:53:23 +0000 (UTC)
Received: by hotpop.com (sSMTP sendmail emulation); Wed, 13 Jul 2005 23:53:20 +0800
Message-Id: <20050713155323.A069C13E8217@smtp-2.hotpop.com>
Date: Wed, 13 Jul 2005 23:53:20 +0800
From: Dryice Liu <dryice@hotpop.com>
Reply-To: Dryice Liu <dryice@liu.com.cn>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Dryice Liu <dryice@liu.com.cn>
Subject: [new port] www/myghty: A Python clone of Mason
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         83391
>Category:       ports
>Synopsis:       [new port] www/myghty: A Python clone of Mason
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 13 16:00:33 GMT 2005
>Closed-Date:    Thu Jul 14 14:55:30 GMT 2005
>Last-Modified:  Thu Jul 14 14:55:30 GMT 2005
>Originator:     Dryice Liu
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD dryice.3322.org 5.4-STABLE FreeBSD 5.4-STABLE #5: Fri Jul 1 19:39:07 CST 2005


>Description:
	Attached is the shar file for Myghty, a Python based
	templating framework originally based on HTML::Mason.
>How-To-Repeat:
	N/A
>Fix:

	

--- myghty.shar 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/www/myghty
#	/usr/ports/www/myghty/distinfo
#	/usr/ports/www/myghty/Makefile
#	/usr/ports/www/myghty/pkg-descr
#	/usr/ports/www/myghty/pkg-plist
#
echo c - /usr/ports/www/myghty
mkdir -p /usr/ports/www/myghty > /dev/null 2>&1
echo x - /usr/ports/www/myghty/distinfo
sed 's/^X//' >/usr/ports/www/myghty/distinfo << 'END-of-/usr/ports/www/myghty/distinfo'
XMD5 (Myghty-0.98.tar.gz) = 237dc515b777ace23f67f51145abfc8b
XSIZE (Myghty-0.98.tar.gz) = 241006
END-of-/usr/ports/www/myghty/distinfo
echo x - /usr/ports/www/myghty/Makefile
sed 's/^X//' >/usr/ports/www/myghty/Makefile << 'END-of-/usr/ports/www/myghty/Makefile'
X# New ports collection makefile for:   myghty
X# Date created:                July 13 2005
X# Whom:                        Dryice Liu <dryice@liu.com.cn>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	myghty
XPORTVERSION=	0.98
XCATEGORIES=	www python
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
X		http://bsdchat.com/dist/dryice/
XMASTER_SITE_SUBDIR=	${PORTNAME}
XDISTNAME=	Myghty-${PORTVERSION}
X
XMAINTAINER=	dryice@liu.com.cn
XCOMMENT=	Myghty is a Python based templating framework
X
XUSE_PYTHON=	2.3+
XUSE_PYDISTUTILS=yes
X
X.include <bsd.port.mk>
END-of-/usr/ports/www/myghty/Makefile
echo x - /usr/ports/www/myghty/pkg-descr
sed 's/^X//' >/usr/ports/www/myghty/pkg-descr << 'END-of-/usr/ports/www/myghty/pkg-descr'
XMyghty is a Python based templating framework originally based on
XHTML::Mason, the enterprise-level framework used by Amazon.com,
Xdel.icio.us and Salon.com, among many others. Myghty fully implements
XMason's templating language, component-based architecture, and caching
Xsystem, and goes beyond, adding new paradigms such as Module
XComponents, full Python whitespace syntax, threading support, WSGI
Xsupport, session support, and much more.
X
XWWW: http://www.myghty.org
END-of-/usr/ports/www/myghty/pkg-descr
echo x - /usr/ports/www/myghty/pkg-plist
sed 's/^X//' >/usr/ports/www/myghty/pkg-plist << 'END-of-/usr/ports/www/myghty/pkg-plist'
X%%PYTHON_SITELIBDIR%%/myghty/__init__.py
X%%PYTHON_SITELIBDIR%%/myghty/__init__.pyc
X%%PYTHON_SITELIBDIR%%/myghty/__init__.pyo
X%%PYTHON_SITELIBDIR%%/myghty/args.py
X%%PYTHON_SITELIBDIR%%/myghty/args.pyc
X%%PYTHON_SITELIBDIR%%/myghty/args.pyo
X%%PYTHON_SITELIBDIR%%/myghty/buffer.py
X%%PYTHON_SITELIBDIR%%/myghty/buffer.pyc
X%%PYTHON_SITELIBDIR%%/myghty/buffer.pyo
X%%PYTHON_SITELIBDIR%%/myghty/cache.py
X%%PYTHON_SITELIBDIR%%/myghty/cache.pyc
X%%PYTHON_SITELIBDIR%%/myghty/cache.pyo
X%%PYTHON_SITELIBDIR%%/myghty/compiler.py
X%%PYTHON_SITELIBDIR%%/myghty/compiler.pyc
X%%PYTHON_SITELIBDIR%%/myghty/compiler.pyo
X%%PYTHON_SITELIBDIR%%/myghty/component.py
X%%PYTHON_SITELIBDIR%%/myghty/component.pyc
X%%PYTHON_SITELIBDIR%%/myghty/component.pyo
X%%PYTHON_SITELIBDIR%%/myghty/container.py
X%%PYTHON_SITELIBDIR%%/myghty/container.pyc
X%%PYTHON_SITELIBDIR%%/myghty/container.pyo
X%%PYTHON_SITELIBDIR%%/myghty/csource.py
X%%PYTHON_SITELIBDIR%%/myghty/csource.pyc
X%%PYTHON_SITELIBDIR%%/myghty/csource.pyo
X%%PYTHON_SITELIBDIR%%/myghty/escapes.py
X%%PYTHON_SITELIBDIR%%/myghty/escapes.pyc
X%%PYTHON_SITELIBDIR%%/myghty/escapes.pyo
X%%PYTHON_SITELIBDIR%%/myghty/exception.py
X%%PYTHON_SITELIBDIR%%/myghty/exception.pyc
X%%PYTHON_SITELIBDIR%%/myghty/exception.pyo
X%%PYTHON_SITELIBDIR%%/myghty/http/ApacheHandler.py
X%%PYTHON_SITELIBDIR%%/myghty/http/ApacheHandler.pyc
X%%PYTHON_SITELIBDIR%%/myghty/http/ApacheHandler.pyo
X%%PYTHON_SITELIBDIR%%/myghty/http/CGIHandler.py
X%%PYTHON_SITELIBDIR%%/myghty/http/CGIHandler.pyc
X%%PYTHON_SITELIBDIR%%/myghty/http/CGIHandler.pyo
X%%PYTHON_SITELIBDIR%%/myghty/http/HTTPHandler.py
X%%PYTHON_SITELIBDIR%%/myghty/http/HTTPHandler.pyc
X%%PYTHON_SITELIBDIR%%/myghty/http/HTTPHandler.pyo
X%%PYTHON_SITELIBDIR%%/myghty/http/HTTPServerHandler.py
X%%PYTHON_SITELIBDIR%%/myghty/http/HTTPServerHandler.pyc
X%%PYTHON_SITELIBDIR%%/myghty/http/HTTPServerHandler.pyo
X%%PYTHON_SITELIBDIR%%/myghty/http/WSGIHandler.py
X%%PYTHON_SITELIBDIR%%/myghty/http/WSGIHandler.pyc
X%%PYTHON_SITELIBDIR%%/myghty/http/WSGIHandler.pyo
X%%PYTHON_SITELIBDIR%%/myghty/http/__init__.py
X%%PYTHON_SITELIBDIR%%/myghty/http/__init__.pyc
X%%PYTHON_SITELIBDIR%%/myghty/http/__init__.pyo
X%%PYTHON_SITELIBDIR%%/myghty/importer.py
X%%PYTHON_SITELIBDIR%%/myghty/importer.pyc
X%%PYTHON_SITELIBDIR%%/myghty/importer.pyo
X%%PYTHON_SITELIBDIR%%/myghty/interp.py
X%%PYTHON_SITELIBDIR%%/myghty/interp.pyc
X%%PYTHON_SITELIBDIR%%/myghty/interp.pyo
X%%PYTHON_SITELIBDIR%%/myghty/lexer.py
X%%PYTHON_SITELIBDIR%%/myghty/lexer.pyc
X%%PYTHON_SITELIBDIR%%/myghty/lexer.pyo
X%%PYTHON_SITELIBDIR%%/myghty/objgen.py
X%%PYTHON_SITELIBDIR%%/myghty/objgen.pyc
X%%PYTHON_SITELIBDIR%%/myghty/objgen.pyo
X%%PYTHON_SITELIBDIR%%/myghty/request.py
X%%PYTHON_SITELIBDIR%%/myghty/request.pyc
X%%PYTHON_SITELIBDIR%%/myghty/request.pyo
X%%PYTHON_SITELIBDIR%%/myghty/resolver.py
X%%PYTHON_SITELIBDIR%%/myghty/resolver.pyc
X%%PYTHON_SITELIBDIR%%/myghty/resolver.pyo
X%%PYTHON_SITELIBDIR%%/myghty/session.py
X%%PYTHON_SITELIBDIR%%/myghty/session.pyc
X%%PYTHON_SITELIBDIR%%/myghty/session.pyo
X%%PYTHON_SITELIBDIR%%/myghty/synchronization.py
X%%PYTHON_SITELIBDIR%%/myghty/synchronization.pyc
X%%PYTHON_SITELIBDIR%%/myghty/synchronization.pyo
X%%PYTHON_SITELIBDIR%%/myghty/util.py
X%%PYTHON_SITELIBDIR%%/myghty/util.pyc
X%%PYTHON_SITELIBDIR%%/myghty/util.pyo
X@dirrm %%PYTHON_SITELIBDIR%%/myghty/http
X@dirrm %%PYTHON_SITELIBDIR%%/myghty
END-of-/usr/ports/www/myghty/pkg-plist
exit
--- myghty.shar ends here ---



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Thu Jul 14 14:55:12 GMT 2005 
State-Changed-Why:  
New port added, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=83391 
>Unformatted:
