From owner-svn-ports-all@freebsd.org Mon Feb 19 14:43:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71191F04FF7; Mon, 19 Feb 2018 14:43:16 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 19DDA788AA; Mon, 19 Feb 2018 14:43:16 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 14D641BE89; Mon, 19 Feb 2018 14:43:16 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1JEhF8p039213; Mon, 19 Feb 2018 14:43:15 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1JEhFgG039208; Mon, 19 Feb 2018 14:43:15 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201802191443.w1JEhFgG039208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Mon, 19 Feb 2018 14:43:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462327 - in head/sysutils: . fusefs-ntfs-compression X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head/sysutils: . fusefs-ntfs-compression X-SVN-Commit-Revision: 462327 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Feb 2018 14:43:16 -0000 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 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@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 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