From 0def13ce1f1addac99d6b7a1587966a0ca5d4ee4 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Mon, 18 Jul 2016 18:46:27 +0000 Subject: [PATCH] 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 --- sysutils/Makefile | 1 + sysutils/fusefs-squashfuse/Makefile | 22 ++++++++++++++++++++++ sysutils/fusefs-squashfuse/distinfo | 3 +++ sysutils/fusefs-squashfuse/pkg-descr | 4 ++++ 4 files changed, 30 insertions(+) create mode 100644 sysutils/fusefs-squashfuse/Makefile create mode 100644 sysutils/fusefs-squashfuse/distinfo create mode 100644 sysutils/fusefs-squashfuse/pkg-descr 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