Index: head/textproc/py-Chameleon/Makefile =================================================================== --- head/textproc/py-Chameleon/Makefile (revision 388244) +++ head/textproc/py-Chameleon/Makefile (revision 388245) @@ -1,16 +1,19 @@ # Created by: Cheng-Lung Sung # $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 Index: head/textproc/py-Chameleon/distinfo =================================================================== --- head/textproc/py-Chameleon/distinfo (revision 388244) +++ head/textproc/py-Chameleon/distinfo (revision 388245) @@ -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 Index: head/textproc/py-Chameleon/pkg-descr =================================================================== --- head/textproc/py-Chameleon/pkg-descr (revision 388244) +++ head/textproc/py-Chameleon/pkg-descr (revision 388245) @@ -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/