pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/guetzli



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 22 10:32:50 UTC 2017

Added Files:
        pkgsrc/graphics/guetzli: DESCR Makefile PLIST distinfo

Log Message:
Import guetzli-0.2 as graphics/guetzli.

Guetzli is a JPEG encoder that aims for excellent compression
density at high visual quality. Guetzli-generated images are
typically 20-30% smaller than images of equivalent quality generated
by libjpeg. Guetzli generates only sequential (nonprogressive)
JPEGs due to faster decompression speeds they offer.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/guetzli/DESCR \
    pkgsrc/graphics/guetzli/Makefile pkgsrc/graphics/guetzli/PLIST \
    pkgsrc/graphics/guetzli/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/graphics/guetzli/DESCR
diff -u /dev/null pkgsrc/graphics/guetzli/DESCR:1.1
--- /dev/null   Sun Jan 22 10:32:50 2017
+++ pkgsrc/graphics/guetzli/DESCR       Sun Jan 22 10:32:50 2017
@@ -0,0 +1,5 @@
+Guetzli is a JPEG encoder that aims for excellent compression
+density at high visual quality. Guetzli-generated images are
+typically 20-30% smaller than images of equivalent quality generated
+by libjpeg. Guetzli generates only sequential (nonprogressive)
+JPEGs due to faster decompression speeds they offer.
Index: pkgsrc/graphics/guetzli/Makefile
diff -u /dev/null pkgsrc/graphics/guetzli/Makefile:1.1
--- /dev/null   Sun Jan 22 10:32:50 2017
+++ pkgsrc/graphics/guetzli/Makefile    Sun Jan 22 10:32:50 2017
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2017/01/22 10:32:50 wiz Exp $
+
+DISTNAME=      guetzli-0.2
+CATEGORIES=    graphics
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://github.com/google/guetzli
+COMMENT=       JPEG encoder with great compression at high quality
+LICENSE=       apache-2.0
+
+USE_LANGUAGES= c++
+USE_TOOLS+=    gmake
+
+INSTALLATION_DIRS=     bin share/doc/guetzli
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/bin/Release/guetzli ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/guetzli
+
+.include "../../devel/gflags/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/guetzli/PLIST
diff -u /dev/null pkgsrc/graphics/guetzli/PLIST:1.1
--- /dev/null   Sun Jan 22 10:32:50 2017
+++ pkgsrc/graphics/guetzli/PLIST       Sun Jan 22 10:32:50 2017
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2017/01/22 10:32:50 wiz Exp $
+bin/guetzli
+share/doc/guetzli/README.md
Index: pkgsrc/graphics/guetzli/distinfo
diff -u /dev/null pkgsrc/graphics/guetzli/distinfo:1.1
--- /dev/null   Sun Jan 22 10:32:50 2017
+++ pkgsrc/graphics/guetzli/distinfo    Sun Jan 22 10:32:50 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/01/22 10:32:50 wiz Exp $
+
+SHA1 (guetzli-0.2.tar.gz) = e95837d5b91ac949b64da20cdddccf6292e27468
+RMD160 (guetzli-0.2.tar.gz) = f46d1f88dd9da1a7c8192662ba3fb1306dc57823
+SHA512 (guetzli-0.2.tar.gz) = 479e2e99647250c6c1ece4d29c6a6f9fc0b134e1707d89cf931e8db5b9ba3e79d1c63912388cc789b0eedbb9c387848182ad44bd8ebe195958e64acfa9de473e
+Size (guetzli-0.2.tar.gz) = 95570 bytes



Home | Main Index | Thread Index | Old Index