| Summary: | [NEW PORT] sysutils/fusefs-exfat: A full-featured exFAT FS implementation as a FUSE module | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Oleksii Samorukov <samm> | ||||||
| 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
Oleksii Samorukov
2012-01-25 09:50:08 UTC
I forgotten patch to the io functions in original submit. Please, take it from this attach. Responsible Changed From-To: freebsd-ports-bugs->avl I'll take it. avl 2012-01-31 05:42:28 UTC
FreeBSD ports repository
Modified files:
sysutils Makefile
Added files:
sysutils/fusefs-exfat Makefile distinfo pkg-descr
sysutils/fusefs-exfat/files patch-SConstruct
patch-libexfat_io.c
Log:
exfat-fuse is a free exFAT file system implementation with write support.
exFAT is a simple file system created by Microsoft. It is intended to
replace FAT32 removing some of it's limitations. exFAT is a standard FS for
SDXC memory cards.
WWW: http://code.google.com/p/exfat/
PR: ports/164473
Submitted by: Alex Samorukov <samm at os2.kiev.ua>
Revision Changes Path
1.1376 +1 -0 ports/sysutils/Makefile
1.1 +38 -0 ports/sysutils/fusefs-exfat/Makefile (new)
1.1 +2 -0 ports/sysutils/fusefs-exfat/distinfo (new)
1.1 +22 -0 ports/sysutils/fusefs-exfat/files/patch-SConstruct (new)
1.1 +192 -0 ports/sysutils/fusefs-exfat/files/patch-libexfat_io.c (new)
1.1 +6 -0 ports/sysutils/fusefs-exfat/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! |