pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import squashfuse-0.1.100 as wip/squashfuse.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Mar 10 09:58:22 2017 +0100
Changeset:	86efc90bfd77fcec305cc290d805320417709b57

Added Files:
	squashfuse/DESCR
	squashfuse/Makefile
	squashfuse/PLIST
	squashfuse/distinfo
	squashfuse/patches/patch-m4_squashfuse.m4

Log Message:
Import squashfuse-0.1.100 as wip/squashfuse.

Squashfuse lets you mount SquashFS archives in user-space. It supports almost
all features of the SquashFS format, yet is still fast and memory-efficient. So
that everyone can use it, squashfuse supports many different operating systems
and is available under a permissing license.

SquashFS is an efficiently compressed, read-only storage format. Support for it
has been built into the Linux kernel since 2009. It is very common on Live CDs
and embedded Linux distributions.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=86efc90bfd77fcec305cc290d805320417709b57

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 squashfuse/DESCR                          |  8 ++++++++
 squashfuse/Makefile                       | 21 +++++++++++++++++++++
 squashfuse/PLIST                          |  3 +++
 squashfuse/distinfo                       |  7 +++++++
 squashfuse/patches/patch-m4_squashfuse.m4 | 15 +++++++++++++++
 5 files changed, 54 insertions(+)

diffs:
diff --git a/squashfuse/DESCR b/squashfuse/DESCR
new file mode 100644
index 0000000000..be26aef68e
--- /dev/null
+++ b/squashfuse/DESCR
@@ -0,0 +1,8 @@
+Squashfuse lets you mount SquashFS archives in user-space. It supports almost
+all features of the SquashFS format, yet is still fast and memory-efficient. So
+that everyone can use it, squashfuse supports many different operating systems
+and is available under a permissing license.
+
+SquashFS is an efficiently compressed, read-only storage format. Support for it
+has been built into the Linux kernel since 2009. It is very common on Live CDs
+and embedded Linux distributions.
diff --git a/squashfuse/Makefile b/squashfuse/Makefile
new file mode 100644
index 0000000000..6131ce573d
--- /dev/null
+++ b/squashfuse/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	squashfuse-0.1.100
+GITHUB_RELEASE=	${DISTNAME_NOREV}
+CATEGORIES=	filesystems
+MASTER_SITES=	${MASTER_SITE_GITHUB:=vasi/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/vasi/squashfuse/
+COMMENT=	FUSE filesystem to mount squashfs archives
+LICENSE=	2-clause-bsd
+
+GNU_CONFIGURE=	yes
+
+USE_TOOLS+=	automake autoconf autoreconf
+
+pre-configure:
+	cd ${WRKSRC} && autoreconf -fiv
+
+.include "../../mk/fuse.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/squashfuse/PLIST b/squashfuse/PLIST
new file mode 100644
index 0000000000..c90e9acf57
--- /dev/null
+++ b/squashfuse/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/squashfuse
+man/man1/squashfuse.1
diff --git a/squashfuse/distinfo b/squashfuse/distinfo
new file mode 100644
index 0000000000..4038d092bf
--- /dev/null
+++ b/squashfuse/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (squashfuse-0.1.100.tar.gz) = 004dc70712d2a6a0fb80ded0a7e6db4e7f11d085
+RMD160 (squashfuse-0.1.100.tar.gz) = c38b2904bcafe58f003fe86b963b8ed3f7d564d5
+SHA512 (squashfuse-0.1.100.tar.gz) = e6a56354e71991ccbcbd2f9e6967f1f5a1056edbee286e6a6d6c35f777ed6e6494243633d070da700cf43a8bf7b56269087a0db1d4b2d45ed49f4830caad7927
+Size (squashfuse-0.1.100.tar.gz) = 393548 bytes
+SHA1 (patch-m4_squashfuse.m4) = 4e797c644f5561622c46b2e1ba4e2036747e418e
diff --git a/squashfuse/patches/patch-m4_squashfuse.m4 b/squashfuse/patches/patch-m4_squashfuse.m4
new file mode 100644
index 0000000000..3de5a14c98
--- /dev/null
+++ b/squashfuse/patches/patch-m4_squashfuse.m4
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Fix shell portability.
+
+--- m4/squashfuse.m4.orig	2016-03-28 03:11:58.000000000 +0000
++++ m4/squashfuse.m4
+@@ -36,7 +36,7 @@ END
+ 		[sq_cv_prog_make_export=yes])
+ 	rm -f confmak
+ ])
+-AM_CONDITIONAL([MAKE_EXPORT],[test "x$sq_cv_prog_make_export" == xyes])
++AM_CONDITIONAL([MAKE_EXPORT],[test "x$sq_cv_prog_make_export" = xyes])
+ ])
+ 
+ 


Home | Main Index | Thread Index | Old Index