Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 417161 - sys-fs/csvfs - file system representation of CSV data
Summary: sys-fs/csvfs - file system representation of CSV data
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://frigidcode.com/code/csvfs
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2012-05-22 20:04 UTC by Christopher Howard
Modified: 2012-06-10 03:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
csvfs-1.0.6 (NEW EBUILD) (csvfs-1.0.6.ebuild,659 bytes, text/plain)
2012-05-22 20:04 UTC, Christopher Howard
Details
csvfs-1.4.1.ebuild (csvfs-1.4.1.ebuild,702 bytes, text/plain)
2012-06-10 03:48 UTC, Christopher Howard
Details

Note You need to log in before you can comment on or make changes to this bug.
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.