1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00

sysutils/fusefs-squashfuse: add new port

PR:		210645
Submitted by:	jsmith@resonatingmedia.com

Squashfuse is a command line utility for mounting SquashFS archives
in user-space. It supports almost all features of the SquashFS format.

https://github.com/vasi/squashfuse
This commit is contained in:
Jan Beich 2016-07-18 18:46:27 +00:00
parent a78b6c42d3
commit 0def13ce1f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418729
4 changed files with 30 additions and 0 deletions

View File

@ -340,6 +340,7 @@
SUBDIR += fusefs-simple-mtpfs
SUBDIR += fusefs-smbnetfs
SUBDIR += fusefs-sqlfs
SUBDIR += fusefs-squashfuse
SUBDIR += fusefs-sshfs
SUBDIR += fusefs-unionfs
SUBDIR += fusefs-wdfs

View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= squashfuse
PORTVERSION= 0.1.100
CATEGORIES= sysutils
PKGNAMEPREFIX= fusefs-
MAINTAINER= jsmith@resonatingmedia.com
COMMENT= Mount a squashfs archive and treat it like a local file system
LICENSE= GPLv2
USE_GITHUB= yes
GH_ACCOUNT= vasi
USES= autoreconf fuse libtool pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-silent-rules
PLIST_FILES= bin/squashfuse bin/squashfuse_ll man/man1/squashfuse.1.gz
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1468267228
SHA256 (vasi-squashfuse-0.1.100_GH0.tar.gz) = dda02875735570d24d682cf35846f0165199e0d4ce38e0703e5aabe0318292e6
SIZE (vasi-squashfuse-0.1.100_GH0.tar.gz) = 55708

View File

@ -0,0 +1,4 @@
Squashfuse is a command line utility for mounting SquashFS archives
in user-space. It supports almost all features of the SquashFS format.
WWW: https://github.com/vasi/squashfuse