image_compressor_pack 1.0.0.1-amd64-freebsd-11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (108) hide show
  1. checksums.yaml +7 -0
  2. checksums.yaml.gz.sig +0 -0
  3. data/LICENSE.txt +22 -0
  4. data/lib/.paths.yml +12 -0
  5. data/lib/image_compressor_pack/dynamically_linked_recipes.yml +102 -0
  6. data/lib/image_compressor_pack/recipes.rb +42 -0
  7. data/lib/image_compressor_pack/statically_linked_recipes.yml +109 -0
  8. data/lib/image_compressor_pack/version.rb +3 -0
  9. data/lib/image_compressor_pack.rb +24 -0
  10. data/ports/advancecomp-1.22-x86_64-unknown-freebsd11.0.installed +0 -0
  11. data/ports/gifsicle-1.88-x86_64-unknown-freebsd11.0.installed +0 -0
  12. data/ports/jhead-3.0-x86_64-unknown-freebsd11.0.installed +0 -0
  13. data/ports/jpeg-archive-2.1.1-x86_64-unknown-freebsd11.0.installed +0 -0
  14. data/ports/jpegoptim-1.4.4-x86_64-unknown-freebsd11.0.installed +0 -0
  15. data/ports/lcms2-2.8-x86_64-unknown-freebsd11.0.installed +0 -0
  16. data/ports/libpng-1.6.26-x86_64-unknown-freebsd11.0.installed +0 -0
  17. data/ports/mozjpeg-3.1-x86_64-unknown-freebsd11.0.installed +0 -0
  18. data/ports/nasm-2.12.02-x86_64-unknown-freebsd11.0.installed +0 -0
  19. data/ports/optipng-0.7.6-x86_64-unknown-freebsd11.0.installed +0 -0
  20. data/ports/pngcrush-1.8.10-x86_64-unknown-freebsd11.0.installed +0 -0
  21. data/ports/pngquant-2.8.0-x86_64-unknown-freebsd11.0.installed +0 -0
  22. data/ports/x86_64-unknown-freebsd11.0/advancecomp/1.22/bin/advdef +0 -0
  23. data/ports/x86_64-unknown-freebsd11.0/advancecomp/1.22/bin/advmng +0 -0
  24. data/ports/x86_64-unknown-freebsd11.0/advancecomp/1.22/bin/advpng +0 -0
  25. data/ports/x86_64-unknown-freebsd11.0/advancecomp/1.22/bin/advzip +0 -0
  26. data/ports/x86_64-unknown-freebsd11.0/advancecomp/1.22/share/man/man1/advdef.1 +83 -0
  27. data/ports/x86_64-unknown-freebsd11.0/advancecomp/1.22/share/man/man1/advmng.1 +197 -0
  28. data/ports/x86_64-unknown-freebsd11.0/advancecomp/1.22/share/man/man1/advpng.1 +93 -0
  29. data/ports/x86_64-unknown-freebsd11.0/advancecomp/1.22/share/man/man1/advzip.1 +116 -0
  30. data/ports/x86_64-unknown-freebsd11.0/gifsicle/1.88/bin/gifsicle +0 -0
  31. data/ports/x86_64-unknown-freebsd11.0/gifsicle/1.88/share/man/man1/gifsicle.1 +1318 -0
  32. data/ports/x86_64-unknown-freebsd11.0/jhead/3.0/bin/jhead +0 -0
  33. data/ports/x86_64-unknown-freebsd11.0/jpeg-archive/2.1.1/bin/jpeg-archive +40 -0
  34. data/ports/x86_64-unknown-freebsd11.0/jpeg-archive/2.1.1/bin/jpeg-compare +0 -0
  35. data/ports/x86_64-unknown-freebsd11.0/jpeg-archive/2.1.1/bin/jpeg-hash +0 -0
  36. data/ports/x86_64-unknown-freebsd11.0/jpeg-archive/2.1.1/bin/jpeg-recompress +0 -0
  37. data/ports/x86_64-unknown-freebsd11.0/jpegoptim/1.4.4/bin/jpegoptim +0 -0
  38. data/ports/x86_64-unknown-freebsd11.0/jpegoptim/1.4.4/share/man/man1/jpegoptim.1 +186 -0
  39. data/ports/x86_64-unknown-freebsd11.0/lcms2/2.8/bin/linkicc +0 -0
  40. data/ports/x86_64-unknown-freebsd11.0/lcms2/2.8/bin/psicc +0 -0
  41. data/ports/x86_64-unknown-freebsd11.0/lcms2/2.8/bin/transicc +0 -0
  42. data/ports/x86_64-unknown-freebsd11.0/lcms2/2.8/include/lcms2.h +1903 -0
  43. data/ports/x86_64-unknown-freebsd11.0/lcms2/2.8/include/lcms2_plugin.h +665 -0
  44. data/ports/x86_64-unknown-freebsd11.0/lcms2/2.8/lib/liblcms2.a +0 -0
  45. data/ports/x86_64-unknown-freebsd11.0/lcms2/2.8/lib/liblcms2.la +41 -0
  46. data/ports/x86_64-unknown-freebsd11.0/lcms2/2.8/lib/pkgconfig/lcms2.pc +11 -0
  47. data/ports/x86_64-unknown-freebsd11.0/lcms2/2.8/share/man/man1/jpgicc.1 +122 -0
  48. data/ports/x86_64-unknown-freebsd11.0/lcms2/2.8/share/man/man1/tificc.1 +117 -0
  49. data/ports/x86_64-unknown-freebsd11.0/libpng/1.6.26/include/libpng16/png.h +3266 -0
  50. data/ports/x86_64-unknown-freebsd11.0/libpng/1.6.26/include/libpng16/pngconf.h +622 -0
  51. data/ports/x86_64-unknown-freebsd11.0/libpng/1.6.26/include/libpng16/pnglibconf.h +213 -0
  52. data/ports/x86_64-unknown-freebsd11.0/libpng/1.6.26/include/png.h +1 -0
  53. data/ports/x86_64-unknown-freebsd11.0/libpng/1.6.26/include/pngconf.h +1 -0
  54. data/ports/x86_64-unknown-freebsd11.0/libpng/1.6.26/include/pnglibconf.h +1 -0
  55. data/ports/x86_64-unknown-freebsd11.0/libpng/1.6.26/lib/libpng.a +1 -0
  56. data/ports/x86_64-unknown-freebsd11.0/libpng/1.6.26/lib/libpng.la +1 -0
  57. data/ports/x86_64-unknown-freebsd11.0/libpng/1.6.26/lib/libpng16.a +0 -0
  58. data/ports/x86_64-unknown-freebsd11.0/libpng/1.6.26/lib/libpng16.la +41 -0
  59. data/ports/x86_64-unknown-freebsd11.0/libpng/1.6.26/lib/pkgconfig/libpng16.pc +11 -0
  60. data/ports/x86_64-unknown-freebsd11.0/libpng/1.6.26/share/man/man3/libpng.3 +6179 -0
  61. data/ports/x86_64-unknown-freebsd11.0/libpng/1.6.26/share/man/man3/libpngpf.3 +18 -0
  62. data/ports/x86_64-unknown-freebsd11.0/libpng/1.6.26/share/man/man5/png.5 +74 -0
  63. data/ports/x86_64-unknown-freebsd11.0/mozjpeg/3.1/bin/cjpeg +0 -0
  64. data/ports/x86_64-unknown-freebsd11.0/mozjpeg/3.1/bin/djpeg +0 -0
  65. data/ports/x86_64-unknown-freebsd11.0/mozjpeg/3.1/bin/jpegtran +0 -0
  66. data/ports/x86_64-unknown-freebsd11.0/mozjpeg/3.1/bin/rdjpgcom +0 -0
  67. data/ports/x86_64-unknown-freebsd11.0/mozjpeg/3.1/bin/tjbench +0 -0
  68. data/ports/x86_64-unknown-freebsd11.0/mozjpeg/3.1/bin/wrjpgcom +0 -0
  69. data/ports/x86_64-unknown-freebsd11.0/mozjpeg/3.1/include/jconfig.h +71 -0
  70. data/ports/x86_64-unknown-freebsd11.0/mozjpeg/3.1/include/jerror.h +320 -0
  71. data/ports/x86_64-unknown-freebsd11.0/mozjpeg/3.1/include/jmorecfg.h +390 -0
  72. data/ports/x86_64-unknown-freebsd11.0/mozjpeg/3.1/include/jpeglib.h +1185 -0
  73. data/ports/x86_64-unknown-freebsd11.0/mozjpeg/3.1/include/turbojpeg.h +1538 -0
  74. data/ports/x86_64-unknown-freebsd11.0/mozjpeg/3.1/lib/libjpeg.a +0 -0
  75. data/ports/x86_64-unknown-freebsd11.0/mozjpeg/3.1/lib/libjpeg.la +41 -0
  76. data/ports/x86_64-unknown-freebsd11.0/mozjpeg/3.1/lib/libturbojpeg.a +0 -0
  77. data/ports/x86_64-unknown-freebsd11.0/mozjpeg/3.1/lib/libturbojpeg.la +41 -0
  78. data/ports/x86_64-unknown-freebsd11.0/mozjpeg/3.1/share/doc/README +281 -0
  79. data/ports/x86_64-unknown-freebsd11.0/mozjpeg/3.1/share/doc/README-mozilla.txt +194 -0
  80. data/ports/x86_64-unknown-freebsd11.0/mozjpeg/3.1/share/doc/README-turbo.txt +363 -0
  81. data/ports/x86_64-unknown-freebsd11.0/mozjpeg/3.1/share/doc/example.c +433 -0
  82. data/ports/x86_64-unknown-freebsd11.0/mozjpeg/3.1/share/doc/libjpeg.txt +3015 -0
  83. data/ports/x86_64-unknown-freebsd11.0/mozjpeg/3.1/share/doc/structure.txt +906 -0
  84. data/ports/x86_64-unknown-freebsd11.0/mozjpeg/3.1/share/doc/usage.txt +649 -0
  85. data/ports/x86_64-unknown-freebsd11.0/mozjpeg/3.1/share/doc/wizard.txt +211 -0
  86. data/ports/x86_64-unknown-freebsd11.0/mozjpeg/3.1/share/man/man1/cjpeg.1 +352 -0
  87. data/ports/x86_64-unknown-freebsd11.0/mozjpeg/3.1/share/man/man1/djpeg.1 +278 -0
  88. data/ports/x86_64-unknown-freebsd11.0/mozjpeg/3.1/share/man/man1/jpegtran.1 +269 -0
  89. data/ports/x86_64-unknown-freebsd11.0/mozjpeg/3.1/share/man/man1/rdjpgcom.1 +63 -0
  90. data/ports/x86_64-unknown-freebsd11.0/mozjpeg/3.1/share/man/man1/wrjpgcom.1 +103 -0
  91. data/ports/x86_64-unknown-freebsd11.0/nasm/2.12.02/bin/nasm +0 -0
  92. data/ports/x86_64-unknown-freebsd11.0/nasm/2.12.02/bin/ndisasm +0 -0
  93. data/ports/x86_64-unknown-freebsd11.0/nasm/2.12.02/share/man/man1/nasm.1 +429 -0
  94. data/ports/x86_64-unknown-freebsd11.0/nasm/2.12.02/share/man/man1/ndisasm.1 +120 -0
  95. data/ports/x86_64-unknown-freebsd11.0/optipng/0.7.6/bin/optipng +0 -0
  96. data/ports/x86_64-unknown-freebsd11.0/optipng/0.7.6/man/man1/optipng.1 +343 -0
  97. data/ports/x86_64-unknown-freebsd11.0/pngcrush/1.8.10/bin/pngcrush +0 -0
  98. data/ports/x86_64-unknown-freebsd11.0/pngquant/2.8.0/bin/pngquant +0 -0
  99. data/ports/x86_64-unknown-freebsd11.0/pngquant/2.8.0/share/man/man1/pngquant.1 +127 -0
  100. data/ports/x86_64-unknown-freebsd11.0/zlib/1.2.8/include/zconf.h +511 -0
  101. data/ports/x86_64-unknown-freebsd11.0/zlib/1.2.8/include/zlib.h +1768 -0
  102. data/ports/x86_64-unknown-freebsd11.0/zlib/1.2.8/lib/libz.a +0 -0
  103. data/ports/x86_64-unknown-freebsd11.0/zlib/1.2.8/lib/pkgconfig/zlib.pc +13 -0
  104. data/ports/x86_64-unknown-freebsd11.0/zlib/1.2.8/share/man/man3/zlib.3 +151 -0
  105. data/ports/zlib-1.2.8-x86_64-unknown-freebsd11.0.installed +0 -0
  106. data.tar.gz.sig +0 -0
  107. metadata +251 -0
  108. metadata.gz.sig +0 -0
