1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

- Add sysutils/fusefs-ntfs-compression,

NTFS-3G plugin for reading XPRESS or LZX compressed files

PR:		225638
Submitted by:	Greg V <greg@unrelenting.technology>
This commit is contained in:
Li-Wen Hsu 2018-02-19 14:43:15 +00:00
parent 5a4b355988
commit dc00cd04f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462327
4 changed files with 42 additions and 0 deletions

View File

@ -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

View File

@ -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
.include <bsd.port.mk>

View File

@ -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

View File

@ -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