-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Status FreeBSD #89
Comments
Wow, interesting! I'll try get back to this soon. |
Could you also support OpenBSD? OpenBSD -- the world's simplest and most secure Unix-like OS. Creator of the world's most used SSH implementation OpenSSH, the world's most elegant firewall PF, the world's most elegant mail server OpenSMTPD, the OpenSSL rewrite LibreSSL, and the NTP rewrite OpenNTPD. OpenBSD -- the cleanest kernel, the cleanest userland and the cleanest configuration syntax. (http://theage.com.au/articles/2004/10/07/1097089476287.html)
Truth is I have no experience with Vagrant. |
image_optim should now work for FreeBSD: |
Great! And then it should be easier to add it to OpenBSD — sure! About Vargrant — I think experience with FreeBSD and OpenBSD is needed more than with Vagrant. |
partially resolves toy/image_optim#89 (FreeBSD) partially resolves toy/image_optim#90 (OpenBSD)
image_optim for FreeBSD
MISSING PACKAGES: jpeg-recompress, pngout
OK - zopfli
pkg install zopfli
zopfli @ FreeBSD portsOK - gifsicle
pkg install gifsicle
gifsicle @ FreeBSD portsOK - jhead
pkg install jhead
jhead @ FreeBSD portsOK - jpegoptim
pkg install jpegoptim
jpegoptim @ FreeBSD portsOK - jpeg-recompress
NO SUCH PACKAGE:
pkg install jpeg-recompress
Recent fix: danielgtaylor/jpeg-archive#28
OK - mozjpeg
pkg install mozjpeg
mozjpeg@ FreeBSD portsNOTE: Might require you to uninstall tools that have IJG's jpeg8_6 as dependency, but you can always reinstall them afterwards.
OK - jpegtran
pkg install jpeg
jpeg @ FreeBSD portsOK - optipng
pkg install optipng
optipng @ FreeBSD portsOK - pngcrush
pkg install pngcrush
pngcrush @ FreeBSD portsOK - pngout
NO SUCH PACKAGE:
pkg install pngout
OK - pngquant
pkg install pngquant
pngquant @ FreeBSD portsOK - svgo
NO SUCH PACKAGE:
pkg install svgo
npm install svgo
svgo @ npmjsThe text was updated successfully, but these errors were encountered: