notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
py-Jinja2-doc Fast and easy to use stand-alone template engine
3.1.3 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.0.1Version of this port present on the latest quarterly branch.
Maintainer: nivit@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2012-09-05 22:00:47
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://jinja.palletsprojects.com/en/3.1.x/
Description:
Documentation of Jinja2 template engine.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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 py39-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 py39-Jinja2-doc listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-Jinja2-doc
Package flavors (<flavor>: <package>)
  • py39: py39-Jinja2-doc
distinfo:
TIMESTAMP = 1704965223 SHA256 (Jinja2-3.1.3.tar.gz) = ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90 SIZE (Jinja2-3.1.3.tar.gz) = 268261

Packages (timestamps in pop-ups are UTC):
py37-Jinja2-doc
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--2.11.2_1---2.11.2_1-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-Jinja2-doc
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.1.33.1.3-3.1.33.1.3---
FreeBSD:13:quarterly3.1.23.1.23.1.23.1.23.1.23.1.23.1.23.1.2
FreeBSD:14:latest3.1.33.1.33.1.23.1.33.1.33.1.2-3.1.2
FreeBSD:14:quarterly3.1.23.1.2-3.1.23.1.23.1.23.1.23.1.2
FreeBSD:15:latest3.1.33.1.3n/a3.1.3n/a3.1.33.1.33.1.3
FreeBSD:15:quarterly--n/a-n/a---
 

Master port: devel/py-Jinja2
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
  2. python3.9 : lang/python39
  3. py39-importlib-metadata>=0.23 : devel/py-importlib-metadata@py39
  4. py39-Pallets-Sphinx-Themes>=2.0.2 : textproc/py-pallets-sphinx-themes@py39
  5. py39-sphinx-issues>=1.2.0 : textproc/py-sphinx-issues@py39
  6. py39-sphinx>=1.1.3 : textproc/py-sphinx@py39
  7. py39-sphinxcontrib-log-cabinet>=1.0.1 : textproc/py-sphinxcontrib-log-cabinet@py39
Test dependencies:
  1. py39-markupsafe>=2.0.0 : textproc/py-markupsafe@py39
  2. python3.9 : lang/python39
Runtime dependencies:
  1. py39-markupsafe>=2.0.0 : textproc/py-markupsafe@py39
  2. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py39-Jinja2-doc-3.1.3: 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/J/Jinja2/
  2. https://pypi.org/packages/source/J/Jinja2/
Collapse this list.

Number of commits found: 10

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
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
3.0.1
12 Oct 2021 15:01:38
commit hash: ae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1commit hash: ae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1commit hash: ae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1commit hash: ae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
*: 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
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2.11.2_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.10
10 Sep 2018 13:14:52
Revision:479406Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:346867Original commit files touched by this commit
rm search for other commits by this committer
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
Revision:340674Original commit files touched by this commit
bapt search for other commits by this committer
Fix properties on pkg-plist
2.7.1
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
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
Revision:303727Original commit files touched by this commit
nivit search for other commits by this committer
Documentation of Jinja2 template engine.

WWW: http://jinja.pocoo.org/docs/

Number of commits found: 10