Port details |
- py-Chameleon Fast HTML/XML Template Compiler
- 3.6 textproc
=0 3.6Version of this port present on the latest quarterly branch. - Maintainer: python@FreeBSD.org
 - Port Added: 2011-03-21 06:18:33
- Last Update: 2022-08-27 10:12:21
- Commit Hash: a11701c
- Also Listed In: python www
- License: BSD4CLAUSE
- WWW:
- https://github.com/malthe/chameleon
- Description:
- Chameleon is an HTML/XML template engine for Python. It uses the page templates
language.
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: https://github.com/malthe/chameleon
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}Chameleon>0:textproc/py-Chameleon@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py39-Chameleon
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1550687428
SHA256 (Chameleon-3.6.tar.gz) = e57407b39814df20e4ba45aafdaf3b10ae7aef25c250f7f9387894d2b99b8104
SIZE (Chameleon-3.6.tar.gz) = 118658
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_py-Chameleon
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.6 27 Aug 2022 10:12:21
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-chameleon: Move textproc/py-Chameleon to textproc/py-chameleon |
3.6 20 Jul 2022 14:23:14
    |
Tobias C. Berner (tcberner)  |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.6 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.6 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
3.6 20 Feb 2019 20:47:57
  |
sunpoet  |
Update to 3.6
Changes: https://github.com/malthe/chameleon/blob/master/CHANGES.rst |
3.5 18 Oct 2018 19:56:02
  |
sunpoet  |
Update to 3.5
Changes: https://github.com/malthe/chameleon/blob/master/CHANGES.rst |
3.4 23 Jul 2018 01:31:44
  |
wen  |
- Update to 3.4
PR: 229964
Submitted by: ndowens.fbsd@yandex.com |
3.3 26 May 2018 17:49:18
  |
sunpoet  |
Update to 3.3
Changes: https://github.com/malthe/chameleon/blob/master/CHANGES.rst |
3.2 07 Oct 2017 09:13:35
  |
sunpoet  |
Update to 3.2
- Remove LICENSE_FILE
- Allow concurrent installation (USE_PYTHON=concurrent)
Changes: https://github.com/malthe/chameleon/blob/master/CHANGES.rst |
3.1 23 Feb 2017 16:48:42
  |
sunpoet  |
Update to 3.1
Changes: https://github.com/malthe/chameleon/blob/master/CHANGES.rst |
3.0 14 Dec 2016 17:49:21
  |
olivierd  |
- Update to 3.0
- Reassign to the Python team
- Port is neutral
- Adjust WWW entry
Changelog:
https://github.com/malthe/chameleon/blob/3.0/CHANGES.rst#30-2016-12-07 |
2.25 02 Nov 2016 22:45:14
  |
mat  |
Cleanup no longer needed CHMOD usage after r424898.
PR: 213743
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
2.25 27 Sep 2016 03:14:07
  |
vanilla  |
Update to 2.25. |
2.24_1 25 Dec 2015 22:35:43
  |
antoine  |
Allow use a regular user, some files were unreadable |
2.24 08 Dec 2015 16:04:18
  |
vanilla  |
Upgrade to 2.24. |
2.22 01 Jun 2015 18:30:30
  |
rm  |
textproc/py-Chameleon: update to 2.22
- update to 2.22
- actualize COMMENT and port description
- add LICENSE (BSD4C) |
2.16 26 Jan 2015 09:48:13
  |
vanilla  |
Upgrade to 2.16. |
2.11_1 07 Dec 2014 10:01:37
  |
mva  |
- Convert textproc/ to USES=python
With hat: python@ |
2.11_1 02 Dec 2014 22:40:57
  |
bapt  |
Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year
PR: 195059 |
2.11_1 03 Aug 2014 14:15:09
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories T-V.
CR: D509
Approved by: portmgr (antoine) |
2.11_1 01 Mar 2014 17:59:47
  |
miwi  |
- Convert to autoplist
- Stage support
- Bump PORTREVISION |
2.11 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
2.11 28 Jun 2013 04:21:24
  |
clsung  |
- Update to 2.11 |
2.3 25 Aug 2011 09:45:47
 |
clsung  |
- Update to 2.3 |
2.0.r9 06 May 2011 05:34:53
 |
clsung  |
- Update to 2.0-rc9 |
2.0.r8 03 May 2011 07:56:59
 |
clsung  |
- Update to 2.0-rc8 |
2.0.r7 06 Apr 2011 08:02:46
 |
clsung  |
- Update to 2.0-rc7 |
2.0.r6 21 Mar 2011 09:14:19
 |
clsung  |
- remove redundant entries pkg-plist |
2.0.r6 21 Mar 2011 06:18:17
 |
clsung  |
Chameleon is an HTML/XML template language compiler written in Python.
The distribution comes with a complete template engine:
Chameleon Page Templates
WWW: http://chameleon.repoze.org/ |