Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Jan 2001 14:44:03 +0300
From:      skv@protey.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24042: Update port: IO - various IO modules
Message-ID:  <E14DmKp-0004V0-00@jivago.ryazan.ru>
Resent-Message-ID: <200101031150.f03Bo3i43643@freefall.freebsd.org>

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

>Number:         24042
>Category:       ports
>Synopsis:       Update port: IO - various IO modules
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 03 03:50:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Skvortsov
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:

	

>Description:

Update port: IO - various IO modules

This ports aims to add IO::Dir, IO::Poll, IO::Socket::INET, IO::Socket::UNIX
to standart perl 5.00503 distribution.

>How-To-Repeat:

	

>Fix:

# 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
#	p5-IO/Makefile
#	p5-IO/pkg-comment
#	p5-IO/pkg-descr
#	p5-IO/distinfo
#	p5-IO/files
#	p5-IO/files/patch-Makefile.PL
#	p5-IO/pkg-plist
#
echo c - p5-IO
mkdir -p p5-IO > /dev/null 2>&1
echo x - p5-IO/Makefile
sed 's/^X//' >p5-IO/Makefile << 'END-of-p5-IO/Makefile'
X# New ports collection makefile for:	IO
X# Date created:		27 Dec 2000
X# Whom:			Sergey Skvortsov <skv@protey.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	IO
XPORTVERSION= 	1.20
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	IO
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	skv@protey.ru
X
XUSE_PERL5=	yes
X
XMAN3=		IO::Pipe.3 IO::Dir.3 IO::Select.3 IO::File.3 IO.3 IO::Poll.3\
X		IO::Socket::INET.3 IO::Socket.3 IO::Handle.3 \
X		IO::Socket::UNIX.3 IO::Seekable.3
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
Xdo-configure:
X	@cd ${WRKSRC}; \
X	${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL PREFIX=${PREFIX}\
X		CC="${CC}" CCFLAGS="${CFLAGS}"
X
X.include <bsd.port.mk>
END-of-p5-IO/Makefile
echo x - p5-IO/pkg-comment
sed 's/^X//' >p5-IO/pkg-comment << 'END-of-p5-IO/pkg-comment'
XIO - various IO modules
END-of-p5-IO/pkg-comment
echo x - p5-IO/pkg-descr
sed 's/^X//' >p5-IO/pkg-descr << 'END-of-p5-IO/pkg-descr'
XIO - various IO modules
X
XThis ports aims to add IO::Dir, IO::Poll, IO::Socket::INET, IO::Socket::UNIX
Xto standart perl 5.00503 distribution.
END-of-p5-IO/pkg-descr
echo x - p5-IO/distinfo
sed 's/^X//' >p5-IO/distinfo << 'END-of-p5-IO/distinfo'
XMD5 (IO-1.20.tar.gz) = facf78d93f21aa8399726ef44c4a88c0
END-of-p5-IO/distinfo
echo c - p5-IO/files
mkdir -p p5-IO/files > /dev/null 2>&1
echo x - p5-IO/files/patch-Makefile.PL
sed 's/^X//' >p5-IO/files/patch-Makefile.PL << 'END-of-p5-IO/files/patch-Makefile.PL'
X*** Makefile.PL.orig	Wed Jan  3 14:28:25 2001
X--- Makefile.PL	Wed Jan  3 14:28:38 2001
X***************
X*** 75,79 ****
X  					map { "$_ */$_ */*/$_" }
X  					qw(*% *.html *.b[ac]k *.old *.orig))
X  			   },
X- 	'macro'		=> { INSTALLDIRS => 'perl' },
X  );
X--- 75,78 ----
END-of-p5-IO/files/patch-Makefile.PL
echo x - p5-IO/pkg-plist
sed 's/^X//' >p5-IO/pkg-plist << 'END-of-p5-IO/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/IO.so    
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/IO.bs
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO/Pipe.pm       
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO/Dir.pm        
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO/File.pm       
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO/Select.pm     
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO/Poll.pm       
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO/Socket/INET.pm
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO/Socket/UNIX.pm
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO/Socket.pm     
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO/Seekable.pm   
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO/Handle.pm     
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO.pm
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO/Socket
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO
X
END-of-p5-IO/pkg-plist
exit


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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E14DmKp-0004V0-00>