The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:FUSE"

Fuse - write filesystems in Perl using FUSE River stage two • 14 direct dependents • 18 total dependents

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, ...

DPATES/Fuse-0.16 - 16 Sep 2013 05:22:15 UTC

Fuse::TM - Access a Topic Map as a Filesystem River stage zero No dependents

This package provides access to a Topic Map in form of a filesystem. Read-write access to the map is supported....

ALPHAZULU/Fuse-TM-0.2 - 09 Jan 2012 02:56:27 UTC

Fuse::DBI - mount your database as filesystem and use it River stage zero No dependents

This module will use "Fuse" module, part of "FUSE (Filesystem in USErspace)" available at <http://fuse.sourceforge.net/> to mount your database as file system. That will give you possibility to use normal file-system tools (cat, grep, vi) to manipula...

DPAVLIN/Fuse-DBI-0.08 - 26 Apr 2005 20:19:25 UTC

Fuse::PDF - Filesystem embedded in a PDF document River stage zero No dependents

The Adobe Portable Document Format is an arbitrary collection of nodes which support a tree structure. Most of that data is oriented toward document rendering, but it's legal to add arbitrarily complex data virtually anywhere in the document structur...

CDOLAN/Fuse-PDF-0.09 - 07 Jun 2008 03:53:46 UTC

Fuse::DAAP - mount DAAP music shares using the FUSE kernel module River stage zero No dependents

JABLKO/Fuse-DAAP-0.01 - 15 Jun 2006 19:05:22 UTC

Fuse::Class - Base clsas for Fuse module implementation using class. River stage one • 1 direct dependent • 4 total dependents

This module supports writing Fuse callback as method. Method name is same as Fuse callback, but first argment is an object (it's named '$self' usually). This is a small change for Fuse, but you can use power of OO like inheritance, encapsulation, ......

TOSHIFJW/Fuse-Class-0.03 - 15 Aug 2017 12:33:16 UTC

FUSE::Client - Perl-FUSE client River stage zero No dependents

The "FUSE::Client" module will create a TCP FUSE client to test sending messages to a FUSE server. The external interface to "FUSE::Client" is: $c = FUSE::Client->new( [%options] ); The object constructor takes the following arguments in the options ...

IAMCAL/FUSE-Client-1.08 - 25 Apr 2002 15:11:49 UTC

FUSE::Server - Perl-FUSE server River stage zero No dependents

The "FUSE::Server" module will create a TCP FUSE server and dispatch messages to registered event handlers. The external interface to "FUSE::Server" is: $s = FUSE::Server->new( [%options] ); The object constructor takes the following arguments in the...

IAMCAL/FUSE-Server-1.19 - 26 Jul 2002 07:33:51 UTC

Fuse::Simple - Simple way to write filesystems in Perl using FUSE River stage one • 1 direct dependent • 1 total dependent

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 /pr...

NOSEYNICK/Fuse-Simple-1.00 - 05 Aug 2006 14:00:24 UTC

Fuse::TagLayer - A read-only tag-filesystem overlay for hierarchical filesystems River stage zero No dependents

Fuse::TagLayer offers all the tags found in one subdir/volume as a tag-based file-system at the mountpoint you specify, currently read-only. This is in addition to the real filesystem which is considered to be 'canonical' - with the tag-file-system b...

CLIPLAND/Fuse-TagLayer-0.12 - 09 Dec 2013 17:43:12 UTC

Fuse::PDF::FS - In-PDF implementation of a filesystem. River stage zero No dependents

This is an implementation of a filesystem inside of a PDF file. Contrary to the package name, this module is actually independent of FUSE, but is meant to map cleanly onto the FUSE API. See Fuse::PDF and the mount_pdf front-end....

CDOLAN/Fuse-PDF-0.09 - 07 Jun 2008 03:53:46 UTC

Net::MythTV::Fuse - Mount Fuse filesystem to display TV recordings managed by a MythTV backend River stage zero No dependents

This module uses Fuse to mount a virtual filesystem representing the TV recordings captured by a local or remote MythTV backend (www.mythtv.org). The backend must be at version 0.25 or higher. Typically you will be using the frontend script, mythfs.p...

LDS/Mythfs-perl-1.36 - 01 Jul 2017 20:23:31 UTC

Fuse::PerlSSH::FS - Mount a remote filesystem via FUSE and PerlSSH River stage zero No dependents

The mounting script perlsshfs found in this distribution and its backend module Fuse::PerlSSH::FS (this here) is meant as a drop-in replacement for sshfs <http://fuse.sourceforge.net/sshfs.html>, written in Perl. The primary goal, for now, is to add ...

CLIPLAND/Fuse-PerlSSH-FS-0.13 - 28 Feb 2013 15:07:10 UTC

Fuse::PDF::MountPDF - Engine behind the mount_pdf program River stage zero No dependents

This is the engine that drives the mount_pdf program. See the documentation in that program for details....

CDOLAN/Fuse-PDF-0.09 - 07 Jun 2008 03:53:46 UTC

POE::Component::Fuse - Using FUSE in POE asynchronously River stage one • 2 direct dependents • 2 total dependents

This module allows you to use FUSE filesystems in POE. Basically, it is a wrapper around Fuse and exposes it's API via events. Furthermore, you can use Filesys::Virtual to handle the filesystem. The standard way to use this module is to do this: use ...

APOCAL/POE-Component-Fuse-0.05 - 02 Feb 2009 05:24:00 UTC

Fuse::PDF::ContentFS - Represent actual PDF document properties as files River stage zero No dependents

This is a read-only filesystem that represents the metadata of a PDF document as a filesystem. The metadata that are available are the ones that I've explicitly coded for. Much more is possible....

CDOLAN/Fuse-PDF-0.09 - 07 Jun 2008 03:53:46 UTC

MogileFS::Client::Fuse - FUSE binding for MogileFS River stage zero No dependents

This module provides support for mounting a MogileFS file store as a local filesystem....

DFRETT/MogileFS-Client-Fuse-0.05 - 05 Oct 2013 05:54:35 UTC

MooseX::Runnable::Fuse - implement a FUSE filesystem as a Moose class River stage zero No dependents

This role allows you to make a class into a runnable (via MooseX::Runnable Fuse filesystem. You also get four other roles to help this module determine how to run your filesystem; "Filesystem::Fuse::Readable", "Filesystem::Fuse::Writable", "Filesyste...

JROCKWAY/MooseX-Runnable-Fuse-0.02 - 25 Aug 2009 07:01:21 UTC

Fuse::Filesys::Virtual - mount Perl module written using Filesys::Virtual River stage one • 1 direct dependent • 3 total dependents

TOSHIFJW/Fuse-Filesys-Virtual-0.02 - 10 Jan 2009 13:10:56 UTC

Fuse::PDF::ImageTemplate - [Internal] Carrier for the template PDF for images River stage zero No dependents

A tiny, binary PDF is embedded in this source code. It is used to wrap images for use in Fuse::PDF::ContentFS....

CDOLAN/Fuse-PDF-0.09 - 07 Jun 2008 03:53:46 UTC
34 results (0.023 seconds)