pkgsrc-WIP-changes archive

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

Add a (broken) package for rnp.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Sat Jul 13 16:00:36 2019 +0000
Changeset:	3870fba3cd20d3563f14f4d9ae168a7943dc8efc

Added Files:
	rnp/DESCR
	rnp/Makefile
	rnp/PLIST
	rnp/TODO
	rnp/distinfo

Log Message:
Add a (broken) package for rnp.

"rnp" is a set of OpenPGP (RFC4880) tools that works on Linux, *BSD and macOS
as a replacement of GnuPG. It is maintained by Ribose after being forked from
NetPGP, itself originally written for NetBSD.

"librnp" is the library used by rnp for all OpenPGP functions, useful for
developers to build against. Thanks to Alistair, it is a "real" library, not a
wrapper like GPGME of GnuPG.

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

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

diffstat:
 rnp/DESCR    |  7 +++++++
 rnp/Makefile | 22 ++++++++++++++++++++++
 rnp/PLIST    |  1 +
 rnp/TODO     |  1 +
 rnp/distinfo |  6 ++++++
 5 files changed, 37 insertions(+)

diffs:
diff --git a/rnp/DESCR b/rnp/DESCR
new file mode 100644
index 0000000000..66dbcf4532
--- /dev/null
+++ b/rnp/DESCR
@@ -0,0 +1,7 @@
+"rnp" is a set of OpenPGP (RFC4880) tools that works on Linux, *BSD and macOS
+as a replacement of GnuPG. It is maintained by Ribose after being forked from
+NetPGP, itself originally written for NetBSD.
+
+"librnp" is the library used by rnp for all OpenPGP functions, useful for
+developers to build against. Thanks to Alistair, it is a "real" library, not a
+wrapper like GPGME of GnuPG.
diff --git a/rnp/Makefile b/rnp/Makefile
new file mode 100644
index 0000000000..7e0d943c85
--- /dev/null
+++ b/rnp/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	rnp
+GITHUB_TAG=	v0.12.0
+DISTNAME=	rnp-0.12.0
+CATEGORIES=	wip
+MASTER_SITES=	${MASTER_SITE_GITHUB:=riboseinc/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/riboseinc/rnp/
+COMMENT=	high performance C++ OpenPGP library
+LICENSE=	modified-bsd
+
+WRKSRC=		${WRKDIR}/rnp-0.12.0
+USE_CMAKE=	yes
+USE_TOOLS+=	pkg-config
+USE_LANGUAGES=	c c++
+
+PKGCONFIG_OVERRIDE+=	cmake/librnp.pc.in
+
+.include "../../textproc/json-c/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/rnp/PLIST b/rnp/PLIST
new file mode 100644
index 0000000000..48d96a5493
--- /dev/null
+++ b/rnp/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/rnp/TODO b/rnp/TODO
new file mode 100644
index 0000000000..295f9d2faa
--- /dev/null
+++ b/rnp/TODO
@@ -0,0 +1 @@
+This needs Botan2, for which there is no package.
diff --git a/rnp/distinfo b/rnp/distinfo
new file mode 100644
index 0000000000..4b4a0517da
--- /dev/null
+++ b/rnp/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (rnp-0.12.0.tar.gz) = 6d6e938140eff00e0689c7f28d8320f2dfd74289
+RMD160 (rnp-0.12.0.tar.gz) = baf0b45dbd7198041d58a326621b031d71f221cd
+SHA512 (rnp-0.12.0.tar.gz) = 127524f9b3095d7fa17afe448084e25e9c22245e79f1d2dd93a6660726faf4b86e10474f7dbe6e6d93cd14b1a84193835cf584108f6edbed4de6106d88fbd25f
+Size (rnp-0.12.0.tar.gz) = 544933 bytes


Home | Main Index | Thread Index | Old Index