ports/100415: [NEW PORT] devel/p5-Fuse: Write filesystems in Perl using FUSE

Gea-Suan Lin gslin at gslin.org
Mon Jul 17 01:40:18 UTC 2006


>Number:         100415
>Category:       ports
>Synopsis:       [NEW PORT] devel/p5-Fuse: Write filesystems in Perl using FUSE
>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 Jul 17 01:40:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
This lets you implement filesystems in perl, through the FUSE
(Filesystem in USErspace) kernel/lib interface.

FUSE expects you to implement callbacks for the various functions.

In the following definitions, "errno" can be 0 (for a success),
-EINVAL, -ENOENT, -EONFIRE, any integer less than 1 really.

You can import standard error constants by saying something like "use
POSIX qw(EDOTDOT ENOANO);".

Every constant you need (file types, open() flags, error values, etc)
can be imported either from POSIX or from Fcntl, often both. See their
respective documentations, for more information.

WWW:	http://search.cpan.org/dist/Fuse/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Fuse-0.07.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:
#
#	p5-Fuse
#	p5-Fuse/pkg-descr
#	p5-Fuse/Makefile
#	p5-Fuse/pkg-plist
#	p5-Fuse/distinfo
#
echo c - p5-Fuse
mkdir -p p5-Fuse > /dev/null 2>&1
echo x - p5-Fuse/pkg-descr
sed 's/^X//' >p5-Fuse/pkg-descr << 'END-of-p5-Fuse/pkg-descr'
XThis lets you implement filesystems in perl, through the FUSE
X(Filesystem in USErspace) kernel/lib interface.
X
XFUSE expects you to implement callbacks for the various functions.
X
XIn the following definitions, "errno" can be 0 (for a success),
X-EINVAL, -ENOENT, -EONFIRE, any integer less than 1 really.
X
XYou can import standard error constants by saying something like "use
XPOSIX qw(EDOTDOT ENOANO);".
X
XEvery constant you need (file types, open() flags, error values, etc)
Xcan be imported either from POSIX or from Fcntl, often both. See their
Xrespective documentations, for more information.
X
XWWW:	http://search.cpan.org/dist/Fuse/
END-of-p5-Fuse/pkg-descr
echo x - p5-Fuse/Makefile
sed 's/^X//' >p5-Fuse/Makefile << 'END-of-p5-Fuse/Makefile'
X# New ports collection makefile for:	p5-Fuse
X# Date created:		2006-07-17
X# Whom:			Gea-Suan Lin <gslin at gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Fuse
XPORTVERSION=	0.07
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	../../authors/id/D/DP/DPAVLIN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	gslin at gslin.org
XCOMMENT=	Write filesystems in Perl using FUSE
X
XRUN_DEPENDS=	${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
XBUILD_DEPENDS=	${RUN_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Fuse.3
X
X.include <bsd.port.pre.mk>
X
X.if ${OSVERSION} < 600000	# Inherited from sysutils/fusefs-libs
XIGNORE=		depends on kernel module that requires FreeBSD 6 or later
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Fuse/Makefile
echo x - p5-Fuse/pkg-plist
sed 's/^X//' >p5-Fuse/pkg-plist << 'END-of-p5-Fuse/pkg-plist'
X at comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/Fuse.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Fuse/.packlist
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Fuse/Fuse.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Fuse/Fuse.so
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Fuse/autosplit.ix
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Fuse
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Fuse
END-of-p5-Fuse/pkg-plist
echo x - p5-Fuse/distinfo
sed 's/^X//' >p5-Fuse/distinfo << 'END-of-p5-Fuse/distinfo'
XMD5 (Fuse-0.07.tar.gz) = 9e8b2338ada7ef1e25f1b5bf7769b03c
XSHA256 (Fuse-0.07.tar.gz) = f1c48be240f0becf46877344d8318ade40d6a6d3562c310d7b815e4eed2ea334
XSIZE (Fuse-0.07.tar.gz) = 20134
END-of-p5-Fuse/distinfo
exit
--- p5-Fuse-0.07.shar ends here ---

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



More information about the freebsd-ports-bugs mailing list