Port details |
- py-mako Super-fast templating language in Python
- 1.3.5 textproc =9 1.3.5Version of this port present on the latest quarterly branch.
- Maintainer: wen@FreeBSD.org
- Port Added: 2007-04-23 05:00:40
- Last Update: 2024-05-17 01:33:47
- Commit Hash: 4b68bd3
- People watching this port, also watch:: p5-Error, xorg-fonts-truetype, dbus, libXdamage, libpciaccess
- Also Listed In: python www
- License: MIT
- WWW:
- https://www.makotemplates.org/
- Description:
- Mako is a template library written in Python. It provides a familiar,
non-XML syntax which compiles into Python modules for maximum
performance. Mako's syntax and API borrows from the best ideas of many
others, including Django templates, Cheetah, Myghty, and
Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server
Page) language, which refines the familiar ideas of componentized
layout and inheritance to produce one of the most straightforward and
flexible models available, while also maintaining close ties to Python
calling and scoping semantics.
- ¦ ¦ ¦ ¦
- 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}mako>0:textproc/py-mako@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-mako/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-mako
- pkg install py39-mako
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-mako listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-mako
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1715904634
SHA256 (Mako-1.3.5.tar.gz) = 48dbc20568c1d276a2698b36d968fa76161bf127194907ea6fc594fa81f943bc
SIZE (Mako-1.3.5.tar.gz) = 392738
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-beaker>=1.1 : www/py-beaker@py39
- py39-markupsafe>=0.9.2 : textproc/py-markupsafe@py39
- py39-Babel>0 : devel/py-babel@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-beaker>=1.1 : www/py-beaker@py39
- py39-markupsafe>=0.9.2 : textproc/py-markupsafe@py39
- py39-Babel>0 : devel/py-babel@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- benchmarks/mangohud
- benchmarks/vkoverhead
- comms/gnuradio
- comms/uhd
- devel/cpp2py
- devel/volk
- games/openage
-
Deleted ports which required this port:
- for Run
-
- comms/gnuradio
- databases/py-alembic
- devel/cpp2py
- devel/py-pycodeexport
- devel/py-pyopencl
- finance/odoo
- finance/odoo14
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- textproc_py-mako
- USES:
- python
- 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 |
1.3.5 17 May 2024 01:33:47 |
Wen Heping (wen) |
textproc/py-mako: Update to 1.3.5 |
1.3.3 07 May 2024 06:18:25 |
Wen Heping (wen) |
textproc/py-mako: Update to 1.3.3 |
1.3.2 01 Feb 2024 02:37:13 |
Wen Heping (wen) |
textproc/py-mako: Update to 1.3.2 |
1.3.1 25 Jan 2024 03:19:10 |
Wen Heping (wen) |
textproc/py-mako: Update to 1.3.1 |
1.3.0 09 Nov 2023 13:55:37 |
Wen Heping (wen) |
textproc/py-mako: Update to 1.3.0 |
1.2.4 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.2.4 21 Mar 2023 19:22:36 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-mako: Add NO_ARCH
Approved by: portmgr (blanket) |
1.2.4 09 Mar 2023 22:13:08 |
Wen Heping (wen) |
textproc/py-mako: Update to 1.2.4 |
1.0.14_1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.14_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.14_1 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 ) |
1.0.14_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.14_1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.0.14_1 05 Dec 2020 14:22:47 |
sunpoet |
Move textproc/py-MarkupSafe to textproc/py-markupsafe
- Bump PORTREVISION for dependency change |
1.0.14 03 Sep 2019 06:19:09 |
wen |
- Update to 1.0.14 |
1.0.13 05 Jul 2019 01:42:41 |
wen |
- Update to 1.0.13 |
1.0.12 27 Jun 2019 07:14:52 |
wen |
- Update to 1.0.12 |
1.0.11 03 Jun 2019 07:49:26 |
wen |
- Update to 1.0.11 |
1.0.10 14 May 2019 10:58:48 |
wen |
- Update to 1.0.10 |
1.0.9 28 Apr 2019 00:39:10 |
wen |
- Update to 1.0.9 |
1.0.8_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
1.0.8 25 Mar 2019 03:28:26 |
wen |
- Update to 1.0.8 |
1.0.7_1 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.0.7_1 01 Jan 2018 09:18:20 |
wen |
- Allow concurrent installation
PR: 224687
Submitted by: sunpoet@ |
1.0.7 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.0.7 23 Jul 2017 07:01:25 |
wen |
- Update to 1.0.7 |
1.0.6_1 01 Apr 2017 00:31:10 |
wen |
- Remove unnecessary dependencies by fix RUN_DEPENDS
PR: 218258
Submitted by: andreas.hollmann@gmail.com |
1.0.6 17 Nov 2016 10:53:18 |
wen |
- Update to 1.0.6 |
1.0.5 03 Nov 2016 08:09:20 |
wen |
- Update to 1.0.5 |
1.0.4 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.0.4 26 Mar 2016 11:33:30 |
wen |
- Update to 1.0.4 |
1.0.3 09 Dec 2015 08:18:50 |
wen |
- Update to 1.0.3 |
1.0.1 29 Jul 2015 12:04:20 |
wen |
- Update to 1.0.1 |
1.0.0 07 Dec 2014 10:01:37 |
mva |
- Convert textproc/ to USES=python
With hat: python@ |
1.0.0 22 Jun 2014 09:48:49 |
wen |
- Update to 1.0.0 |
0.9.1 11 May 2014 13:45:13 |
wen |
- Update to 0.9.1
PR: 189315
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
0.9.0 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
0.9.0 19 Nov 2013 06:38:54 |
lwhsu |
- Support stage and Python3
- Add LICENSE
- Use whitespace after WWW: in pkg-descr
PR: ports/184067
Submitted by: lwhsu
Approved by: wen (maintainer) |
0.9.0 05 Nov 2013 14:20:30 |
wen |
- Update to 0.9.0 |
0.8.1 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.8.1 16 Jul 2013 06:57:39 |
wen |
- Update to 0.8.1
Reported by: Kenta Suzumoto <kentas@hush.com> |
0.8.0 01 May 2013 11:23:40 |
wen |
- Update to 0.8.0 |
0.7.3 13 Jan 2013 10:16:30 |
wen |
- Update to 0.7.3
- Trim Makefile headers |
0.7.2 23 Jul 2012 07:03:57 |
wen |
- Update to 0.7.2 |
0.7.0 02 May 2012 01:42:04 |
wen |
- Strict python version |
0.7.0 01 Apr 2012 07:31:33 |
wen |
- Update to 0.7.0
Feature safe: yes |
0.6.2 20 Feb 2012 07:31:56 |
wen |
- Update to 0.6.2 |
0.6.1 02 Feb 2012 07:50:59 |
wen |
- Update to 0.6.1 |
0.5.0 11 Oct 2011 07:19:07 |
wen |
- Update to 0.5.0 |
0.4.2 06 Aug 2011 01:51:45 |
wen |
- Update to 0.4.2 |
0.4.1 09 May 2011 06:42:40 |
wen |
- Update to 0.4.1 |
0.4.0 22 Feb 2011 01:21:54 |
wen |
- Update to 0.4.0
PR: ports/154945
Submitted by: lwhsu@ |
0.3.6 15 Nov 2010 06:19:37 |
wen |
- Update to 0.3.6 |
0.3.5 21 Oct 2010 01:47:08 |
wen |
- Update to 0.3.5 |
0.3.4 08 Sep 2010 02:21:22 |
wen |
- Update to 0.3.4 |
0.3.3 02 Jun 2010 02:31:34 |
wen |
- Update to 0.3.3 |
0.3.2 16 Mar 2010 03:08:06 |
wen |
- Update to 0.3.2 |
0.3.1 07 Mar 2010 23:54:20 |
wen |
- Update to 0.3.1
Feature safe: yes |
0.2.5 26 Sep 2009 14:59:43 |
wen |
- Update to 0.2.5
- Update my mail address to FreeBSD
Approved by: miwi(mentor)
Feature safe: yes |
0.2.4 24 Dec 2008 19:41:23 |
miwi |
- Update to 0.2.4
PR: 129876
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
0.2.2 07 Nov 2008 15:25:46 |
dryice |
pass on maintainership
Approved by: New maintainer <wenheping@gmail.com> via private mail |
0.2.2 07 Nov 2008 15:15:19 |
dryice |
update to 0.2.2
PR: ports/128474
Submitted by: Wen Heping <wenheping@gmail.com> |
0.1.10 14 Jan 2008 02:59:35 |
dryice |
update to 0.1.10 |
0.1.9 30 Oct 2007 04:28:17 |
dryice |
update to 0.1.9 |
0.1.8 31 Jul 2007 07:48:13 |
pav |
- Update for new python infrastructure |
0.1.8 07 Jul 2007 10:01:17 |
dryice |
- update to 0.1.8
- depends on new port devel/py-babel |
0.1.7 16 Jun 2007 04:12:07 |
dryice |
- update to 0.1.7
- depends on mako instead of myghtyutils |
0.1.5 24 Apr 2007 03:53:14 |
dryice |
Move to BUILD_DEPENDS
Approved by: itetcu (mentor, implicit) |
0.1.5 23 Apr 2007 05:00:07 |
dryice |
New port for py-mako. This is a template library written in Python.
Approved by: itetcu (mentor, implicit) |