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) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-mkdocs-minify-plugin Minify HTML, JS or CSS files prior to being written to disk
0.8.0 textproc 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 0.7.2Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-12-25 16:18:14
Last Update: 2024-02-21 15:08:03
Commit Hash: e30684a
Also Listed In: python
License: MIT
WWW:
https://github.com/byrnereese/mkdocs-minify-plugin
Description:
mkdocs-minify-plugin is an MkDocs plugin to minify HTML, JS or CSS files prior to being written to disk. HTML minification is done using htmlmin2. JS minification is done using jsmin. CSS minification is done using csscompressor.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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}mkdocs-minify-plugin>0:textproc/py-mkdocs-minify-plugin@${PY_FLAVOR}
To install the port:
cd /usr/ports/textproc/py-mkdocs-minify-plugin/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/py-mkdocs-minify-plugin
  • pkg install py39-mkdocs-minify-plugin
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-mkdocs-minify-plugin listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-mkdocs-minify-plugin
Package flavors (<flavor>: <package>)
  • py39: py39-mkdocs-minify-plugin
distinfo:
TIMESTAMP = 1708449472 SHA256 (mkdocs-minify-plugin-0.8.0.tar.gz) = bc11b78b8120d79e817308e2b11539d790d21445eb63df831e393f76e52e753d SIZE (mkdocs-minify-plugin-0.8.0.tar.gz) = 8366

Packages (timestamps in pop-ups are UTC):
py39-mkdocs-minify-plugin
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.8.00.8.0-0.8.00.8.0---
FreeBSD:13:quarterly0.8.00.8.0-0.8.00.8.00.7.20.7.20.7.2
FreeBSD:14:latest0.8.00.8.0-0.8.00.8.0---
FreeBSD:14:quarterly0.7.20.8.0-0.7.20.8.00.7.20.7.20.7.2
FreeBSD:15:latest0.8.00.8.0n/a0.7.2n/a0.7.20.7.20.8.0
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-csscompressor>=0.9.5 : www/py-csscompressor@py39
  2. py39-htmlmin2>=0.1.13 : textproc/py-htmlmin2@py39
  3. py39-jsmin>=3.0.1 : devel/py-jsmin@py39
  4. py39-mkdocs>=1.4.1 : textproc/py-mkdocs@py39
  5. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  6. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
textproc_py-mkdocs-minify-plugin
USES:
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/m/mkdocs-minify-plugin/
  2. https://pypi.org/packages/source/m/mkdocs-minify-plugin/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.8.0
21 Feb 2024 15:08:03
commit hash: e30684a8f5d054a4f37f1db97f6681b1c57db8e9commit hash: e30684a8f5d054a4f37f1db97f6681b1c57db8e9commit hash: e30684a8f5d054a4f37f1db97f6681b1c57db8e9commit hash: e30684a8f5d054a4f37f1db97f6681b1c57db8e9 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/py-mkdocs-minify-plugin: Update to 0.8.0

Changes:	https://github.com/byrnereese/mkdocs-minify-plugin/releases
		https://github.com/byrnereese/mkdocs-minify-plugin/commits/main
0.7.2
25 Dec 2023 16:10:49
commit hash: 7670362c37d1f2f083b89b7cef4b7a65ed22e804commit hash: 7670362c37d1f2f083b89b7cef4b7a65ed22e804commit hash: 7670362c37d1f2f083b89b7cef4b7a65ed22e804commit hash: 7670362c37d1f2f083b89b7cef4b7a65ed22e804 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/py-mkdocs-minify-plugin: Add py-mkdocs-minify-plugin 0.7.2

mkdocs-minify-plugin is an MkDocs plugin to minify HTML, JS or CSS files prior
to being written to disk.

HTML minification is done using htmlmin2.

JS minification is done using jsmin.

CSS minification is done using csscompressor.

Number of commits found: 2