summaryrefslogtreecommitdiff
path: root/filesystems
AgeCommit message (Collapse)AuthorFilesLines
2007-02-28NetBSD now has /usr/include/fuse_opt.h, remove unnecessary patchesxtraeme3-31/+1
removing the include of fuse_opt.h.
2007-02-26add & enable fuse-ntfs-3gpooka1-1/+2
2007-02-26fuse-ntfs-3g package, proven to work under NetBSD-current.pooka6-0/+99
The original work in pkg'izing this was done by <xtraeme>.
2007-02-26default to /dev/cd0d on NetBSDpooka2-1/+18
2007-02-21aspell.wiz4-11/+11
2007-02-21use open(2) instead of mknod(2) to create regular files. whilepooka2-6/+36
the latter works on the most current NetBSD, I don't feel like running file systems unnecessarily as the superuser
2007-02-20+ fusextraeme1-1/+2
2007-02-20Initial import of fuse-2.5.2 from pkgsrc-wip, packaged byxtraeme7-0/+84
pancake. With FUSE it is possible to implement a fully functional filesystem in a userspace program. Features include: * Simple library API * Simple installation (no need to patch or recompile the kernel) * Secure implementation * Userspace - kernel interface is very efficient * Usable by non privileged users * Runs on Linux kernels 2.4.X and 2.6.X * Has proven very stable over time This package is enabled only for linux and FreeBSD, NetBSD uses its own compatible library.
2007-02-20+ fuse-httpfsxtraeme1-1/+2
2007-02-20Initial import of fuse-httpfs-2.06.08.26.xtraeme4-0/+42
HTTPFS is a FUSE-based file system. You may think of it, as a downloader with the speed of light.
2007-02-20+ fuse-archivemountxtraeme1-1/+2
2007-02-20Initial import of fuse-archivemount-0.5.3.xtraeme6-0/+90
Gateway between FUSE and libarchive. Allows mounting of cpio, .tar.gz, .tar.bz2 archives. Reading and writing supported. Supports all formats libarchive supports.
2007-02-20s/cddafs/cddfs/xtraeme1-2/+2
2007-02-20Add some fuse packages.xtraeme1-1/+6
2007-02-20Initial import of fuse-curlftpfs-0.9.0.xtraeme8-0/+96
CurlFtpFS is a filesystem for acessing FTP hosts based on FUSE and libcurl. Features CurlFtpFS diferentiates itself from other FTP filesystems because it features: * SSLv3 and TLSv1 support * connecting through tunneling HTTP proxies * automatically reconnection if the server times out * transform absolute symlinks to point back into the ftp file system
2007-02-20Initial import of fuse-lzofs-20060306.xtraeme6-0/+158
LZOlayer Filesystem is a filesystem which allows you to use transparently compressed files, just as they would be normal files. Both read and write operations are possible, along with other most common system calls. It consumes little memory in my opinion, because files are divided into blocks, which can be decompressed separetly. In other words, if you (or an application) would like to read byte 4,500,000 in a file sized 5,000,000 bytes, it only decompresses a block which constain wanted data. Write operation is based on a packet gathering and after reaching its limit it 'syncs' the data. It allows it's user to write/modify files pretty fast, despite the fact it's block divided. LZOlayer FileSystem was meant to support only LZO compression algorythm, because it has extremely low compression/decompression time. However, currently it supports LZO and ZLIB (but only one at the run-time!) compression algorythms.
2007-02-20Initial import of fuse-cryptofs-0.6.0.xtraeme4-0/+44
CryptoFS is a encrypted filesystem for Filesystem in Userspace (FUSE). CryptoFS will use a normal directory to store files encrypted. The mountpoint will contain the decrypted files. Every file stored in this mountpoint will be written encrypted (data and filename) to the directory that was mounted. If you unmount the directory the encrypted data can only be access by mounting the directory with the correct key again.
2007-02-20Initial import of fuse-cddfs-0.2.xtraeme5-0/+52
Cddfs is a file system for fuse that use libparanoia in order to mount your audio cd.
2007-02-20Add an (empty for now) Makefile for this categoryagc1-0/+6