From nobody@FreeBSD.org  Sun May 23 18:35:45 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 38006106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 23 May 2010 18:35:45 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 26A738FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 23 May 2010 18:35:45 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o4NIZiH7090909
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 23 May 2010 18:35:44 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o4NIZiA0090906;
	Sun, 23 May 2010 18:35:44 GMT
	(envelope-from nobody)
Message-Id: <201005231835.o4NIZiA0090906@www.freebsd.org>
Date: Sun, 23 May 2010 18:35:44 GMT
From: Albert Vernon <f3cun3c02@sneakemail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: archivers/lzlib Library for LZMA (de)compression
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         146882
>Category:       ports
>Synopsis:       New port: archivers/lzlib Library for LZMA (de)compression
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 23 22:06:58 UTC 2010
>Closed-Date:    Wed Jun 02 15:33:13 UTC 2010
>Last-Modified:  Wed Jun  2 15:40:08 UTC 2010
>Originator:     Albert Vernon
>Release:        7.2
>Organization:
>Environment:
FreeBSD lacieslist.com 7.2-RELEASE-p1-jc2 FreeBSD 7.2-RELEASE-p1-jc2 #0: Thu Jun 18 15:16:49 PDT 2009     user@jail8.johncompanies.com:/usr/obj/usr/src/sys/jail8  amd64
>Description:
The lzlib compression library provides in-memory LZMA compression and decompression functions, including integrity checking of the uncompressed data.  The compressed data format used by the library is the lzip format.
>How-To-Repeat:

>Fix:



Patch attached with submission follows:

# 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:
#
#	lzlib
#	lzlib/Makefile
#	lzlib/distinfo
#	lzlib/pkg-descr
#
echo c - lzlib
mkdir -p lzlib > /dev/null 2>&1
echo x - lzlib/Makefile
sed 's/^X//' >lzlib/Makefile << '89cef83e01df47dea093948bf874d265'
X# New ports collection makefile for:	lzlib
X# Date created:		2010-05-22
X# Whom:			Albert Vernon <f3cun3c02@sneakemail.com>
X#
X# $FreeBSD: ports/archivers/lzip/Makefile,v 1.7 2010/04/09 23:38:51 sylvio Exp $
X#
X
XPORTNAME=	lzlib
XPORTVERSION=	1.0
XCATEGORIES=	archivers
XMASTER_SITES=	SAVANNAH/lzip
X
XMAINTAINER=	f3cun3c02@sneakemail.com
XCOMMENT=	Provides in-memory LZMA compression and decompression functions
X
XPLIST_FILES=	include/lzlib.h \
X		lib/liblz.a
X
XGNU_CONFIGURE=	yes
XINFO=		lzlib
X
X.include <bsd.port.mk>
89cef83e01df47dea093948bf874d265
echo x - lzlib/distinfo
sed 's/^X//' >lzlib/distinfo << '48f0097d557c1c84bbd610f33352cfc1'
XMD5 (lzlib-1.0.tar.gz) = 39bfe00964a03be95d51ebbe9104b337
XSHA256 (lzlib-1.0.tar.gz) = 2b2d84514bbcb057e28876146efc6bd4a57b6c7998d60c50500b9dca61c4d0e6
XSIZE (lzlib-1.0.tar.gz) = 80048
48f0097d557c1c84bbd610f33352cfc1
echo x - lzlib/pkg-descr
sed 's/^X//' >lzlib/pkg-descr << 'c2bf26931a4acbfbec0f3579338d670d'
XThe lzlib compression library provides in-memory LZMA compression
Xand decompression functions, including integrity checking of the
Xuncompressed data.  The compressed data format used by the library
Xis the lzip format.
X
XWWW: http://www.nongnu.org/lzip/lzlib.html
X
XAlbert Vernon <f3cun3c02@sneakemail.com>
c2bf26931a4acbfbec0f3579338d670d
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon May 24 02:13:30 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146882 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Jun 2 15:33:12 UTC 2010 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146882 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/146882: commit references a PR
Date: Wed,  2 Jun 2010 15:33:31 +0000 (UTC)

 miwi        2010-06-02 15:33:22 UTC
 
   FreeBSD ports repository
 
   Modified files:
     archivers            Makefile 
   Added files:
     archivers/lzlib      Makefile distinfo pkg-descr 
   Log:
   The lzlib compression library provides in-memory LZMA compression
   and decompression functions, including integrity checking of the
   uncompressed data.  The compressed data format used by the library
   is the lzip format.
   
   WWW: http://www.nongnu.org/lzip/lzlib.html
   
   Albert Vernon <f3cun3c02@sneakemail.com>
   
   PR:             ports/146882
   Submitted by:   Albert Vernon <f3cun3c02 at sneakemail.com>
   
   Revision  Changes    Path
   1.238     +1 -0      ports/archivers/Makefile
   1.1       +22 -0     ports/archivers/lzlib/Makefile (new)
   1.1       +3 -0      ports/archivers/lzlib/distinfo (new)
   1.1       +8 -0      ports/archivers/lzlib/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
