aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/minify/pkg/DESCR
diff options
context:
space:
mode:
authorla-ninpre <aaoth@aaoth.xyz>2023-05-03 17:40:34 +0300
committerla-ninpre <aaoth@aaoth.xyz>2023-05-03 17:40:34 +0300
commit0fa2b14b3130a82ef218fc249c203b6c22798056 (patch)
treec21aae7db63c77ca4257858fb03c4d6ebd4087ff /textproc/minify/pkg/DESCR
parent4c5117bd09b8c44fb21c10b68eb692346cbeaff8 (diff)
downloadports-0fa2b14b3130a82ef218fc249c203b6c22798056.tar.gz
ports-0fa2b14b3130a82ef218fc249c203b6c22798056.zip
textproc/minify: add 2.12.5
Diffstat (limited to 'textproc/minify/pkg/DESCR')
-rw-r--r--textproc/minify/pkg/DESCR11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/minify/pkg/DESCR b/textproc/minify/pkg/DESCR
new file mode 100644
index 0000000..552557a
--- /dev/null
+++ b/textproc/minify/pkg/DESCR
@@ -0,0 +1,11 @@
+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.