From owner-cvs-all@FreeBSD.ORG Thu Jan 14 02:47:38 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 161B7106566C; Thu, 14 Jan 2010 02:47:38 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 054AA8FC14; Thu, 14 Jan 2010 02:47:38 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o0E2lbZL068318; Thu, 14 Jan 2010 02:47:37 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0E2lbPv068317; Thu, 14 Jan 2010 02:47:37 GMT (envelope-from wxs) Message-Id: <201001140247.o0E2lbPv068317@repoman.freebsd.org> From: Wesley Shields Date: Thu, 14 Jan 2010 02:47:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/py-werkzeug Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jan 2010 02:47:38 -0000 wxs 2010-01-14 02:47:37 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-werkzeug Makefile distinfo pkg-descr pkg-plist Log: A Python utilities collection for building WSGI applications. Werkzeug does not try to be a framework, and instead started as a simple collection of various utilities useful for building WSGI applications. It has since become one of the most advanced collections of its kind. It includes a powerful debugger, fully featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community contributed add-on modules. WWW: http://werkzeug.pocoo.org/ Submitted by: Lewis (private mail) Revision Changes Path 1.2524 +1 -0 ports/www/Makefile 1.1 +35 -0 ports/www/py-werkzeug/Makefile (new) 1.1 +3 -0 ports/www/py-werkzeug/distinfo (new) 1.1 +12 -0 ports/www/py-werkzeug/pkg-descr (new) 1.1 +274 -0 ports/www/py-werkzeug/pkg-plist (new)