pkgsrc-WIP-changes archive

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

wip/guile-gcrypt: import guile-gcrypt-0.1.0



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Sun Feb 24 12:26:30 2019 +0000
Changeset:	9a2e437480c5550b7972b9e805b454137deb5c68

Added Files:
	guile-gcrypt/DESCR
	guile-gcrypt/Makefile
	guile-gcrypt/PLIST
	guile-gcrypt/distinfo

Log Message:
wip/guile-gcrypt: import guile-gcrypt-0.1.0

Guile-Gcrypt provides a Guile 2.x interface to a subset of the
GNU Libgcrypt crytographic library, which is itself used by the
GNU Privacy Guard (GPG).

Guile-Gcrypt provides modules for cryptographic hash functions,
message authentication codes (MAC), public-key cryptography, strong
randomness, and more. It is implemented using the foreign function
interface (FFI) of Guile.

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

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

diffstat:
 guile-gcrypt/DESCR    |  8 ++++++++
 guile-gcrypt/Makefile | 26 ++++++++++++++++++++++++++
 guile-gcrypt/PLIST    | 21 +++++++++++++++++++++
 guile-gcrypt/distinfo |  6 ++++++
 4 files changed, 61 insertions(+)

diffs:
diff --git a/guile-gcrypt/DESCR b/guile-gcrypt/DESCR
new file mode 100644
index 0000000000..7c656af8cc
--- /dev/null
+++ b/guile-gcrypt/DESCR
@@ -0,0 +1,8 @@
+Guile-Gcrypt provides a Guile 2.x interface to a subset of the
+GNU Libgcrypt crytographic library, which is itself used by the
+GNU Privacy Guard (GPG).
+
+Guile-Gcrypt provides modules for cryptographic hash functions,
+message authentication codes (MAC), public-key cryptography, strong
+randomness, and more. It is implemented using the foreign function
+interface (FFI) of Guile.
diff --git a/guile-gcrypt/Makefile b/guile-gcrypt/Makefile
new file mode 100644
index 0000000000..6446a100a2
--- /dev/null
+++ b/guile-gcrypt/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+DISTNAME=	v0.1.0
+DIST_SUBDIR=	${PKGNAME_NOREV}
+PKGNAME=	guile-gcrypt-${DISTNAME:S/v//}
+CATEGORIES=	devel
+MASTER_SITES=	https://notabug.org/cwebber/guile-gcrypt/archive/
+
+MAINTAINER=	ng0%n0.is@localhost
+HOMEPAGE=	https://notabug.org/cwebber/guile-gcrypt/archive/
+COMMENT=	Guile bindings for libgcrypt
+LICENSE=	gnu-gpl-v3
+
+WRKSRC=		${WRKDIR}/guile-gcrypt
+USE_LANGUAGES=	# none
+USE_TOOLS+=	automake autoconf autoreconf pkg-config makeinfo
+GNU_CONFIGURE=	YES
+
+CONFIGURE_ARGS+=	--with-libgcrypt-prefix=${BUILDLINK_PREFIX.libgcrypt}
+
+pre-configure:
+	cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoreconf -I${PREFIX}/guile/2.2/share/aclocal -vif
+
+.include "../../lang/guile22/buildlink3.mk"
+.include "../../security/libgcrypt/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/guile-gcrypt/PLIST b/guile-gcrypt/PLIST
new file mode 100644
index 0000000000..5c99064891
--- /dev/null
+++ b/guile-gcrypt/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD$
+lib/guile/2.2/site-ccache/gcrypt/base16.go
+lib/guile/2.2/site-ccache/gcrypt/base64.go
+lib/guile/2.2/site-ccache/gcrypt/common.go
+lib/guile/2.2/site-ccache/gcrypt/hash.go
+lib/guile/2.2/site-ccache/gcrypt/hmac.go
+lib/guile/2.2/site-ccache/gcrypt/package-config.go
+lib/guile/2.2/site-ccache/gcrypt/pk-crypto.go
+lib/guile/2.2/site-ccache/gcrypt/random.go
+lib/guile/2.2/site-ccache/gcrypt/utils.go
+share/guile/site/2.2/gcrypt/base16.scm
+share/guile/site/2.2/gcrypt/base64.scm
+share/guile/site/2.2/gcrypt/common.scm
+share/guile/site/2.2/gcrypt/hash.scm
+share/guile/site/2.2/gcrypt/hmac.scm
+share/guile/site/2.2/gcrypt/package-config.scm
+share/guile/site/2.2/gcrypt/pk-crypto.scm
+share/guile/site/2.2/gcrypt/random.scm
+share/guile/site/2.2/gcrypt/utils.scm
+share/info/dir
+share/info/guile-gcrypt.info
diff --git a/guile-gcrypt/distinfo b/guile-gcrypt/distinfo
new file mode 100644
index 0000000000..a665c749ce
--- /dev/null
+++ b/guile-gcrypt/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (guile-gcrypt-0.1.0/v0.1.0.tar.gz) = a107d6365cf7c28520b79b49272445a59446fa1d
+RMD160 (guile-gcrypt-0.1.0/v0.1.0.tar.gz) = ee5d7809ecca5ea82e47feddcd90b9b0b3909f64
+SHA512 (guile-gcrypt-0.1.0/v0.1.0.tar.gz) = 90934b2347cc94a59537e34b07608a8678ed3af4ce62b42f0659eb3bca4290a2707b2c166a50a16422cb17d03d2a1a3fa59a203404c1b05b0d02cb753f367c52
+Size (guile-gcrypt-0.1.0/v0.1.0.tar.gz) = 47119 bytes


Home | Main Index | Thread Index | Old Index