| Port details on branch 2026Q1 |
- minify Go minifiers for web formats
- 2.24.8_3 textproc
=0 2.24.8_3Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2026-01-25 01:42:26
- Last Update: 2026-03-06 03:52:43
- Commit Hash: ef8f442
- Also Listed In: www
- License: MIT
- WWW:
- https://github.com/tdewolff/minify
- Description:
- Minify is a minifier package written in Go. It provides HTML5, CSS3, JS, JSON,
SVG and XML minifiers and an interface to implement any other minifier.
Minification is the process of removing bytes from a file (such as whitespace)
without changing its output and therefore shrinking its size and speeding up
transmission over the internet and possibly parsing. The implemented minifiers
are designed for high performance.
The core functionality associates mimetypes with minification functions,
allowing embedded resources (like CSS or JS within HTML files) to be minified as
well. Users can add new implementations that are triggered based on a mimetype
(or pattern), or redirect to an external command (like ClosureCompiler,
UglifyCSS, ...).
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/textproc/minify/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/minify
- pkg install minify
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: minify
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1765895692
SHA256 (go/textproc_minify/minify-v2.24.8/v2.24.8.mod) = 0e39e1ce59a68b6f4065d864dfe932775c54d71be2da5d496d82ffca40e8df0a
SIZE (go/textproc_minify/minify-v2.24.8/v2.24.8.mod) = 465
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go124 : lang/go124
- Fetch dependencies:
-
- go124 : lang/go124
- This port is required by:
- for Build
-
- ports-mgmt/caronade
Configuration Options:
- No options to configure
- Options name:
- textproc_minify
- USES:
- go:modules zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|