textpattern / textpattern-toolbelt

A collection of tools which help to develop Textpattern CMS.
https://textpattern.com
GNU General Public License v2.0
3 stars 1 forks source link

Shave a few bytes off the archive sizes #10

Closed petecooper closed 6 years ago

petecooper commented 6 years ago

Compress more and save a few bytes. Retains compatibility with legacy decompression.

Before:

$ ls -l
total 6184
drwxr-xr-x  14 pete  staff      476  1 Sep 10:10 textpattern-4.7.1
-rw-r--r--   1 pete  staff  1456881  1 Sep 10:10 textpattern-4.7.1.tar.gz
-rw-r--r--   1 pete  staff       91  1 Sep 10:10 textpattern-4.7.1.tar.gz.SHA256SUM
-rw-r--r--   1 pete  staff  1699406  1 Sep 10:10 textpattern-4.7.1.zip
-rw-r--r--   1 pete  staff       88  1 Sep 10:10 textpattern-4.7.1.zip.SHA256SUM

After:

$ ls -l
total 6160
drwxr-xr-x  14 pete  staff      476  1 Sep 10:19 textpattern-4.7.1
-rw-r--r--   1 pete  staff  1448355  1 Sep 10:19 textpattern-4.7.1.tar.gz
-rw-r--r--   1 pete  staff       91  1 Sep 10:19 textpattern-4.7.1.tar.gz.SHA256SUM
-rw-r--r--   1 pete  staff  1693139  1 Sep 10:19 textpattern-4.7.1.zip
-rw-r--r--   1 pete  staff       88  1 Sep 10:19 textpattern-4.7.1.zip.SHA256SUM