pkgsrc-Changes archive

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

CVS commit: pkgsrc/filesystems



Module Name:    pkgsrc
Committed By:   nikita
Date:           Tue Jan 31 19:59:31 UTC 2023

Modified Files:
        pkgsrc/filesystems: Makefile
Added Files:
        pkgsrc/filesystems/gnunet-fuse: DESCR Makefile PLIST distinfo

Log Message:
Import filesystems/gnunet-fuse as gnunet-fuse version 0.19.1

Imported from wip/gnunet-fuse.

GNUnet-fuse allows you to mount directories published on GNUnet (via
GNUnet FS) as read-only file-systems (on Operating Systems that
support the FUSE API).


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/filesystems/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/filesystems/gnunet-fuse/DESCR \
    pkgsrc/filesystems/gnunet-fuse/Makefile \
    pkgsrc/filesystems/gnunet-fuse/PLIST \
    pkgsrc/filesystems/gnunet-fuse/distinfo

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

Modified files:

Index: pkgsrc/filesystems/Makefile
diff -u pkgsrc/filesystems/Makefile:1.55 pkgsrc/filesystems/Makefile:1.56
--- pkgsrc/filesystems/Makefile:1.55    Sun Dec  4 20:09:54 2022
+++ pkgsrc/filesystems/Makefile Tue Jan 31 19:59:31 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2022/12/04 20:09:54 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2023/01/31 19:59:31 nikita Exp $
 #
 
 COMMENT=       File systems, and file system related packages
@@ -35,6 +35,7 @@ SUBDIR+=      fuse-unionfs
 SUBDIR+=       fuse-wdfs
 SUBDIR+=       fuse-wikipediafs
 SUBDIR+=       glusterfs
+SUBDIR+=       gnunet-fuse
 SUBDIR+=       kubo
 SUBDIR+=       libntfs
 SUBDIR+=       ltfs

Added files:

Index: pkgsrc/filesystems/gnunet-fuse/DESCR
diff -u /dev/null pkgsrc/filesystems/gnunet-fuse/DESCR:1.1
--- /dev/null   Tue Jan 31 19:59:31 2023
+++ pkgsrc/filesystems/gnunet-fuse/DESCR        Tue Jan 31 19:59:31 2023
@@ -0,0 +1,3 @@
+GNUnet-fuse allows you to mount directories published on GNUnet (via
+GNUnet FS) as read-only file-systems (on Operating Systems that
+support the FUSE API).
Index: pkgsrc/filesystems/gnunet-fuse/Makefile
diff -u /dev/null pkgsrc/filesystems/gnunet-fuse/Makefile:1.1
--- /dev/null   Tue Jan 31 19:59:31 2023
+++ pkgsrc/filesystems/gnunet-fuse/Makefile     Tue Jan 31 19:59:31 2023
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2023/01/31 19:59:31 nikita Exp $
+
+DISTNAME=              gnunet-fuse-0.19.1
+CATEGORIES=            filesystems
+MASTER_SITES=          ${MASTER_SITE_GNU:=gnunet/}
+
+MAINTAINER=            nikita%NetBSD.org@localhost
+HOMEPAGE=              https://gnunet.org/
+COMMENT=               GNUnet FUSE extension
+LICENSE=               gnu-gpl-v3
+
+GNU_CONFIGURE=         yes
+USE_TOOLS=             pkg-config
+USE_LANGUAGES=         c
+
+PTHREAD_OPTS=          require native
+LDFLAGS+=              -lpthread
+
+.include "../../net/gnunet/buildlink3.mk"
+.include "../../mk/fuse.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/filesystems/gnunet-fuse/PLIST
diff -u /dev/null pkgsrc/filesystems/gnunet-fuse/PLIST:1.1
--- /dev/null   Tue Jan 31 19:59:31 2023
+++ pkgsrc/filesystems/gnunet-fuse/PLIST        Tue Jan 31 19:59:31 2023
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2023/01/31 19:59:31 nikita Exp $
+bin/gnunet-fuse
+man/man1/gnunet-fuse.1
Index: pkgsrc/filesystems/gnunet-fuse/distinfo
diff -u /dev/null pkgsrc/filesystems/gnunet-fuse/distinfo:1.1
--- /dev/null   Tue Jan 31 19:59:31 2023
+++ pkgsrc/filesystems/gnunet-fuse/distinfo     Tue Jan 31 19:59:31 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/01/31 19:59:31 nikita Exp $
+
+BLAKE2s (gnunet-fuse-0.19.1.tar.gz) = 543a912e3be9b93dc4d90393e5c65c4533dba1198d5578ddefa9e76c4bc7ac29
+SHA512 (gnunet-fuse-0.19.1.tar.gz) = 33e80f36a41cadae8af04ad5e7c0c45151432840bc35433fdfd90dd8aacf0f7f968230b7be8e98460434d7cc04bb8e0b67ee485fbafe655b7a41329d0d652b00
+Size (gnunet-fuse-0.19.1.tar.gz) = 222167 bytes



Home | Main Index | Thread Index | Old Index