Date: Mon, 1 Jun 2015 18:30:30 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388245 - head/textproc/py-Chameleon Message-ID: <201506011830.t51IUUod034239@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506011830.t51IUUod034239>