Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Apr 2007 00:26:30 +0800 (CST)
From:      Jeff Hung <jeffhung@mail2000.com.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/112130: New port: devel/p5-File-Util - perl5 File::Util module
Message-ID:  <200704251626.l3PGQULW040802@new.lady.idv.tw>
Resent-Message-ID: <200704251650.l3PGo3Nl040811@freefall.freebsd.org>

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

>Number:         112130
>Category:       ports
>Synopsis:       New port: devel/p5-File-Util - perl5 File::Util module
>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:   Wed Apr 25 16:50:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Jeff Hung
>Release:        FreeBSD 5.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD new.lady.idv.tw 5.5-STABLE FreeBSD 5.5-STABLE #3: Mon Oct 2 10:55:04 CST 2006 root@new.lady.idv.tw:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
New port p5-File-Util - a perl5 module for easy, versatile, portable file handling.
	
>How-To-Repeat:
	
>Fix:

	

--- p5-File-Util.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:
#
#	/usr/ports/devel/p5-File-Util
#	/usr/ports/devel/p5-File-Util/Makefile
#	/usr/ports/devel/p5-File-Util/distinfo
#	/usr/ports/devel/p5-File-Util/pkg-descr
#	/usr/ports/devel/p5-File-Util/pkg-plist
#
echo c - /usr/ports/devel/p5-File-Util
mkdir -p /usr/ports/devel/p5-File-Util > /dev/null 2>&1
echo x - /usr/ports/devel/p5-File-Util/Makefile
sed 's/^X//' >/usr/ports/devel/p5-File-Util/Makefile << 'END-of-/usr/ports/devel/p5-File-Util/Makefile'
X# New ports collection Makefile for:	p5-File-Util
X# Date created:				25th April 2007
X# Whom: 				jeffhung
X#
X# $FreeBSD: ports/devel/p5-File-Remove/Makefile,v 1.10 2007/04/02 17:54:42 gabor Exp $
X#
X
XPORTNAME=	File-Util
XPORTVERSION=	3.18
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	File
XPKGNAMEPREFIX=	p5-
XDISTNAME=	${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	ports@FreeBSD.org
XCOMMENT=	Perl5 module for easy, versatile, portable file handling
X
XRUN_DEPENDS=	${SITE_PERL}/Class/OOorNO.pm:${PORTSDIR}/devel/p5-Class-OOorNO \
X		${SITE_PERL}/Exception/Handler.pm:${PORTSDIR}/devel/p5-Exception-Handler
XBUILD_DEPENDS=	${RUN_DEPENDS}
X
XPERL_CONFIGURE=	YES
X
X#MAN3=		File::Util.3
X
X.include <bsd.port.mk>
END-of-/usr/ports/devel/p5-File-Util/Makefile
echo x - /usr/ports/devel/p5-File-Util/distinfo
sed 's/^X//' >/usr/ports/devel/p5-File-Util/distinfo << 'END-of-/usr/ports/devel/p5-File-Util/distinfo'
XMD5 (File-Util-3.18.tar.gz) = bdc6ec9a428f2d6d53a4073dc0d41e1b
XSHA256 (File-Util-3.18.tar.gz) = 101a8b543201203cb49f7ac38286687a74ec502761ccf517441f443e2251453f
XSIZE (File-Util-3.18.tar.gz) = 40271
END-of-/usr/ports/devel/p5-File-Util/distinfo
echo x - /usr/ports/devel/p5-File-Util/pkg-descr
sed 's/^X//' >/usr/ports/devel/p5-File-Util/pkg-descr << 'END-of-/usr/ports/devel/p5-File-Util/pkg-descr'
XFile::Util
X
XFile::Util provides a comprehensive toolbox of utilities to automate
Xall kinds of common tasks on file / directories. Its purpose is to do
Xso in the most portable manner possible so that users of this module
Xwon't have to worry about whether their programs will work on other
XOSes and machines.
X
XCopyright (c) 2001-2007 Tommy Butler <cpan@atrixnet.com>.
XAll rights reserved.  All wrongs reversed.  This program is free
Xsoftware; you can redistribute and/or modify it under the same terms as
XPerl itself.
X
XWWW: http://www.cpan.org/
END-of-/usr/ports/devel/p5-File-Util/pkg-descr
echo x - /usr/ports/devel/p5-File-Util/pkg-plist
sed 's/^X//' >/usr/ports/devel/p5-File-Util/pkg-plist << 'END-of-/usr/ports/devel/p5-File-Util/pkg-plist'
X%%SITE_PERL%%/File/Util.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Util/.packlist
X%%SITE_PERL%%/auto/File/Util/bitmask.al
X%%SITE_PERL%%/auto/File/Util/can_flock.al
X%%SITE_PERL%%/auto/File/Util/can_read.al
X%%SITE_PERL%%/auto/File/Util/can_write.al
X%%SITE_PERL%%/auto/File/Util/created.al
X%%SITE_PERL%%/auto/File/Util/ebcdic.al
X%%SITE_PERL%%/auto/File/Util/escape_filename.al
X%%SITE_PERL%%/auto/File/Util/existent.al
X%%SITE_PERL%%/auto/File/Util/file_type.al
X%%SITE_PERL%%/auto/File/Util/flock_rules.al
X%%SITE_PERL%%/auto/File/Util/isbin.al
X%%SITE_PERL%%/auto/File/Util/last_access.al
X%%SITE_PERL%%/auto/File/Util/last_modified.al
X%%SITE_PERL%%/auto/File/Util/load_dir.al
X%%SITE_PERL%%/auto/File/Util/make_dir.al
X%%SITE_PERL%%/auto/File/Util/max_dives.al
X%%SITE_PERL%%/auto/File/Util/readlimit.al
X%%SITE_PERL%%/auto/File/Util/needs_binmode.al
X%%SITE_PERL%%/auto/File/Util/open_handle.al
X%%SITE_PERL%%/auto/File/Util/unlock_open_handle.al
X%%SITE_PERL%%/auto/File/Util/size.al
X%%SITE_PERL%%/auto/File/Util/return_path.al
X%%SITE_PERL%%/auto/File/Util/trunc.al
X%%SITE_PERL%%/auto/File/Util/use_flock.al
X%%SITE_PERL%%/auto/File/Util/_throw.al
X%%SITE_PERL%%/auto/File/Util/_errors.al
X%%SITE_PERL%%/auto/File/Util/autosplit.ix
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Util
X@dirrm %%SITE_PERL%%/auto/File/Util
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
X@dirrmtry %%SITE_PERL%%/File
END-of-/usr/ports/devel/p5-File-Util/pkg-plist
exit
--- p5-File-Util.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?200704251626.l3PGQULW040802>