aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-exfat
Commit message (Collapse)AuthorAgeFilesLines
* We should not distribute exFAT related packages due to licensing issues.Gavin Atkinson2013-09-231-1/+5
| | | | | | | | Reviewed by: tabthorpe Approved by: portmgr (bapt), core Notes: svn path=/head/; revision=328060
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* sysutils/fusefs-exfat: update to 1.0.1William Grzybowski2013-07-102-4/+4
| | | | | | | | | | | - Update to 1.0.1 [1] - Code has been relicensed to GPLv2 PR: ports/180428 [1] Submitted by: Alex Samorukov <samm os2.kiev.ua> (maintainer) Notes: svn path=/head/; revision=322686
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* Convert USE_FUSE macros into USES feature.7-eolBaptiste Daroussin2013-03-061-1/+1
| | | | | | | | | While here trim headers Convert some USE_GNOME= gnomehack -> USES= pathfix Notes: svn path=/head/; revision=313527 svn path=/tags/RELEASE_7_EOL/; revision=313528; tag=7-eol
* - update to 1.0.0Ruslan Makhmatkhanov2013-01-312-4/+4
| | | | | | | | PR: 175729 Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) Notes: svn path=/head/; revision=311326
* - introduce a USE_FUSE macroFlorian Smeets2012-12-141-3/+2
| | | | | | | | | | | | - convert all fuse ports to use the new macro The macro makes sure sysutils/fusefs-libs gets installed and depending on fuse being in base or not it installs sysutils/fusefs-kmod. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=308910
* - Update to 0.9.8 [1]Bryan Drewery2012-11-282-10/+6
| | | | | | | | | | | | - Trim header - Remove ABI versions from LIB_DEPENDS PR: ports/173961 [1] Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) [1] Feature safe: yes Notes: svn path=/head/; revision=307881
* - Update to 0.9.7Martin Wilke2012-03-105-702/+9
| | | | | | | | | | | | - Remove old patches - Make dependency from libublio mandatory PR: 165856 Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=293055
* - Fixed time/date handling, fix taken from upstreamMichael Scheidell2012-02-093-21/+500
| | | | | | | | | | | | | - Device block size is now requested from the device - Added optional ublio support, enabled by default - Bump PORTREVISION PR: ports/164790 Submitted by: Alex Samorukov<samm@os2.kiev.ua> (maintainer) Approved by: gabor (mentor) Notes: svn path=/head/; revision=290799
* exfat-fuse is a free exFAT file system implementation with write support.Alexander Logvinov2012-01-315-0/+260
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> Notes: svn path=/head/; revision=290151