Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 417161

Summary: sys-fs/csvfs - file system representation of CSV data
Product: Gentoo Linux Reporter: Christopher Howard <christopher.howard>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: UNCONFIRMED ---    
Severity: enhancement Keywords: EBUILD
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://frigidcode.com/code/csvfs
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: csvfs-1.0.6 (NEW EBUILD)
csvfs-1.4.1.ebuild

Description Christopher Howard 2012-05-22 20:04:16 UTC
Created attachment 312747 [details]
csvfs-1.0.6 (NEW EBUILD)

Hello, please find attached csvfs-1.0.6.ebuild.

csvfs provides a user space, file system representation of the data in a CSV file, through the the FUSE module. Entries are transformed into numbered directories and fields are transformed into numbered files containing the data.

At present, csvfs provides a read-only file system. A future version will provide data editing functionality.

csvfs depends on the glib library and the fuse library. It also depends on libcsv, which has been submitted for Gentoo adoption under bug #414327. csvfs is properly wrapped in autotools and has functional tests.

The attached ebuild has been tested on an amd64 gentoo system. The source code itself has also been compiled and tested on an i386 Debian system.
Comment 1 Christopher Howard 2012-06-10 03:48:18 UTC
Created attachment 314847 [details]
csvfs-1.4.1.ebuild

This is the latest stable version of csvfs, and it will probably remain the latest stable version for quite a while unless bug fixes are necessary. All core functionality has been implemented.