| Port details |
- minify Go minifiers for web formats
- 2.24.13 textproc
=0 2.24.8_5Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2019-01-22 23:59:37
- Last Update: 2026-04-27 13:06:57
- Commit Hash: e7295c5
- 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 = 1777252528
SHA256 (go/textproc_minify/minify-v2.24.13/v2.24.13.mod) = 2afd219566277b404232f8fd0a0edc4d9dc9b7e4e0d8e8b21dab335a34c2ce37
SIZE (go/textproc_minify/minify-v2.24.13/v2.24.13.mod) = 446
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:
-
- go125 : lang/go125
- Fetch dependencies:
-
- go125 : lang/go125
- 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:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.9.5 27 Sep 2020 19:31:17
  |
sunpoet  |
Update to 2.9.5
Changes: https://github.com/tdewolff/minify/releases |
2.9.4 06 Sep 2020 15:35:55
  |
sunpoet  |
Update to 2.9.4
Changes: https://github.com/tdewolff/minify/releases |
2.9.2 05 Sep 2020 21:29:22
  |
sunpoet  |
Update to 2.9.2
Changes: https://github.com/tdewolff/minify/releases |
2.9.1 05 Sep 2020 10:08:33
  |
sunpoet  |
Update to 2.9.1
Changes: https://github.com/tdewolff/minify/releases |
2.9.0 30 Aug 2020 07:14:32
  |
sunpoet  |
Update to 2.9.0
Changes: https://github.com/tdewolff/minify/releases |
2.8.0 08 Aug 2020 10:17:30
  |
sunpoet  |
Update to 2.8.0
Changes: https://github.com/tdewolff/minify/releases |
2.7.7 30 Jul 2020 09:50:20
  |
sunpoet  |
Update to 2.7.7
Changes: https://github.com/tdewolff/minify/releases |
2.7.6_2 24 Jul 2020 07:09:33
  |
sunpoet  |
Update dependencies
- Bump PORTREVISION for package change |
2.7.6_1 24 Jun 2020 17:37:26
  |
sunpoet  |
Update dependencies
- Bump PORTREVISION for package change |
2.7.6 15 Jun 2020 18:44:01
  |
sunpoet  |
Update to 2.7.6
Changes: https://github.com/tdewolff/minify/releases |
2.7.4 26 Apr 2020 11:56:06
  |
sunpoet  |
Update to 2.7.4
Changes: https://github.com/tdewolff/minify/releases |
2.7.3 28 Mar 2020 12:47:05
  |
sunpoet  |
Update to 2.7.3
Changes: https://github.com/tdewolff/minify/releases |
2.7.2 15 Jan 2020 17:45:59
  |
sunpoet  |
Update to 2.7.2
Changes: https://github.com/tdewolff/minify/releases |
2.7.1 14 Jan 2020 16:44:11
  |
sunpoet  |
Update to 2.7.1
Changes: https://github.com/tdewolff/minify/releases |
2.7.0 08 Jan 2020 14:48:34
  |
sunpoet  |
Update to 2.7.0
Changes: https://github.com/tdewolff/minify/releases |
2.6.3 05 Jan 2020 04:08:09
  |
sunpoet  |
Update to 2.6.3
Changes: https://github.com/tdewolff/minify/releases |
2.6.1 08 Dec 2019 16:52:43
  |
sunpoet  |
Update to 2.6.1
Changes: https://github.com/tdewolff/minify/releases |
2.5.2_2 18 Nov 2019 18:11:05
  |
sunpoet  |
Update dependencies
- Bump PORTREVISION for package change |
2.5.2_1 16 Nov 2019 12:52:40
  |
dmgk  |
Bump PORTREVISION after r517743 to force relinking.
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D21854 |
2.5.2 29 Sep 2019 22:34:31
  |
dmgk  |
Go ports: cleanup, finish transition to USES=go started with r505321 (cat.
sysutils-x11)
- Remove custom build/install targets left in place after r505321
- Switch to the new GO_TARGET tuple syntax introduced in r512001
Reviewed by: tobik
Approved by: araujo (mentor), portmgr (adamw)
Differential Revision: https://reviews.freebsd.org/D21744 |
2.5.2 06 Sep 2019 17:43:42
  |
sunpoet  |
Update to 2.5.2
Changes: https://github.com/tdewolff/minify/releases |
2.5.1 21 Jul 2019 20:46:41
  |
sunpoet  |
Update to 2.5.1
Changes: https://github.com/tdewolff/minify/releases |
2.5.0 03 Jul 2019 18:52:25
  |
sunpoet  |
Convert to USES=go:modules
PR: 238919
Submitted by: Dmitri Goutnik <dg@syrec.org> |
2.5.0 18 May 2019 09:43:40
  |
sunpoet  |
Update to 2.5.0
Changes: https://github.com/tdewolff/minify/releases |
2.4.0 19 Apr 2019 23:26:05
  |
sunpoet  |
Update to 2.4.0
Changes: https://github.com/tdewolff/minify/releases |
2.3.8 22 Jan 2019 23:59:22
  |
sunpoet  |
Add minify 2.3.8
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, ...).
WWW: https://github.com/tdewolff/minify |