ports/185680: New port: archivers/zopfli new zlib compatible compressor
freebsd at nagilum.org
freebsd at nagilum.org
Sun Jan 12 10:40:01 UTC 2014
>Number: 185680
>Category: ports
>Synopsis: New port: archivers/zopfli new zlib compatible compressor
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sun Jan 12 10:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: freebsd at nagilum.org
>Release: FreeBSD 9.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD cakebox.tis 9.2-STABLE FreeBSD 9.2-STABLE #2 r259864M: Wed Dec 25 14:42:05 CET 2013 root at cakebox.tis:/usr/obj/export/src/sys/net5501 i386
>Description:
New port: archivers/zopfli new zlib compatible compressor
>How-To-Repeat:
>Fix:
Install attached port.
--- zopfli.shar begins here ---
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# zopfli
# zopfli/Makefile
# zopfli/distinfo
# zopfli/pkg-descr
#
echo c - zopfli
mkdir -p zopfli > /dev/null 2>&1
echo x - zopfli/Makefile
sed 's/^X//' >zopfli/Makefile << '73e1bea97431793a514addf42c1d8af8'
X# Created by: Alexander Kuehn <freebsd at nagilum.org>
X# $FreeBSD: $
X
XPORTNAME= zopfli
XPORTVERSION= 1.0.0
XCATEGORIES= archivers
XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
X
XMAINTAINER= freebsd at nagilum.org
XCOMMENT= Zopfli Compression Algorithm
X
XLICENSE= APACHE20
X
XPLIST_FILES= bin/zopfli
X
XUSE_ZIP= yes
X
Xdo-build:
X ${CC} -O2 -W -Wall -Wextra -ansi -pedantic -lm \
X ${CFLAGS} ${EXTRA_DEFINES} -o ${WRKSRC}/${PORTNAME} \
X ${WRKSRC}/src/${PORTNAME}/*.c
X
Xdo-install:
X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
X
X.include <bsd.port.mk>
73e1bea97431793a514addf42c1d8af8
echo x - zopfli/distinfo
sed 's/^X//' >zopfli/distinfo << '45ce74fe3c3e29e7e937ad2e4dac5ba4'
XSHA256 (zopfli-1.0.0.zip) = e20d73b56620285e6cce5b510d8e5da6835a81940e48cdf35a69090e666f3adb
XSIZE (zopfli-1.0.0.zip) = 57873
45ce74fe3c3e29e7e937ad2e4dac5ba4
echo x - zopfli/pkg-descr
sed 's/^X//' >zopfli/pkg-descr << '6d57458a8aa66a125a0df51d924b9381'
XZopfli is a new zlib (gzip, deflate) compatible compressor.
XThis compressor takes more time (~100x slower), but compresses
Xaround 5% better than zlib and better than any other zlib-compatible
Xcompressor we have found.
X
XWWW: http://code.google.com/p/zopfli/
6d57458a8aa66a125a0df51d924b9381
exit
--- zopfli.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list