image_compressor_pack 1.0.0.1-universal-darwin-16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE.txt +22 -0
- data/lib/.paths.yml +12 -0
- data/lib/image_compressor_pack/dynamically_linked_recipes.yml +102 -0
- data/lib/image_compressor_pack/recipes.rb +42 -0
- data/lib/image_compressor_pack/statically_linked_recipes.yml +109 -0
- data/lib/image_compressor_pack/version.rb +3 -0
- data/lib/image_compressor_pack.rb +24 -0
- data/ports/advancecomp-1.22-x86_64-apple-darwin16.1.0.installed +0 -0
- data/ports/gifsicle-1.88-x86_64-apple-darwin16.1.0.installed +0 -0
- data/ports/jhead-3.0-x86_64-apple-darwin16.1.0.installed +0 -0
- data/ports/jpeg-archive-2.1.1-x86_64-apple-darwin16.1.0.installed +0 -0
- data/ports/jpegoptim-1.4.4-x86_64-apple-darwin16.1.0.installed +0 -0
- data/ports/lcms2-2.8-x86_64-apple-darwin16.1.0.installed +0 -0
- data/ports/libpng-1.6.26-x86_64-apple-darwin16.1.0.installed +0 -0
- data/ports/mozjpeg-3.1-x86_64-apple-darwin16.1.0.installed +0 -0
- data/ports/nasm-2.12.02-x86_64-apple-darwin16.1.0.installed +0 -0
- data/ports/optipng-0.7.6-x86_64-apple-darwin16.1.0.installed +0 -0
- data/ports/pngcrush-1.8.10-x86_64-apple-darwin16.1.0.installed +0 -0
- data/ports/pngquant-2.8.0-x86_64-apple-darwin16.1.0.installed +0 -0
- data/ports/x86_64-apple-darwin16.1.0/advancecomp/1.22/bin/advdef +0 -0
- data/ports/x86_64-apple-darwin16.1.0/advancecomp/1.22/bin/advmng +0 -0
- data/ports/x86_64-apple-darwin16.1.0/advancecomp/1.22/bin/advpng +0 -0
- data/ports/x86_64-apple-darwin16.1.0/advancecomp/1.22/bin/advzip +0 -0
- data/ports/x86_64-apple-darwin16.1.0/advancecomp/1.22/share/man/man1/advdef.1 +83 -0
- data/ports/x86_64-apple-darwin16.1.0/advancecomp/1.22/share/man/man1/advmng.1 +197 -0
- data/ports/x86_64-apple-darwin16.1.0/advancecomp/1.22/share/man/man1/advpng.1 +93 -0
- data/ports/x86_64-apple-darwin16.1.0/advancecomp/1.22/share/man/man1/advzip.1 +116 -0
- data/ports/x86_64-apple-darwin16.1.0/gifsicle/1.88/bin/gifsicle +0 -0
- data/ports/x86_64-apple-darwin16.1.0/gifsicle/1.88/share/man/man1/gifsicle.1 +1318 -0
- data/ports/x86_64-apple-darwin16.1.0/jhead/3.0/bin/jhead +0 -0
- data/ports/x86_64-apple-darwin16.1.0/jpeg-archive/2.1.1/bin/jpeg-archive +40 -0
- data/ports/x86_64-apple-darwin16.1.0/jpeg-archive/2.1.1/bin/jpeg-compare +0 -0
- data/ports/x86_64-apple-darwin16.1.0/jpeg-archive/2.1.1/bin/jpeg-hash +0 -0
- data/ports/x86_64-apple-darwin16.1.0/jpeg-archive/2.1.1/bin/jpeg-recompress +0 -0
- data/ports/x86_64-apple-darwin16.1.0/jpegoptim/1.4.4/bin/jpegoptim +0 -0
- data/ports/x86_64-apple-darwin16.1.0/jpegoptim/1.4.4/share/man/man1/jpegoptim.1 +186 -0
- data/ports/x86_64-apple-darwin16.1.0/lcms2/2.8/bin/linkicc +0 -0
- data/ports/x86_64-apple-darwin16.1.0/lcms2/2.8/bin/psicc +0 -0
- data/ports/x86_64-apple-darwin16.1.0/lcms2/2.8/bin/transicc +0 -0
- data/ports/x86_64-apple-darwin16.1.0/lcms2/2.8/include/lcms2.h +1903 -0
- data/ports/x86_64-apple-darwin16.1.0/lcms2/2.8/include/lcms2_plugin.h +665 -0
- data/ports/x86_64-apple-darwin16.1.0/lcms2/2.8/lib/liblcms2.a +0 -0
- data/ports/x86_64-apple-darwin16.1.0/lcms2/2.8/lib/liblcms2.la +41 -0
- data/ports/x86_64-apple-darwin16.1.0/lcms2/2.8/lib/pkgconfig/lcms2.pc +11 -0
- data/ports/x86_64-apple-darwin16.1.0/lcms2/2.8/share/man/man1/jpgicc.1 +122 -0
- data/ports/x86_64-apple-darwin16.1.0/lcms2/2.8/share/man/man1/tificc.1 +117 -0
- data/ports/x86_64-apple-darwin16.1.0/libpng/1.6.26/include/libpng16/png.h +3266 -0
- data/ports/x86_64-apple-darwin16.1.0/libpng/1.6.26/include/libpng16/pngconf.h +622 -0
- data/ports/x86_64-apple-darwin16.1.0/libpng/1.6.26/include/libpng16/pnglibconf.h +213 -0
- data/ports/x86_64-apple-darwin16.1.0/libpng/1.6.26/include/png.h +3266 -0
- data/ports/x86_64-apple-darwin16.1.0/libpng/1.6.26/include/pngconf.h +622 -0
- data/ports/x86_64-apple-darwin16.1.0/libpng/1.6.26/include/pnglibconf.h +213 -0
- data/ports/x86_64-apple-darwin16.1.0/libpng/1.6.26/lib/libpng.a +0 -0
- data/ports/x86_64-apple-darwin16.1.0/libpng/1.6.26/lib/libpng.la +41 -0
- data/ports/x86_64-apple-darwin16.1.0/libpng/1.6.26/lib/libpng16.a +0 -0
- data/ports/x86_64-apple-darwin16.1.0/libpng/1.6.26/lib/libpng16.la +41 -0
- data/ports/x86_64-apple-darwin16.1.0/libpng/1.6.26/lib/pkgconfig/libpng16.pc +11 -0
- data/ports/x86_64-apple-darwin16.1.0/libpng/1.6.26/share/man/man3/libpng.3 +6179 -0
- data/ports/x86_64-apple-darwin16.1.0/libpng/1.6.26/share/man/man3/libpngpf.3 +18 -0
- data/ports/x86_64-apple-darwin16.1.0/libpng/1.6.26/share/man/man5/png.5 +74 -0
- data/ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/bin/cjpeg +0 -0
- data/ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/bin/djpeg +0 -0
- data/ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/bin/jpegtran +0 -0
- data/ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/bin/rdjpgcom +0 -0
- data/ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/bin/tjbench +0 -0
- data/ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/bin/wrjpgcom +0 -0
- data/ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/include/jconfig.h +71 -0
- data/ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/include/jerror.h +320 -0
- data/ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/include/jmorecfg.h +390 -0
- data/ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/include/jpeglib.h +1185 -0
- data/ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/include/turbojpeg.h +1538 -0
- data/ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/lib/libjpeg.a +0 -0
- data/ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/lib/libjpeg.la +41 -0
- data/ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/lib/libturbojpeg.a +0 -0
- data/ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/lib/libturbojpeg.la +41 -0
- data/ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/share/doc/README +281 -0
- data/ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/share/doc/README-mozilla.txt +194 -0
- data/ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/share/doc/README-turbo.txt +363 -0
- data/ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/share/doc/example.c +433 -0
- data/ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/share/doc/libjpeg.txt +3015 -0
- data/ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/share/doc/structure.txt +906 -0
- data/ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/share/doc/usage.txt +649 -0
- data/ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/share/doc/wizard.txt +211 -0
- data/ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/share/man/man1/cjpeg.1 +352 -0
- data/ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/share/man/man1/djpeg.1 +278 -0
- data/ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/share/man/man1/jpegtran.1 +269 -0
- data/ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/share/man/man1/rdjpgcom.1 +63 -0
- data/ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/share/man/man1/wrjpgcom.1 +103 -0
- data/ports/x86_64-apple-darwin16.1.0/nasm/2.12.02/bin/nasm +0 -0
- data/ports/x86_64-apple-darwin16.1.0/nasm/2.12.02/bin/ndisasm +0 -0
- data/ports/x86_64-apple-darwin16.1.0/nasm/2.12.02/share/man/man1/nasm.1 +429 -0
- data/ports/x86_64-apple-darwin16.1.0/nasm/2.12.02/share/man/man1/ndisasm.1 +120 -0
- data/ports/x86_64-apple-darwin16.1.0/optipng/0.7.6/bin/optipng +0 -0
- data/ports/x86_64-apple-darwin16.1.0/optipng/0.7.6/man/man1/optipng.1 +343 -0
- data/ports/x86_64-apple-darwin16.1.0/pngcrush/1.8.10/bin/pngcrush +0 -0
- data/ports/x86_64-apple-darwin16.1.0/pngquant/2.8.0/bin/pngquant +0 -0
- data/ports/x86_64-apple-darwin16.1.0/pngquant/2.8.0/share/man/man1/pngquant.1 +127 -0
- data/ports/x86_64-apple-darwin16.1.0/zlib/1.2.8/include/zconf.h +511 -0
- data/ports/x86_64-apple-darwin16.1.0/zlib/1.2.8/include/zlib.h +1768 -0
- data/ports/x86_64-apple-darwin16.1.0/zlib/1.2.8/lib/libz.a +0 -0
- data/ports/x86_64-apple-darwin16.1.0/zlib/1.2.8/lib/pkgconfig/zlib.pc +13 -0
- data/ports/x86_64-apple-darwin16.1.0/zlib/1.2.8/share/man/man3/zlib.3 +151 -0
- data/ports/zlib-1.2.8-x86_64-apple-darwin16.1.0.installed +0 -0
- metadata +219 -0
Binary file
|
@@ -0,0 +1,13 @@
|
|
1
|
+
prefix=/Users/travis/build/ignisf/image_compressor_pack/ports/x86_64-apple-darwin16.1.0/zlib/1.2.8
|
2
|
+
exec_prefix=${prefix}
|
3
|
+
libdir=${exec_prefix}/lib
|
4
|
+
sharedlibdir=${libdir}
|
5
|
+
includedir=${prefix}/include
|
6
|
+
|
7
|
+
Name: zlib
|
8
|
+
Description: zlib compression library
|
9
|
+
Version: 1.2.8
|
10
|
+
|
11
|
+
Requires:
|
12
|
+
Libs: -L${libdir} -L${sharedlibdir} -lz
|
13
|
+
Cflags: -I${includedir}
|
@@ -0,0 +1,151 @@
|
|
1
|
+
.TH ZLIB 3 "28 Apr 2013"
|
2
|
+
.SH NAME
|
3
|
+
zlib \- compression/decompression library
|
4
|
+
.SH SYNOPSIS
|
5
|
+
[see
|
6
|
+
.I zlib.h
|
7
|
+
for full description]
|
8
|
+
.SH DESCRIPTION
|
9
|
+
The
|
10
|
+
.I zlib
|
11
|
+
library is a general purpose data compression library.
|
12
|
+
The code is thread safe, assuming that the standard library functions
|
13
|
+
used are thread safe, such as memory allocation routines.
|
14
|
+
It provides in-memory compression and decompression functions,
|
15
|
+
including integrity checks of the uncompressed data.
|
16
|
+
This version of the library supports only one compression method (deflation)
|
17
|
+
but other algorithms may be added later
|
18
|
+
with the same stream interface.
|
19
|
+
.LP
|
20
|
+
Compression can be done in a single step if the buffers are large enough
|
21
|
+
or can be done by repeated calls of the compression function.
|
22
|
+
In the latter case,
|
23
|
+
the application must provide more input and/or consume the output
|
24
|
+
(providing more output space) before each call.
|
25
|
+
.LP
|
26
|
+
The library also supports reading and writing files in
|
27
|
+
.IR gzip (1)
|
28
|
+
(.gz) format
|
29
|
+
with an interface similar to that of stdio.
|
30
|
+
.LP
|
31
|
+
The library does not install any signal handler.
|
32
|
+
The decoder checks the consistency of the compressed data,
|
33
|
+
so the library should never crash even in the case of corrupted input.
|
34
|
+
.LP
|
35
|
+
All functions of the compression library are documented in the file
|
36
|
+
.IR zlib.h .
|
37
|
+
The distribution source includes examples of use of the library
|
38
|
+
in the files
|
39
|
+
.I test/example.c
|
40
|
+
and
|
41
|
+
.IR test/minigzip.c,
|
42
|
+
as well as other examples in the
|
43
|
+
.IR examples/
|
44
|
+
directory.
|
45
|
+
.LP
|
46
|
+
Changes to this version are documented in the file
|
47
|
+
.I ChangeLog
|
48
|
+
that accompanies the source.
|
49
|
+
.LP
|
50
|
+
.I zlib
|
51
|
+
is available in Java using the java.util.zip package:
|
52
|
+
.IP
|
53
|
+
http://java.sun.com/developer/technicalArticles/Programming/compression/
|
54
|
+
.LP
|
55
|
+
A Perl interface to
|
56
|
+
.IR zlib ,
|
57
|
+
written by Paul Marquess (pmqs@cpan.org),
|
58
|
+
is available at CPAN (Comprehensive Perl Archive Network) sites,
|
59
|
+
including:
|
60
|
+
.IP
|
61
|
+
http://search.cpan.org/~pmqs/IO-Compress-Zlib/
|
62
|
+
.LP
|
63
|
+
A Python interface to
|
64
|
+
.IR zlib ,
|
65
|
+
written by A.M. Kuchling (amk@magnet.com),
|
66
|
+
is available in Python 1.5 and later versions:
|
67
|
+
.IP
|
68
|
+
http://docs.python.org/library/zlib.html
|
69
|
+
.LP
|
70
|
+
.I zlib
|
71
|
+
is built into
|
72
|
+
.IR tcl:
|
73
|
+
.IP
|
74
|
+
http://wiki.tcl.tk/4610
|
75
|
+
.LP
|
76
|
+
An experimental package to read and write files in .zip format,
|
77
|
+
written on top of
|
78
|
+
.I zlib
|
79
|
+
by Gilles Vollant (info@winimage.com),
|
80
|
+
is available at:
|
81
|
+
.IP
|
82
|
+
http://www.winimage.com/zLibDll/minizip.html
|
83
|
+
and also in the
|
84
|
+
.I contrib/minizip
|
85
|
+
directory of the main
|
86
|
+
.I zlib
|
87
|
+
source distribution.
|
88
|
+
.SH "SEE ALSO"
|
89
|
+
The
|
90
|
+
.I zlib
|
91
|
+
web site can be found at:
|
92
|
+
.IP
|
93
|
+
http://zlib.net/
|
94
|
+
.LP
|
95
|
+
The data format used by the zlib library is described by RFC
|
96
|
+
(Request for Comments) 1950 to 1952 in the files:
|
97
|
+
.IP
|
98
|
+
http://tools.ietf.org/html/rfc1950 (for the zlib header and trailer format)
|
99
|
+
.br
|
100
|
+
http://tools.ietf.org/html/rfc1951 (for the deflate compressed data format)
|
101
|
+
.br
|
102
|
+
http://tools.ietf.org/html/rfc1952 (for the gzip header and trailer format)
|
103
|
+
.LP
|
104
|
+
Mark Nelson wrote an article about
|
105
|
+
.I zlib
|
106
|
+
for the Jan. 1997 issue of Dr. Dobb's Journal;
|
107
|
+
a copy of the article is available at:
|
108
|
+
.IP
|
109
|
+
http://marknelson.us/1997/01/01/zlib-engine/
|
110
|
+
.SH "REPORTING PROBLEMS"
|
111
|
+
Before reporting a problem,
|
112
|
+
please check the
|
113
|
+
.I zlib
|
114
|
+
web site to verify that you have the latest version of
|
115
|
+
.IR zlib ;
|
116
|
+
otherwise,
|
117
|
+
obtain the latest version and see if the problem still exists.
|
118
|
+
Please read the
|
119
|
+
.I zlib
|
120
|
+
FAQ at:
|
121
|
+
.IP
|
122
|
+
http://zlib.net/zlib_faq.html
|
123
|
+
.LP
|
124
|
+
before asking for help.
|
125
|
+
Send questions and/or comments to zlib@gzip.org,
|
126
|
+
or (for the Windows DLL version) to Gilles Vollant (info@winimage.com).
|
127
|
+
.SH AUTHORS
|
128
|
+
Version 1.2.8
|
129
|
+
Copyright (C) 1995-2013 Jean-loup Gailly (jloup@gzip.org)
|
130
|
+
and Mark Adler (madler@alumni.caltech.edu).
|
131
|
+
.LP
|
132
|
+
This software is provided "as-is,"
|
133
|
+
without any express or implied warranty.
|
134
|
+
In no event will the authors be held liable for any damages
|
135
|
+
arising from the use of this software.
|
136
|
+
See the distribution directory with respect to requirements
|
137
|
+
governing redistribution.
|
138
|
+
The deflate format used by
|
139
|
+
.I zlib
|
140
|
+
was defined by Phil Katz.
|
141
|
+
The deflate and
|
142
|
+
.I zlib
|
143
|
+
specifications were written by L. Peter Deutsch.
|
144
|
+
Thanks to all the people who reported problems and suggested various
|
145
|
+
improvements in
|
146
|
+
.IR zlib ;
|
147
|
+
who are too numerous to cite here.
|
148
|
+
.LP
|
149
|
+
UNIX manual page by R. P. C. Rodgers,
|
150
|
+
U.S. National Library of Medicine (rodgers@nlm.nih.gov).
|
151
|
+
.\" end of man page
|
File without changes
|
metadata
ADDED
@@ -0,0 +1,219 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: image_compressor_pack
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.0.0.1
|
5
|
+
platform: universal-darwin-16
|
6
|
+
authors:
|
7
|
+
- Petko Bordjukov
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain:
|
11
|
+
- certs/ignisf.pem
|
12
|
+
date: 2016-11-19 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: mini_portile2
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
17
|
+
requirements:
|
18
|
+
- - ~>
|
19
|
+
- !ruby/object:Gem::Version
|
20
|
+
version: '2'
|
21
|
+
type: :runtime
|
22
|
+
prerelease: false
|
23
|
+
version_requirements: !ruby/object:Gem::Requirement
|
24
|
+
requirements:
|
25
|
+
- - ~>
|
26
|
+
- !ruby/object:Gem::Version
|
27
|
+
version: '2'
|
28
|
+
- !ruby/object:Gem::Dependency
|
29
|
+
name: bundler
|
30
|
+
requirement: !ruby/object:Gem::Requirement
|
31
|
+
requirements:
|
32
|
+
- - ~>
|
33
|
+
- !ruby/object:Gem::Version
|
34
|
+
version: '1'
|
35
|
+
type: :development
|
36
|
+
prerelease: false
|
37
|
+
version_requirements: !ruby/object:Gem::Requirement
|
38
|
+
requirements:
|
39
|
+
- - ~>
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
version: '1'
|
42
|
+
- !ruby/object:Gem::Dependency
|
43
|
+
name: rake
|
44
|
+
requirement: !ruby/object:Gem::Requirement
|
45
|
+
requirements:
|
46
|
+
- - ~>
|
47
|
+
- !ruby/object:Gem::Version
|
48
|
+
version: '11'
|
49
|
+
type: :development
|
50
|
+
prerelease: false
|
51
|
+
version_requirements: !ruby/object:Gem::Requirement
|
52
|
+
requirements:
|
53
|
+
- - ~>
|
54
|
+
- !ruby/object:Gem::Version
|
55
|
+
version: '11'
|
56
|
+
- !ruby/object:Gem::Dependency
|
57
|
+
name: image_optim
|
58
|
+
requirement: !ruby/object:Gem::Requirement
|
59
|
+
requirements:
|
60
|
+
- - ~>
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
version: '0'
|
63
|
+
type: :development
|
64
|
+
prerelease: false
|
65
|
+
version_requirements: !ruby/object:Gem::Requirement
|
66
|
+
requirements:
|
67
|
+
- - ~>
|
68
|
+
- !ruby/object:Gem::Version
|
69
|
+
version: '0'
|
70
|
+
- !ruby/object:Gem::Dependency
|
71
|
+
name: rspec
|
72
|
+
requirement: !ruby/object:Gem::Requirement
|
73
|
+
requirements:
|
74
|
+
- - ~>
|
75
|
+
- !ruby/object:Gem::Version
|
76
|
+
version: '3'
|
77
|
+
type: :development
|
78
|
+
prerelease: false
|
79
|
+
version_requirements: !ruby/object:Gem::Requirement
|
80
|
+
requirements:
|
81
|
+
- - ~>
|
82
|
+
- !ruby/object:Gem::Version
|
83
|
+
version: '3'
|
84
|
+
description: This gem packs a bunch of useful utilities for image optimization for
|
85
|
+
use with image_optim.
|
86
|
+
email:
|
87
|
+
- bordjukov@gmail.com
|
88
|
+
executables: []
|
89
|
+
extensions: []
|
90
|
+
extra_rdoc_files: []
|
91
|
+
files:
|
92
|
+
- lib/image_compressor_pack.rb
|
93
|
+
- lib/image_compressor_pack/dynamically_linked_recipes.yml
|
94
|
+
- lib/image_compressor_pack/recipes.rb
|
95
|
+
- lib/image_compressor_pack/statically_linked_recipes.yml
|
96
|
+
- lib/image_compressor_pack/version.rb
|
97
|
+
- LICENSE.txt
|
98
|
+
- lib/.paths.yml
|
99
|
+
- ports/advancecomp-1.22-x86_64-apple-darwin16.1.0.installed
|
100
|
+
- ports/gifsicle-1.88-x86_64-apple-darwin16.1.0.installed
|
101
|
+
- ports/jhead-3.0-x86_64-apple-darwin16.1.0.installed
|
102
|
+
- ports/jpeg-archive-2.1.1-x86_64-apple-darwin16.1.0.installed
|
103
|
+
- ports/jpegoptim-1.4.4-x86_64-apple-darwin16.1.0.installed
|
104
|
+
- ports/lcms2-2.8-x86_64-apple-darwin16.1.0.installed
|
105
|
+
- ports/libpng-1.6.26-x86_64-apple-darwin16.1.0.installed
|
106
|
+
- ports/mozjpeg-3.1-x86_64-apple-darwin16.1.0.installed
|
107
|
+
- ports/nasm-2.12.02-x86_64-apple-darwin16.1.0.installed
|
108
|
+
- ports/optipng-0.7.6-x86_64-apple-darwin16.1.0.installed
|
109
|
+
- ports/pngcrush-1.8.10-x86_64-apple-darwin16.1.0.installed
|
110
|
+
- ports/pngquant-2.8.0-x86_64-apple-darwin16.1.0.installed
|
111
|
+
- ports/x86_64-apple-darwin16.1.0/advancecomp/1.22/bin/advdef
|
112
|
+
- ports/x86_64-apple-darwin16.1.0/advancecomp/1.22/bin/advmng
|
113
|
+
- ports/x86_64-apple-darwin16.1.0/advancecomp/1.22/bin/advpng
|
114
|
+
- ports/x86_64-apple-darwin16.1.0/advancecomp/1.22/bin/advzip
|
115
|
+
- ports/x86_64-apple-darwin16.1.0/advancecomp/1.22/share/man/man1/advdef.1
|
116
|
+
- ports/x86_64-apple-darwin16.1.0/advancecomp/1.22/share/man/man1/advmng.1
|
117
|
+
- ports/x86_64-apple-darwin16.1.0/advancecomp/1.22/share/man/man1/advpng.1
|
118
|
+
- ports/x86_64-apple-darwin16.1.0/advancecomp/1.22/share/man/man1/advzip.1
|
119
|
+
- ports/x86_64-apple-darwin16.1.0/gifsicle/1.88/bin/gifsicle
|
120
|
+
- ports/x86_64-apple-darwin16.1.0/gifsicle/1.88/share/man/man1/gifsicle.1
|
121
|
+
- ports/x86_64-apple-darwin16.1.0/jhead/3.0/bin/jhead
|
122
|
+
- ports/x86_64-apple-darwin16.1.0/jpeg-archive/2.1.1/bin/jpeg-archive
|
123
|
+
- ports/x86_64-apple-darwin16.1.0/jpeg-archive/2.1.1/bin/jpeg-compare
|
124
|
+
- ports/x86_64-apple-darwin16.1.0/jpeg-archive/2.1.1/bin/jpeg-hash
|
125
|
+
- ports/x86_64-apple-darwin16.1.0/jpeg-archive/2.1.1/bin/jpeg-recompress
|
126
|
+
- ports/x86_64-apple-darwin16.1.0/jpegoptim/1.4.4/bin/jpegoptim
|
127
|
+
- ports/x86_64-apple-darwin16.1.0/jpegoptim/1.4.4/share/man/man1/jpegoptim.1
|
128
|
+
- ports/x86_64-apple-darwin16.1.0/lcms2/2.8/bin/linkicc
|
129
|
+
- ports/x86_64-apple-darwin16.1.0/lcms2/2.8/bin/psicc
|
130
|
+
- ports/x86_64-apple-darwin16.1.0/lcms2/2.8/bin/transicc
|
131
|
+
- ports/x86_64-apple-darwin16.1.0/lcms2/2.8/include/lcms2.h
|
132
|
+
- ports/x86_64-apple-darwin16.1.0/lcms2/2.8/include/lcms2_plugin.h
|
133
|
+
- ports/x86_64-apple-darwin16.1.0/lcms2/2.8/lib/liblcms2.a
|
134
|
+
- ports/x86_64-apple-darwin16.1.0/lcms2/2.8/lib/liblcms2.la
|
135
|
+
- ports/x86_64-apple-darwin16.1.0/lcms2/2.8/lib/pkgconfig/lcms2.pc
|
136
|
+
- ports/x86_64-apple-darwin16.1.0/lcms2/2.8/share/man/man1/jpgicc.1
|
137
|
+
- ports/x86_64-apple-darwin16.1.0/lcms2/2.8/share/man/man1/tificc.1
|
138
|
+
- ports/x86_64-apple-darwin16.1.0/libpng/1.6.26/include/libpng16/png.h
|
139
|
+
- ports/x86_64-apple-darwin16.1.0/libpng/1.6.26/include/libpng16/pngconf.h
|
140
|
+
- ports/x86_64-apple-darwin16.1.0/libpng/1.6.26/include/libpng16/pnglibconf.h
|
141
|
+
- ports/x86_64-apple-darwin16.1.0/libpng/1.6.26/include/png.h
|
142
|
+
- ports/x86_64-apple-darwin16.1.0/libpng/1.6.26/include/pngconf.h
|
143
|
+
- ports/x86_64-apple-darwin16.1.0/libpng/1.6.26/include/pnglibconf.h
|
144
|
+
- ports/x86_64-apple-darwin16.1.0/libpng/1.6.26/lib/libpng.a
|
145
|
+
- ports/x86_64-apple-darwin16.1.0/libpng/1.6.26/lib/libpng.la
|
146
|
+
- ports/x86_64-apple-darwin16.1.0/libpng/1.6.26/lib/libpng16.a
|
147
|
+
- ports/x86_64-apple-darwin16.1.0/libpng/1.6.26/lib/libpng16.la
|
148
|
+
- ports/x86_64-apple-darwin16.1.0/libpng/1.6.26/lib/pkgconfig/libpng16.pc
|
149
|
+
- ports/x86_64-apple-darwin16.1.0/libpng/1.6.26/share/man/man3/libpng.3
|
150
|
+
- ports/x86_64-apple-darwin16.1.0/libpng/1.6.26/share/man/man3/libpngpf.3
|
151
|
+
- ports/x86_64-apple-darwin16.1.0/libpng/1.6.26/share/man/man5/png.5
|
152
|
+
- ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/bin/cjpeg
|
153
|
+
- ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/bin/djpeg
|
154
|
+
- ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/bin/jpegtran
|
155
|
+
- ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/bin/rdjpgcom
|
156
|
+
- ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/bin/tjbench
|
157
|
+
- ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/bin/wrjpgcom
|
158
|
+
- ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/include/jconfig.h
|
159
|
+
- ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/include/jerror.h
|
160
|
+
- ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/include/jmorecfg.h
|
161
|
+
- ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/include/jpeglib.h
|
162
|
+
- ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/include/turbojpeg.h
|
163
|
+
- ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/lib/libjpeg.a
|
164
|
+
- ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/lib/libjpeg.la
|
165
|
+
- ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/lib/libturbojpeg.a
|
166
|
+
- ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/lib/libturbojpeg.la
|
167
|
+
- ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/share/doc/README
|
168
|
+
- ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/share/doc/README-mozilla.txt
|
169
|
+
- ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/share/doc/README-turbo.txt
|
170
|
+
- ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/share/doc/example.c
|
171
|
+
- ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/share/doc/libjpeg.txt
|
172
|
+
- ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/share/doc/structure.txt
|
173
|
+
- ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/share/doc/usage.txt
|
174
|
+
- ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/share/doc/wizard.txt
|
175
|
+
- ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/share/man/man1/cjpeg.1
|
176
|
+
- ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/share/man/man1/djpeg.1
|
177
|
+
- ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/share/man/man1/jpegtran.1
|
178
|
+
- ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/share/man/man1/rdjpgcom.1
|
179
|
+
- ports/x86_64-apple-darwin16.1.0/mozjpeg/3.1/share/man/man1/wrjpgcom.1
|
180
|
+
- ports/x86_64-apple-darwin16.1.0/nasm/2.12.02/bin/nasm
|
181
|
+
- ports/x86_64-apple-darwin16.1.0/nasm/2.12.02/bin/ndisasm
|
182
|
+
- ports/x86_64-apple-darwin16.1.0/nasm/2.12.02/share/man/man1/nasm.1
|
183
|
+
- ports/x86_64-apple-darwin16.1.0/nasm/2.12.02/share/man/man1/ndisasm.1
|
184
|
+
- ports/x86_64-apple-darwin16.1.0/optipng/0.7.6/bin/optipng
|
185
|
+
- ports/x86_64-apple-darwin16.1.0/optipng/0.7.6/man/man1/optipng.1
|
186
|
+
- ports/x86_64-apple-darwin16.1.0/pngcrush/1.8.10/bin/pngcrush
|
187
|
+
- ports/x86_64-apple-darwin16.1.0/pngquant/2.8.0/bin/pngquant
|
188
|
+
- ports/x86_64-apple-darwin16.1.0/pngquant/2.8.0/share/man/man1/pngquant.1
|
189
|
+
- ports/x86_64-apple-darwin16.1.0/zlib/1.2.8/include/zconf.h
|
190
|
+
- ports/x86_64-apple-darwin16.1.0/zlib/1.2.8/include/zlib.h
|
191
|
+
- ports/x86_64-apple-darwin16.1.0/zlib/1.2.8/lib/libz.a
|
192
|
+
- ports/x86_64-apple-darwin16.1.0/zlib/1.2.8/lib/pkgconfig/zlib.pc
|
193
|
+
- ports/x86_64-apple-darwin16.1.0/zlib/1.2.8/share/man/man3/zlib.3
|
194
|
+
- ports/zlib-1.2.8-x86_64-apple-darwin16.1.0.installed
|
195
|
+
homepage: https://github.com/ignisf/image_compressor_pack
|
196
|
+
licenses:
|
197
|
+
- MIT
|
198
|
+
metadata: {}
|
199
|
+
post_install_message:
|
200
|
+
rdoc_options: []
|
201
|
+
require_paths:
|
202
|
+
- lib
|
203
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
204
|
+
requirements:
|
205
|
+
- - '>='
|
206
|
+
- !ruby/object:Gem::Version
|
207
|
+
version: '0'
|
208
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
209
|
+
requirements:
|
210
|
+
- - '>='
|
211
|
+
- !ruby/object:Gem::Version
|
212
|
+
version: '0'
|
213
|
+
requirements: []
|
214
|
+
rubyforge_project:
|
215
|
+
rubygems_version: 2.0.14.1
|
216
|
+
signing_key:
|
217
|
+
specification_version: 4
|
218
|
+
summary: A distribution of image optimization utilities.
|
219
|
+
test_files: []
|