From owner-svn-ports-all@FreeBSD.ORG Mon Jun 1 18:30:31 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8FB869C6; Mon, 1 Jun 2015 18:30:31 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64E3D1092; Mon, 1 Jun 2015 18:30:31 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t51IUVji034244; Mon, 1 Jun 2015 18:30:31 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t51IUUod034239; Mon, 1 Jun 2015 18:30:30 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201506011830.t51IUUod034239@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Mon, 1 Jun 2015 18:30:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388245 - head/textproc/py-Chameleon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jun 2015 18:30:31 -0000 Author: rm Date: Mon Jun 1 18:30:30 2015 New Revision: 388245 URL: https://svnweb.freebsd.org/changeset/ports/388245 Log: textproc/py-Chameleon: update to 2.22 - update to 2.22 - actualize COMMENT and port description - add LICENSE (BSD4C) Modified: head/textproc/py-Chameleon/Makefile head/textproc/py-Chameleon/distinfo head/textproc/py-Chameleon/pkg-descr Modified: head/textproc/py-Chameleon/Makefile ============================================================================== --- head/textproc/py-Chameleon/Makefile Mon Jun 1 18:17:13 2015 (r388244) +++ head/textproc/py-Chameleon/Makefile Mon Jun 1 18:30:30 2015 (r388245) @@ -2,15 +2,18 @@ # $FreeBSD$ PORTNAME= Chameleon -DISTVERSION= 2.16 +DISTVERSION= 2.22 CATEGORIES= textproc www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org -COMMENT= Python HTML/XML template language compiler +COMMENT= Fast HTML/XML Template Compiler + +LICENSE= BSD4CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include Modified: head/textproc/py-Chameleon/distinfo ============================================================================== --- head/textproc/py-Chameleon/distinfo Mon Jun 1 18:17:13 2015 (r388244) +++ head/textproc/py-Chameleon/distinfo Mon Jun 1 18:30:30 2015 (r388245) @@ -1,2 +1,2 @@ -SHA256 (Chameleon-2.16.tar.gz) = 87c82d657fbc1b47decbe605a6f6105d9190cb19e924b59262cfdfa03e7a512d -SIZE (Chameleon-2.16.tar.gz) = 200838 +SHA256 (Chameleon-2.22.tar.gz) = 6eef8c58d1c58b94f6502d4213c92b2037f5ab66386b3da5b117213faa0bf7f7 +SIZE (Chameleon-2.22.tar.gz) = 201994 Modified: head/textproc/py-Chameleon/pkg-descr ============================================================================== --- head/textproc/py-Chameleon/pkg-descr Mon Jun 1 18:17:13 2015 (r388244) +++ head/textproc/py-Chameleon/pkg-descr Mon Jun 1 18:30:30 2015 (r388245) @@ -1,6 +1,9 @@ -Chameleon is an HTML/XML template language compiler written in Python. +Chameleon is an HTML/XML template engine for Python. It uses the page templates +language. -The distribution comes with a complete template engine: -Chameleon Page Templates +It’s designed to generate the document output of a web application, typicay +HTML markup or XML. The language used is page templates, originally a Zope +invention, but available here as a standalone library that you can use in any +script or application running Python. -WWW: http://chameleon.repoze.org/ +WWW: http://www.pagetemplates.org/