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