pkgsrc-WIP-changes archive

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

Add gnunet-fuse version 0.11.8



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%NetBSD.org@localhost>
Pushed By:	ng0
Date:		Mon Nov 25 09:38:34 2019 +0000
Changeset:	71c9f0babd5fd57300e8b8fc0b3e9d263f877e1a

Added Files:
	gnunet-fuse/DESCR
	gnunet-fuse/Makefile
	gnunet-fuse/PLIST
	gnunet-fuse/distinfo

Log Message:
Add gnunet-fuse version 0.11.8

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 see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=71c9f0babd5fd57300e8b8fc0b3e9d263f877e1a

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

diffstat:
 gnunet-fuse/DESCR    |  3 +++
 gnunet-fuse/Makefile | 21 +++++++++++++++++++++
 gnunet-fuse/PLIST    |  3 +++
 gnunet-fuse/distinfo |  6 ++++++
 4 files changed, 33 insertions(+)

diffs:
diff --git a/gnunet-fuse/DESCR b/gnunet-fuse/DESCR
new file mode 100644
index 0000000000..590294351e
--- /dev/null
+++ b/gnunet-fuse/DESCR
@@ -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).
diff --git a/gnunet-fuse/Makefile b/gnunet-fuse/Makefile
new file mode 100644
index 0000000000..b3075bc9ad
--- /dev/null
+++ b/gnunet-fuse/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=		gnunet-fuse-0.11.8
+CATEGORIES=		filesystems
+MASTER_SITES=		${MASTER_SITE_GNU:=gnunet/}
+
+MAINTAINER=		ng0%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 "../../wip/gnunet/buildlink3.mk"
+.include "../../mk/fuse.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/gnunet-fuse/PLIST b/gnunet-fuse/PLIST
new file mode 100644
index 0000000000..657c158a9a
--- /dev/null
+++ b/gnunet-fuse/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/gnunet-fuse
+man/man1/gnunet-fuse.1
diff --git a/gnunet-fuse/distinfo b/gnunet-fuse/distinfo
new file mode 100644
index 0000000000..956663bb54
--- /dev/null
+++ b/gnunet-fuse/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (gnunet-fuse-0.11.8.tar.gz) = e037d1a259f15dbbb93b4235789cdab9a223041c
+RMD160 (gnunet-fuse-0.11.8.tar.gz) = 412d2d4b5b1ae45344e7f2c17bf262cac5c32c50
+SHA512 (gnunet-fuse-0.11.8.tar.gz) = 8dc90da16e8fa618e679aac48584280ee563580d21374f4663cc792b577db81e959c36ac41c658bd95d761cb0637fd4a710724d4ac83179a54b728089b6964ee
+Size (gnunet-fuse-0.11.8.tar.gz) = 221376 bytes


Home | Main Index | Thread Index | Old Index