Bug 164473 - [NEW PORT] sysutils/fusefs-exfat: A full-featured exFAT FS implementation as a FUSE module
Summary: [NEW PORT] sysutils/fusefs-exfat: A full-featured exFAT FS implementation as ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alexander Logvinov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-25 09:50 UTC by Oleksii Samorukov
Modified: 2012-01-31 05:50 UTC (History)
0 users

See Also:


Attachments
fusefs-exfat-0.9.6.shar (3.41 KB, text/plain)
2012-01-25 09:50 UTC, Oleksii Samorukov
no flags Details
patch-io.c (5.44 KB, text/x-csrc)
2012-01-25 13:33 UTC, Oleksii Samorukov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleksii Samorukov freebsd_committer freebsd_triage 2012-01-25 09:50:08 UTC
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/

Generated with FreeBSD Port Tools 0.99
Comment 1 Oleksii Samorukov freebsd_committer freebsd_triage 2012-01-25 13:33:30 UTC
I forgotten patch to the io functions in original submit. Please, take 
it from this attach.
Comment 2 Alexander Logvinov freebsd_committer freebsd_triage 2012-01-28 12:15:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->avl

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-01-31 05:42:42 UTC
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"
Comment 4 Alexander Logvinov freebsd_committer freebsd_triage 2012-01-31 05:42:50 UTC
State Changed
From-To: open->closed

New port added. Thanks!