svn commit: r462327 - in head/sysutils: . fusefs-ntfs-compression
Li-Wen Hsu
lwhsu at FreeBSD.org
Mon Feb 19 14:43:16 UTC 2018
Author: lwhsu
Date: Mon Feb 19 14:43:15 2018
New Revision: 462327
URL: https://svnweb.freebsd.org/changeset/ports/462327
Log:
- Add sysutils/fusefs-ntfs-compression,
NTFS-3G plugin for reading XPRESS or LZX compressed files
PR: 225638
Submitted by: Greg V <greg at unrelenting.technology>
Added:
head/sysutils/fusefs-ntfs-compression/
head/sysutils/fusefs-ntfs-compression/Makefile (contents, props changed)
head/sysutils/fusefs-ntfs-compression/distinfo (contents, props changed)
head/sysutils/fusefs-ntfs-compression/pkg-descr (contents, props changed)
Modified:
head/sysutils/Makefile
Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile Mon Feb 19 14:42:33 2018 (r462326)
+++ head/sysutils/Makefile Mon Feb 19 14:43:15 2018 (r462327)
@@ -371,6 +371,7 @@
SUBDIR += fusefs-mhddfs
SUBDIR += fusefs-mp3fs
SUBDIR += fusefs-ntfs
+ SUBDIR += fusefs-ntfs-compression
SUBDIR += fusefs-pod
SUBDIR += fusefs-rar2fs
SUBDIR += fusefs-s3fs
Added: head/sysutils/fusefs-ntfs-compression/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/fusefs-ntfs-compression/Makefile Mon Feb 19 14:43:15 2018 (r462327)
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME= ntfs-compression
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.0
+CATEGORIES= sysutils
+PKGNAMEPREFIX= fusefs-
+
+MAINTAINER= greg at 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
+
+.include <bsd.port.mk>
Added: head/sysutils/fusefs-ntfs-compression/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/fusefs-ntfs-compression/distinfo Mon Feb 19 14:43:15 2018 (r462327)
@@ -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
Added: head/sysutils/fusefs-ntfs-compression/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/fusefs-ntfs-compression/pkg-descr Mon Feb 19 14:43:15 2018 (r462327)
@@ -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
More information about the svn-ports-all
mailing list