Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2006 17:30:12 -0600 (MDT)
From:      "Aaron Dalton" <aaron@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/98249: Replace Port: devel/p5-Filesys-Statvfs_Df
Message-ID:  <200605312330.k4VNUCsh077624@moondance.itsy-bitsy.net>
Resent-Message-ID: <200605312340.k4VNeHQq088893@freefall.freebsd.org>

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

>Number:         98249
>Category:       ports
>Synopsis:       Replace Port: devel/p5-Filesys-Statvfs_Df
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 31 23:40:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
The CPAN module for devel/p5-Filesys-Statvfs_Df has been broken up into 
two separate modules.  Attached are their shars.  You will likely want to 
simply delete devel/p5-Filesys-Statvfs_Df and commit the two new ports.

>How-To-Repeat:
	
>Fix:

	

--- submission.txt 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:
#
#	p5-Filesys-Df
#	p5-Filesys-Df/Makefile
#	p5-Filesys-Df/distinfo
#	p5-Filesys-Df/pkg-descr
#	p5-Filesys-Df/pkg-plist
#	p5-Filesys-Statvfs
#	p5-Filesys-Statvfs/Makefile
#	p5-Filesys-Statvfs/distinfo
#	p5-Filesys-Statvfs/pkg-descr
#	p5-Filesys-Statvfs/pkg-plist
#
echo c - p5-Filesys-Df
mkdir -p p5-Filesys-Df > /dev/null 2>&1
echo x - p5-Filesys-Df/Makefile
sed 's/^X//' >p5-Filesys-Df/Makefile << 'END-of-p5-Filesys-Df/Makefile'
X# New ports collection makefile for:	p5-Filesys-Df
X# Date created:				31 May 2006
X# Whom:	      				Aaron Dalton <aaron@FreeBSD.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Filesys-Df
XPORTVERSION=	0.90
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Filesys
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	pirzyk@freebsd.org
XCOMMENT=	Perl extension for filesystem space
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Filesys::Df.3
X
X.include <bsd.port.pre.mk>
X
X.if ${OSVERSION} < 500000
XIGNORE=	requires statvfs() which is not available before FreeBSD-5*
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Filesys-Df/Makefile
echo x - p5-Filesys-Df/distinfo
sed 's/^X//' >p5-Filesys-Df/distinfo << 'END-of-p5-Filesys-Df/distinfo'
XMD5 (Filesys-Df-0.90.tar.gz) = 8eb90674d343355892dbddd313a8b594
XSHA256 (Filesys-Df-0.90.tar.gz) = 8eeec8f1b4a347b48846876d644a8587e82935404a6ba92b99b0749753d6fe88
XSIZE (Filesys-Df-0.90.tar.gz) = 6763
END-of-p5-Filesys-Df/distinfo
echo x - p5-Filesys-Df/pkg-descr
sed 's/^X//' >p5-Filesys-Df/pkg-descr << 'END-of-p5-Filesys-Df/pkg-descr'
XThis module provides a way to obtain filesystem disk space information. 
XThis is a Unix only distribution. If you want to gather this information 
Xfor Unix and Windows, use Filesys::DfPortable. The only major benefit of 
Xusing Filesys::Df over Filesys::DfPortable, is that Filesys::Df supports 
Xthe use of open filehandles as arguments.
X
XThe module should work with all flavors of Unix, including Mac OS X 
X(Darwin, Tiger, etc), and Cygwin.
X
XWWW: http://search.cpan.org/dist/Filesys-Df/
XAuthor: Ian Guthrie <IGuthrie@aol.com>
END-of-p5-Filesys-Df/pkg-descr
echo x - p5-Filesys-Df/pkg-plist
sed 's/^X//' >p5-Filesys-Df/pkg-plist << 'END-of-p5-Filesys-Df/pkg-plist'
X%%SITE_PERL%%/%%PERL_ARCH%%/Filesys/Df.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/Df/.packlist
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/Df/Df.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/Df/Df.so
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/Df
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Filesys
END-of-p5-Filesys-Df/pkg-plist
echo c - p5-Filesys-Statvfs
mkdir -p p5-Filesys-Statvfs > /dev/null 2>&1
echo x - p5-Filesys-Statvfs/Makefile
sed 's/^X//' >p5-Filesys-Statvfs/Makefile << 'END-of-p5-Filesys-Statvfs/Makefile'
X# New ports collection makefile for:	p5-Filesys-Statvfs
X# Date created:				31 May 2006
X# Whom:	      				Aaron Dalton <aaron@FreeBSD.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Filesys-Statvfs
XPORTVERSION=	0.80
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Filesys
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	pirzyk@freebsd.org
XCOMMENT=	Perl extension for statvfs() and fstatvfs()
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Filesys::Statvfs.3
X
X.include <bsd.port.pre.mk>
X
X.if ${OSVERSION} < 500000
XIGNORE=	requires statvfs() which is not available before FreeBSD-5*
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Filesys-Statvfs/Makefile
echo x - p5-Filesys-Statvfs/distinfo
sed 's/^X//' >p5-Filesys-Statvfs/distinfo << 'END-of-p5-Filesys-Statvfs/distinfo'
XMD5 (Filesys-Statvfs-0.80.tar.gz) = c34b93d70cd654fd9ef322b5dab977b4
XSHA256 (Filesys-Statvfs-0.80.tar.gz) = d8e001cf36e4bdc1d068cfc0dbcb844ef91d29e04d6d91a01ef0666beb879c97
XSIZE (Filesys-Statvfs-0.80.tar.gz) = 3730
END-of-p5-Filesys-Statvfs/distinfo
echo x - p5-Filesys-Statvfs/pkg-descr
sed 's/^X//' >p5-Filesys-Statvfs/pkg-descr << 'END-of-p5-Filesys-Statvfs/pkg-descr'
XInterface for statvfs() and fstatvfs()
X
XUnless you need access to the bsize, flag, and namemax values, you should 
Xprobably look at using Filesys::DfPortable or Filesys::Df instead.
X
XThe statvfs() and fstatvfs() functions will return a list of values, or 
Xwill return undef and set $! if there was an error.
X
XThe values returned are described in the statvfs header or the statvfs() 
Xman page.
X
XThe module assumes that if you have statvfs(), fstatvfs() will also be 
Xavailable.
X
XWWW: http://search.cpan.org/dist/Filesys-Statvfs/
XAuthor: Ian Guthrie <IGuthrie@aol.com>
END-of-p5-Filesys-Statvfs/pkg-descr
echo x - p5-Filesys-Statvfs/pkg-plist
sed 's/^X//' >p5-Filesys-Statvfs/pkg-plist << 'END-of-p5-Filesys-Statvfs/pkg-plist'
X%%SITE_PERL%%/%%PERL_ARCH%%/Filesys/Statvfs.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/Statvfs/.packlist
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/Statvfs/Statvfs.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/Statvfs/Statvfs.so
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/Statvfs
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Filesys
END-of-p5-Filesys-Statvfs/pkg-plist
exit
--- submission.txt ends here ---


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



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