diff --git c/sysutils/fusefs-ntfs-compression/Makefile i/sysutils/fusefs-ntfs-compression/Makefile new file mode 100644 index 000000000000..c6baf91e4198 --- /dev/null +++ i/sysutils/fusefs-ntfs-compression/Makefile @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= ntfs-compression +DISTVERSIONPREFIX= v +DISTVERSION= 1.0 +CATEGORIES= sysutils +PKGNAMEPREFIX= fusefs- + +MAINTAINER= greg@unrelenting.technology +COMMENT= NTFS-3G plugin for reading XPRESS or LZX compressed files + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libntfs-3g.so:sysutils/fusefs-ntfs + +USES= fuse pkgconfig libtool autoreconf + +USE_GITHUB= yes +GH_ACCOUNT= ebiggers +GH_PROJECT= ntfs-3g-system-compression + +USE_LDCONFIG= yes +GNU_CONFIGURE= yes + +PLIST_FILES= lib/ntfs-3g/ntfs-plugin-80000017.so lib/ntfs-3g/ntfs-plugin-80000017.la + +.include diff --git c/sysutils/fusefs-ntfs-compression/distinfo i/sysutils/fusefs-ntfs-compression/distinfo new file mode 100644 index 000000000000..fbc99b05fba6 --- /dev/null +++ i/sysutils/fusefs-ntfs-compression/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1517610042 +SHA256 (ebiggers-ntfs-3g-system-compression-v1.0_GH0.tar.gz) = bb003e1a9dbd4ed1217d157a548ea5b2ffdafd75c78ee8a2282c323a94686b2c +SIZE (ebiggers-ntfs-3g-system-compression-v1.0_GH0.tar.gz) = 37513 diff --git c/sysutils/fusefs-ntfs-compression/pkg-descr i/sysutils/fusefs-ntfs-compression/pkg-descr new file mode 100644 index 000000000000..a8c960cb1354 --- /dev/null +++ i/sysutils/fusefs-ntfs-compression/pkg-descr @@ -0,0 +1,10 @@ +A plugin which enables the NTFS-3G FUSE driver to transparently read +from system-compressed files. + +System compression, also known as "Compact OS", is a Windows feature +that allows rarely modified files to be compressed using the XPRESS or +LZX compression formats. It is implemented using reparse points. This +feature appeared in Windows 10 and many Windows 10 systems have been +using it by default. + +WWW: https://github.com/ebiggers/ntfs-3g-system-compression