pkgsrc-WIP-changes archive

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

fuse-s3fs: Import fuse-s3fs-1.93 as wip/fuse-s3fs



Module Name:	pkgsrc-wip
Committed By:	Daniel Ziltener <dziltener%lyrion.ch@localhost>
Pushed By:	zilti
Date:		Sun Nov 5 16:57:47 2023 +0000
Changeset:	d95ac440e7cd41662dec1cc3cc435056b01066de

Modified Files:
	Makefile
Added Files:
	fuse-s3fs/DESCR
	fuse-s3fs/Makefile
	fuse-s3fs/PLIST
	fuse-s3fs/distinfo
	fuse-s3fs/patches/patch-test_mknod__test.c

Log Message:
fuse-s3fs: Import fuse-s3fs-1.93 as wip/fuse-s3fs

FUSE-based file system backed by Amazon S3.  Mount a bucket as a local
file system read/write.  Store files/folders natively and transparently.

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

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

diffstat:
 Makefile                                   |  1 +
 fuse-s3fs/DESCR                            |  2 ++
 fuse-s3fs/Makefile                         | 28 ++++++++++++++++++++++++++++
 fuse-s3fs/PLIST                            |  3 +++
 fuse-s3fs/distinfo                         |  6 ++++++
 fuse-s3fs/patches/patch-test_mknod__test.c | 14 ++++++++++++++
 6 files changed, 54 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 4a7f6a44d8..bf38079fba 100644
--- a/Makefile
+++ b/Makefile
@@ -957,6 +957,7 @@ SUBDIR+=	fuse-cryfs
 SUBDIR+=	fuse-exfat
 SUBDIR+=	fuse-google-drive-git
 SUBDIR+=	fuse-mp3fs
+SUBDIR+=	fuse-s3fs
 SUBDIR+=	fuse-smbnetfs
 SUBDIR+=	fuse-squashfuse
 SUBDIR+=	fuse-zip
diff --git a/fuse-s3fs/DESCR b/fuse-s3fs/DESCR
new file mode 100644
index 0000000000..67900733a8
--- /dev/null
+++ b/fuse-s3fs/DESCR
@@ -0,0 +1,2 @@
+FUSE-based file system backed by Amazon S3.  Mount a bucket as a local
+file system read/write.  Store files/folders natively and transparently.
diff --git a/fuse-s3fs/Makefile b/fuse-s3fs/Makefile
new file mode 100644
index 0000000000..2e41bc7798
--- /dev/null
+++ b/fuse-s3fs/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD$
+
+DISTNAME=	fuse-s3fs-${PKGVERSION}
+PKGVERSION=	1.93
+CATEGORIES=	filesystems
+MASTER_SITES=	${MASTER_SITE_GITHUB:=s3fs-fuse/}
+GITHUB_PROJECT=	s3fs-fuse
+GITHUB_TAG=	v${PKGVERSION}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/s3fs-fuse/s3fs-fuse
+COMMENT=	FUSE file-system and utilities for S3-compatible APIs
+LICENSE=	gnu-gpl-v2
+
+GNU_CONFIGURE=	yes
+USE_LIBTOOL=	yes
+USE_LANGUAGES=	c c++
+USE_TOOLS+=	autoheader automake autoreconf gmake pkg-config
+
+pre-configure:
+	cd ${WRKSRC} && autoreconf -fiv
+
+.include "../../filesystems/fuse/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
+.include "../../mk/dlopen.buildlink3.mk"
+BUILDLINK_TRANSFORM+=   opt:-ldl:${BUILDLINK_LDADD.dl:Q}
+.include "../../mk/bsd.pkg.mk"
diff --git a/fuse-s3fs/PLIST b/fuse-s3fs/PLIST
new file mode 100644
index 0000000000..4f728f8606
--- /dev/null
+++ b/fuse-s3fs/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/s3fs
+man/man1/s3fs.1
diff --git a/fuse-s3fs/distinfo b/fuse-s3fs/distinfo
new file mode 100644
index 0000000000..5be0c4636a
--- /dev/null
+++ b/fuse-s3fs/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+BLAKE2s (fuse-s3fs-1.93.tar.gz) = be8591fa93acf185938461218cd01b870795e5483d27d331c95bc061c5c65e0c
+SHA512 (fuse-s3fs-1.93.tar.gz) = 613ad713ac426236b471aa4b2f8292ee0558017f149bfe51aa7fad1bacd60fccf00c31404ebc14b692787e524704e9cd9111b84540f1309ba99900d42d03dc5d
+Size (fuse-s3fs-1.93.tar.gz) = 284353 bytes
+SHA1 (patch-test_mknod__test.c) = 83c2d7b366318af601aa729fa64d7d9f0d05bbff
diff --git a/fuse-s3fs/patches/patch-test_mknod__test.c b/fuse-s3fs/patches/patch-test_mknod__test.c
new file mode 100644
index 0000000000..43e148ec6a
--- /dev/null
+++ b/fuse-s3fs/patches/patch-test_mknod__test.c
@@ -0,0 +1,14 @@
+$NetBSD$
+
+--- test/mknod_test.c	2023-11-05 16:35:57.703118419 +0000
++++ test/mknod_test.c
+@@ -27,9 +27,6 @@
+ #include <unistd.h>
+ #include <string.h>
+ #include <errno.h>
+-#ifndef __APPLE__
+-#include <sys/sysmacros.h>
+-#endif
+ 
+ //---------------------------------------------------------
+ // Const


Home | Main Index | Thread Index | Old Index