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
Port details
minify Go minifiers for web formats
2.20.37_3 textproc on this many watch lists=2 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 2.20.37_2Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-01-22 23:59:37
Last Update: 2025-04-02 02:07:58
Commit Hash: a4e30d4
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
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, ...).
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
Expand this list (4 items)
Collapse this list.
  1. bin/minify
  2. /usr/local/share/licenses/minify-2.20.37_3/catalog.mk
  3. /usr/local/share/licenses/minify-2.20.37_3/LICENSE
  4. /usr/local/share/licenses/minify-2.20.37_3/MIT
Collapse this list.
Dependency lines:
  • minify>0:textproc/minify
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 = 1720689608 SHA256 (go/textproc_minify/minify-v2.20.37/v2.20.37.mod) = 98fc34d32c1461c445e2a8e1cbb26b2823e96fc07b7175d07f6a504e712f6d7c SIZE (go/textproc_minify/minify-v2.20.37/v2.20.37.mod) = 664

Expand this list (2 items)

Collapse this list.

SHA256 (go/textproc_minify/minify-v2.20.37/v2.20.37.zip) = 399dcf877c18bc2f92ff239215c7ef37a5c2e5897017def21df07697aa5d0188 SIZE (go/textproc_minify/minify-v2.20.37/v2.20.37.zip) = 7862194

Collapse this list.


Packages (timestamps in pop-ups are UTC):
minify
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.20.37_22.20.37_3-2.20.37_22.20.37_3---
FreeBSD:13:quarterly2.20.37_22.20.37_2-2.20.37_22.20.37_2---
FreeBSD:14:latest2.20.37_22.20.37_3-2.20.37_22.20.37_3---
FreeBSD:14:quarterly2.20.37_12.20.37_2-2.20.37_12.20.37_2---
FreeBSD:15:latest2.20.37_22.20.37_2n/a2.20.37_2n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go121 : lang/go121
Fetch dependencies:
  1. go121 : lang/go121
  2. ca_root_nss>0 : security/ca_root_nss
This port is required by:
for Build
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. https://proxy.golang.org/github.com/tdewolff/minify/v2/@v/
Collapse this list.

Number of commits found: 103 (showing only 3 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.5.0
18 May 2019 09:43:40
Revision:501931Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.5.0

Changes:	https://github.com/tdewolff/minify/releases
2.4.0
19 Apr 2019 23:26:05
Revision:499397Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.4.0

Changes:	https://github.com/tdewolff/minify/releases
2.3.8
22 Jan 2019 23:59:22
Revision:490993Original commit files touched by this commit
sunpoet search for other commits by this committer
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

Number of commits found: 103 (showing only 3 on this page)

«  1 | 2