@@ -0,0 +1,93 @@
1
+ .TH "AdvanceCOMP PNG Compression Utility" 1
2
+ .SH NAME
3
+ advpng \- AdvanceCOMP PNG Compression Utility
4
+ .SH SYNOPSIS
5
+ advpng [\-l, \-\-list] [\-z, \-\-recompress] [\-0, \-\-shrink\-0]
6
+ .PD 0
7
+ .PP
8
+ .PD
9
+ [\-1, \-\-shrink\-fast] [\-2, \-\-shrink\-normal [\-3, \-\-shrink\-extra]
10
+ .PD 0
11
+ .PP
12
+ .PD
13
+ [\-4, \-\-shrink\-insane] [\-i, \-\-iter N]
14
+ .PD 0
15
+ .PP
16
+ .PD
17
+ [\-f, \-\-force] [\-q, \-\-quiet]
18
+ .PD 0
19
+ .PP
20
+ .PD
21
+ [\-h, \-\-help] [\-V, \-\-version] FILES...
22
+ .PD 0
23
+ .PP
24
+ .PD
25
+ .SH DESCRIPTION
26
+ The main purpose of this utility is to recompress png
27
+ files to get the smallest possible size.
28
+ .PP
29
+ Please note that this utility is not able to read
30
+ a generic file. It\'s granted to be able to read only
31
+ the files generated by the AdvanceMAME emulator.
32
+ .PP
33
+ To compress the files this utility uses the following
34
+ strategies:
35
+ .PD 0
36
+ .IP \(bu
37
+ Remove all ancillary chunks.
38
+ .IP \(bu
39
+ Concatenate all the IDAT chunks.
40
+ .IP \(bu
41
+ Use the 7zip Deflate implementation.
42
+ .PD
43
+ .SH OPTIONS
44
+ .TP
45
+ .B \-l, \-\-list FILES...
46
+ List the content of the specified files.
47
+ .TP
48
+ .B \-z, \-\-recompress FILES...
49
+ Recompress the specified files. If the \-1, \-2, \-3
50
+ options are specified it\'s used the smallest file
51
+ choice from the previous compressed data and the
52
+ new compression. If the \-0 option is specified the
53
+ file is always rewritten without any compression.
54
+ .TP
55
+ .B \-0, \-\-shrink\-store
56
+ Disable the compression. The file is
57
+ only stored and not compressed. The file is always
58
+ rewritten also if it\'s bigger.
59
+ .TP
60
+ .B \-1, \-\-shrink\-fast
61
+ Set the compression level to \[dq]fast\[dq] using the zlib
62
+ compressor.
63
+ .TP
64
+ .B \-2, \-\-shrink\-normal
65
+ Set the compression level to \[dq]normal\[dq] using the libdeflate
66
+ compressor.
67
+ This is the default level of compression.
68
+ .TP
69
+ .B \-3, \-\-shrink\-extra
70
+ Set the compression level to \[dq]extra\[dq] using the 7z
71
+ compressor.
72
+ You can define the compressor iterations with
73
+ the \-i, \-\-iter option.
74
+ .TP
75
+ .B \-4, \-\-shrink\-insane
76
+ Set the compression level to \[dq]insane\[dq] using the zopfli
77
+ compressor.
78
+ You can define the compressor iterations with
79
+ the \-i, \-\-iter option.
80
+ .TP
81
+ .B \-i, \-\-iter N
82
+ Define an additional numer of iterations for the 7z and zopfli
83
+ compressors for modes \-3 and \-4.
84
+ More iterations usually give a better compression, but may
85
+ require a lot more time.
86
+ Try for example with 10, 15, 20, and so on.
87
+ .TP
88
+ .B \-f, \-\-force
89
+ Force the use of the new file also if it\'s bigger.
90
+ .SH COPYRIGHT
91
+ This file is Copyright (C) 2002 Andrea Mazzoleni, Filipe Estima
92
+ .SH SEE ALSO
93
+ advzip(1), advmng(1), advdef(1)
@@ -0,0 +1,116 @@
1
+ .TH "AdvanceCOMP ZIP Compression Utility" 1
2
+ .SH NAME
3
+ advzip \- AdvanceCOMP ZIP Compression Utility
4
+ .SH SYNOPSIS
5
+ advzip [\-a, \-\-add] [\-x, \-\-extract] [\-l, \-\-list]
6
+ .PD 0
7
+ .PP
8
+ .PD
9
+ [\-z, \-\-recompress] [\-t, \-\-test] [\-0, \-\-shrink\-store]
10
+ .PD 0
11
+ .PP
12
+ .PD
13
+ [\-1, \-\-shrink\-fast] [\-2, \-\-shrink\-normal] [\-3, \-\-shrink\-extra]
14
+ .PD 0
15
+ .PP
16
+ .PD
17
+ [\-4, \-\-shrink\-insane] [\-i, \-\-iter N]
18
+ .PD 0
19
+ .PP
20
+ .PD
21
+ [\-k, \-\-keep\-file\-time] [\-p, \-\-pedantic] [\-q, \-\-quiet]
22
+ .PD 0
23
+ .PP
24
+ .PD
25
+ [\-h, \-\-help] [\-V, \-\-version] ARCHIVES... [FILES...]
26
+ .PD 0
27
+ .PP
28
+ .PD
29
+ .SH DESCRIPTION
30
+ The main purpose of this utility is to recompress and test
31
+ the zip archives to get the smallest possible size.
32
+ .PP
33
+ For recompression the libdeflate implementation is used.
34
+ This implementation generally gives 5\-10% more compression
35
+ than the zLib Deflate implementation, and it\'s also
36
+ generally faster.
37
+ .PP
38
+ For experimental purpose also the 7\-Zip LZMA algorithm is
39
+ available with the \-N option. In this case, the generated
40
+ zips WILL NOT BE USABLE by any other program. To make
41
+ them usable you need to recompress them without the \-N
42
+ option. Generally this algorithm gives 10\-20% more
43
+ compression than the zLib Deflate implementation.
44
+ .SH OPTIONS
45
+ .TP
46
+ .B \-a, \-\-add ARCHIVE FILES...
47
+ Create the specified archive with the specified
48
+ files. You must specify only one archive.
49
+ .TP
50
+ .B \-x, \-\-extract ARCHIVE
51
+ Extract all the files on the specified archive. You
52
+ must specify only one archive.
53
+ .TP
54
+ .B \-l, \-\-list ARCHIVES...
55
+ List the content of the specified archives.
56
+ .TP
57
+ .B \-z, \-\-recompress ARCHIVES...
58
+ Recompress the specified archives. If the \-1, \-2,
59
+ \-3, \-4 options are specified, it\'s used the smallest file
60
+ choice from: the previous compressed data, the new
61
+ compression and the uncompressed format. If the \-0
62
+ option is specified the archive is always rewritten
63
+ without any compression.
64
+ .TP
65
+ .B \-t, \-\-test ARCHIVES...
66
+ Test the specified archives. The tests may be
67
+ extended with the \-p option.
68
+ .TP
69
+ .B \-k, \-\-keep\-file\-time
70
+ When recompressing with \-z keep the .zip file time.
71
+ .TP
72
+ .B \-p, \-\-pedantic
73
+ Be pedantic on the zip tests. If this flag is
74
+ enabled some more extensive tests on the zip
75
+ integrity are done. These tests are generally not
76
+ done by other zip utilities.
77
+ .TP
78
+ .B \-0, \-\-shrink\-store
79
+ Disable the compression. The file is
80
+ only stored and not compressed. This option is
81
+ very useful to expand the archives of .png and .mp3
82
+ files. These files are already compressed, trying to
83
+ compress them another time is really a waste of time
84
+ and resource.
85
+ .TP
86
+ .B \-1, \-\-shrink\-fast
87
+ Set the compression level to \[dq]fast\[dq] using the zlib
88
+ compressor.
89
+ .TP
90
+ .B \-2, \-\-shrink\-normal
91
+ Set the compression level to \[dq]normal\[dq] using the libdeflate
92
+ compressor.
93
+ This is the default level of compression.
94
+ .TP
95
+ .B \-3, \-\-shrink\-extra
96
+ Set the compression level to \[dq]extra\[dq] using the 7z
97
+ compressor.
98
+ You can define the compressor iterations with
99
+ the \-i, \-\-iter option.
100
+ .TP
101
+ .B \-4, \-\-shrink\-insane
102
+ Set the compression level to \[dq]insane\[dq] using the zopfli
103
+ compressor.
104
+ You can define the compressor iterations with
105
+ the \-i, \-\-iter option.
106
+ .TP
107
+ .B \-i, \-\-iter N
108
+ Define an additional numer of iterations for the 7z and zopfli
109
+ compressors for modes \-3 and \-4.
110
+ More iterations usually give a better compression, but may
111
+ require a lot more time.
112
+ Try for example with 10, 15, 20, and so on.
113
+ .SH COPYRIGHT
114
+ This file is Copyright (C) 2002 Andrea Mazzoleni, Filipe Estima
115
+ .SH SEE ALSO
116
+ advpng(1), advmng(1), advdef(1)