ports/181287: New port: archivers/lz4 - fast compressor using LZ4 algorithm
Alexey Degtyarev
alexey at renatasystems.org
Wed Aug 14 12:50:02 UTC 2013
>Number: 181287
>Category: ports
>Synopsis: New port: archivers/lz4 - fast compressor using LZ4 algorithm
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Aug 14 12:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Alexey Degtyarev
>Release: FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD home.renatasystems.org 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Mon Jan 30 09:54:00 UTC 2012 root at amd64-builder.renatasystems.org:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
LZ4 is a very fast lossless compression algorithm, providing compression speed
at 300 MB/s per core, scalable with multi-cores CPU. It also features an
extremely fast decoder, with speed in GB/s per core, typically reaching RAM
speed limits on multi-core systems.
This port introduces command line utility "lz4c": an opensource implementation
of LZ4.
WWW: https://code.google.com/p/lz4/
>How-To-Repeat:
>Fix:
--- lz4.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:
#
# lz4
# lz4/Makefile
# lz4/distinfo
# lz4/pkg-descr
#
echo c - lz4
mkdir -p lz4 > /dev/null 2>&1
echo x - lz4/Makefile
sed 's/^X//' >lz4/Makefile << 'f7cd9e82d1c3e9e5eb775a74362219ef'
X# Created by: Alexey Degtyarev <alexey at renatasystems.org>
X# $FreeBSD$
X
XPORTNAME= lz4
XPORTVERSION= r101
XCATEGORIES= archivers
XMASTER_SITES= https://dl.dropboxusercontent.com/u/59565338/LZ4/ \
X ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
X
XMAINTAINER= alexey at renatasystems.org
XCOMMENT= Fast compressor using LZ4 algorithm
X
XUSE_GMAKE= yes
XALL_TARGET= lz4c
X
XPLIST_FILES= bin/lz4c
X
Xdo-install:
X ${INSTALL_PROGRAM} ${WRKSRC}/lz4c.exe ${PREFIX}/bin/lz4c
X
X.include <bsd.port.mk>
f7cd9e82d1c3e9e5eb775a74362219ef
echo x - lz4/distinfo
sed 's/^X//' >lz4/distinfo << '453bff7ea8c29b8f34691d142c580ccd'
XSHA256 (lz4-r101.tar.gz) = db645ba773002b40394875779d35c447450fcf0c459968a0776899f0c7d1435c
XSIZE (lz4-r101.tar.gz) = 128678
453bff7ea8c29b8f34691d142c580ccd
echo x - lz4/pkg-descr
sed 's/^X//' >lz4/pkg-descr << '884c559b6d83abb1bb8ab5e6c3606261'
XLZ4 is a very fast lossless compression algorithm, providing compression speed
Xat 300 MB/s per core, scalable with multi-cores CPU. It also features an
Xextremely fast decoder, with speed in GB/s per core, typically reaching RAM
Xspeed limits on multi-core systems.
X
XWWW: https://code.google.com/p/lz4/
884c559b6d83abb1bb8ab5e6c3606261
exit
--- lz4.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list