Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2008 15:54:59 GMT
From:      ismail yenigul <ismail@enderunix.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/120617: Update port: archivers/p5-IO-Zlib
Message-ID:  <200802131554.m1DFsxg7091202@www.freebsd.org>
Resent-Message-ID: <200802131600.m1DG09MV073398@freefall.freebsd.org>

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

>Number:         120617
>Category:       ports
>Synopsis:       Update port: archivers/p5-IO-Zlib
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 13 16:00:09 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     ismail yenigul
>Release:        FreeBSD 6.3
>Organization:
Endersys and EnderUNIX
>Environment:
FreeBSD gw.endersys.com 6.3-STABLE FreeBSD 6.3-STABLE #0: Wed Feb 13 13:31:14 EET 2008     root@gw.endersys.com:/usr/src/sys/i386/compile/GENERIC  i386

>Description:
The current version of archivers/p5-IO-Zlib (1.0.7) is quite old.
Please find the attached patch for 1.0.9 version.
>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:
#
#	./p5-IO-Zlib
#	./p5-IO-Zlib/Makefile
#	./p5-IO-Zlib/distinfo
#	./p5-IO-Zlib/pkg-descr
#	./p5-IO-Zlib/pkg-plist
#	./p5-IO-Zlib/files
#	./p5-IO-Zlib/files/patch-Zlib.pm
#
echo c - ./p5-IO-Zlib
mkdir -p ./p5-IO-Zlib > /dev/null 2>&1
echo x - ./p5-IO-Zlib/Makefile
sed 's/^X//' >./p5-IO-Zlib/Makefile << 'END-of-./p5-IO-Zlib/Makefile'
X# New ports collection makefile for:	IO::Zlib
X# Date created:		15 Feb 2002
X# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
X#
X# $FreeBSD: ports/archivers/p5-IO-Zlib/Makefile,v 1.8 2007/09/13 21:11:05 leeym Exp $
X#
X
XPORTNAME=	IO-Zlib
XPORTVERSION=	1.09
XCATEGORIES=	archivers perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	../../authors/id/T/TO/TOMHUGHES
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	kuriyama@FreeBSD.org
XCOMMENT=	IO:: style interface to Compress::Zlib
X
XBUILD_DEPENDS=	${RUN_DEPENDS}
XRUN_DEPENDS=	${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
X
XPERL_CONFIGURE=	yes
XMAN3=		IO::Zlib.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500702
XRUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
X.endif
X
X.include <bsd.port.post.mk>
END-of-./p5-IO-Zlib/Makefile
echo x - ./p5-IO-Zlib/distinfo
sed 's/^X//' >./p5-IO-Zlib/distinfo << 'END-of-./p5-IO-Zlib/distinfo'
XMD5 (IO-Zlib-1.09.tar.gz) = 7e0244de33de418745584adcaad4869e
XSHA256 (IO-Zlib-1.09.tar.gz) = 5ada9a6c81cbc51b1cc2061911569509834635ff3f396f22f6cdcbbb868222f3
XSIZE (IO-Zlib-1.09.tar.gz) = 10092
END-of-./p5-IO-Zlib/distinfo
echo x - ./p5-IO-Zlib/pkg-descr
sed 's/^X//' >./p5-IO-Zlib/pkg-descr << 'END-of-./p5-IO-Zlib/pkg-descr'
XThis is the IO::Zlib module package for perl5.
X
XThis modules provides an IO:: style interface to the Compress::Zlib
Xpackage. The main advantage is that you can use an IO::Zlib object
Xin much the same way as an IO::File object so you can have common
Xcode that doesn't know which sort of file it is using.
X
XWWW: http://search.cpan.org/dist/IO-Zlib/
END-of-./p5-IO-Zlib/pkg-descr
echo x - ./p5-IO-Zlib/pkg-plist
sed 's/^X//' >./p5-IO-Zlib/pkg-plist << 'END-of-./p5-IO-Zlib/pkg-plist'
X%%SITE_PERL%%/IO/Zlib.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Zlib/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Zlib
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
X@dirrmtry %%SITE_PERL%%/IO
END-of-./p5-IO-Zlib/pkg-plist
echo c - ./p5-IO-Zlib/files
mkdir -p ./p5-IO-Zlib/files > /dev/null 2>&1
echo x - ./p5-IO-Zlib/files/patch-Zlib.pm
sed 's/^X//' >./p5-IO-Zlib/files/patch-Zlib.pm << 'END-of-./p5-IO-Zlib/files/patch-Zlib.pm'
X--- Zlib.pm.orig	Sun Feb 13 00:43:08 2005
X+++ Zlib.pm	Sun Feb 13 00:43:30 2005
X@@ -297,7 +297,7 @@
X use vars qw($VERSION $AUTOLOAD @ISA);
X 
X use Carp;
X-use Fcntl qw(SEEK_SET);
X+use constant SEEK_SET => 0;
X 
X my $has_Compress_Zlib;
X my $aliased;
END-of-./p5-IO-Zlib/files/patch-Zlib.pm
exit



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



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