pkgsrc-WIP-changes archive

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

squashfuse: Rename to fuse-squashfuse



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Mar 10 10:03:39 2017 +0100
Changeset:	addddc4726b317b0c5b03f60bd62923004240ff2

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

Log Message:
squashfuse: Rename to fuse-squashfuse

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

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

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

diffs:
diff --git a/fuse-squashfuse/DESCR b/fuse-squashfuse/DESCR
new file mode 100644
index 0000000000..be26aef68e
--- /dev/null
+++ b/fuse-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/fuse-squashfuse/Makefile b/fuse-squashfuse/Makefile
new file mode 100644
index 0000000000..058701bcc2
--- /dev/null
+++ b/fuse-squashfuse/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	squashfuse-0.1.100
+PKGNAME=	fuse-${DISTNAME}
+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/fuse-squashfuse/PLIST b/fuse-squashfuse/PLIST
new file mode 100644
index 0000000000..c90e9acf57
--- /dev/null
+++ b/fuse-squashfuse/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/squashfuse
+man/man1/squashfuse.1
diff --git a/fuse-squashfuse/distinfo b/fuse-squashfuse/distinfo
new file mode 100644
index 0000000000..4038d092bf
--- /dev/null
+++ b/fuse-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/fuse-squashfuse/patches/patch-m4_squashfuse.m4 b/fuse-squashfuse/patches/patch-m4_squashfuse.m4
new file mode 100644
index 0000000000..3de5a14c98
--- /dev/null
+++ b/fuse-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])
+ ])
+ 
+ 
diff --git a/squashfuse/DESCR b/squashfuse/DESCR
deleted file mode 100644
index be26aef68e..0000000000
--- a/squashfuse/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-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
deleted file mode 100644
index 6131ce573d..0000000000
--- a/squashfuse/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $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
deleted file mode 100644
index c90e9acf57..0000000000
--- a/squashfuse/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/squashfuse
-man/man1/squashfuse.1
diff --git a/squashfuse/distinfo b/squashfuse/distinfo
deleted file mode 100644
index 4038d092bf..0000000000
--- a/squashfuse/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$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
deleted file mode 100644
index 3de5a14c98..0000000000
--- a/squashfuse/patches/patch-m4_squashfuse.m4
+++ /dev/null
@@ -1,15 +0,0 @@
-$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