diff --git a/sysutils/Makefile b/sysutils/Makefile index 8411f7fc5948..5b4cb7357b81 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -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 diff --git a/sysutils/fusefs-squashfuse/Makefile b/sysutils/fusefs-squashfuse/Makefile new file mode 100644 index 000000000000..6577df97dbe2 --- /dev/null +++ b/sysutils/fusefs-squashfuse/Makefile @@ -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 diff --git a/sysutils/fusefs-squashfuse/distinfo b/sysutils/fusefs-squashfuse/distinfo new file mode 100644 index 000000000000..1e8557de6dcc --- /dev/null +++ b/sysutils/fusefs-squashfuse/distinfo @@ -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 diff --git a/sysutils/fusefs-squashfuse/pkg-descr b/sysutils/fusefs-squashfuse/pkg-descr new file mode 100644 index 000000000000..36cdc62eecf8 --- /dev/null +++ b/sysutils/fusefs-squashfuse/pkg-descr @@ -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