Port details |
- py-Jinja2-doc Fast and easy to use stand-alone template engine
- 3.1.4 devel =2 3.0.1Version of this port present on the latest quarterly branch.
- Maintainer: nivit@FreeBSD.org
- Port Added: 2012-09-05 22:00:47
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://jinja.palletsprojects.com/en/3.1.x/
- Description:
- Documentation of Jinja2 template engine.
- ¦ ¦ ¦ ¦
- 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}Jinja2-doc>0:devel/py-Jinja2-doc@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-Jinja2-doc/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-Jinja2-doc
- pkg install py311-Jinja2-doc
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 py311-Jinja2-doc listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-Jinja2-doc
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1716822740
SHA256 (jinja2-3.1.4.tar.gz) = 4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369
SIZE (jinja2-3.1.4.tar.gz) = 240245
Packages (timestamps in pop-ups are UTC):
- Master port: devel/py-Jinja2
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-flit-core>=3.9.0 : devel/py-flit-core@py311
- gmake>=4.4.1 : devel/gmake
- python3.11 : lang/python311
- py311-importlib-metadata>=0.23 : devel/py-importlib-metadata@py311
- py311-Pallets-Sphinx-Themes>=2.0.2 : textproc/py-pallets-sphinx-themes@py311
- py311-sphinx-issues>=1.2.0 : textproc/py-sphinx-issues@py311
- py311-sphinx>=1.1.3 : textproc/py-sphinx@py311
- py311-sphinxcontrib-log-cabinet>=1.0.1 : textproc/py-sphinxcontrib-log-cabinet@py311
- Test dependencies:
-
- py311-markupsafe>=2.0.0 : textproc/py-markupsafe@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-markupsafe>=2.0.0 : textproc/py-markupsafe@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py311-Jinja2-doc-3.1.4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_py-Jinja2-doc
- USES:
- gmake 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) |
This is a slave port. You may also want to view the commits to the master port: devel/py-Jinja2 |
Commit | Credits | Log message |
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) |
3.0.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 ) |
3.0.1 12 Oct 2021 15:01:38 |
Tobias Kortkamp (tobik) |
*: Clean up some things
- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
2.11.2_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.11.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.10 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
2.7.1_1 03 Mar 2014 09:04:42 |
rm |
devel/py-Jinja2: support staging and do general clean-up
- clarify license (BSD3C)
- do not use easy_install for installation and convert to auto-generated packing
list
- add staging support
- utilize options helpers
- use PYTHON_REL instead of PYTHON_VERSION to build docs for python >= 3.2, not
only for 3.2
- unmute installation commands
- remove inclusion of devel/py-virtualenv/files/py3k-fix-pkg-plist.inc - it's
implemented in bsd.python.mk
- bump PORTREVISION because of package change
Approved by: nivit (maintainer, explicitly for such changes in his ports) |
2.7.1 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
2.7.1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
2.6_1 05 Sep 2012 22:00:27 |
nivit |
Documentation of Jinja2 template engine.
WWW: http://jinja.pocoo.org/docs/ |