| Summary: | New port: sysutils/fusefs-mhddfs Multi HDD [FUSE] File System | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | proler | ||||
| Component: | Individual Port(s) | Assignee: | Alexander Logvinov <avl> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
proler
2009-06-25 03:10:02 UTC
Class Changed From-To: update->change-request Fix category (new ports should be change-requests) (via the GNATS Auto Assign Tool) Responsible Changed From-To: freebsd-ports-bugs->avl I'll take it. avl 2009-06-26 12:31:27 UTC
FreeBSD ports repository
Modified files:
sysutils Makefile
Added files:
sysutils/fusefs-mhddfs Makefile distinfo pkg-descr
sysutils/fusefs-mhddfs/files patch-src-main.c
Log:
mhddfs - Multi HDD [FUSE] File System
File system for unifying several mount points into one
This FUSE-based file system allows mount points (or directories) to be
combined, simulating a single big volume which can merge several hard
drives or remote file systems. It is like unionfs, but can choose the
drive with the most free space to create new files on, and can move
data transparently between drives.
WWW: http://mhddfs.uvw.ru/
PR: ports/136019
Submitted by: Oleg Alexeenkov <proler at gmail.com>
Approved by: tabthorpe (mentor)
Revision Changes Path
1.1115 +1 -0 ports/sysutils/Makefile
1.1 +37 -0 ports/sysutils/fusefs-mhddfs/Makefile (new)
1.1 +3 -0 ports/sysutils/fusefs-mhddfs/distinfo (new)
1.1 +11 -0 ports/sysutils/fusefs-mhddfs/files/patch-src-main.c (new)
1.1 +10 -0 ports/sysutils/fusefs-mhddfs/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks! |