mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
Add p5-Fuse-Simple 1.00, simple way to write filesystems in Perl using
FUSE. PR: ports/101455 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
9a93aff2da
commit
ba01c51874
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169879
5 changed files with 50 additions and 0 deletions
|
@ -392,6 +392,7 @@
|
|||
SUBDIR += p5-Filesys-Statvfs
|
||||
SUBDIR += p5-FreeBSD-Portindex
|
||||
SUBDIR += p5-Fuse
|
||||
SUBDIR += p5-Fuse-Simple
|
||||
SUBDIR += p5-LJ-Cache
|
||||
SUBDIR += p5-LJ-TextMessage
|
||||
SUBDIR += p5-Quota
|
||||
|
|
34
sysutils/p5-Fuse-Simple/Makefile
Normal file
34
sysutils/p5-Fuse-Simple/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# New ports collection makefile for: p5-Fuse-Simple
|
||||
# Date created: 2006-08-06
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Fuse-Simple
|
||||
PORTVERSION= 1.00
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/N/NO/NOSEYNICK/
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Simple way to write filesystems in Perl using FUSE
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Fuse.pm:${PORTSDIR}/sysutils/p5-Fuse
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Fuse::Simple.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 600000 # Inherited from sysutils/p5-Fuse
|
||||
IGNORE= depends on kernel module that requires FreeBSD 6 or later
|
||||
.endif
|
||||
|
||||
.if ${PERL_LEVEL} < 500703
|
||||
RUN_DEPENDS+= ${SITE_PERL}/Switch.pm:${PORTSDIR}/lang/p5-Switch
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
sysutils/p5-Fuse-Simple/distinfo
Normal file
3
sysutils/p5-Fuse-Simple/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Fuse-Simple-1.00.tar.gz) = 64d3db272b16b37d3278cfd3795a50ba
|
||||
SHA256 (Fuse-Simple-1.00.tar.gz) = dbf82e43a06854d922d2380ea106a94681418ac98915461e52f8f6adca33acb2
|
||||
SIZE (Fuse-Simple-1.00.tar.gz) = 23789
|
6
sysutils/p5-Fuse-Simple/pkg-descr
Normal file
6
sysutils/p5-Fuse-Simple/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Fuse lets you write filesystems in Perl. Fuse::Simple makes this
|
||||
REALLY Simple, as you just need a hash for your root directory,
|
||||
containing strings for files, more hashes for subdirs, or functions to
|
||||
be called for magical functionality a bit like /proc.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Fuse-Simple/
|
6
sysutils/p5-Fuse-Simple/pkg-plist
Normal file
6
sysutils/p5-Fuse-Simple/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Fuse/Simple/.packlist
|
||||
%%SITE_PERL%%/Fuse/Simple.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Fuse/Simple
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Fuse
|
||||
@dirrmtry %%SITE_PERL%%/Fuse
|
Loading…
Add table
Reference in a new issue