pkgsrc-WIP-changes archive

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

gnunet-go: Import as wip/gnunet-go version 0.0.20191112



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%NetBSD.org@localhost>
Pushed By:	ng0
Date:		Fri Dec 13 13:52:47 2019 +0000
Changeset:	efb721e1bce909d43316b7fef2dac8255f855a1d

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

Log Message:
gnunet-go: Import as wip/gnunet-go version 0.0.20191112

gnunet-go contains a Go implementation of GNUnet: It is WIP and only
provides a very limited coverage of GNUnet. The goal is to have a
complete, functionally equivalent implementation of the GNUnet
protocol in Go.

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

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

diffstat:
 gnunet-go/DESCR    |  4 ++++
 gnunet-go/Makefile | 27 +++++++++++++++++++++++++++
 gnunet-go/PLIST    |  4 ++++
 gnunet-go/distinfo |  2 ++
 4 files changed, 37 insertions(+)

diffs:
diff --git a/gnunet-go/DESCR b/gnunet-go/DESCR
new file mode 100644
index 0000000000..5a16d065fb
--- /dev/null
+++ b/gnunet-go/DESCR
@@ -0,0 +1,4 @@
+gnunet-go contains a Go implementation of GNUnet: It is WIP and only
+provides a very limited coverage of GNUnet. The goal is to have a
+complete, functionally equivalent implementation of the GNUnet
+protocol in Go.
diff --git a/gnunet-go/Makefile b/gnunet-go/Makefile
new file mode 100644
index 0000000000..2d97a262bb
--- /dev/null
+++ b/gnunet-go/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+DISTNAME=		gnunet-go-0.0.20191112
+CATEGORIES=		net
+MASTER_SITES=		https://git.gnznet.org/gnunet-go.git
+
+GIT_REPOSITORIES=	gnunet-go
+GIT_REPO.gnunet-go=	https://git.gnunet.org/gnunet-go.git
+WRKSRC=			${WRKDIR}/gnunet-go
+
+MAINTAINER=	ng0%NetBSD.org@localhost
+HOMEPAGE=	https://git.gnunet.org/gnunet-go.git/
+COMMENT=	GNUnet implementation in Go
+LICENSE=	gnu-agpl-v3
+
+GO_DEFAULT_VERSION=	go113
+.include "../../mk/bsd.prefs.mk"
+
+GO_SRCPATH=		gnunet
+GO_DIST_BASE=		gnunet-go/src/*
+
+.include "../../net/go-dns/buildlink3.mk"
+.include "../../security/go-crypto/buildlink3.mk"
+.include "../../lang/go/go-package.mk"
+.include "../../wip/go-gospel/buildlink3.mk"
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/gnunet-go/PLIST b/gnunet-go/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/gnunet-go/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/gnunet-go/distinfo b/gnunet-go/distinfo
new file mode 100644
index 0000000000..afc76512f4
--- /dev/null
+++ b/gnunet-go/distinfo
@@ -0,0 +1,2 @@
+$NetBSD$
+


Home | Main Index | Thread Index | Old Index