aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-Chameleon
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2015-06-01 18:30:30 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2015-06-01 18:30:30 +0000
commitbb53bab726a4298a8206f102036f2dfd18a3ad63 (patch)
tree7809e5e81ee99a639f70bd6dc5f27ddf369d4f9d /textproc/py-Chameleon
parentf82f9c468c9b25bfb1fa1e17ccf41dfcb6575c6c (diff)
downloadports-bb53bab726a4298a8206f102036f2dfd18a3ad63.tar.gz
ports-bb53bab726a4298a8206f102036f2dfd18a3ad63.zip
Notes
Diffstat (limited to 'textproc/py-Chameleon')
-rw-r--r--textproc/py-Chameleon/Makefile9
-rw-r--r--textproc/py-Chameleon/distinfo4
-rw-r--r--textproc/py-Chameleon/pkg-descr11
3 files changed, 15 insertions, 9 deletions
diff --git a/textproc/py-Chameleon/Makefile b/textproc/py-Chameleon/Makefile
index 122ded19060e..d971a9b784c0 100644
--- a/textproc/py-Chameleon/Makefile
+++ b/textproc/py-Chameleon/Makefile
@@ -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>
diff --git a/textproc/py-Chameleon/distinfo b/textproc/py-Chameleon/distinfo
index 1ff30d42793d..ed5e2a2b0b92 100644
--- a/textproc/py-Chameleon/distinfo
+++ b/textproc/py-Chameleon/distinfo
@@ -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
diff --git a/textproc/py-Chameleon/pkg-descr b/textproc/py-Chameleon/pkg-descr
index cd81e1155e8f..74e1ab5ceecc 100644
--- a/textproc/py-Chameleon/pkg-descr
+++ b/textproc/py-Chameleon/pkg-descr
@@ -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/