Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Apr 2012 18:08:02 +0600 (BDT)
From:      Muhammad Moinur Rahman <5u623l20@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/166991: [NEW PORT] archivers/zlib: A Massively Spiffy Yet Delicately Unobtrusive Compression Library
Message-ID:  <201204161208.q3GC82tk063541@bofh.telnet.net.bd>
Resent-Message-ID: <201204161210.q3GCAEZN084399@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         166991
>Category:       ports
>Synopsis:       [NEW PORT] archivers/zlib: A Massively Spiffy Yet Delicately Unobtrusive Compression Library
>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:   Mon Apr 16 12:10:13 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD bofh.telnet.net.bd 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Mar  2 02:21:51 BDT
>Description:
zlib is designed to be a free, general-purpose, legally unencumbered -- that is,
not covered by any patents -- lossless data-compression library for use on 
virtually any computer hardware and operating system. The zlib data format is 
itself portable across platforms. Unlike the LZW compression method used in Unix
compress(1) and in the GIF image format, the compression method currently used 
in zlib essentially never expands the data. (LZW can double or triple the file 
size in extreme cases.) zlib's memory footprint is also independent of the input
data and can be reduced, if necessary, at some cost in compression.

WWW: http://zlib.net/

For Committer's reference:
http://tb.s.ubze.ro//logs/7.4-FreeBSD/i386/zlib-1.2.6.log
http://tb.s.ubze.ro//logs/7.4-FreeBSD/amd64/zlib-1.2.6.log
http://tb.s.ubze.ro//logs/8.2-RELEASE/i386/zlib-1.2.6.log
http://tb.s.ubze.ro//logs/8.2-RELEASE/amd64/zlib-1.2.6.log
http://tb.s.ubze.ro//logs/9.0-FreeBSD/i386/zlib-1.2.6.log
http://tb.s.ubze.ro//logs/9.0-FreeBSD/amd64/zlib-1.2.6.log

Generated with FreeBSD Port Tools 0.99_5 (mode: new)
>How-To-Repeat:
>Fix:

--- .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:
#
#	zlib
#	zlib/pkg-descr
#	zlib/Makefile
#	zlib/distinfo
#
echo c - zlib
mkdir -p zlib > /dev/null 2>&1
echo x - zlib/pkg-descr
sed 's/^X//' >zlib/pkg-descr << '139895403b13b8b3555b0117468fd07a'
Xzlib is designed to be a free, general-purpose, legally unencumbered -- that is,
Xnot covered by any patents -- lossless data-compression library for use on 
Xvirtually any computer hardware and operating system. The zlib data format is 
Xitself portable across platforms. Unlike the LZW compression method used in Unix
Xcompress(1) and in the GIF image format, the compression method currently used 
Xin zlib essentially never expands the data. (LZW can double or triple the file 
Xsize in extreme cases.) zlib's memory footprint is also independent of the input
Xdata and can be reduced, if necessary, at some cost in compression.
X
XWWW: http://zlib.net/
139895403b13b8b3555b0117468fd07a
echo x - zlib/Makefile
sed 's/^X//' >zlib/Makefile << '8326b9f2c647e406e8eaf41ed77254d4'
X# New ports collection makefile for:	zlib
X# Date created:		17 April 2012
X# Whom:			Muhammad Moinur Rahman <5u623l20@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	zlib
XPORTVERSION=	1.2.6
XCATEGORIES=	archivers
XMASTER_SITES=	SF/libpng/${PORTNAME}/${PORTVERSION} \
X		http://zlib.net/
X
XMAINTAINER=	5u623l20@gmail.com
XCOMMENT=	A Massively Spiffy Yet Delicately Unobtrusive Compression Library
X
XUSE_BZIP2=	yes
X
XMAN3=		zlib.3
XNO_MANCOMPRESS=	yes
XPLIST_FILES=	include/zconf.h \
X		include/zlib.h \
X		lib/libz.so \
X		lib/libz.a \
X		lib/libz.so.1 \
X		lib/libz.so.1.2.6 \
X		lib/pkgconfig/zlib.pc
XPLIST_DIRS=	lib/pkgconfig
X
XHAS_CONFIGURE=	yes
X
XUSE_LDCONFIG=	yes
X
Xpost-patch:
X	@${REINPLACE_CMD} -e '/mandir/s/share\///' ${WRKSRC}/configure
X.include <bsd.port.mk>
8326b9f2c647e406e8eaf41ed77254d4
echo x - zlib/distinfo
sed 's/^X//' >zlib/distinfo << 'b14842e25ea12ca26ba27429c253d52f'
XSHA256 (zlib-1.2.6.tar.bz2) = fa3e3e4881fa5810b8903f2c7e0dcd5a0a673535f0438021c4bbb5db1b918c8e
XSIZE (zlib-1.2.6.tar.bz2) = 501388
b14842e25ea12ca26ba27429c253d52f
exit
--- .shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204161208.q3GC82tk063541>