From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 16 12:10:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 785171065670 for ; Mon, 16 Apr 2012 12:10:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4F64B8FC12 for ; Mon, 16 Apr 2012 12:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q3GCAEUT084400 for ; Mon, 16 Apr 2012 12:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q3GCAEZN084399; Mon, 16 Apr 2012 12:10:14 GMT (envelope-from gnats) Resent-Date: Mon, 16 Apr 2012 12:10:14 GMT Resent-Message-Id: <201204161210.q3GCAEZN084399@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Muhammad Moinur Rahman <5u623l20@gmail.com> Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 22147106564A for ; Mon, 16 Apr 2012 12:08:07 +0000 (UTC) (envelope-from bofh@bofh.telnet.net.bd) Received: from mx-out-02.telnet-bd.com (mx-out-02.telnet-bd.com [116.212.105.116]) by mx1.freebsd.org (Postfix) with ESMTP id 68BD18FC0A for ; Mon, 16 Apr 2012 12:08:05 +0000 (UTC) Received: from bofh.telnet.net.bd (bofh.telnet.net.bd [120.50.31.42]) by fortune-02.telnet.net.bd (Postfix) with ESMTPS id 6EC022D412C for ; Mon, 16 Apr 2012 18:08:06 +0600 (BDT) Received: (from root@localhost) by bofh.telnet.net.bd (8.14.5/8.14.5/Submit) id q3GC82tk063541; Mon, 16 Apr 2012 18:08:02 +0600 (BDT) (envelope-from bofh) Message-Id: <201204161208.q3GC82tk063541@bofh.telnet.net.bd> Date: Mon, 16 Apr 2012 18:08:02 +0600 (BDT) From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/166991: [NEW PORT] archivers/zlib: A Massively Spiffy Yet Delicately Unobtrusive Compression Library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Apr 2012 12:10:14 -0000 >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 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: