From alexey@home.renatasystems.org  Wed Aug 14 12:45:39 2013
Return-Path: <alexey@home.renatasystems.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 0F36651C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 14 Aug 2013 12:45:39 +0000 (UTC)
	(envelope-from alexey@home.renatasystems.org)
Received: from home.renatasystems.org (home.renatasystems.org [87.242.77.210])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 6E4E1285D
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 14 Aug 2013 12:45:34 +0000 (UTC)
Received: from home.renatasystems.org (localhost [127.0.0.1])
	by home.renatasystems.org (8.14.5/8.14.5) with ESMTP id r7ECiFd9006976
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 14 Aug 2013 16:44:15 +0400 (MSK)
	(envelope-from alexey@home.renatasystems.org)
Received: (from alexey@localhost)
	by home.renatasystems.org (8.14.5/8.14.5/Submit) id r7ECiAT6006975;
	Wed, 14 Aug 2013 16:44:10 +0400 (MSK)
	(envelope-from alexey)
Message-Id: <201308141244.r7ECiAT6006975@home.renatasystems.org>
Date: Wed, 14 Aug 2013 16:44:10 +0400 (MSK)
From: Alexey Degtyarev <alexey@renatasystems.org>
Reply-To: Alexey Degtyarev <alexey@renatasystems.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: archivers/lz4 - fast compressor using LZ4 algorithm
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 14 12:50:00 UTC 2013
>Closed-Date:    Sat Aug 17 02:32:30 UTC 2013
>Last-Modified:  Sat Aug 17 02:32:30 UTC 2013
>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@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@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@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:

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/181287: commit references a PR
Date: Sat, 17 Aug 2013 02:24:47 +0000 (UTC)

 Author: vanilla
 Date: Sat Aug 17 02:24:38 2013
 New Revision: 324828
 URL: http://svnweb.freebsd.org/changeset/ports/324828
 
 Log:
   Add lz4 r101, fast compressor using LZ4 algorithm.
   
   PR:		ports/181287
   Submitted by:	Alexey Degtyarev <alexey@renatasystems.org>
 
 Added:
   head/archivers/lz4/
   head/archivers/lz4/Makefile   (contents, props changed)
   head/archivers/lz4/distinfo   (contents, props changed)
   head/archivers/lz4/files/
   head/archivers/lz4/files/patch-Makefile   (contents, props changed)
   head/archivers/lz4/patch-Makefile   (contents, props changed)
   head/archivers/lz4/pkg-descr   (contents, props changed)
 Modified:
   head/archivers/Makefile
 
 Modified: head/archivers/Makefile
 ==============================================================================
 --- head/archivers/Makefile	Sat Aug 17 00:16:12 2013	(r324827)
 +++ head/archivers/Makefile	Sat Aug 17 02:24:38 2013	(r324828)
 @@ -70,6 +70,7 @@
      SUBDIR += linux-f10-ucl
      SUBDIR += linux-f10-upx
      SUBDIR += lrzip
 +    SUBDIR += lz4
      SUBDIR += lzip
      SUBDIR += lzlib
      SUBDIR += lzma
 
 Added: head/archivers/lz4/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/archivers/lz4/Makefile	Sat Aug 17 02:24:38 2013	(r324828)
 @@ -0,0 +1,21 @@
 +# Created by: Alexey Degtyarev <alexey@renatasystems.org>
 +# $FreeBSD$
 +
 +PORTNAME=	lz4
 +PORTVERSION=	r101
 +CATEGORIES=	archivers
 +MASTER_SITES=	https://dl.dropboxusercontent.com/u/59565338/LZ4/ \
 +		ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
 +
 +MAINTAINER=	alexey@renatasystems.org
 +COMMENT=	Fast compressor using LZ4 algorithm
 +
 +USES=		gmake
 +ALL_TARGET=	lz4c
 +
 +PLIST_FILES=	bin/lz4c
 +
 +do-install:
 +	${INSTALL_PROGRAM} ${WRKSRC}/lz4c.exe ${PREFIX}/bin/lz4c
 +
 +.include <bsd.port.mk>
 
 Added: head/archivers/lz4/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/archivers/lz4/distinfo	Sat Aug 17 02:24:38 2013	(r324828)
 @@ -0,0 +1,2 @@
 +SHA256 (lz4-r101.tar.gz) = db645ba773002b40394875779d35c447450fcf0c459968a0776899f0c7d1435c
 +SIZE (lz4-r101.tar.gz) = 128678
 
 Added: head/archivers/lz4/files/patch-Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/archivers/lz4/files/patch-Makefile	Sat Aug 17 02:24:38 2013	(r324828)
 @@ -0,0 +1,10 @@
 +--- Makefile.orig	2013-08-17 10:13:57.000000000 +0800
 ++++ Makefile	2013-08-17 10:14:10.000000000 +0800
 +@@ -1,5 +1,5 @@
 +-CC=gcc
 +-CFLAGS=-I. -std=c99 -Wall -W -Wundef -Wno-implicit-function-declaration
 ++CC:=$(CC)
 ++CFLAGS:=-I. -std=c99 -Wall -W -Wundef -Wno-implicit-function-declaration
 + 
 + OS := $(shell uname)
 + ifeq ($(OS),Linux)
 
 Added: head/archivers/lz4/patch-Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/archivers/lz4/patch-Makefile	Sat Aug 17 02:24:38 2013	(r324828)
 @@ -0,0 +1,18 @@
 +--- Makefile.orig	2013-08-08 02:43:06.000000000 +0800
 ++++ Makefile	2013-08-17 10:11:19.000000000 +0800
 +@@ -1,12 +1,7 @@
 +-CC=gcc
 +-CFLAGS=-I. -std=c99 -Wall -W -Wundef -Wno-implicit-function-declaration
 ++CC:=$(CC)
 ++CFLAGS+=-I. -std=c99 -Wall -W -Wundef -Wno-implicit-function-declaration
 + 
 +-OS := $(shell uname)
 +-ifeq ($(OS),Linux)
 +-EXT =
 +-else
 +-EXT =.exe
 +-endif
 ++EXT= 
 + 
 + default: lz4c
 + 
 
 Added: head/archivers/lz4/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/archivers/lz4/pkg-descr	Sat Aug 17 02:24:38 2013	(r324828)
 @@ -0,0 +1,6 @@
 +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.
 +
 +WWW: https://code.google.com/p/lz4/
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: vanilla 
State-Changed-When: Sat Aug 17 02:32:29 UTC 2013 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181287 
>Unformatted:
